Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-10-09 | Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. | wiz | 1 | -3/+1 | |
2014-03-03 | LICENSE=2-clause-bsd | obache | 1 | -1/+2 | |
2014-03-03 | Just define PKGNAME and use it. | obache | 1 | -4/+2 | |
2013-07-20 | Use Mt for email addresses. | wiz | 1 | -2/+2 | |
2012-09-11 | "user-destdir" is default these days | asau | 1 | -2/+1 | |
2011-11-07 | PR/36986 -- two new options: -D -- print DESCR file of matched package to | shattered | 3 | -11/+94 | |
stdout; -P -- search in PLIST files. | |||||
2009-04-09 | Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions. | joerg | 1 | -3/+1 | |
2008-09-02 | Add DESTDIR support and stop one pkglint warning. | obache | 1 | -4/+5 | |
Requested by Leonardo Taccari in PR 39443. | |||||
2007-12-27 | Do not skip the configure phase. This package needs it to configure | minskim | 1 | -2/+1 | |
libnbcompat. Pointed by Mark Wicks in PR 37609. | |||||
2007-09-08 | Convert to use the features framework. | jlam | 2 | -12/+6 | |
2007-09-06 | Convert all libnbcompat/buildlink3.mk references to inplace.mk. | jlam | 1 | -2/+2 | |
2007-05-18 | Remove myself as maintainer, I don't have the time anymore to keep these | peter | 1 | -2/+2 | |
packages up to date. | |||||
2007-01-07 | Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of | rillig | 1 | -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-22 | Removed the superfluous "quotes" and 'quotes' from variables that don't | rillig | 1 | -2/+2 | |
need them, for example RESTRICTED and SUBST_MESSAGE.*. | |||||
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 1 | -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-01 | fix typo in comment, reported by Leonard Schmidt on tech-pkg@ | hubertf | 1 | -1/+1 | |
2005-08-04 | Bump to 20050804: | xtraeme | 2 | -4/+8 | |
When using the -M flag, look in Makefile and Makefile.common files. Ok'ed by Peter Postma. | |||||
2005-05-25 | Sort options, mark up URL. | wiz | 1 | -6/+6 | |
2005-05-08 | * Add -n flag to limit the amount of results. | peter | 3 | -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-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-02-15 | Add -M flag to search for packages by maintainer. | peter | 3 | -27/+37 | |
Reviewed by wiz. | |||||
2005-01-31 | Only NetBSD, FreeBSD and DragonFly seem to have set/getprogname so include | peter | 1 | -3/+4 | |
libnbcompat for all other OS's. This should address PR pkg/29152. | |||||
2005-01-27 | Make this a bit more portable: | jschauma | 2 | -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-25 | It's LINK.c and not COMPILE.c when you want to produced a linked binary. | cube | 1 | -3/+3 | |
Bump version. | |||||
2005-01-18 | Add libiberty to make this build on Interix. | tv | 2 | -11/+12 | |
Don't build catpages inside the package. Not every system has a nroff shipped standard. | |||||
2005-01-07 | Fix typo: -c, not -C. From Ryo HAYASAKA in PR 28893. | wiz | 1 | -3/+3 | |
2005-01-06 | Don't "cp -p" for *source* files. Builds are usually done as an unprivileged | tv | 1 | -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-23 | Cleanup the C file (mostly nit-picking) and improve the wording in the | peter | 3 | -55/+55 | |
man page. No functional changes. Approved by wiz. | |||||
2004-10-20 | Consistency in comments; sort options; fix typo. | wiz | 1 | -12/+12 | |
2004-10-20 | Use standard headers; add RCS Id; sort options; fix two typos. | wiz | 1 | -4/+5 | |
2004-10-20 | Update to 20041020: | jmmv | 3 | -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, | jlam | 1 | -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-22 | Initial import of pkgfind-20040622 from pkgsrc-wip, written by | xtraeme | 5 | -0/+296 | |
Peter Postma. pkgfind can find packages in pkgsrc. It tries to find packages which matches a keyword in the package name. |