summaryrefslogtreecommitdiff
path: root/pkgtools/pkgfind
AgeCommit message (Collapse)AuthorFilesLines
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.