Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-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-02 | Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. | jschauma | 1 | -2/+2 | |
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust. | |||||
2002-10-25 | buildlink1 -> buildlink2. | wiz | 1 | -3/+3 | |
2002-10-14 | remove build dependency on autoconf, it's not needed | dillo | 1 | -3/+1 | |
2002-10-02 | get rid of autoconf build dependency by touching the right | dillo | 1 | -1/+4 | |
file at the right time | |||||
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 3 | -3/+3 | |
2001-08-01 | This package really wants to have autoconf. Give it to it. | wiz | 1 | -1/+4 | |
2001-07-22 | Swap patch-ab and patch-ac so that configure.in gets touched before configure. | wiz | 3 | -21/+21 | |
Problem found via logs of recent bulk build. | |||||
2001-06-20 | Convert to use buildlink.mk file to get ncurses dependency and mark as | jlam | 1 | -3/+4 | |
USE_BUILDLINK_ONLY. | |||||
2001-06-20 | Don't rely on redrawwin() in ncurses...use touchwin(),wrefresh() instead. | jlam | 4 | -6/+37 | |
Add patches to remove clearing of CFLAGS and LDFLAGS during configure process to preserve passed-in values. | |||||
2001-04-20 | 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 | 3 | -6/+4 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-04-14 | Change MAINTAINER section to packages@netbsd.org | jtb | 1 | -2/+2 | |
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-02-14 | Typo : an user -> a user. | jtb | 1 | -1/+1 | |
2001-02-14 | Initial import of iselect: | jtb | 7 | -0/+40 | |
Iselect is a curses based interactive selection tool. It can be used either as an user interface frontend controlled by a Bourne-Shell/Perl/Tcl backend as its wrapper or in batch mode as a pipeline filter (usually between grep and the final executing command). |