Skip site navigation (1)Skip section navigation (2)

CVS log for src/usr.sbin/pkg_install/create/main.c

[BACK] Up to [FreeBSD] / src / usr.sbin / pkg_install / create

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.51: download - view: text, markup, annotated - select for diffs
Fri Dec 30 10:58:14 2011 UTC (6 weeks, 1 day ago) by uqs
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +1 -1 lines
SVN rev 228990 on 2011-12-30 10:58:14Z by uqs

Spelling fixes for usr.sbin/

Revision 1.50.2.1.2.1: download - view: text, markup, annotated - select for diffs
Fri Nov 11 04:20:22 2011 UTC (3 months ago) by kensmith
Branches: RELENG_9_0
CVS tags: RELENG_9_0_0_RELEASE
Diff to: previous 1.50.2.1: preferred, colored; next MAIN 1.51: preferred, colored
Changes since revision 1.50.2.1: +0 -0 lines
SVN rev 227445 on 2011-11-11 04:20:22Z by kensmith

Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
cycle.

Approved by:	re (implicit)

Revision 1.50.2.1: download - view: text, markup, annotated - select for diffs
Fri Sep 23 00:51:37 2011 UTC (4 months, 2 weeks ago) by kensmith
Branches: RELENG_9
CVS tags: RELENG_9_0_BP
Branch point for: RELENG_9_0
Diff to: previous 1.50: preferred, colored; next MAIN 1.51: preferred, colored
Changes since revision 1.50: +0 -0 lines
SVN rev 225736 on 2011-09-23 00:51:37Z by kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by:	re (implicit)

Revision 1.50: download - view: text, markup, annotated - select for diffs
Tue May 17 19:11:47 2011 UTC (8 months, 3 weeks ago) by flz
Branches: MAIN
CVS tags: RELENG_9_BP
Branch point for: RELENG_9
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +1 -3 lines
SVN rev 222035 on 2011-05-17 19:11:47Z by flz

Backout libinstall.a -> libpkg commit.

Discussed with:	erwin, brooks, bapt

Revision 1.40.2.5.4.1: download - view: text, markup, annotated - select for diffs
Tue Dec 21 17:10:29 2010 UTC (13 months, 3 weeks ago) by kensmith
Branches: RELENG_7_4
CVS tags: RELENG_7_4_0_RELEASE
Diff to: previous 1.40.2.5: preferred, colored; next MAIN 1.41: preferred, colored
Changes since revision 1.40.2.5: +0 -0 lines
SVN rev 216618 on 2010-12-21 17:10:29Z by kensmith

Copy stable/7 to releng/7.4 in preparation for FreeBSD-7.4 release.

Approved by:	re (implicit)

Revision 1.46.2.3.2.1: download - view: text, markup, annotated - select for diffs
Tue Dec 21 17:09:25 2010 UTC (13 months, 3 weeks ago) by kensmith
Branches: RELENG_8_2
CVS tags: RELENG_8_2_0_RELEASE
Diff to: previous 1.46.2.3: preferred, colored; next MAIN 1.47: preferred, colored
Changes since revision 1.46.2.3: +0 -0 lines
SVN rev 216617 on 2010-12-21 17:09:25Z by kensmith

Copy stable/8 to releng/8.2 in preparation for FreeBSD-8.2 release.

Approved by:	re (implicit)

Revision 1.46.2.3: download - view: text, markup, annotated - select for diffs
Tue Nov 23 11:31:12 2010 UTC (14 months, 2 weeks ago) by mm
Branches: RELENG_8
CVS tags: RELENG_8_2_BP
Branch point for: RELENG_8_2
Diff to: previous 1.46.2.2: preferred, colored; branchpoint 1.46: preferred, colored; next MAIN 1.47: preferred, colored
Changes since revision 1.46.2.2: +5 -1 lines
SVN rev 215738 on 2010-11-23 11:31:12Z by mm

MFC r213718:

- Add support for xz compression to pkg_create, bzip2 remains the default
compression algorithm.
- Bump PKG_INSTALL_VERSION to 20101012.

Submitted by:	mm
Approved by:	portmgr (flz)

Revision 1.49: download - view: text, markup, annotated - select for diffs
Tue Oct 12 10:04:44 2010 UTC (16 months ago) by flz
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +5 -1 lines
SVN rev 213718 on 2010-10-12 10:04:44Z by flz

- Add support for xz compression to pkg_create, bzip2 remains the default
compression algorithm.
- Bump PKG_INSTALL_VERSION to 20101012.

Submitted by:	mm
MFC after:	1 month

Revision 1.46.2.2.2.1: download - view: text, markup, annotated - select for diffs
Mon Jun 14 02:09:06 2010 UTC (19 months, 4 weeks ago) by kensmith
Branches: RELENG_8_1
CVS tags: RELENG_8_1_0_RELEASE
Diff to: previous 1.46.2.2: preferred, colored; next MAIN 1.46.2.3: preferred, colored
Changes since revision 1.46.2.2: +0 -0 lines
SVN rev 209145 on 2010-06-14 02:09:06Z by kensmith

Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.

Approved by:	re (implicit)

Revision 1.48: download - view: text, markup, annotated - select for diffs
Fri Apr 23 11:07:43 2010 UTC (21 months, 2 weeks ago) by flz
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +3 -1 lines
SVN rev 207113 on 2010-04-23 11:07:43Z by flz

- Take libinstall.a out of pkg_install and make it a proper shared library.
- Rework the wrapper support to check libpkg version as well as pkg_install
version.
- Add libfetch to _prebuild_libs.
- There are no new features introduced.

Notes: the API is not stable, so basically, do not use libpkg in your
projects for now. Also there's no manpage for libpkg yet, because the API
will change drastically. I repeat, do not use libpkg for now.

