summaryrefslogtreecommitdiff
path: root/misc/pdmenu
AgeCommit message (Collapse)AuthorFilesLines
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2010-02-26Reset maintainer for developers who gave back their commit bit.wiz1-2/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-5/+1
2009-02-16DESTDIR supportjoerg1-8/+11
2007-02-22pkglint cleanup; update HOMEPAGE/MASTER_SITES.wiz1-2/+2
From Sergey Svishchev in private mail.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-3/+3
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-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-3/+2
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
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-18Convert to buildlink3.snj1-3/+3
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-09-22Fix build and install on Solaris. From Jonathan Perkin in PR 22883.wiz3-17/+20
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-16Derive PKGNAME from DISTNAME, as usual. Fixes PR pkg/22154 by Robert Elz.jmmv1-5/+5
While here, fix MASTER_SITES as it has changed and align PKGREVISION properly.
2003-07-13PKGREVISION bump for libiconv update.wiz1-1/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2002-10-09buildlink1 -> buildlink2.wiz1-5/+5
2002-01-01Fix compilation (problem noted in recent 1.5.2 bulk build).wiz4-19/+31
While I'm here, buildlinkify, wrap lines to 80 characters, use REPLACE_PERL for a perl script, and don't install an unneeded file.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-04-28o don't install ${PREFIX}/etc/pdmenurc, ${PREFIX}/share/examples/pdmenu/pdmenurczuntum3-17/+34
is enough. from latest bulk build leftovers. o rework quoting & tabs
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 distinfoagc2-7/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-16Change my email address to zuntum@netbsd.orgzuntum1-2/+2
2001-02-21Placefolder - all patches are gonehubertf1-2/+5
2001-02-21* no functional changes, only some fixes for the Makefilehubertf4-44/+15
(pass -Wl,-R via MAKE_ENV instead of the patch etc) Patch sent by Tomasz Luchowski <zuntum@eik.pl> in private mail.
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-21Change semantics of access t slang files.hubertf1-3/+3
Patch by Tomasz Luchowski <zuntum@eik.pl>
2001-01-19Derive DISTNAME from PKGNAME in a pkglint-friendly way.hubertf1-2/+2
Patch sent by Tomasz Luchowski <zuntum@eik.pl> in private mail.
2001-01-18Add pdmenu-1.2.65:Simple console menu programhubertf7-0/+102
Pdmenu is a menuing system for Unix. It is designed to be easy to use, and is suitable for a login shell for inexperienced users, or it can just be ran at the command line as a handy menu. Sent in by Tomasz Luchowski <zuntum@eik.pl> in PR 11985