summaryrefslogtreecommitdiff
path: root/misc/iselect
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26misc: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes The following distfiles could not be fetched (possibly fetched conditionally?): ./misc/libreoffice/distinfo libreoffice/harfbuzz-2.6.4.tar.xz
2021-10-07misc: Remove SHA1 hashes for distfilesnia1-2/+1
2017-01-19Convert all occurrences (353 by my count) ofagc1-3/+3
MASTER_SITES= site1 \ site2 style continuation lines to be simple repeated MASTER_SITES+= site1 MASTER_SITES+= site2 lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint accordingly.
2017-01-04Use the curses framework.roy1-2/+2
2015-11-03Add SHA512 digests for distfiles for misc categoryagc1-1/+2
Problems found locating distfiles: Package colorls: missing distfile ls.tar.gz Package molden: missing distfile molden-4.6/molden4.6.tar.gz Package softmaker-office-demo: missing distfile ofl06trial.tgz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-08-18Bump all packages that depend on curses.bui* or terminfo.bui* since theywiz1-2/+2
might incur ncurses dependencies on some platforms, and ncurses just bumped its shlib. Some packages were bumped twice now, sorry for that.
2015-08-17Bump PKGREVISION for ncurses shlib bump.wiz1-1/+2
2013-06-16Update to 1.4.0ryoon2-7/+6
Changelog: Changes between 1.3.1 and 1.4.0 ------------------------------- 070708 o upgraded GNU shtool from 2.0.3 to 2.0.7 o adjusted year range in copyright messages o upgraded build environment to GNU autoconf 2.61 Changes between 1.3.0 and 1.3.1 ------------------------------- 051005 o upgraded GNU shtool from 2.0.1 to 2.0.3 o adjusted year range in copyright messages Changes between 1.2.0 and 1.3.0 ------------------------------- 040911 o upgraded GNU shtool from 1.6.2 to 2.0.1 o upgraded build environment to GNU autoconf 2.59 200404 o upgraded GNU shtool from 1.6.0 to 1.6.2 o fixed years in copyright 2002xx o upgraded GNU shtool from 1.5.0 to 1.6.0 o fixed years in copyright 2000xx o upgraded GNU shtool from 1.3.0 to 1.5.0 o fixed years in copyright 990530 o fixed iselect.pod: %s[ -> %[ 990622 o fixed type conversion [Mark A. Hershberger <mah@everybody.org>]
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2010-02-11DESTDIR supportjoerg1-1/+9
2008-01-04Update MASTERE_SITES, noticed by Zafer Aydogan in private mail.obache1-2/+3
2006-10-04Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz1-3/+3
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
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.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
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
2005-09-28Replaced "# defined" with "yes" where appropriate.rillig1-2/+2
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digestsagc1-1/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-04-27Convert to buildlink3.snj1-3/+3
2003-09-28Back out last change related to moving ncurses/buildlink2.mk tojlam1-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-27move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it providesgrant1-2/+2
support for base system curses/ncurses as well as ncurses itself. suggested by wiz.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-1/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2002-10-25buildlink1 -> buildlink2.wiz1-3/+3
2002-10-14remove build dependency on autoconf, it's not neededdillo1-3/+1
2002-10-02get rid of autoconf build dependency by touching the rightdillo1-1/+4
file at the right time
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-3/+3
2001-08-01This package really wants to have autoconf. Give it to it.wiz1-1/+4
2001-07-22Swap patch-ab and patch-ac so that configure.in gets touched before configure.wiz3-21/+21
Problem found via logs of recent bulk build.
2001-06-20Convert to use buildlink.mk file to get ncurses dependency and mark asjlam1-3/+4
USE_BUILDLINK_ONLY.
2001-06-20Don't rely on redrawwin() in ncurses...use touchwin(),wrefresh() instead.jlam4-6/+37
Add patches to remove clearing of CFLAGS and LDFLAGS during configure process to preserve passed-in values.
2001-04-20Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-14Change MAINTAINER section to packages@netbsd.orgjtb1-2/+2
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-14Typo : an user -> a user.jtb1-1/+1
2001-02-14Initial import of iselect:jtb7-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).