Revision 1.40.2.5.2.1: download - view: text, markup, annotated - select for diffs
Wed Feb 10 00:26:20 2010 UTC (2 years ago) by kensmith
Branches: RELENG_7_3
CVS tags: RELENG_7_3_0_RELEASE
Diff to: previous 1.40.2.5: preferred, colored; next MAIN 1.41: preferred, colored
Changes since revision 1.40.2.5: +0 -0 lines
SVN rev 203736 on 2010-02-10 00:26:20Z by kensmith

Copy stable/7 to releng/7.3 as part of the 7.3-RELEASE process.

Approved by:	re (implicit)

Revision 1.36.2.7: download - view: text, markup, annotated - select for diffs
Fri Jan 22 23:19:33 2010 UTC (2 years ago) by flz
Branches: RELENG_6
Diff to: previous 1.36.2.6: preferred, colored; branchpoint 1.36: preferred, colored; next MAIN 1.37: preferred, colored
Changes since revision 1.36.2.6: +1 -1 lines
SVN rev 202842 on 2010-01-22 23:19:33Z by flz

Synchronize pkg_install with HEAD.

Revision 1.40.2.5: download - view: text, markup, annotated - select for diffs
Fri Jan 22 23:17:07 2010 UTC (2 years ago) by flz
Branches: RELENG_7
CVS tags: RELENG_7_4_BP, RELENG_7_3_BP
Branch point for: RELENG_7_4, RELENG_7_3
Diff to: previous 1.40.2.4: preferred, colored; branchpoint 1.40: preferred, colored; next MAIN 1.41: preferred, colored
Changes since revision 1.40.2.4: +1 -1 lines
SVN rev 202841 on 2010-01-22 23:17:07Z by flz

Synchronize pkg_install with HEAD.

Revision 1.46.2.2: download - view: text, markup, annotated - select for diffs
Fri Jan 22 23:13:46 2010 UTC (2 years ago) by flz
Branches: RELENG_8
CVS tags: RELENG_8_1_BP
Branch point for: RELENG_8_1
Diff to: previous 1.46.2.1: preferred, colored; branchpoint 1.46: preferred, colored
Changes since revision 1.46.2.1: +1 -1 lines
SVN rev 202840 on 2010-01-22 23:13:46Z by flz

Synchronize pkg_install with HEAD.

Revision 1.47: download - view: text, markup, annotated - select for diffs
Tue Dec 29 22:33:53 2009 UTC (2 years, 1 month ago) by ed
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +1 -1 lines
SVN rev 201226 on 2009-12-29 22:33:53Z by ed

