Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-04-02 | Move patch to Python directory as that is where the file being patched is. | darcy | 1 | -86/+0 | |
2004-03-29 | Add a BUILDLINK_PKGBASE.<pkg> definition where it's not equal to <pkg>, | jlam | 1 | -1/+2 | |
e.g. "BUILDLINK_PKGBASE.gtk?= gtk+". This is mandated by the example buildlink[23].mk files in bsd.buildlink[23].mk. | |||||
2004-03-28 | Forgot to bump PKGREVISION in last update. | darcy | 1 | -2/+2 | |
2004-03-28 | Remove "#ifdef NetBSD" from code so that it correctly uses ncurses. | darcy | 1 | -0/+86 | |
Closes PR pkg/23026 Changes approved by jlam as well. | |||||
2003-09-28 | Back out last change related to moving ncurses/buildlink2.mk to | jlam | 1 | -2/+2 | |
curses.buildlink2.mk. This was wrong because we _really_ do want to express that we want _n_curses when we include the buildlink2.mk file. We should have a better way to say that the NetBSD curses doesn't quite work well enough. In fact, it's far better to depend on ncurses by default, and exceptionally note when it's okay to use NetBSD curses for specific packages. We will look into this again in the future. | |||||
2003-09-27 | move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it provides | grant | 1 | -2/+2 | |
support for base system curses/ncurses as well as ncurses itself. suggested by wiz. | |||||
2003-09-14 | If Python 2.3 is been used the pkg version must be >= 2.3nb2. | recht | 1 | -1/+4 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-07-13 | PKGREVISION bump for libiconv update. | wiz | 1 | -1/+2 | |
2003-06-04 | add one... | drochner | 1 | -0/+12 | |
2003-04-12 | Improve description. | jschauma | 1 | -1/+2 | |
2003-01-29 | Convert to buildlink2. Set USE_NCURSES. | wiz | 1 | -5/+8 | |
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-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 | -17/+41 | |
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-21 | Move to sha1 digests, and/or add distfile sizes. | wiz | 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 | |||||
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-10-22 | First batch of upgrades for Python 2.0: | tsarna | 6 | -46/+21 | |
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-01-15 | Update dependency on ncurses to >=4.2 | jlam | 1 | -2/+2 | |
1999-07-09 | Add package patch-sum files | agc | 1 | -0/+3 | |
1999-07-06 | * Update ncurses dependency. | jlam | 1 | -2/+2 | |
1999-04-14 | Update for python 1.5.2 | tsarna | 1 | -3/+3 | |
1998-12-18 | Re-enable on alpha | tsarna | 1 | -3/+1 | |
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-08-23 | Whitespace police. | frueauf | 1 | -2/+2 | |
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-12 | py-curses, an enchanced curses module for Python. | tsarna | 7 | -0/+59 | |