The NetBSD Project

CVS log for pkgsrc/net/py-mimelib/Attic/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / net / py-mimelib

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.20, Mon Feb 9 23:15:24 2009 UTC (15 years, 2 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2009Q4-base, pkgsrc-2009Q4, HEAD
Changes since 1.19: +1 -1 lines
FILE REMOVED

Remove net/my-mimelib. It is way older than the version shipped with
Python 2.3+

Revision 1.19 / (download) - annotate - [select for diffs], Mon Feb 9 21:09:22 2009 UTC (15 years, 2 months ago) by joerg
Branch: MAIN
Changes since 1.18: +1 -10 lines
Diff to previous 1.18 (colored)

Remove Python 2.1 support.

Revision 1.18 / (download) - annotate - [select for diffs], Thu Jun 12 02:14:42 2008 UTC (15 years, 10 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.17: +3 -1 lines
Diff to previous 1.17 (colored)

Add DESTDIR support.

Revision 1.17 / (download) - annotate - [select for diffs], Fri Apr 25 20:39:11 2008 UTC (15 years, 11 months ago) by joerg
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

Update PYTHON_VERSIONS_COMPATIBLE
- assume that Python 2.4 and 2.5 are compatible and allow checking for
fallout.
- remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+
default. Modify the others to deal with the removals.

Revision 1.16 / (download) - annotate - [select for diffs], Thu Apr 17 12:22:00 2008 UTC (16 years ago) by joerg
Branch: MAIN
Changes since 1.15: +2 -4 lines
Diff to previous 1.15 (colored)

Use a conditional that is safe for scanning even if all versions
supported are disabled.

Revision 1.15 / (download) - annotate - [select for diffs], Sat Apr 12 22:43:08 2008 UTC (16 years ago) by jlam
Branch: MAIN
Changes since 1.14: +4 -3 lines
Diff to previous 1.14 (colored)

Convert to use PLIST_VARS instead of manually passing "@comment "
through PLIST_SUBST to the plist module.

Revision 1.14 / (download) - annotate - [select for diffs], Sat Mar 4 21:30:23 2006 UTC (18 years, 1 month ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.

Revision 1.13 / (download) - annotate - [select for diffs], Sun Feb 5 23:10:30 2006 UTC (18 years, 2 months ago) by joerg
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.12 / (download) - annotate - [select for diffs], Thu Dec 8 21:50:11 2005 UTC (18 years, 4 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.11: +5 -5 lines
Diff to previous 1.11 (colored)

- Fixed pkglint warnings about @comment in PLIST_SUBST.
- As the CVS log in revision 1.2 does not mention a reason why the
  PLIST_SUBST part must be below the inclusion of bsd.pkg.mk, moved the
  latter to the last line of the Makefile.

Revision 1.11 / (download) - annotate - [select for diffs], Thu Dec 8 09:52:16 2005 UTC (18 years, 4 months ago) by rillig
Branch: MAIN
Changes since 1.10: +2 -1 lines
Diff to previous 1.10 (colored)

Bumped the PKGREVISION of the packages that have been broken by the recent
"pkglint --autofix" change.

Revision 1.10 / (download) - annotate - [select for diffs], Thu Dec 8 08:24:15 2005 UTC (18 years, 4 months ago) by rillig
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

Fixed a double quoting which has been introduced by the recent "pkglint
--autofix" change.

Revision 1.9 / (download) - annotate - [select for diffs], Mon Dec 5 20:50:48 2005 UTC (18 years, 4 months ago) by rillig
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html

Revision 1.8 / (download) - annotate - [select for diffs], Mon Apr 11 21:46:58 2005 UTC (19 years ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.7: +1 -2 lines
Diff to previous 1.7 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.7 / (download) - annotate - [select for diffs], Sun Jan 23 20:41:48 2005 UTC (19 years, 2 months ago) by recht
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.6: +3 -3 lines
Diff to previous 1.6 (colored)

Build Python with thread support by default and turn the existing
python*-pth packages into meta-packages which will install the non-pth
packages. Bump PKGREVISIONs on the non-pth versions to propagate the
thread change, but leave the *-pth versions untouched to not affect
existing installations.
Sync all PYTHON_VERSIONS_AFFECTED lines in package Makefiles.

Revision 1.6 / (download) - annotate - [select for diffs], Thu Jul 22 09:16:03 2004 UTC (19 years, 9 months ago) by recht
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4, pkgsrc-2004Q3-base, pkgsrc-2004Q3
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

add python as category
ok'd a while back at pkgsrcCon by agc and wiz

Revision 1.5 / (download) - annotate - [select for diffs], Wed May 5 08:11:07 2004 UTC (19 years, 11 months ago) by recht
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

bl3ify

Revision 1.4 / (download) - annotate - [select for diffs], Sat Jan 10 19:14:18 2004 UTC (20 years, 3 months ago) by kristerw
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

Set MAINTAINER to "tech-pkg" instead of "packages".

Revision 1.3 / (download) - annotate - [select for diffs], Wed Dec 24 09:53:49 2003 UTC (20 years, 3 months ago) by jmmv
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

s/@netbsd.org/@NetBSD.org/ in MAINTAINER.

Revision 1.2 / (download) - annotate - [select for diffs], Tue Oct 21 12:43:33 2003 UTC (20 years, 6 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.1: +9 -1 lines
Diff to previous 1.1 (colored)

one Python file is not byte-compiled if Python-2.1(-pth) is used,
so comment out the result conditionally

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Mon Aug 11 14:56:54 2003 UTC (20 years, 8 months ago) by drochner
Branch: TNF
CVS Tags: pkgsrc_base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Import a standalone version of mimelib (AKA email). Python includes
this since 2.2, but some Zope apps require it and Zope uses Python-2.1.

Revision 1.1 / (download) - annotate - [select for diffs], Mon Aug 11 14:56:54 2003 UTC (20 years, 8 months ago) by drochner
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>