Add missing `void' keywords.

Revision 1.46.2.1.2.1: download - view: text, markup, annotated - select for diffs
Sun Oct 25 01:10:29 2009 UTC (2 years, 3 months ago) by kensmith
Branches: RELENG_8_0
CVS tags: RELENG_8_0_0_RELEASE
Diff to: previous 1.46.2.1: preferred, colored; next MAIN 1.46.2.2: preferred, colored
Changes since revision 1.46.2.1: +0 -0 lines
SVN rev 198460 on 2009-10-25 01:10:29Z by kensmith

Copy stable/8 to releng/8.0 as part of 8.0-RELEASE release procedure.

Approved by:	re (implicit)

Revision 1.46.2.1: download - view: text, markup, annotated - select for diffs
Mon Aug 3 08:13:06 2009 UTC (2 years, 6 months ago) by kensmith
Branches: RELENG_8
CVS tags: RELENG_8_0_BP
Branch point for: RELENG_8_0
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +0 -0 lines
SVN rev 196045 on 2009-08-03 08:13:06Z by kensmith

Copy head to stable/8 as part of 8.0 Release cycle.

Approved by:	re (Implicit)

Revision 1.40.2.4.2.1: download - view: text, markup, annotated - select for diffs
Wed Apr 15 03:14:26 2009 UTC (2 years, 9 months ago) by kensmith
Branches: RELENG_7_2
CVS tags: RELENG_7_2_0_RELEASE
Diff to: previous 1.40.2.4: preferred, colored; next MAIN 1.40.2.5: preferred, colored
Changes since revision 1.40.2.4: +0 -0 lines
SVN rev 191087 on 2009-04-15 03:14:26Z by kensmith

Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.

Approved by:	re (implicit)

Revision 1.40.2.4: download - view: text, markup, annotated - select for diffs
Mon Jan 5 13:10:06 2009 UTC (3 years, 1 month ago) by flz
Branches: RELENG_7
CVS tags: RELENG_7_2_BP
Branch point for: RELENG_7_2
Diff to: previous 1.40.2.3: preferred, colored; branchpoint 1.40: preferred, colored
Changes since revision 1.40.2.3: +4 -0 lines
SVN rev 186773 on 2009-01-05 13:10:06Z by flz

Synchronize pkg_install with HEAD (20080708):

    r180361: actually enable '-n' for pkg_create(1)
    r181376: use humanize_number to report pen-sizes

Revision 1.36.2.6: download - view: text, markup, annotated - select for diffs
Thu Dec 25 16:44:01 2008 UTC (3 years, 1 month ago) by flz
Branches: RELENG_6
Diff to: previous 1.36.2.5: preferred, colored; branchpoint 1.36: preferred, colored
Changes since revision 1.36.2.5: +4 -0 lines
SVN rev 186495 on 2008-12-25 16:44:01Z by flz

Synchronize pkg_install with HEAD (20080708):

    r180361: actually enable '-n' for pkg_create(1)
    r181376: use humanize_number to report pen-sizes
    r186494: add package directory for 7.1-RELEASE

Revision 1.40.2.3.2.1: download - view: text, markup, annotated - select for diffs
Tue Nov 25 02:59:29 2008 UTC (3 years, 2 months ago) by kensmith
Branches: RELENG_7_1
CVS tags: RELENG_7_1_0_RELEASE
Diff to: previous 1.40.2.3: preferred, colored; next MAIN 1.40.2.4: preferred, colored
Changes since revision 1.40.2.3: +0 -0 lines
SVN rev 185281 on 2008-11-25 02:59:29Z by kensmith

Create releng/7.1 in preparation for moving into RC phase of 7.1 release
cycle.

Approved by:	re (implicit)

Revision 1.36.2.5.2.1: download - view: text, markup, annotated - select for diffs
Thu Oct 2 02:57:24 2008 UTC (3 years, 4 months ago) by kensmith
Branches: RELENG_6_4
CVS tags: RELENG_6_4_0_RELEASE
Diff to: previous 1.36.2.5: preferred, colored; next MAIN 1.36.2.6: preferred, colored
Changes since revision 1.36.2.5: +0 -0 lines
SVN rev 183531 on 2008-10-02 02:57:24Z by kensmith

Create releng/6.4 from stable/6 in preparation for 6.4-RC1.

Approved by:	re (implicit)

Revision 1.46: download - view: text, markup, annotated - select for diffs
Tue Jul 8 03:21:05 2008 UTC (3 years, 7 months ago) by keramida
Branches: MAIN
CVS tags: RELENG_8_BP
Branch point for: RELENG_8
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +4 -0 lines
SVN rev 180361 on 2008-07-08 03:21:05Z by keramida

Enable the -n option of pkg_create(1).

The changes to make the option work are already in place, but I missed
the patch hunk that adds it to the getopt() option-handling loop.

Pointy hat:	keramida
Approved by:	flz
MFC after:	1 week

Revision 1.36.2.5: download - view: text, markup, annotated - select for diffs
Tue Jun 17 10:48:46 2008 UTC (3 years, 7 months ago) by flz
Branches: RELENG_6
CVS tags: RELENG_6_4_BP
Branch point for: RELENG_6_4
Diff to: previous 1.36.2.4: preferred, colored; branchpoint 1.36: preferred, colored
Changes since revision 1.36.2.4: +0 -4 lines
SVN rev 179844 on 2008-06-17 10:48:46Z by flz

MFC: remove 4.x support (r179835)

Revision 1.40.2.3: download - view: text, markup, annotated - select for diffs
Tue Jun 17 10:47:24 2008 UTC (3 years, 7 months ago) by flz
Branches: RELENG_7
CVS tags: RELENG_7_1_BP
Branch point for: RELENG_7_1
Diff to: previous 1.40.2.2: preferred, colored; branchpoint 1.40: preferred, colored
Changes since revision 1.40.2.2: +0 -4 lines
SVN rev 179843 on 2008-06-17 10:47:24Z by flz

MFC: remove 4.x support (r179835)

Revision 1.45: download - view: text, markup, annotated - select for diffs
Mon Jun 16 23:41:11 2008 UTC (3 years, 7 months ago) by flz
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +0 -4 lines
SVN rev 179835 on 2008-06-16 23:41:11Z by flz

Remove support for RELENG_4 (__FreeBSD_version < 500039).

MFC after:	1 day

Revision 1.36.2.4: download - view: text, markup, annotated - select for diffs
Tue Jun 10 09:56:11 2008 UTC (3 years, 8 months ago) by flz
Branches: RELENG_6
Diff to: previous 1.36.2.3: preferred, colored; branchpoint 1.36: preferred, colored
Changes since revision 1.36.2.3: +30 -6 lines
SVN rev 179703 on 2008-06-10 09:56:11Z by flz

Synchronize pkg_install with HEAD (20080530)

    r179352,179366: don't regenerate packages
    r179433: add long options

Revision 1.40.2.2: download - view: text, markup, annotated - select for diffs
Tue Jun 10 09:55:25 2008 UTC (3 years, 8 months ago) by flz
Branches: RELENG_7
Diff to: previous 1.40.2.1: preferred, colored; branchpoint 1.40: preferred, colored
Changes since revision 1.40.2.1: +30 -6 lines
SVN rev 179702 on 2008-06-10 09:55:25Z by flz

Synchronize pkg_install with HEAD (20080530)

    r179352,179366: don't regenerate packages
    r179433: add long options

Revision 1.44: download - view: text, markup, annotated - select for diffs
Fri May 30 14:26:07 2008 UTC (3 years, 8 months ago) by flz
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +26 -7 lines
- Add long options to pkg_install.
- Remove check for '-?' as it's not listed in authorized options.
- Bump PKG_INSTALL_VERSION to 20080530.

Revision 1.43: download - view: text, markup, annotated - select for diffs
Tue May 27 19:06:45 2008 UTC (3 years, 8 months ago) by keramida
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +1 -1 lines
Update usage strings to add a missing -n option.

Noticed by:	Matthias Apitz, matthias.apitz at oclc.org

Revision 1.42: download - view: text, markup, annotated - select for diffs
Tue May 27 05:10:54 2008 UTC (3 years, 8 months ago) by keramida
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +7 -2 lines
Add a -n option to pkg_create(1), to inhibit duplicate work.

When run without this option, multiple runs of `pkg_create -Rb' will
recreate common packages multiple times.  This can take a lot of time
for large packages.  With the -n option `pkg_create -b' checks with
stat(2) and skips packages that already exist.

Note that this may *not* be safe of the existing output file is not
really a package, or if it has been corrupted, modified or otherwise
tinkered with between subsequent pkg_create runs.  For this and POLA
reasons, the default behavior is to *rebuild* the packages, and the -n
option can be used when we know it is `safe' to run in no-regenerate
mode.

