| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-01-27 | pkgtools/*: Realign variables in Makefiles | rillig | 1 | -2/+2 | |
| Mainly done by pkglint, manually reviewed and improved in some few cases. | |||||
| 2014-03-03 | Just define PKGNAME and use it. | obache | 1 | -4/+2 | |
| 2013-01-08 | pkg_tarup-1.9.1: Remove unnecessary 'local' declaration, increases portability. | jperkin | 1 | -2/+2 | |
| 2012-09-11 | "user-destdir" is default these days | asau | 1 | -3/+1 | |
| 2011-03-19 | Add filebase support, allowing to choose the filename for the resulting | wiz | 1 | -2/+2 | |
| package; from Aleksey Cheusov in relation to PR 44698. Bump version to 1.9. | |||||
| 2009-11-05 | pkg_tarup-1.8: | joerg | 1 | -2/+2 | |
| Do not use pkg_create -L, it is redundant for modern packages and ignored by pkg_install-20091115. | |||||
| 2009-04-09 | Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions. | joerg | 1 | -2/+1 | |
| 2009-04-08 | Remove the remaining NO_MTREE definitions, it has been a nop for a | joerg | 1 | -2/+1 | |
| while. | |||||
| 2008-02-12 | Updated pkg_tarup to 1.7.1. | rillig | 1 | -33/+11 | |
| Changes since 1.7: - bail out if the ROOT_USER doesn't exist. - Made the package Makefile a little shorter. | |||||
| 2008-02-06 | pkg_tarup-1.7: | joerg | 1 | -2/+2 | |
| Produce the same output as USE_DESTDIR=yes. Most of all reduce magic. Try to deal with pkgviews for completeness. | |||||
| 2007-08-09 | For user-destdir installation, we need to ues the REAL_ROOT_USER. | joerg | 1 | -2/+2 | |
| It doesn't hurt in the other cases, so do it consistently. | |||||
| 2007-08-09 | Add DESTDIR support. | joerg | 1 | -4/+6 | |
| 2007-02-22 | Whitespace cleanup, courtesy of pkglint. | wiz | 1 | -2/+2 | |
| Patch provided by Sergey Svishchev in private mail. | |||||
| 2006-10-29 | Fix pkg_tarup -a so it recurses to actually get all dependent packages. | erh | 1 | -2/+2 | |
| Bump version to 1.6.6. | |||||
| 2006-05-06 | This doesn't use c, c++, fortran, java, or objc. | reed | 1 | -1/+2 | |
| 2006-02-24 | PKGMANDIR instead of man. | reed | 1 | -3/+3 | |
| 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 | 1 | -2/+2 | |
| 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 | 1 | -4/+6 | |
| Makes "make replace" work correctly on Interix. | |||||
| 2004-10-06 | Make sure to grab the +PRESERVE file too. Bump version to 1.6.3. | erh | 1 | -2/+2 | |
| 2004-08-09 | Gross hack to prevent quoting errors when root's shell is the unfamous csh. | cube | 1 | -3/+4 | |
| 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 | 1 | -2/+2 | |
| Bump version to 1.6.1 | |||||
| 2004-07-14 | Update pkg_tarup to 1.6. | erh | 1 | -3/+9 | |
| 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 | 1 | -2/+2 | |
| 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-09-16 | Add support for wildcards and mutiple packages on the command line. | erh | 1 | -2/+2 | |
| 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 | 1 | -4/+8 | |
| - 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 | 1 | -2/+3 | |
| 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 | 1 | -14/+13 | |
| 2002-10-14 | Update pkg_tarup to 1.2. Changes: | hubertf | 1 | -2/+3 | |
| 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 | 1 | -4/+22 | |
| PR 18546 by woods@weird.com (Greg A. Woods). | |||||
| 2001-09-20 | Bump pkg_tarup to version 1.0.3 | agc | 1 | -2/+2 | |
| + 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-10 | Make this package work under Solaris, bump version number to 1.0.2. | tron | 1 | -3/+2 | |
| 2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 1 | -1/+2 | |
| 2000-05-16 | Update to 1.0.1. No functional change, only take the fact into account | hubertf | 1 | -2/+2 | |
| 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 | 1 | -0/+21 | |
