Commit graph

3672 commits

Author SHA1 Message Date
wiz
2637e85e17 Avoid adding unnecessary lines for GConf.
Bump version to 2.10.
2009-05-19 15:17:27 +00:00
wiz
6ac11147ab Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
2009-05-19 08:59:00 +00:00
wiz
c617a12fd9 Sync default-accepted licenses with pkgsrc/mk/licenses.mk.
Bump version to 20090518.
2009-05-18 10:01:37 +00:00
wiz
599cbfc3e1 regen. 2009-05-13 10:52:56 +00:00
wiz
7f39bf13db usage: match man page more closely. 2009-05-13 10:51:46 +00:00
wiz
c3764604d0 Sort options in SYNOPSIS. 2009-05-13 10:51:33 +00:00
wiz
0c3e9ca420 Sort options in usage. 2009-05-13 10:47:35 +00:00
wiz
8c97d9adbd Sort options. Sort sections. Fix xref. 2009-05-13 10:47:02 +00:00
wiz
4d5c057ede Use Fl and Ar in SYNOPSIS. 2009-05-13 10:43:19 +00:00
wiz
39a4634025 More closely match man page. 2009-05-13 10:40:24 +00:00
wiz
139b0532b4 Sort options. Update example NetBSD versions. Use Nx.
Fix xref.
2009-05-13 10:39:52 +00:00
joerg
ce4af4c716 Regen. 2009-05-13 03:35:36 +00:00
joerg
eece12345d pkg_install-20090513:
Add pkg_create -F, which explicitly provides the compression type.
2009-05-13 03:33:50 +00:00
joerg
e415e1af48 G/C PlayPen and PlayPenSize. 2009-05-13 03:18:05 +00:00
minskim
79413b9a35 "ranlib -t" doesn't work on Darwin; use "touch" instead. 2009-05-12 23:21:10 +00:00
joerg
7a29a57263 Fix spelling. 2009-05-10 21:11:43 +00:00
joerg
495af78acf Define int64_t if missing. Should fix PR 41396. 2009-05-09 01:45:10 +00:00
schmonz
87a73a44fa Attempt to apply a bit of DWIM to previous (PR 41368). 2009-05-07 00:23:45 +00:00
joerg
2e673bd5e8 Deal with missing PATH_MAX as reported in PR 41368. 2009-05-06 16:57:31 +00:00
abs
2bbe6786ca Updated pkgtools/pkg_chk to 1.99
Add missing ^ to one PKGPATH= regex to ensure we do not pick up PREV_PKGPATH
or similar
2009-05-04 22:45:16 +00:00
wiz
9bf8aa7ab1 Remove trailing whitespace. Spelling. Punctuation nits. Remove superfluous
.Pp.
2009-05-04 20:45:41 +00:00
wiz
1acb41e5b5 Add slash to pattern. From Steven Drake in PR 41092.
Bump PKGREVISION.
2009-05-04 13:43:39 +00:00
reed
676e059275 Add PREV_PKGPATH and/or SUPERSEDES for various packages that
were moved or renamed.

This was for some from 2008 and 2009 and one from 2001.

Also I noticed that a CHANGES entry was wrong as said "Renamed"
when should have said "Moved" (lua-OSBF) because PKGBASE stayed the
same.
2009-05-02 16:21:43 +00:00
reed
d547799b00 Add new metadata: PREV_PKGPATH and SUPERSEDES.
These will be available from pkg_summary(5) database.
To be used to find previous packages when a package is moved
or renamed. (Even though that is not recommended.)

Documented in pkgsrc Guide and in the pkg_summary(5) manual page.

Upcoming commit will have some packages modified to add them.
2009-05-02 16:14:37 +00:00
rillig
5be066d680 Removed unnecessary code. 2009-04-26 16:08:40 +00:00
rillig
f0de3ee1bb Optimized the doc/CHANGES handling to get the get_doc_CHANGES function
out of the top-15 time consumers, as measured by DProf. The execution
time decreased by about 15 percent.
2009-04-26 12:51:35 +00:00
rillig
8a91bf95da Documented the recent addition of the PkgPath type. 2009-04-26 11:27:42 +00:00
rillig
7342b186a9 Added a check that ensures that all types in makevars.map actually exist
in the code, avoiding "Type not found" fatal errors at runtime. In this
case, only the variables *_SPECIFIC_PKGS were affected.

