summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_tarup
AgeCommit message (Collapse)AuthorFilesLines
2004-10-13Put ${PREFIX}/{bin,sbin} in PATH before /bin:/sbin:/usr/bin:/usr/sbin toxtraeme2-4/+4
fix problem reported by pancake in PR pkg/26940.
2004-10-06Make sure to grab the +PRESERVE file too. Bump version to 1.6.3.erh2-3/+4
2004-09-21Correct typo. From PR 27010 by Cesar Catrian C.cube1-2/+2
2004-08-09Gross hack to prevent quoting errors when root's shell is the unfamous csh.cube2-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-19Fix bug in handling of wildcarded package names on the command line.erh2-10/+25
Bump version to 1.6.1
2004-07-14Sort options; sort SEE ALSO; new sentence,wiz1-30/+38
new line; miscellaneous other fixes.
2004-07-14Update pkg_tarup to 1.6.erh5-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-201.5.2: Use proper number of dollars for variable.wiz3-6/+6
Reported by Kouichirou Hiratsuka in PR 25259.
2004-02-21Create installation directories. Fixes PR pkg/24514.jmmv1-1/+3
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-12-11Bump version to 1.5.1. Fixes bug when using pkg_tarup to tar up multiple pkgs.erh1-2/+2
2003-12-11Clear out PKG_ARGS each time we create a package to avoid grabbingerh1-1/+2
files from other packages.
2003-09-16Add support for wildcards and mutiple packages on the command line.erh3-66/+89
Bump version to 1.5.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-05-31Whitespace policecjep1-3/+3
2003-05-28Update pkg_tarup to 1.4. Changes:hubertf3-5/+45
- Add pkg_tarup_all to tarup a pkg plus all it's dependencies.
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2003-03-29Update to 1.3:jschauma2-4/+6
pkg_tarup now gives ${HEAD}
2003-03-28NO_PATCH is deprecated, says pkglint. Remove it.wiz1-2/+1
2002-11-23Some cleanups by Greg A. Woods in PR 18710.wiz2-34/+51
2002-10-14Update pkg_tarup to 1.2. Changes:hubertf2-4/+5
find pkg_create etc. on Solaris etc. Suggested by Mark Davies <mark@mcs.vuw.ac.nz> in private mail.
2002-10-07Update to 1.1. Mostly cosmetic changes, among others incudes patch fromhubertf2-69/+61
PR 18546 by woods@weird.com (Greg A. Woods).
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-09-20Bump pkg_tarup to version 1.0.3agc2-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-26Make text at EOF (or rather, after EOF :-) a bit more readable.hubertf1-2/+2
Noted by Tomasz Luchowski.
2001-07-10Make this package work under Solaris, bump version number to 1.0.2.tron2-6/+5
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-13fix typohubertf1-1/+1
2000-05-16Update to 1.0.1. No functional change, only take the fact into accounthubertf3-10/+10
that pkg_add now leaves the INSTALL script for future use, and doesn't delete it any more.
2000-02-14Script to tar up an already instaled package.hubertf5-0/+142