Inspired by:	A post to freebsd-questions
	 	by Matthias Apitz &lt; matthias.apitz at oclc.org &gt;
Reviewed by:	marcus, flz
Approved by:	marcus
MFC after:	2 weeks

Revision 1.36.2.3: download - view: text, markup, annotated - select for diffs
Mon Apr 7 11:31:59 2008 UTC (3 years, 10 months ago) by flz
Branches: RELENG_6
Diff to: previous 1.36.2.2: preferred, colored; branchpoint 1.36: preferred, colored
Changes since revision 1.36.2.2: +10 -10 lines
Synchronize pkg_install with HEAD:

- Add pkg_updating,
- Remove pkg_sign,
- Support for 8-CURRENT,
- Style cleanup (__P use),
- ... and much more.

Revision 1.40.2.1: download - view: text, markup, annotated - select for diffs
Mon Apr 7 10:27:19 2008 UTC (3 years, 10 months ago) by flz
Branches: RELENG_7
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +1 -1 lines
Synchronize pkg_install with HEAD:

- Add pkg_updating,
- Remove pkg_sign,
- Support for 8-CURRENT,
- Style cleanup (__P use),
- ... and much more.

Revision 1.41: download - view: text, markup, annotated - select for diffs
Wed Nov 7 10:53:36 2007 UTC (4 years, 3 months ago) by kevlo
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +1 -1 lines
Cleanup of userland __P use

Revision 1.40: download - view: text, markup, annotated - select for diffs
Fri Sep 29 17:23:14 2006 UTC (5 years, 4 months ago) by ru
Branches: MAIN
CVS tags: RELENG_7_BP, RELENG_7_0_BP, RELENG_7_0_0_RELEASE, RELENG_7_0
Branch point for: RELENG_7
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +6 -6 lines
Fix usage().

Revision 1.39: download - view: text, markup, annotated - select for diffs
Mon Jun 12 22:39:31 2006 UTC (5 years, 8 months ago) by obrien
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +1 -1 lines
Allow variable amounts of verbosity.

Revision 1.36.2.2: download - view: text, markup, annotated - select for diffs
Sun May 14 07:01:47 2006 UTC (5 years, 9 months ago) by krion
Branches: RELENG_6
CVS tags: RELENG_6_3_BP, RELENG_6_3_0_RELEASE, RELENG_6_3, RELENG_6_2_BP, RELENG_6_2_0_RELEASE, RELENG_6_2
Diff to: previous 1.36.2.1: preferred, colored; branchpoint 1.36: preferred, colored
Changes since revision 1.36.2.1: +6 -1 lines
MFC: main.c: 1.38

  date: 2006/04/17 10:58:45;  author: krion;  state: Exp;  lines: +6 -1
  Use bzip2(1) by default to compress package tarball on
  __FreeBSD_version >= 500039.

  Submitted by:   Alex Lyashkov <umka@sevcity.net>

Revision 1.38: download - view: text, markup, annotated - select for diffs
Mon Apr 17 10:58:45 2006 UTC (5 years, 9 months ago) by krion
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +6 -1 lines
Use bzip2(1) by default to compress package tarball on
__FreeBSD_version >= 500039.

Submitted by:	Alex Lyashkov <umka@sevcity.net>
MFC after:	5 days

Revision 1.35.2.2: download - view: text, markup, annotated - select for diffs
Fri Nov 11 08:08:04 2005 UTC (6 years, 3 months ago) by krion
Branches: RELENG_5
CVS tags: RELENG_5_5_BP, RELENG_5_5_0_RELEASE, RELENG_5_5
Diff to: previous 1.35.2.1: preferred, colored; branchpoint 1.35: preferred, colored; next MAIN 1.36: preferred, colored
Changes since revision 1.35.2.1: +15 -2 lines
MFC: create.h:1.26, main.c:1.37, perform.c:1.81, pkg_create.1:1.69

  date: 2005/11/08 20:48:26;  author: krion;  state: Exp;  lines: +1 -0
  Introduce 3 new options for pkg_create(1), -x for using basic regular
  expressions for pkg-name, -E for extended regexps and -G for exact matching.
  These new options are only meaningful when using the -b flag of pkg_create(1),
  and that the default for the -b parameter is now to do glob matching, as in
  other pkg_foo utilities that support package patterns.

  Submitted by:   mux

Revision 1.36.2.1: download - view: text, markup, annotated - select for diffs
Fri Nov 11 08:07:24 2005 UTC (6 years, 3 months ago) by krion
Branches: RELENG_6
CVS tags: RELENG_6_1_BP, RELENG_6_1_0_RELEASE, RELENG_6_1
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +15 -2 lines
MFC: create.h:1.26, main.c:1.37, perform.c:1.81, pkg_create.1:1.69

  date: 2005/11/08 20:48:26;  author: krion;  state: Exp;  lines: +1 -0
  Introduce 3 new options for pkg_create(1), -x for using basic regular
  expressions for pkg-name, -E for extended regexps and -G for exact matching.
  These new options are only meaningful when using the -b flag of pkg_create(1),
  and that the default for the -b parameter is now to do glob matching, as in
  other pkg_foo utilities that support package patterns.

  Submitted by:   mux

Revision 1.37: download - view: text, markup, annotated - select for diffs
Tue Nov 8 20:48:26 2005 UTC (6 years, 3 months ago) by krion
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +15 -2 lines
Introduce 3 new options for pkg_create(1), -x for using basic
regular expressions for pkg-name, -E for extended regexps and -G for
exact matching.

Submitted by:	mux
MFC after:	3 days

Revision 1.35.2.1: download - view: text, markup, annotated - select for diffs
Wed Jun 15 10:35:14 2005 UTC (6 years, 7 months ago) by sobomax
Branches: RELENG_5
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +7 -2 lines
MFC: recursive package creation move (-R).

