The NetBSD Project

CVS log for pkgsrc/pkgtools/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / pkgtools

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: MAIN


Revision 1.126 / (download) - annotate - [select for diffs], Mon Jan 1 13:39:04 2024 UTC (2 months, 3 weeks ago) by bsiegert
Branch: MAIN
CVS Tags: HEAD
Changes since 1.125: +2 -1 lines
Diff to previous 1.125 (colored)

New package, pkgtools/pkgchkxx. From wip.

pkgchkxx and pkgrrxx are complete rewrites of pkgsrc pkg_chk and
pkg_rolling-replace respectively. These are functionally compatible but run
faster.

This implementation achieves better performance by using a faster language,
better algorithms, and making use of many CPUs whenever possible.

Revision 1.125 / (download) - annotate - [select for diffs], Sat Nov 4 09:25:25 2023 UTC (4 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4
Changes since 1.124: +1 -3 lines
Diff to previous 1.124 (colored)

{gnome-,}packagekit: remove

pkgsrc version was very very outdated, and this project is dying.

Revision 1.124 / (download) - annotate - [select for diffs], Sat Jul 1 09:27:20 2023 UTC (8 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3
Changes since 1.123: +2 -1 lines
Diff to previous 1.123 (colored)

pkgtools/Makefile: + python-versions-check

Revision 1.123 / (download) - annotate - [select for diffs], Sun Sep 4 21:38:47 2022 UTC (18 months, 3 weeks ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.122: +2 -1 lines
Diff to previous 1.122 (colored)

pkgtools/distlint: add early prototype implementation

Do not enable the package yet as it is still under active development
and lacking proper documentation.

Revision 1.122 / (download) - annotate - [select for diffs], Tue Jun 7 09:54:01 2022 UTC (21 months, 3 weeks ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2
Changes since 1.121: +2 -1 lines
Diff to previous 1.121 (colored)

pkgtools: Add mktools.

Revision 1.121 / (download) - annotate - [select for diffs], Sun Aug 16 20:58:47 2020 UTC (3 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.120: +2 -1 lines
Diff to previous 1.120 (colored)

pkgtools/Makefile: + import-package

Revision 1.120 / (download) - annotate - [select for diffs], Wed Mar 11 19:15:03 2020 UTC (4 years ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.119: +2 -1 lines
Diff to previous 1.119 (colored)

pkgtools/check-portability: check extracted files for portability issues

Checks whether the given files use features of programming languages that
are not portable to a wide range of platforms.

See mk/check/check-portability.mk.

https://mail-index.netbsd.org/tech-pkg/2020/03/10/msg022787.html

This new check is not active by default, and the package is not forced to
be installed. This will be done after getting some experience in
practical cases.

The code has been tested by extracting about 1.7 GB of pkgsrc distfiles
and scanning for lines containing both "[[" and "]]".

Revision 1.119 / (download) - annotate - [select for diffs], Wed Dec 5 19:23:46 2018 UTC (5 years, 3 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4
Changes since 1.118: +2 -1 lines
Diff to previous 1.118 (colored)

Add and enable rc.d-boot.

Revision 1.118 / (download) - annotate - [select for diffs], Thu Jun 1 01:58:34 2017 UTC (6 years, 9 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2
Changes since 1.117: +2 -1 lines
Diff to previous 1.117 (colored)

Import pkgtasks-1-1.9 as pkgsrc/pkgtools/pkgtasks.

pkgtasks is a shell script library to ease writing POSIX-compliant
shell scripts to handle common tasks during installation or removal
of a package, e.g.,

  * creating groups and users needed by the package

  * creating and removing directories with special permissions and
    ownership,

  * copying example config files to their final locations during
    package installation, and removing them during package removal
    if they don't differ from the example ones,

  * reminding the user of files that may be customized after
    package installation.

Revision 1.117 / (download) - annotate - [select for diffs], Fri Feb 17 21:27:38 2017 UTC (7 years, 1 month ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base, pkgsrc-2017Q1
Changes since 1.116: +2 -1 lines
Diff to previous 1.116 (colored)

Initial addition of pkgtools/pkg_comp-cron, version 1.0:

This package sets up periodic builds of binary packages using the
pkgtools/pkg_comp utility given minimal configuration.  All that is
needed from the user is to determine which packages to build
automatically.

If you are on NetBSD, see also sysutils/sysbuild-user, which is the
perfect companion to this package to periodically build the base system.

Revision 1.116 / (download) - annotate - [select for diffs], Fri Feb 17 21:25:46 2017 UTC (7 years, 1 month ago) by jmmv
Branch: MAIN
Changes since 1.115: +2 -1 lines
Diff to previous 1.115 (colored)

Readd pkg_comp, now at version 2.0:

**Released on 2017-02-17.**

This is the first release of the pkg_comp project as a standalone
package.  This new release shares no code with previous versions and is
not compatible with them.

The following are the major differences between pkg_comp 2.0 and all
previous releases, which incidentally are the reasons that triggered
this rewrite:

* Support for multiple platforms.

* Use of pbulk to (re)build packages within the sandbox.  This results
  in more reliable incremental builds after pkgsrc updates.

* Support for bootstrap, generating binary kits as part of the builds.

* Better scriptability to allow running from cron(8) trivially.

Revision 1.115 / (download) - annotate - [select for diffs], Sun Feb 12 10:48:55 2017 UTC (7 years, 1 month ago) by jmmv
Branch: MAIN
Changes since 1.114: +2 -2 lines
Diff to previous 1.114 (colored)

Move pkgtools/pkg_comp to pkgtools/pkg_comp1.

This is to make room for pkg_comp 2.0, which is coming soon.  The new release
is significantly different from the 1.x series in features (supports multiple
platforms, bootstrap, and pbulk) but also comes with a different configuration
syntax.

Revision 1.114 / (download) - annotate - [select for diffs], Sat Oct 1 18:42:53 2016 UTC (7 years, 5 months ago) by kamil
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4
Changes since 1.113: +2 -1 lines
Diff to previous 1.113 (colored)

Add pkgtools/plist-utils

Revision 1.113 / (download) - annotate - [select for diffs], Sun Jan 24 19:35:26 2016 UTC (8 years, 2 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1
Changes since 1.112: +2 -1 lines
Diff to previous 1.112 (colored)

Add texlive2pkg

Revision 1.112 / (download) - annotate - [select for diffs], Wed Nov 25 16:42:21 2015 UTC (8 years, 4 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4
Changes since 1.111: +2 -1 lines
Diff to previous 1.111 (colored)

Reimported pkglint-4.518 from pkgtools/pkglint as pkglint4

The Perl version of pkglint (pkglint<5.0) runs on all platforms that
are supported by pkgsrc. Not so the Go version (pkglint>=5.0).

To support development of packages on all platforms, this version is
provided, and it will be supported equally. Its output differs a bit
from pkglint>=5.0, but the basic checks are the same.

Revision 1.111 / (download) - annotate - [select for diffs], Sun Nov 22 21:58:36 2015 UTC (8 years, 4 months ago) by agc
Branch: MAIN
Changes since 1.110: +2 -1 lines
Diff to previous 1.110 (colored)

Add and enable gimme

Revision 1.110 / (download) - annotate - [select for diffs], Mon Aug 17 08:15:40 2015 UTC (8 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3
Changes since 1.109: +1 -2 lines
Diff to previous 1.109 (colored)

Remove xpkgwedge, not needed any longer.

Revision 1.109 / (download) - annotate - [select for diffs], Sat Jul 4 14:38:28 2015 UTC (8 years, 8 months ago) by khorben
Branch: MAIN
Changes since 1.108: +2 -1 lines
Diff to previous 1.108 (colored)

Add pkg

Revision 1.108 / (download) - annotate - [select for diffs], Sat Apr 25 22:08:40 2015 UTC (8 years, 11 months ago) by brook
Branch: MAIN
CVS Tags: pkgsrc-2015Q2-base, pkgsrc-2015Q2
Changes since 1.107: +2 -1 lines
Diff to previous 1.107 (colored)

Initial import of the R2pkg package.

Revision 1.107 / (download) - annotate - [select for diffs], Wed Sep 17 12:41:50 2014 UTC (9 years, 6 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3
Changes since 1.106: +2 -1 lines
Diff to previous 1.106 (colored)

+ cwrappers

Revision 1.106 / (download) - annotate - [select for diffs], Sun Apr 27 00:11:38 2014 UTC (9 years, 11 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2014Q2-base, pkgsrc-2014Q2
Changes since 1.105: +2 -1 lines
Diff to previous 1.105 (colored)

Add and enable genpkgng

Revision 1.105 / (download) - annotate - [select for diffs], Thu Aug 15 11:12:05 2013 UTC (10 years, 7 months ago) by marino
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3
Changes since 1.104: +1 -2 lines
Diff to previous 1.104 (colored)

Remove pkgtools/tinderbox-dragonfly

This package is no longer in use, and is far behind upstream now.
It is heavily customized so maintenance is far from trivial.  There were
no objections to the announcement of my intentions to remove this package
which I made on package-users@ a month ago.

I feel it is better to retire this package than allow it to bitrot further.

Revision 1.104 / (download) - annotate - [select for diffs], Sun Aug 26 10:31:39 2012 UTC (11 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2012Q3-base, pkgsrc-2012Q3
Changes since 1.103: +2 -1 lines
Diff to previous 1.103 (colored)

+ mksandbox.

Revision 1.103 / (download) - annotate - [select for diffs], Thu Feb 2 07:52:26 2012 UTC (12 years, 1 month ago) by jnemeth
Branch: MAIN
CVS Tags: pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1
Changes since 1.102: +2 -1 lines
Diff to previous 1.102 (colored)

add and enable pkg_p5up2date

Revision 1.102 / (download) - annotate - [select for diffs], Thu Nov 3 03:38:49 2011 UTC (12 years, 4 months ago) by jnemeth
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4
Changes since 1.101: +2 -1 lines
Diff to previous 1.101 (colored)

add and enable tinderbox-dragonfly

Revision 1.101 / (download) - annotate - [select for diffs], Wed May 18 19:41:11 2011 UTC (12 years, 10 months ago) by cheusov
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2
Changes since 1.100: +2 -1 lines
Diff to previous 1.100 (colored)


+distbb, oked by sponsors

Revision 1.100 / (download) - annotate - [select for diffs], Mon May 16 22:04:47 2011 UTC (12 years, 10 months ago) by cheusov
Branch: MAIN
Changes since 1.99: +2 -1 lines
Diff to previous 1.99 (colored)

Add nih, approved by sponsors

Revision 1.99 / (download) - annotate - [select for diffs], Mon May 16 19:20:43 2011 UTC (12 years, 10 months ago) by cheusov
Branch: MAIN
Changes since 1.98: +3 -1 lines
Diff to previous 1.98 (colored)


Add pkg_online client and server, approved by sponsors

Revision 1.98 / (download) - annotate - [select for diffs], Wed May 11 20:07:29 2011 UTC (12 years, 10 months ago) by cheusov
Branch: MAIN
Changes since 1.97: +2 -1 lines
Diff to previous 1.97 (colored)

+pkg_summary-utils, oked by sponsors

Revision 1.97 / (download) - annotate - [select for diffs], Fri Apr 30 03:23:27 2010 UTC (13 years, 11 months ago) by sbd
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2
Changes since 1.96: +2 -1 lines
Diff to previous 1.96 (colored)

Added pkgtools/osabi

Revision 1.96 / (download) - annotate - [select for diffs], Sun Aug 30 10:40:59 2009 UTC (14 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3
Changes since 1.95: +2 -1 lines
Diff to previous 1.95 (colored)

+ pkgsrc-todo.

Revision 1.95 / (download) - annotate - [select for diffs], Mon Jun 8 14:10:54 2009 UTC (14 years, 9 months ago) by imil
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.94: +2 -1 lines
Diff to previous 1.94 (colored)

add & enable pkgin

Revision 1.94 / (download) - annotate - [select for diffs], Sun Jun 7 18:07:00 2009 UTC (14 years, 9 months ago) by joerg
Branch: MAIN
Changes since 1.93: +2 -1 lines
Diff to previous 1.93 (colored)

Split pbulk into pbulk-base (the backend programs) and pbulk (rest).

Revision 1.93 / (download) - annotate - [select for diffs], Thu Jan 8 00:26:05 2009 UTC (15 years, 2 months ago) by jmcneill
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1
Changes since 1.92: +3 -1 lines
Diff to previous 1.92 (colored)

+ packagekit gnome-packagekit

Revision 1.92 / (download) - annotate - [select for diffs], Sun Jan 4 00:45:37 2009 UTC (15 years, 2 months ago) by adrianp
Branch: MAIN
Changes since 1.91: +2 -1 lines
Diff to previous 1.91 (colored)

+pkg_distinst

Revision 1.91 / (download) - annotate - [select for diffs], Fri Jun 6 08:30:31 2008 UTC (15 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper-base, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.90: +2 -2 lines
Diff to previous 1.90 (colored)

Sort.

Revision 1.90 / (download) - annotate - [select for diffs], Sat May 24 03:39:29 2008 UTC (15 years, 10 months ago) by tnn
Branch: MAIN
Changes since 1.89: +2 -1 lines
Diff to previous 1.89 (colored)

Added pkgtools/compat_headers

Revision 1.89 / (download) - annotate - [select for diffs], Fri May 23 21:42:25 2008 UTC (15 years, 10 months ago) by tnn
Branch: MAIN
Changes since 1.88: +1 -2 lines
Diff to previous 1.88 (colored)

Remove pkgtools/posix_headers

Revision 1.88 / (download) - annotate - [select for diffs], Thu May 15 17:46:06 2008 UTC (15 years, 10 months ago) by joerg
Branch: MAIN
Changes since 1.87: +2 -1 lines
Diff to previous 1.87 (colored)

+ pkg_leaves

Revision 1.87 / (download) - annotate - [select for diffs], Thu Mar 6 04:46:46 2008 UTC (16 years ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1
Changes since 1.86: +1 -3 lines
Diff to previous 1.86 (colored)

Note removal of tnftp and pax.

Revision 1.86 / (download) - annotate - [select for diffs], Thu Jan 3 21:05:34 2008 UTC (16 years, 2 months ago) by rillig
Branch: MAIN
Changes since 1.85: +2 -1 lines
Diff to previous 1.85 (colored)

+ lintpkgsrc

Revision 1.85 / (download) - annotate - [select for diffs], Mon Aug 13 08:12:48 2007 UTC (16 years, 7 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3
Changes since 1.84: +2 -2 lines
Diff to previous 1.84 (colored)

Added mk/misc/category.mk, which contains the definitions that are only
useful for category Makefiles, as opposed to bsd.pkg.subdir.mk, which is
also relevant for the top-level directory. Adjusted the category Makefiles.

Revision 1.84 / (download) - annotate - [select for diffs], Tue Jun 19 19:51:35 2007 UTC (16 years, 9 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2
Changes since 1.83: +2 -1 lines
Diff to previous 1.83 (colored)

Added pbulk.

Revision 1.83 / (download) - annotate - [select for diffs], Tue Apr 24 19:44:01 2007 UTC (16 years, 11 months ago) by tnn
Branch: MAIN
Changes since 1.82: +2 -1 lines
Diff to previous 1.82 (colored)

Note addition of pkgtools/posix_headers.

Revision 1.82 / (download) - annotate - [select for diffs], Fri Mar 2 09:46:41 2007 UTC (17 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.81: +1 -2 lines
Diff to previous 1.81 (colored)

Remove pkgmanpages packages, the information contained in it has been
integrated in the pkgsrc guide.

Revision 1.81 / (download) - annotate - [select for diffs], Tue Dec 5 18:24:39 2006 UTC (17 years, 3 months ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.80: +2 -1 lines
Diff to previous 1.80 (colored)

add pkg_rolling-replace

Revision 1.80 / (download) - annotate - [select for diffs], Fri Aug 18 23:53:30 2006 UTC (17 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3
Changes since 1.79: +3 -3 lines
Diff to previous 1.79 (colored)

Remove comments, because printindex cannot handle them.

Revision 1.79 / (download) - annotate - [select for diffs], Thu Aug 17 09:55:15 2006 UTC (17 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.78: +8 -8 lines
Diff to previous 1.78 (colored)

Uncomment directories which had no reason given for being commented out.

Revision 1.78 / (download) - annotate - [select for diffs], Mon Jul 17 14:23:59 2006 UTC (17 years, 8 months ago) by jlam
Branch: MAIN
Changes since 1.77: +2 -1 lines
Diff to previous 1.77 (colored)

Add sysutils/install-sh and pkgtools/bootstrap-extras.

Revision 1.77 / (download) - annotate - [select for diffs], Fri Jul 14 23:13:50 2006 UTC (17 years, 8 months ago) by jlam
Branch: MAIN
Changes since 1.76: +2 -1 lines
Diff to previous 1.76 (colored)

Add but don't enable bootstrap-mk-files.  We don't enable because this is
a key bootstrap package.

Revision 1.76 / (download) - annotate - [select for diffs], Fri Jul 14 21:41:42 2006 UTC (17 years, 8 months ago) by jlam
Branch: MAIN
Changes since 1.75: +2 -1 lines
Diff to previous 1.75 (colored)

Create a separate pkgtools/tnftp package that is installed as part of
the bootstrap process and which may be needed by pkg_install.  This
is distinct from the net/tnftp package that is now a "normal" package.

Modify the bootstrap script to use pkgtools/tnftp instead, and clean up
some of the registration code.

Revision 1.75 / (download) - annotate - [select for diffs], Fri Jul 14 19:54:47 2006 UTC (17 years, 8 months ago) by jlam
Branch: MAIN
Changes since 1.74: +2 -2 lines
Diff to previous 1.74 (colored)

Create a separate sysutils/mtree package that is a "normal" package,
distinct from the pkgtools/mtree package which is installed as part of
the bootstrap process and which may be needed by pkg_install.

Revision 1.74 / (download) - annotate - [select for diffs], Fri Jul 14 19:38:47 2006 UTC (17 years, 8 months ago) by jlam
Branch: MAIN
Changes since 1.73: +2 -1 lines
Diff to previous 1.73 (colored)

Create a separate "pax" package in the pkgtools category that installs
into ${PKG_TOOLS_BIN}.  This package is used in the case where pax is
a requirement for the pkg_install tools.  The archivers/pax package is
now a normal package with no special PKG_PRESERVE flags set.

Revision 1.73 / (download) - annotate - [select for diffs], Sun May 28 09:48:48 2006 UTC (17 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.72: +3 -3 lines
Diff to previous 1.72 (colored)

Remove EOL comments for packages which were uncommented; they
confused make.

Revision 1.72 / (download) - annotate - [select for diffs], Fri May 26 19:58:47 2006 UTC (17 years, 10 months ago) by joerg
Branch: MAIN
Changes since 1.71: +4 -4 lines
Diff to previous 1.71 (colored)

After some discussion with jlam and no objection raised by agc,
uncomment libnbcompat, mtree and xpkgwedge.

Revision 1.71 / (download) - annotate - [select for diffs], Sun Nov 13 19:54:00 2005 UTC (18 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1, pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.70: +2 -1 lines
Diff to previous 1.70 (colored)

Add and enable p5-pkgsrc-Dewey.

Revision 1.70 / (download) - annotate - [select for diffs], Sat Oct 1 12:57:21 2005 UTC (18 years, 6 months ago) by jmmv
Branch: MAIN
Changes since 1.69: +2 -1 lines
Diff to previous 1.69 (colored)

Add and enable verifypc.

Revision 1.69 / (download) - annotate - [select for diffs], Fri Sep 16 07:41:50 2005 UTC (18 years, 6 months ago) by martti
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.68: +1 -2 lines
Diff to previous 1.68 (colored)

Removed distfetch from pkgsrc

Revision 1.68 / (download) - annotate - [select for diffs], Sat Jul 30 21:28:06 2005 UTC (18 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.67: +1 -2 lines
Diff to previous 1.67 (colored)

Remove pkgconflict here too.

Revision 1.67 / (download) - annotate - [select for diffs], Wed May 18 04:49:38 2005 UTC (18 years, 10 months ago) by dmcmahill
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.66: +2 -1 lines
Diff to previous 1.66 (colored)

add prereq-readme

Revision 1.66 / (download) - annotate - [select for diffs], Wed Apr 20 09:36:47 2005 UTC (18 years, 11 months ago) by agc
Branch: MAIN
Changes since 1.65: +2 -1 lines
Diff to previous 1.65 (colored)

Add and enable genrpm

Revision 1.65 / (download) - annotate - [select for diffs], Wed Apr 6 15:23:34 2005 UTC (18 years, 11 months ago) by xtraeme
Branch: MAIN
Changes since 1.64: +2 -1 lines
Diff to previous 1.64 (colored)

Added pkg_select-20050403 (thanks to iMil for creating this great
frontend).

Revision 1.64 / (download) - annotate - [select for diffs], Tue Jan 25 13:05:21 2005 UTC (19 years, 2 months ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.63: +2 -1 lines
Diff to previous 1.63 (colored)

Add and enable pkg_alternatives.

Revision 1.63 / (download) - annotate - [select for diffs], Wed Jan 5 00:32:28 2005 UTC (19 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.62: +2 -1 lines
Diff to previous 1.62 (colored)

Add and enable revbump.

Revision 1.62 / (download) - annotate - [select for diffs], Tue Dec 28 00:28:09 2004 UTC (19 years, 3 months ago) by xtraeme
Branch: MAIN
Changes since 1.61: +2 -1 lines
Diff to previous 1.61 (colored)

Added pkg_notify-0.3.

Revision 1.61 / (download) - annotate - [select for diffs], Sat Aug 28 00:26:57 2004 UTC (19 years, 7 months ago) by gavan
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4, pkgsrc-2004Q3-base, pkgsrc-2004Q3
Changes since 1.60: +2 -1 lines
Diff to previous 1.60 (colored)

Add pkg_regress, a regression testing system for the pkgsrc infrastructure.
Tests are found in pkgsrc/regress, tests are run by executing pkg_regress.

Based on an idea discussed at pkgsrcCon 2004. Thanks to dillo@ for review
and refinements, and to jlam@ for review.

Revision 1.60 / (download) - annotate - [select for diffs], Fri Aug 27 01:51:00 2004 UTC (19 years, 7 months ago) by schmonz
Branch: MAIN
Changes since 1.59: +2 -1 lines
Diff to previous 1.59 (colored)

Add and enable rcorder.

Revision 1.59 / (download) - annotate - [select for diffs], Fri Jul 23 03:41:47 2004 UTC (19 years, 8 months ago) by atatat
Branch: MAIN
Changes since 1.58: +2 -1 lines
Diff to previous 1.58 (colored)

Add binpatch

Revision 1.58 / (download) - annotate - [select for diffs], Mon Jul 19 23:15:45 2004 UTC (19 years, 8 months ago) by xtraeme
Branch: MAIN
Changes since 1.57: +2 -1 lines
Diff to previous 1.57 (colored)

Added pkgse-0.1

Revision 1.57 / (download) - annotate - [select for diffs], Tue Jun 22 20:06:11 2004 UTC (19 years, 9 months ago) by xtraeme
Branch: MAIN
Changes since 1.56: +3 -1 lines
Diff to previous 1.56 (colored)

+ pkgclean, pkgfind

Revision 1.56 / (download) - annotate - [select for diffs], Sat Mar 27 00:04:02 2004 UTC (20 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base, pkgsrc-2004Q2, pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.55: +2 -2 lines
Diff to previous 1.55 (colored)

Move pkgchk to pkg_chk.

Revision 1.55 / (download) - annotate - [select for diffs], Sat Feb 21 23:29:26 2004 UTC (20 years, 1 month ago) by jmmv
Branch: MAIN
Changes since 1.54: +2 -1 lines
Diff to previous 1.54 (colored)

autoswc moved from sysutils to pkgtools.

Revision 1.54 / (download) - annotate - [select for diffs], Fri Sep 12 21:57:51 2003 UTC (20 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.53: +1 -2 lines
Diff to previous 1.53 (colored)

Remove bsdpak -- not maintained any longer, and pkg_chk does all it
ever did. Closes PR 22765 by Ben Collver.

Revision 1.53 / (download) - annotate - [select for diffs], Thu Aug 7 08:20:52 2003 UTC (20 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.52: +2 -1 lines
Diff to previous 1.52 (colored)

Add and enable rdigest.

Revision 1.52 / (download) - annotate - [select for diffs], Sun Jul 13 16:17:48 2003 UTC (20 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.51: +2 -1 lines
Diff to previous 1.51 (colored)

Add and enable pkg_filecheck.

Revision 1.51 / (download) - annotate - [select for diffs], Fri Jul 11 14:53:00 2003 UTC (20 years, 8 months ago) by seb
Branch: MAIN
Changes since 1.50: +2 -1 lines
Diff to previous 1.50 (colored)

Add libkver.

Revision 1.50 / (download) - annotate - [select for diffs], Mon Jun 23 11:49:51 2003 UTC (20 years, 9 months ago) by grant
Branch: MAIN
Changes since 1.49: +1 -2 lines
Diff to previous 1.49 (colored)

remove old pax package (moved to archivers/pax).

Revision 1.49 / (download) - annotate - [select for diffs], Thu Jun 19 16:09:20 2003 UTC (20 years, 9 months ago) by grant
Branch: MAIN
Changes since 1.48: +2 -1 lines
Diff to previous 1.48 (colored)

add rc.subr

Revision 1.48 / (download) - annotate - [select for diffs], Thu Jun 19 08:36:38 2003 UTC (20 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.47: +2 -1 lines
Diff to previous 1.47 (colored)

Add and enable pkg_install-info.

Revision 1.47 / (download) - annotate - [select for diffs], Thu Apr 17 11:15:05 2003 UTC (20 years, 11 months ago) by jmmv
Branch: MAIN
Changes since 1.46: +2 -1 lines
Diff to previous 1.46 (colored)

Add and enable dfdisk.

Revision 1.46 / (download) - annotate - [select for diffs], Mon Mar 31 08:56:00 2003 UTC (21 years ago) by grant
Branch: MAIN
Changes since 1.45: +2 -1 lines
Diff to previous 1.45 (colored)

add mtree (commented)

Revision 1.45 / (download) - annotate - [select for diffs], Mon Mar 31 05:43:13 2003 UTC (21 years ago) by grant
Branch: MAIN
Changes since 1.44: +2 -1 lines
Diff to previous 1.44 (colored)

add libnbcompat (commented, although it works on NetBSD, it is not
required).

Revision 1.44 / (download) - annotate - [select for diffs], Thu Nov 7 23:18:37 2002 UTC (21 years, 4 months ago) by atatat
Branch: MAIN
CVS Tags: netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.43: +2 -1 lines
Diff to previous 1.43 (colored)

Add pkgdepgraph

Revision 1.43 / (download) - annotate - [select for diffs], Mon Sep 30 08:37:52 2002 UTC (21 years, 6 months ago) by martti
Branch: MAIN
Changes since 1.42: +2 -1 lines
Diff to previous 1.42 (colored)

Added distfetch

Revision 1.42 / (download) - annotate - [select for diffs], Tue Sep 24 13:54:02 2002 UTC (21 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.41: +2 -2 lines
Diff to previous 1.41 (colored)

Sort.

Revision 1.41 / (download) - annotate - [select for diffs], Sat Sep 7 00:09:41 2002 UTC (21 years, 6 months ago) by rh
Branch: MAIN
Changes since 1.40: +2 -1 lines
Diff to previous 1.40 (colored)

Add and enable pkg_comp

Revision 1.40 / (download) - annotate - [select for diffs], Tue Aug 6 05:59:56 2002 UTC (21 years, 7 months ago) by jlam
Branch: MAIN
CVS Tags: netbsd-1-6-RELEASE-base, netbsd-1-6, buildlink2-base
Changes since 1.39: +1 -2 lines
Diff to previous 1.39 (colored)

buildlink-x11 is dead...it never really worked well enough anyway.

Revision 1.39 / (download) - annotate - [select for diffs], Mon Jul 15 09:22:48 2002 UTC (21 years, 8 months ago) by seb
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews
Changes since 1.38: +1 -2 lines
Diff to previous 1.38 (colored)

Pkgcvsupdate had been decommissioned.

Revision 1.38 / (download) - annotate - [select for diffs], Mon Apr 29 11:04:37 2002 UTC (21 years, 11 months ago) by rh
Branch: MAIN
Branch point for: buildlink2
Changes since 1.37: +2 -1 lines
Diff to previous 1.37 (colored)

Add and enable createbuildlink

Revision 1.37 / (download) - annotate - [select for diffs], Thu Jan 17 13:10:00 2002 UTC (22 years, 2 months ago) by drochner
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH003
Changes since 1.36: +1 -2 lines
Diff to previous 1.36 (colored)

nuke python-mk, it's not needed anymore

Revision 1.36 / (download) - annotate - [select for diffs], Tue Jan 15 13:21:46 2002 UTC (22 years, 2 months ago) by agc
Branch: MAIN
Changes since 1.35: +2 -1 lines
Diff to previous 1.35 (colored)

Add and enable shlock.

Revision 1.35 / (download) - annotate - [select for diffs], Thu Nov 29 15:31:07 2001 UTC (22 years, 4 months ago) by seb
Branch: MAIN
Changes since 1.34: +2 -1 lines
Diff to previous 1.34 (colored)

Add and enable pkgcvsupdate

Revision 1.34 / (download) - annotate - [select for diffs], Wed Aug 29 22:28:35 2001 UTC (22 years, 7 months ago) by jlam
Branch: MAIN
Changes since 1.33: +2 -2 lines
Diff to previous 1.33 (colored)

Comment out buildlink-x11 as it's no longer a default dependency for X11
packages.

Revision 1.33 / (download) - annotate - [select for diffs], Wed Aug 29 22:27:06 2001 UTC (22 years, 7 months ago) by jlam
Branch: MAIN
Changes since 1.32: +2 -1 lines
Diff to previous 1.32 (colored)

Note addition of x11-links.

Revision 1.32 / (download) - annotate - [select for diffs], Fri Jul 13 14:55:51 2001 UTC (22 years, 8 months ago) by hubertf
Branch: MAIN
Changes since 1.31: +1 -2 lines
Diff to previous 1.31 (colored)

remove no=longer=needed perl-mk

Revision 1.31 / (download) - annotate - [select for diffs], Mon Jul 2 21:01:24 2001 UTC (22 years, 9 months ago) by jlam
Branch: MAIN
Changes since 1.30: +2 -1 lines
Diff to previous 1.30 (colored)

Add and enable buildlink-x11.

Revision 1.30 / (download) - annotate - [select for diffs], Sun Jul 1 22:45:04 2001 UTC (22 years, 9 months ago) by abs
Branch: MAIN
Changes since 1.29: +2 -1 lines
Diff to previous 1.29 (colored)

Add and enable pkgchk

Revision 1.29 / (download) - annotate - [select for diffs], Fri Jun 1 11:36:01 2001 UTC (22 years, 10 months ago) by skrll
Branch: MAIN
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored)

xpkgwedge is no longer considered experimental. Change comment to reflect
new reality.

Revision 1.28 / (download) - annotate - [select for diffs], Fri May 18 23:33:51 2001 UTC (22 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.27: +2 -1 lines
Diff to previous 1.27 (colored)

add and enable python-mk

Revision 1.27 / (download) - annotate - [select for diffs], Fri Apr 27 18:17:21 2001 UTC (22 years, 11 months ago) by dmcmahill
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.26: +2 -1 lines
Diff to previous 1.26 (colored)

add and enable cdpack

Revision 1.26 / (download) - annotate - [select for diffs], Mon Apr 2 18:05:28 2001 UTC (23 years ago) by wennmach
Branch: MAIN
Changes since 1.25: +2 -1 lines
Diff to previous 1.25 (colored)

Add and enable pkgconflict

Revision 1.25 / (download) - annotate - [select for diffs], Tue Mar 6 11:22:12 2001 UTC (23 years ago) by agc
Branch: MAIN
Changes since 1.24: +2 -1 lines
Diff to previous 1.24 (colored)

Add and enable digest

Revision 1.24 / (download) - annotate - [select for diffs], Tue Feb 20 16:27:06 2001 UTC (23 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.23: +2 -1 lines
Diff to previous 1.23 (colored)

add and enable perl-mk

Revision 1.23 / (download) - annotate - [select for diffs], Fri Feb 16 15:51:52 2001 UTC (23 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.22: +17 -15 lines
Diff to previous 1.22 (colored)

Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
While I'm here, unify category Makefiles to more standard style.
(If you have tools depending on the previous form, please fix them.)

Revision 1.22 / (download) - annotate - [select for diffs], Thu Feb 1 12:40:08 2001 UTC (23 years, 2 months ago) by agc
Branch: MAIN
Changes since 1.21: +2 -1 lines
Diff to previous 1.21 (colored)

Add and enable pkgsurvey

Revision 1.21 / (download) - annotate - [select for diffs], Thu Jan 25 08:59:09 2001 UTC (23 years, 2 months ago) by tron
Branch: MAIN
Changes since 1.20: +2 -1 lines
Diff to previous 1.20 (colored)

Add and enable "rpm2pkg".

Revision 1.20 / (download) - annotate - [select for diffs], Sat Dec 9 00:44:26 2000 UTC (23 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.19: +2 -1 lines
Diff to previous 1.19 (colored)

add and enable bsdpak

Revision 1.19 / (download) - annotate - [select for diffs], Thu Aug 17 14:16:18 2000 UTC (23 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-5-RELEASE, netbsd-1-4-PATCH003
Changes since 1.18: +1 -2 lines
Diff to previous 1.18 (colored)

remove pkglibtool directory

Revision 1.18 / (download) - annotate - [select for diffs], Mon Jul 31 01:56:44 2000 UTC (23 years, 8 months ago) by hubertf
Branch: MAIN
Changes since 1.17: +4 -4 lines
Diff to previous 1.17 (colored)

Enable a bunch of packages in category/Makefile that
 * should not cause any conflicts with the new bulk-package targets,
 * didn't contain a reason for why they were disabled or
 * were disabled for some false reason (and a IGNORE/BROKEN in the pkg's
   Makefile would be more appropriate)

Revision 1.17 / (download) - annotate - [select for diffs], Tue Jul 18 14:01:17 2000 UTC (23 years, 8 months ago) by kim
Branch: MAIN
Changes since 1.16: +13 -13 lines
Diff to previous 1.16 (colored)

Make the formatting match other Makefiles (so fields match for easy awking).

Revision 1.16 / (download) - annotate - [select for diffs], Wed Jun 28 01:43:34 2000 UTC (23 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.15: +2 -1 lines
Diff to previous 1.15 (colored)

add & enable pkgdiff

Revision 1.15 / (download) - annotate - [select for diffs], Fri Feb 25 01:04:15 2000 UTC (24 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-4-PATCH002
Changes since 1.14: +12 -12 lines
Diff to previous 1.14 (colored)

remove commented out SUBDIR += lines for packages that never got
converted from FreeBSD, or have been disabled since. Sorted lines
alphabetically, added some missing directories.

Revision 1.14 / (download) - annotate - [select for diffs], Mon Feb 14 02:07:42 2000 UTC (24 years, 1 month ago) by hubertf
Branch: MAIN
Changes since 1.13: +2 -1 lines
Diff to previous 1.13 (colored)

add & enable pkg_tarup

Revision 1.13 / (download) - annotate - [select for diffs], Tue Dec 7 11:45:12 1999 UTC (24 years, 3 months ago) by agc
Branch: MAIN
Changes since 1.12: +2 -1 lines
Diff to previous 1.12 (colored)

Add and enable pkgmanpages.

Revision 1.12 / (download) - annotate - [select for diffs], Wed Nov 17 09:53:08 1999 UTC (24 years, 4 months ago) by agc
Branch: MAIN
Changes since 1.11: +1 -2 lines
Diff to previous 1.11 (colored)

Remove (commented-out) ftp SUBDIR - this has been made obsolete by
the net/lukemftp package.

Revision 1.11 / (download) - annotate - [select for diffs], Thu Sep 23 14:27:56 1999 UTC (24 years, 6 months ago) by agc
Branch: MAIN
CVS Tags: comdex-fall-1999
Changes since 1.10: +2 -1 lines
Diff to previous 1.10 (colored)

Add and enable gensolpkg.

Revision 1.10 / (download) - annotate - [select for diffs], Tue Sep 21 02:30:20 1999 UTC (24 years, 6 months ago) by sakamoto
Branch: MAIN
Changes since 1.9: +2 -1 lines
Diff to previous 1.9 (colored)

Add and enable pkgdep.

Revision 1.9 / (download) - annotate - [select for diffs], Tue Jul 27 11:35:43 1999 UTC (24 years, 8 months ago) by sakamoto
Branch: MAIN
Changes since 1.8: +2 -1 lines
Diff to previous 1.8 (colored)

Add and enable port2pkg

Revision 1.8 / (download) - annotate - [select for diffs], Thu May 6 04:35:13 1999 UTC (24 years, 10 months ago) by hubertf
Branch: MAIN
CVS Tags: netbsd-1-4-PATCH001
Changes since 1.7: +5 -5 lines
Diff to previous 1.7 (colored)

Add notes why some packages were commented out.

Revision 1.7 / (download) - annotate - [select for diffs], Thu May 6 04:32:58 1999 UTC (24 years, 10 months ago) by hubertf
Branch: MAIN
Changes since 1.6: +2 -1 lines
Diff to previous 1.6 (colored)

add and enable url2pkg

Revision 1.6 / (download) - annotate - [select for diffs], Thu Oct 15 20:43:43 1998 UTC (25 years, 5 months ago) by tv
Branch: MAIN
CVS Tags: netbsd-1-4-RELEASE
Changes since 1.5: +2 -1 lines
Diff to previous 1.5 (colored)

Add and enable pkglibtool.

Revision 1.5 / (download) - annotate - [select for diffs], Fri Sep 4 09:28:04 1998 UTC (25 years, 6 months ago) by agc
Branch: MAIN
CVS Tags: netbsd-1-3-PATCH003
Changes since 1.4: +2 -1 lines
Diff to previous 1.4 (colored)

Move xpkgwedge from x11 category to pkgtools category by Repository Copy.

Revision 1.4 / (download) - annotate - [select for diffs], Fri Sep 4 09:01:51 1998 UTC (25 years, 6 months ago) by agc
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

Re-order packages into alphabetic order.

Revision 1.3 / (download) - annotate - [select for diffs], Fri Sep 4 08:58:02 1998 UTC (25 years, 6 months ago) by agc
Branch: MAIN
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (colored)

Move pkglint from devel category to pkgtools category by Repository copy.

Revision 1.2 / (download) - annotate - [select for diffs], Thu Sep 3 11:58:25 1998 UTC (25 years, 6 months ago) by agc
Branch: MAIN
Changes since 1.1: +3 -1 lines
Diff to previous 1.1 (colored)

Add, but do not enable, ftp and pax.

Revision 1.1 / (download) - annotate - [select for diffs], Fri Aug 28 12:25:35 1998 UTC (25 years, 7 months ago) by agc
Branch: MAIN

+ Add a pkgtools category.

+ Add a pkg_install package, in the pkgtools category, which is a copy
of NetBSD-current's /usr/src/usr.sbin/pkg_install sources, as of
August 28th 1998.  This version of the pkg_* tools includes a version
of pkg_info(1) which echoes matching package names, understands sh(1)
globbing, csh(1)-style {,} alternates, and Dewey decimal version
number relational matching.

This form allows you to request diff's 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.




CVSweb <webmaster@jp.NetBSD.org>