The real problem that induced the above change was the unknown type
"List of Pathname", which was a bug in the pkglint code itself,
introduced three years ago (revision 1.574).
2009-04-26 11:24:23 +00:00
rillig
5ba303ebb0 Added <para> tags so the document validates again. 2009-04-26 11:00:17 +00:00
rillig
7b522b5274 Removed unused functions. 2009-04-26 08:44:42 +00:00
joerg
1e5c0cbeed Regen. 2009-04-25 21:32:45 +00:00
joerg
655468e84f pkg_install-20090425:
Add logic to evaluate license conditions. As frontend for pkgsrc,
pkg_admin gets two new commands (check-license and
check-single-license), which can be used to evaluate a given condition.
pkg_add will be changed to honour licenses at a later point.
2009-04-25 21:31:13 +00:00
joerg
4b25c7323c Regen. 2009-04-24 14:13:06 +00:00
joerg
15e7419096 pkg_install-20090424:
Make pkg_delete -d the default behavior, remove the option.
Remove pkg_create -R support (reorder @dirrm entries).
Introduce new plist command @pkgdir, which makes pkg_add add
this directory if it doesn't exist already and pkg_delete remove it
only if no other package has a @pkgdir entry for it. Otherwise
directories are pruned when the last file or directory in them is
removed. @dirrm is now a pure hint, if the directory doesn't exist, it
will be silently skipped.
2009-04-24 14:00:25 +00:00
joerg
d7225531ed Constify. 2009-04-24 01:03:41 +00:00
joerg
805721649e If the plist doesn't have a @name tag in it, fake one up based on the
directory name.
2009-04-23 22:13:00 +00:00
tron
66fc24a4b8 Update "rpm2pkg" package to version 2.2. Changes since version 2.1.1:
- Switch to 2-clause BSD license.
- Compile with extra warnings (again) if GCC is used as the compiler.
- Fix build warnings reported by "-Wsign-compare".
2009-04-23 21:38:02 +00:00
joerg
83f2c9f205 Require all plist commands to be in lower case. Nothing depends on that
and it was never documented that it worked either way, so being strict
doesn't hurt.
2009-04-23 19:53:52 +00:00
joerg
0479905498 Remove support to spell of @cwd as @cd. 2009-04-23 19:38:14 +00:00
joerg
3ec1f781b4 Remove remaining parts of @mtree support. 2009-04-23 19:35:52 +00:00
joerg
122c5a6f17 Remove support and documentation for @ignore_inst. 2009-04-23 19:34:04 +00:00
joerg
2f723afb55 pkg_install-20090422:
Consider EOF during signature scan a fatal error. At the very least, the
package is missing the +CONTENTS file at that point. Correctly reset the
entry pointer in that case and make the meta data extraction stricter,
avoiding NULL dereferences for invalid archives.
Fixes pkg_info -X crash on empty files as reported by Daniel Horecki.
2009-04-22 19:18:06 +00:00
joerg
3f0803ee0e Regen. 2009-04-22 19:14:16 +00:00
joerg
085002793a Document pkg_admin fetch-pkg-vulnerabilities -u. 2009-04-22 19:13:54 +00:00
schmonz
4d0b13ad66 Include LICENSE in the template Makefile. Bump version. 2009-04-22 04:54:48 +00:00
joerg
1cde2cc7fd Always declare optreset.
XXX optreset should be removed here, it can't be used correctly with a
GNU getopt_long implementation without touching the environment.
2009-04-14 17:34:41 +00:00
joerg
f149e75ff0 libnbcompat-20090409:
Resort and improve getopt_long detection. Should fix issues on Interix
reported by mishka@ and QNX problems reported by Sean Boudreau.
2009-04-13 11:30:46 +00:00
reed
00b6b96445 Remove mention to install security/audit-packages (which no longer
exists) and suggest audit capabilities of pkg_admin instead.
Update version.
Regeneration of cat page also caught up with some previous cleanups.
2009-04-10 04:03:11 +00:00
joerg
8857e1e1dc NO_MTREE and NO_PACKAGE are obsolete. 2009-04-09 00:55:12 +00:00
joerg
368d71b62e Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions. 2009-04-09 00:48:06 +00:00