summaryrefslogtreecommitdiff
path: root/pkgtools/pkgfind
AgeCommit message (Collapse)AuthorFilesLines
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2014-03-03LICENSE=2-clause-bsdobache1-1/+2
2014-03-03Just define PKGNAME and use it.obache1-4/+2
2013-07-20Use Mt for email addresses.wiz1-2/+2
2012-09-11"user-destdir" is default these daysasau1-2/+1
2011-11-07PR/36986 -- two new options: -D -- print DESCR file of matched package toshattered3-11/+94
stdout; -P -- search in PLIST files.
2009-04-09Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.joerg1-3/+1
2008-09-02Add DESTDIR support and stop one pkglint warning.obache1-4/+5
Requested by Leonardo Taccari in PR 39443.
2007-12-27Do not skip the configure phase. This package needs it to configureminskim1-2/+1
libnbcompat. Pointed by Mark Wicks in PR 37609.
2007-09-08Convert to use the features framework.jlam2-12/+6
2007-09-06Convert all libnbcompat/buildlink3.mk references to inplace.mk.jlam1-2/+2
2007-05-18Remove myself as maintainer, I don't have the time anymore to keep thesepeter1-2/+2
packages up to date.
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-3/+3
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
2006-04-22Removed the superfluous "quotes" and 'quotes' from variables that don'trillig1-2/+2
need them, for example RESTRICTED and SUBST_MESSAGE.*.
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-01fix typo in comment, reported by Leonard Schmidt on tech-pkg@hubertf1-1/+1
2005-08-04Bump to 20050804:xtraeme2-4/+8
When using the -M flag, look in Makefile and Makefile.common files. Ok'ed by Peter Postma.
2005-05-25Sort options, mark up URL.wiz1-6/+6
2005-05-08* Add -n flag to limit the amount of results.peter3-15/+30
* Fix for when /usr/pkgsrc is empty. * Bump version to 20050508. From pancake@phreaker.net, tweaks and manpage update by me.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-15Add -M flag to search for packages by maintainer.peter3-27/+37
Reviewed by wiz.
2005-01-31Only NetBSD, FreeBSD and DragonFly seem to have set/getprogname so includepeter1-3/+4
libnbcompat for all other OS's. This should address PR pkg/29152.
2005-01-27Make this a bit more portable:jschauma2-17/+26
- get rid of asprintf - use libnbcompat if necessary - while here, get rid of unused variable Bump date. ok peter@, tv@ Non-NetBSD platforms may need to test this and adjust following the IRIX example.
2005-01-25It's LINK.c and not COMPILE.c when you want to produced a linked binary.cube1-3/+3
Bump version.
2005-01-18Add libiberty to make this build on Interix.tv2-11/+12
Don't build catpages inside the package. Not every system has a nroff shipped standard.
2005-01-07Fix typo: -c, not -C. From Ryo HAYASAKA in PR 28893.wiz1-3/+3
2005-01-06Don't "cp -p" for *source* files. Builds are usually done as an unprivilegedtv1-2/+2
user, so it's not nice to try to use an option that will try to chown if the repository isn't owned by the builder. (Some OS's do in fact cause an error when the chown in "cp -p" fails.)
2004-10-23Cleanup the C file (mostly nit-picking) and improve the wording in thepeter3-55/+55
man page. No functional changes. Approved by wiz.
2004-10-20Consistency in comments; sort options; fix typo.wiz1-12/+12
2004-10-20Use standard headers; add RCS Id; sort options; fix two typos.wiz1-4/+5
2004-10-20Update to 20041020:jmmv3-21/+103
* The following new flags have been added: -c - case sensitive search -x - exact match search -q - quite output -C - comment search Patch provided by pancake at phreaker.net; closes PR pkg/26964. Changes agreed by the original author of pkgfind, Peter Postma.
2004-10-07* Make PKGSRC_TOPDIR a private variable by renaming it to _PKGSRC_TOPDIR,jlam1-2/+2
as it's only used internally by bsd.prefs.mk. * Make _PKGSRCDIR a public variable by renaming it to PKGSRCDIR. Also, generate its value from ${_PKGSRC_TOPDIR} so it's less fragile than the old method of stripping off the last two components of ${.CURDIR}. PKGSRCDIR may now be used after bsd.prefs.mk is defined. * Change all references to _PKGSRCDIR to PKGSRCDIR.
2004-06-22Initial import of pkgfind-20040622 from pkgsrc-wip, written byxtraeme5-0/+296
Peter Postma. pkgfind can find packages in pkgsrc. It tries to find packages which matches a keyword in the package name.