Revision 1.36: download - view: text, markup, annotated - select for diffs
Mon Jun 6 03:24:14 2005 UTC (6 years, 8 months ago) by sobomax
Branches: MAIN
CVS tags: RELENG_6_BP, RELENG_6_0_BP, RELENG_6_0_0_RELEASE, RELENG_6_0
Branch point for: RELENG_6
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +7 -2 lines
Add -R modifier for the mode when pkg_create(8) creates package file
from the locally installed package. When this modifier is specified
pkg_create(8) will also create package files for all packages on
which that locally installed package depends.

MFC after:	5 days

Revision 1.21.2.9: download - view: text, markup, annotated - select for diffs
Wed Aug 11 16:16:22 2004 UTC (7 years, 6 months ago) by eik
Branches: RELENG_4
CVS tags: RELENG_4_11_BP, RELENG_4_11_0_RELEASE, RELENG_4_11
Diff to: previous 1.21.2.8: preferred, colored; branchpoint 1.21: preferred, colored; next MAIN 1.22: preferred, colored
Changes since revision 1.21.2.8: +10 -4 lines
sync the pkg_install tools with -CURRENT:

- MFC of the package tools revision 20040629 changes.

- replace the perl version of pkg_version(1) by its C equivalent,
  which means that `pkg_version -c' does no longer work

- keep the perl version of pkg_update(1) until a replacement is available

- include some man pages fixes

Revision 1.35: download - view: text, markup, annotated - select for diffs
Tue Jun 29 18:56:59 2004 UTC (7 years, 7 months ago) by eik
Branches: MAIN
CVS tags: RELENG_5_BP, RELENG_5_4_BP, RELENG_5_4_0_RELEASE, RELENG_5_4, RELENG_5_3_BP, RELENG_5_3_0_RELEASE, RELENG_5_3
Branch point for: RELENG_5
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +10 -4 lines
- pkg_create: new flag -S (clean room installation)

- pkg_create: checksum meta files too

PR:		66032

Revision 1.21.2.8: download - view: text, markup, annotated - select for diffs
Mon Aug 11 01:13:43 2003 UTC (8 years, 6 months ago) by kris
Branches: RELENG_4
CVS tags: RELENG_4_9_BP, RELENG_4_9_0_RELEASE, RELENG_4_9, RELENG_4_10_BP, RELENG_4_10_0_RELEASE, RELENG_4_10
Diff to: previous 1.21.2.7: preferred, colored; branchpoint 1.21: preferred, colored
Changes since revision 1.21.2.7: +11 -6 lines
MFC: Support for pkg_add -C (conflicts) and pkg_info -P (pkg_tools version).

Revision 1.34: download - view: text, markup, annotated - select for diffs
Thu Apr 17 09:56:05 2003 UTC (8 years, 9 months ago) by kris
Branches: MAIN
CVS tags: RELENG_5_2_BP, RELENG_5_2_1_RELEASE, RELENG_5_2_0_RELEASE, RELENG_5_2, RELENG_5_1_BP, RELENG_5_1_0_RELEASE, RELENG_5_1
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +11 -6 lines
* Add explicit conflict-checking to the package tools.  Packages can
  register a list of other packages with which they conflict (via the
  -C option to pkg_create), and they will refuse to install (unless -f is
  specified) if one of the listed packages is already present.

* Update documentation for the new feature as well as fleshing out some
  existing documentation.

* Bump PKG_INSTALL_VERSION so this feature can be tested for.

Submitted by:   Sergey Matveychuk <sem@ciam.ru>
PR:             bin/47145
MFC after:      2 weeks

Revision 1.21.2.7: download - view: text, markup, annotated - select for diffs
Wed May 29 18:31:11 2002 UTC (9 years, 8 months ago) by obrien
Branches: RELENG_4
CVS tags: RELENG_4_8_BP, RELENG_4_8_0_RELEASE, RELENG_4_8, RELENG_4_7_BP, RELENG_4_7_0_RELEASE, RELENG_4_7, RELENG_4_6_BP, RELENG_4_6_2_RELEASE, RELENG_4_6_1_RELEASE, RELENG_4_6_0_RELEASE, RELENG_4_6
Diff to: previous 1.21.2.6: preferred, colored; branchpoint 1.21: preferred, colored
Changes since revision 1.21.2.6: +11 -8 lines
Improve the Bzip2 handling.

Approved by:	murray(re)

Revision 1.33: download - view: text, markup, annotated - select for diffs
Sat Apr 20 21:20:58 2002 UTC (9 years, 9 months ago) by obrien
Branches: MAIN
CVS tags: RELENG_5_0_BP, RELENG_5_0_0_RELEASE, RELENG_5_0
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +8 -3 lines
Improve the Bzip2 handling.

Sponsored by:	FreeBSD Mall, Inc.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Mon Apr 1 09:39:06 2002 UTC (9 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +3 -5 lines
Fix SCM ID's.

Revision 1.21.2.6: download - view: text, markup, annotated - select for diffs
Mon Nov 19 09:45:30 2001 UTC (10 years, 2 months ago) by sobomax
Branches: RELENG_4
CVS tags: RELENG_4_5_BP, RELENG_4_5_0_RELEASE, RELENG_4_5
Diff to: previous 1.21.2.5: preferred, colored; branchpoint 1.21: preferred, colored
Changes since revision 1.21.2.5: +1 -1 lines
MFC:
- use strlcpy(3) instead of strcpy(3) to copy user-supplied argument into a
  fixed size buffer;
- make `-t' flag in pkg_*(1) tools actually working.

