Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-06-27 | This package's installation does not run mtree (NO_MTREE=yes) so use | seb | 1 | -2/+2 | |
INSTALLATION_DIRS to set up ${PREFIX}/man/man1. | |||||
2004-11-05 | Fix the sed command that processes the +CONTENTS file so packages that | erh | 2 | -6/+18 | |
don't contain "@comment $NetBSD" lines still work correctly. Also fix handling of magic "@comment Symlink:" lines. Bump version to 1.6.5 | |||||
2004-10-29 | 1.6.4: Fix "su" logic to match that in bsd.pkg.mk. | tv | 2 | -10/+14 | |
Makes "make replace" work correctly on Interix. | |||||
2004-10-13 | Put ${PREFIX}/{bin,sbin} in PATH before /bin:/sbin:/usr/bin:/usr/sbin to | xtraeme | 2 | -4/+4 | |
fix problem reported by pancake in PR pkg/26940. | |||||
2004-10-06 | Make sure to grab the +PRESERVE file too. Bump version to 1.6.3. | erh | 2 | -3/+4 | |
2004-09-21 | Correct typo. From PR 27010 by Cesar Catrian C. | cube | 1 | -2/+2 | |
2004-08-09 | Gross hack to prevent quoting errors when root's shell is the unfamous csh. | cube | 2 | -5/+9 | |
Should hopefully fix PR 26551, but if anyone has a better solution, or is willing to do the necessary work to allow pkg_tarup to be run by any user, ideas are welcomed. Say hi to version 1.6.2. | |||||
2004-07-19 | Fix bug in handling of wildcarded package names on the command line. | erh | 2 | -10/+25 | |
Bump version to 1.6.1 | |||||
2004-07-14 | Sort options; sort SEE ALSO; new sentence, | wiz | 1 | -30/+38 | |
new line; miscellaneous other fixes. | |||||
2004-07-14 | Update pkg_tarup to 1.6. | erh | 5 | -78/+235 | |
Add several command line options to control how and where pkg_tarup creates packages. pkg_tarup is now functional enough that pkg_tarup_all just runs it. Add various bits of quoting to make packages that contain filenames with spaces more likely to work. Add a man page. | |||||
2004-04-20 | 1.5.2: Use proper number of dollars for variable. | wiz | 3 | -6/+6 | |
Reported by Kouichirou Hiratsuka in PR 25259. | |||||
2004-02-21 | Create installation directories. Fixes PR pkg/24514. | jmmv | 1 | -1/+3 | |
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2003-12-11 | Bump version to 1.5.1. Fixes bug when using pkg_tarup to tar up multiple pkgs. | erh | 1 | -2/+2 | |
2003-12-11 | Clear out PKG_ARGS each time we create a package to avoid grabbing | erh | 1 | -1/+2 | |
files from other packages. | |||||
2003-09-16 | Add support for wildcards and mutiple packages on the command line. | erh | 3 | -66/+89 | |
Bump version to 1.5. | |||||
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-05-31 | Whitespace police | cjep | 1 | -3/+3 | |
2003-05-28 | Update pkg_tarup to 1.4. Changes: | hubertf | 3 | -5/+45 | |
- Add pkg_tarup_all to tarup a pkg plus all it's dependencies. | |||||
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -2/+2 | |
2003-03-29 | Update to 1.3: | jschauma | 2 | -4/+6 | |
pkg_tarup now gives ${HEAD} | |||||
2003-03-28 | NO_PATCH is deprecated, says pkglint. Remove it. | wiz | 1 | -2/+1 | |
2002-11-23 | Some cleanups by Greg A. Woods in PR 18710. | wiz | 2 | -34/+51 | |
2002-10-14 | Update pkg_tarup to 1.2. Changes: | hubertf | 2 | -4/+5 | |
find pkg_create etc. on Solaris etc. Suggested by Mark Davies <mark@mcs.vuw.ac.nz> in private mail. | |||||
2002-10-07 | Update to 1.1. Mostly cosmetic changes, among others incudes patch from | hubertf | 2 | -69/+61 | |
PR 18546 by woods@weird.com (Greg A. Woods). | |||||
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 3 | -2/+2 | |
2001-09-20 | Bump pkg_tarup to version 1.0.3 | agc | 2 | -7/+43 | |
+ Convert a few "grep | awk" pipelines into straight awk. + Add in path names per OS. + Add a just-in-time su so that pkg_tarup can be run as a normal user, and the right things will happen. | |||||
2001-07-26 | Make text at EOF (or rather, after EOF :-) a bit more readable. | hubertf | 1 | -2/+2 | |
Noted by Tomasz Luchowski. | |||||
2001-07-10 | Make this package work under Solaris, bump version number to 1.0.2. | tron | 2 | -6/+5 | |
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-02-13 | fix typo | hubertf | 1 | -1/+1 | |
2000-05-16 | Update to 1.0.1. No functional change, only take the fact into account | hubertf | 3 | -10/+10 | |
that pkg_add now leaves the INSTALL script for future use, and doesn't delete it any more. | |||||
2000-02-14 | Script to tar up an already instaled package. | hubertf | 5 | -0/+142 | |