Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-11-03 | Support Python3. | obache | 4 | -9/+18 | |
2011-08-23 | Recursive bump from gdbm shlib bump. | obache | 1 | -2/+2 | |
2011-05-04 | Install standard python modules into usual location instead of site-packages. | obache | 2 | -4/+5 | |
PR#44826. Bump PKGREVISION. | |||||
2009-03-05 | Remove PYBINMODULE. All it did was mark some packages as not available | joerg | 1 | -2/+1 | |
on some platforms that lacked shared library support in the past. The list hasn't been maintained at all and the gain is very limited, so just get rid of it. | |||||
2008-06-12 | Add DESTDIR support. | joerg | 1 | -1/+3 | |
2006-06-16 | Fixed pkglint warnings. | rillig | 1 | -5/+6 | |
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -2/+2 | |
2005-05-22 | Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: | jlam | 1 | -2/+2 | |
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison | |||||
2005-03-30 | Switch from DEPENDS to buildlink3.mk. | darcy | 1 | -2/+2 | |
2004-07-22 | add python as category | recht | 1 | -2/+2 | |
ok'd a while back at pkgsrcCon by agc and wiz | |||||
2004-06-12 | this calls ${PATCH} directly, so make sure we have a build dependency | grant | 1 | -1/+3 | |
on patch. | |||||
2002-12-10 | for the Python-version-selection magic to work properly, extension.mk | drochner | 1 | -2/+2 | |
must be pulled in before srcdist.mk | |||||
2002-11-01 | Depend on latest gdbm and bump PKGREVISION (major bump in gdbm library). | wiz | 1 | -2/+3 | |
2002-09-21 | Strip the ".buildlink" from the names of the python application and | jlam | 1 | -2/+2 | |
extension Makefile fragments, because they really don't have anything to do with the buildlink[12] frameworks. Change all the Makefiles that use application.buildlink.mk and extension.buildlink.mk to use application.mk and extension.mk instead. | |||||
2002-01-28 | use distutils to build the extension module, to make it work with | drochner | 4 | -16/+39 | |
newer Python versions too, XXX we have to override the do-patch rule to avoid patch errors (we use EXTRACT_ELEMENTS, so we don't generally have all the original files) | |||||
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 3 | -2/+2 | |
2001-04-18 | Move to sha1 digests, and add distfile sizes. | agc | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 1 | -1/+1 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo + include distfile filesizes in distinfo | |||||
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-10-29 | needs -R to find libgdbm | tsarna | 1 | -2/+3 | |
2000-10-22 | First batch of upgrades for Python 2.0: | tsarna | 3 | -29/+13 | |
lang/python upgraded to 2.0 lang/py-html-docs upgraded to 2.0 misc/py-readline upgraded to 2.0 databases/py-gdbm upgraded to 2.0 x11/py-Tk upgraded to 2.0 devel/py-curses upgraded to 2.0 lang/py-extclass upgraded to 2.2.2 and for Python 2.0 textproc/py-dtml upgraded to 2.2.2 and for Python 2.0 www/py-zpublisher upgraded to 2.2.2 and for Python 2.0 print/py-reportlab upgraded to 1.01 and for Python 2.0 More coming... | |||||
2000-08-21 | Update IGNORE-messages for recent changes: add ${PKGNAME} where | hubertf | 1 | -2/+2 | |
appropriate. | |||||
2000-06-13 | change dependency from gdbm-1.7.3 to gdbm>=1.7.3 | wiz | 1 | -2/+2 | |
2000-02-15 | When multi-line dependencies occur, use a "DEPENDS+= package" format | agc | 1 | -3/+3 | |
for each of the continuation lines, rather than using backslashes to continue a single, long definition. This makes it much easier to spot pre-requisite packages and other dependencies. | |||||
1999-04-14 | Update to 1.5.2 | tsarna | 2 | -9/+9 | |
1999-04-01 | Rewrite the extraction commands to be more intuitive. | agc | 1 | -2/+2 | |
In the vast majority of cases, nothing has changed (i.e. .tgz, .tar.gz, and .tar.bz2). EXTRACT_USING_PAX can be set as before. For custom extractions, instead of using EXTRACT_BEFORE_ARGS, EXTRACT_AFTER_ARGS and EXTRACT_CMD, simply set EXTRACT_CMD to be the command needed to decompress and extract the lements from the archive. ${DOWNLOADED_DISTFILE} can be used to reference the distfile(s). e.g. for compressed shars, where previously there was: EXTRACT_CMD= ${GZCAT} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= |sh now use: EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} | ${SH} | |||||
1999-03-28 | Fix md5 checksum. | hubertf | 1 | -2/+2 | |
1998-12-18 | Re-enable on alpha | tsarna | 1 | -3/+1 | |
1998-11-13 | minor pkglint nits. | frueauf | 1 | -3/+5 | |
1998-09-27 | Tim tested some of these, but I don't know which. Since at least one of | tsarna | 1 | -1/+3 | |
the pkgs broke on Alpha that was not expected to, disable them all for the 1.3.3 tag to be on the safe side :-( | |||||
1998-09-22 | alpha->vax, since Alpha now works for Python dynamicly loaded modules, | tsarna | 1 | -2/+2 | |
but VAX never has. | |||||
1998-09-06 | Since lang/python/Makefile fetches python source into a subdir, search | frueauf | 2 | -3/+4 | |
it there to prevent double download. | |||||
1998-08-20 | The Grand Homepagification: | tsarna | 1 | -1/+2 | |
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section. | |||||
1998-08-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-05-23 | Add "py-gdbm" package made by Jaromir Dolecek. | tron | 6 | -0/+42 | |