Revision 1.21.2.5: download - view: text, markup, annotated - select for diffs
Thu Oct 25 07:57:43 2001 UTC (10 years, 3 months ago) by sobomax
Branches: RELENG_4
Diff to: previous 1.21.2.4: preferred, colored; branchpoint 1.21: preferred, colored
Changes since revision 1.21.2.4: +1 -0 lines
MFC: make `-b' option actually work as advertised.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Thu Oct 25 07:56:20 2001 UTC (10 years, 3 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +1 -0 lines
Make `-b' option actually work as advertised.

Revision 1.21.2.4: download - view: text, markup, annotated - select for diffs
Mon Oct 22 12:22:27 2001 UTC (10 years, 3 months ago) by sobomax
Branches: RELENG_4
Diff to: previous 1.21.2.3: preferred, colored; branchpoint 1.21: preferred, colored
Changes since revision 1.21.2.3: +27 -7 lines
MFC: allow package file to be created from a locally installed package.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Tue Oct 16 03:04:15 2001 UTC (10 years, 3 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -1 lines
Fix "off by 1" error introduced in the previous commit by replacing strncpy(3)
with strlcpy(3).

MFC after:	2 weeks

Revision 1.29: download - view: text, markup, annotated - select for diffs
Mon Oct 15 18:21:07 2001 UTC (10 years, 3 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -1 lines
Use strncpy(3) instead of strcpy(3) to copy optarg into a fixed-sized buffer.

Prompted by:	dd
MFC after:	2 weeks

Revision 1.28: download - view: text, markup, annotated - select for diffs
Mon Oct 8 17:09:08 2001 UTC (10 years, 4 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +0 -1 lines
OOPS, delete some commented out debugging code committed along with r.1.25.

MFC after:	2 weeks

Revision 1.27: download - view: text, markup, annotated - select for diffs
Mon Oct 8 17:05:34 2001 UTC (10 years, 4 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +0 -0 lines
(forced)

Forgot to mention: creation of a full-fleged package archive requires some
changes in bsd.ports.mk, because currently it doesn't install some files
that are usually packed into the package archive (+MTREE_DIRS, +DISPLAY
and so on). Support for this will be committed later.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Mon Oct 8 17:01:35 2001 UTC (10 years, 4 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +29 -8 lines
- Allow package archive to be created from a locally installed package. This
  allows for an easy way to backup old version of port prior to installing
  a new one;
- silence compiler warnings by killing some unused variables and adding
  all includes necessary.

MFC after:	2 weeks

Revision 1.21.2.3: download - view: text, markup, annotated - select for diffs
Mon Feb 5 10:02:51 2001 UTC (11 years ago) by sobomax
Branches: RELENG_4
CVS tags: RELENG_4_4_BP, RELENG_4_4_0_RELEASE, RELENG_4_4, RELENG_4_3_BP, RELENG_4_3_0_RELEASE, RELENG_4_3
Diff to: previous 1.21.2.2: preferred, colored; branchpoint 1.21: preferred, colored
Changes since revision 1.21.2.2: +8 -3 lines
MFC: add ability to handle bzip2-compressed packages.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed Jan 24 08:22:53 2001 UTC (11 years ago) by sobomax
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2 lines
Make `-y' option actually work.

Submitted by:	reg

Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Jan 22 12:01:54 2001 UTC (11 years ago) by sobomax
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +8 -3 lines
- Add ability to handle bzip2-compressed packages;
- fix cosmetics to shut-up compiler in -pedantic mode (axe several unused vars
  and provide default clause in several switch() statements).

No response from:	-ports

Revision 1.18.2.4: download - view: text, markup, annotated - select for diffs
Fri Jan 19 11:08:57 2001 UTC (11 years ago) by sobomax
Branches: RELENG_3
Diff to: previous 1.18.2.3: preferred, colored; branchpoint 1.18: preferred, colored; next MAIN 1.19: preferred, colored
Changes since revision 1.18.2.3: +5 -5 lines
MFC:
- Fix a nasty bug where pkg_create doesn't gzip package if lengh of package
  name is less than 5;
- style cleanups.

Revision 1.21.2.2: download - view: text, markup, annotated - select for diffs
Fri Jan 19 11:08:56 2001 UTC (11 years ago) by sobomax
Branches: RELENG_4
Diff to: previous 1.21.2.1: preferred, colored; branchpoint 1.21: preferred, colored
Changes since revision 1.21.2.1: +5 -5 lines
MFC:
- Fix a nasty bug where pkg_create doesn't gzip package if lengh of package
  name is less than 5;
- style cleanups.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Tue Jan 16 08:27:28 2001 UTC (11 years ago) by sobomax
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +5 -5 lines
- Fix a nasty bug where pkg_create doesn't gzip package if lengh of package
  name is less than 5 and doesn't contain recognizeable suffix (one of .tar or
  .tgz), while gzip's it if lengh of the name greater than 4. For example
  `pkg_create [options] pkg1' will create pkg1.tar, while
  `pkg_create [options] pkg11' will create pkg11.tgz;
- use TRUE/FALSE as a values for boolean variables instead of explicit 1/0 and
  erroneous YES in one case.

MFC candidate.

Revision 1.18.2.3: download - view: text, markup, annotated - select for diffs
Tue Dec 5 16:59:00 2000 UTC (11 years, 2 months ago) by sobomax
Branches: RELENG_3
Diff to: previous 1.18.2.2: preferred, colored; branchpoint 1.18: preferred, colored
Changes since revision 1.18.2.2: +8 -3 lines
MFS4:
- Add "-o" option to pkg_create(1) and pkg_info(1). This option intended to
  record a path of the port from which package has been created within FreeBSD
  Ports Collection and will be used to improve pkg_version(1) and similar tools;
- add "-s" option to check size of installed package(s);
- add several missed references to pkg_version(1).

Prompted by:	asami (`origin' option)

Revision 1.21.2.1: download - view: text, markup, annotated - select for diffs
Tue Oct 31 07:21:28 2000 UTC (11 years, 3 months ago) by sobomax
Branches: RELENG_4
CVS tags: RELENG_4_2_0_RELEASE
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +8 -3 lines
MFC:
Add "-o" option to pkg_create(1) and pkg_info(1). This option intended to record
a path of the port from which package has been created within FreeBSD Ports
Collection and will be used to improve pkg_version(1) and similar tools.

Reviewed by:		freebsd-ports, jkh
Approved by:		jkh
MFC Approved by:	jkh

Revision 1.22: download - view: text, markup, annotated - select for diffs
Mon Oct 23 07:01:30 2000 UTC (11 years, 3 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +9 -4 lines
Add "-o" option to pkg_create(1) and pkg_info(1). This option intended to record
a path of the port from which package has been created within FreeBSD Ports
Collection and will be used to improve pkg_version(1) and similar tools.

Reviewed by:	ports@FreeBSD.org, jkh
Approved by:	jkh

Revision 1.11.4.3: download - view: text, markup, annotated - select for diffs
Sun Sep 5 11:44:29 1999 UTC (12 years, 5 months ago) by peter
Branches: RELENG_2_1_0
Diff to: previous 1.11.4.2: preferred, colored; branchpoint 1.11: preferred, colored; next MAIN 1.12: preferred, colored
Changes since revision 1.11.4.2: +1 -1 lines
$Id$ -> $FreeBSD$

Revision 1.12.2.4: download - view: text, markup, annotated - select for diffs
Sun Sep 5 11:40:43 1999 UTC (12 years, 5 months ago) by peter
Branches: RELENG_2_2
Diff to: previous 1.12.2.3: preferred, colored; branchpoint 1.12: preferred, colored; next MAIN 1.13: preferred, colored
Changes since revision 1.12.2.3: +1 -1 lines
$Id$ -> $FreeBSD$

Revision 1.18.2.2: download - view: text, markup, annotated - select for diffs
Sun Aug 29 15:45:14 1999 UTC (12 years, 5 months ago) by peter
Branches: RELENG_3
CVS tags: RELENG_3_5_0_RELEASE, RELENG_3_4_0_RELEASE, RELENG_3_3_0_RELEASE
Diff to: previous 1.18.2.1: preferred, colored; branchpoint 1.18: preferred, colored
Changes since revision 1.18.2.1: +1 -1 lines
$Id$ -> $FreeBSD$

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sat Aug 28 01:17:58 1999 UTC (12 years, 5 months ago) by peter
Branches: MAIN
CVS tags: RELENG_4_BP, RELENG_4_1_1_RELEASE, RELENG_4_1_0_RELEASE, RELENG_4_0_0_RELEASE, PRE_SMPNG
Branch point for: RELENG_4
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -1 lines
$Id$ -> $FreeBSD$

Revision 1.18.2.1: download - view: text, markup, annotated - select for diffs
Mon Aug 23 03:59:45 1999 UTC (12 years, 5 months ago) by mharo
Branches: RELENG_3
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -1 lines
MFC: use uname(3) to find out hardware platform, add braces and other minor cleanup

Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu Jun 24 06:33:20 1999 UTC (12 years, 7 months ago) by imp
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
'?' shouldn't be in the usage string.  Unknown characters are already
converted to '?'.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Jun 23 16:54:34 1999 UTC (12 years, 7 months ago) by billf
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
If we are going to have a case for '?' then we should define it in Options.

Submitted by:	Ben Olson <bseth@chc-chimes.com>

Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Dec 16 13:59:30 1998 UTC (13 years, 1 month ago) by jkh
Branches: MAIN
CVS tags: RELENG_3_BP, RELENG_3_2_PAO_BP, RELENG_3_2_PAO, RELENG_3_2_0_RELEASE, RELENG_3_1_0_RELEASE
Branch point for: RELENG_3
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +17 -6 lines
Make it possible to have separate install scripts as well as have
an on-delete script.

Submitted by:	Rajesh Vaidheeswarran <rv@fore.com>

Revision 1.12.2.3: download - view: text, markup, annotated - select for diffs
Thu Oct 9 07:08:58 1997 UTC (14 years, 4 months ago) by charnier
Branches: RELENG_2_2
CVS tags: RELENG_2_2_8_RELEASE, RELENG_2_2_7_RELEASE, RELENG_2_2_6_RELEASE, RELENG_2_2_5_RELEASE
Diff to: previous 1.12.2.2: preferred, colored; branchpoint 1.12: preferred, colored
Changes since revision 1.12.2.2: +18 -39 lines
MFC: Use err(3). Cosmetics in usage string and man page.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Oct 8 07:46:23 1997 UTC (14 years, 4 months ago) by charnier
Branches: MAIN
CVS tags: RELENG_3_0_0_RELEASE
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +17 -38 lines
Use err(3). Cosmetics in usage string and man page.

Revision 1.12.2.2: download - view: text, markup, annotated - select for diffs
Fri Aug 29 05:15:39 1997 UTC (14 years, 5 months ago) by imp
Branches: RELENG_2_2
Diff to: previous 1.12.2.1: preferred, colored; branchpoint 1.12: preferred, colored
Changes since revision 1.12.2.1: +2 -2 lines
MFC: getopt returns -1 not EOF

Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Jun 6 12:19:11 1997 UTC (14 years, 8 months ago) by jkh
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +8 -3 lines
Add support for srcdir overrides.

Revision 1.12.2.1: download - view: text, markup, annotated - select for diffs
Fri Jun 6 12:18:49 1997 UTC (14 years, 8 months ago) by jkh
Branches: RELENG_2_2
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +8 -3 lines
Add support to allow source dir overrides on command line.
Submitted-By:  someone-whos-name-I-have-regrettably-forgotten-now

Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Mar 31 05:10:47 1997 UTC (14 years, 10 months ago) by imp
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
compare return value from getopt against -1 rather than EOF, per the final
posix standard on the topic.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Feb 22 16:09:25 1997 UTC (14 years, 11 months ago) by peter
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -1 lines
Revert $FreeBSD$ to $Id$

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Jan 14 07:14:36 1997 UTC (15 years, 1 month ago) by jkh
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -1 lines
Make the long-awaited change from $Id$ to $FreeBSD$

This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore.  This update would have been
insane otherwise.

Revision 1.11.4.2: download - view: text, markup, annotated - select for diffs
Tue Oct 15 18:37:19 1996 UTC (15 years, 4 months ago) by jkh
Branches: RELENG_2_1_0
CVS tags: RELENG_2_1_7_RELEASE, RELENG_2_1_6_RELEASE, RELENG_2_1_6_1_RELEASE
Diff to: previous 1.11.4.1: preferred, colored; branchpoint 1.11: preferred, colored
Changes since revision 1.11.4.1: +1 -1 lines
Merge from HEAD.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Oct 25 15:37:59 1995 UTC (16 years, 3 months ago) by jkh
Branches: MAIN
CVS tags: RELENG_2_2_BP, RELENG_2_2_2_RELEASE, RELENG_2_2_1_RELEASE, RELENG_2_2_0_RELEASE
Branch point for: RELENG_2_2
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -3 lines
Bring forward my changes from 2.1

Revision 1.11.4.1: download - view: text, markup, annotated - select for diffs
Mon Oct 9 11:16:24 1995 UTC (16 years, 4 months ago) by jkh
Branches: RELENG_2_1_0
CVS tags: RELENG_2_1_5_RELEASE, RELENG_2_1_0_RELEASE
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -3 lines
Bring in the first half of my changes to handle dependencies when
fetching by URL.  This only effects the little-used get-by-URL feature
right now.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue May 30 03:49:55 1995 UTC (16 years, 8 months ago) by rgrimes
Branches: MAIN
CVS tags: RELENG_2_1_0_BP, RELENG_2_0_5_RELEASE, RELENG_2_0_5_BP, RELENG_2_0_5
Branch point for: RELENG_2_1_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
Remove trailing whitespace.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Apr 22 00:03:07 1995 UTC (16 years, 9 months ago) by jkh
Branches: MAIN
CVS tags: RELENG_2_0_5_ALPHA
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +8 -2 lines
1. Add proper dependencies to the library in my Makefiles.  This was pointed
   out by Bruce.
2. Add a "feature" to pkg_create (OK, OK, it's a miserable hack!) to get
   it to dump its internal packing list out so that the `fake-pkg' rule in
   bsd.port.mk can generate a more meaningful packing list.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Apr 9 15:04:58 1995 UTC (16 years, 10 months ago) by jkh
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +8 -2 lines
Add true support for dependency lists.

1. pkg_create now has a -P argument for specifying dependencies on the
   command line.
2. pkg_add will honor dependencies and chain-load them automatically if
   it finds the required package(s) in the same directory as the package
   that is being loaded.  For best results, install packages from a directory
   containing all the packages you'll possibly need
   (like /usr/ports/packages/all).

2 remaining flaws:

1. pkg_add looks in one place (where you were when you loaded the primary
   pkg) for depended packages.  If you can come up with a search path scheme
   that's not a total hack - be my guest!

2. Recursive dependency expansion can result in the name of a dep being
   listed more than once.  This doesn't bother pkg_add since it checks
   for package existance with pkg_info and will skip already-loaded packages.
   I don't know how/if pkg_delete handles this yet, however.  I need to look
   into it.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Dec 6 00:51:36 1994 UTC (17 years, 2 months ago) by jkh
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +17 -3 lines
Many of John T. Kohl's patches from NetBSD.  Thanks, John!
Submitted by:	jkohl

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu May 19 18:27:40 1994 UTC (17 years, 8 months ago) by alm
Branches: MAIN
CVS tags: RELEASE_2_0, MOVED_NEWCVS, BETA_2_0, ALPHA_2_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +6 -1 lines
Add `-h' option to force tar to follow symbolic links

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Apr 16 21:50:53 1994 UTC (17 years, 10 months ago) by jkh
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Whoops, -Y and -N would work better if they were in the getopts string!

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Apr 5 14:05:38 1994 UTC (17 years, 10 months ago) by jkh
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +9 -1 lines
Add -N and -Y flags for auto-answer feature.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Sep 12 20:45:29 1993 UTC (18 years, 5 months ago) by jkh
Branches: MAIN
CVS tags: BP_BETA_1_1
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +7 -1 lines
Added and doc'd -X flag to pkg_create that allows you to specify an exclude
list for the final package.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Sep 5 04:54:06 1993 UTC (18 years, 5 months ago) by jkh
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +7 -1 lines
Made staging area configurable rather than assuming /tmp (-t)

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Sep 3 23:00:54 1993 UTC (18 years, 5 months ago) by jkh
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
Lots of misc tweaks, support for arbitrary separators in pkg_info, more
intelligent name handling in pkg_create.  Most of these files are changed
because of rcsid's being different in my cvs tree and freefall's (foo).

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Thu Aug 26 01:19:54 1993 UTC (18 years, 5 months ago) by jkh
CVS tags: pkg_install
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
The release version of my package install suite.  Please see man pages
for info.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Aug 26 01:19:53 1993 UTC (18 years, 5 months ago) by jkh
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options