summaryrefslogtreecommitdiff
path: root/net/py-mimelib
AgeCommit message (Collapse)AuthorFilesLines
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2005-01-23Build Python with thread support by default and turn the existingrecht1-3/+3
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.
2004-07-22add python as categoryrecht1-2/+2
ok'd a while back at pkgsrcCon by agc and wiz
2004-05-23unusedrecht1-8/+0
2004-05-05bl3ifyrecht1-2/+2
2004-03-29Add a BUILDLINK_PKGBASE.<pkg> definition where it's not equal to <pkg>,jlam1-1/+2
e.g. "BUILDLINK_PKGBASE.gtk?= gtk+". This is mandated by the example buildlink[23].mk files in bsd.buildlink[23].mk.
2004-01-10Set MAINTAINER to "tech-pkg" instead of "packages".kristerw1-2/+2
2003-12-24s/@netbsd.org/@NetBSD.org/ in MAINTAINER.jmmv1-2/+2
2003-10-21one Python file is not byte-compiled if Python-2.1(-pth) is used,drochner2-4/+12
so comment out the result conditionally
2003-09-14hange extension.mk to also install optimized files for distutils packages.recht1-1/+24
Inspired by FreeBSD "ports". Fix the PLISTs accordingly. Also, while at it, remove now obsolete compileall.py calls in post-install targets and insure that extension.mk is in included before builinlinks of other Python modules. Discussed with/ok'ed by drochner@.
2003-08-11Import a standalone version of mimelib (AKA email). Python includesdrochner5-0/+88
this since 2.2, but some Zope apps require it and Zope uses Python-2.1.