tsarna
6bd0d65c65
The Grand Homepagification:
...
- New, optional Makefile variable HOMEPAGE, specifies a URL for
the home page of the software if it has one.
- The value of HOMEPAGE is used to add a link from the
README.html files.
- pkglint updated to know about it. The "correct" location for
HOMEPAGE in the Makefile is after MAINTAINER, in that same
section.
1998-08-20 15:16:34 +00:00
tv
2327b8e24c
Change to use catgets. hier(7)-lint: install locale stuff in
...
share/locale instead of lib/locale.
1998-08-15 00:12:10 +00:00
agc
05b88260d7
Add NetBSD RCS Ids.
1998-08-07 13:16:49 +00:00
agc
86db14e819
Add NetBSD RCS Ids.
1998-08-07 10:35:47 +00:00
tv
9b5fb6761c
Add "Building stage 1 of 2", "Building stage 2 of 2" messages when
...
ZIP_ENCRYPTION is set, so that the user is not confused by unzip building
twice.
1998-08-02 02:08:51 +00:00
tv
5051440385
Nuke FETCH_DEPENDS - use BUILD_DEPENDS, which actually executes before
...
extract.
1998-06-26 20:07:13 +00:00
hubertf
fd5970ab4a
temporarily disable FETCH_DEPENDS
1998-06-22 22:55:47 +00:00
tv
1127c915b0
Fix spello: "compatabile"->"compatible".
1998-06-21 14:39:07 +00:00
tv
c4714dc497
Add and enable zip1 (PKZIP 1.x compatible zip), with encryption support.
...
Not conflicting with `zip' program.
1998-06-20 23:27:48 +00:00
tv
ff455840a4
Add encryption support to zip and unzip pkgs using ZIP_ENCRYPTION make
...
variable.
1998-06-20 23:26:05 +00:00
agc
4a882b7d0c
Update package Makefiles for automatic manual page handling.
1998-06-18 16:06:37 +00:00
agc
0c27de2d07
Use a symbolic link for the bunzip2.1 manual page.
...
Add a symbolic link to bzip2.1 for the bzip2recover utility.
Use automatic manual page handling.
1998-06-18 15:51:28 +00:00
agc
666273802a
Remove the trailing '-f' from MAKE_FLAGS in bsd.pkg.mk, and include it
...
explicitly in the commands before ${MAKEFILE}; modify package
Makefiles to conform to this rationalisation. This was used
inconsistently in many packages, some including it, some not.
1998-06-10 08:02:08 +00:00
tv
fbf824e93c
Account for the zipinfo symlink directly in PLIST.
1998-06-02 12:02:31 +00:00
frueauf
9804670341
Remove bogus do-extract: rule and make this work with WRKOBJDIR.
1998-05-10 15:29:19 +00:00
agc
6e57788065
Remove bzip package from the tree - it's deprecated by the author, in
...
favour of the bzip2 package.
1998-05-08 10:30:52 +00:00
agc
ff3e48e78c
Fix INFO_FILES definitions to match the commands in bsd.pkg.mk
1998-04-22 11:05:01 +00:00
frueauf
49e36ada0b
Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org.
1998-04-20 11:56:17 +00:00
frueauf
b2a780e56e
portlint: delete contiguous blank line 17.
1998-04-18 17:13:05 +00:00
agc
5201e68497
Introduce USE_GTEXINFO and INFO_FILES definitions to bsd.pkg.mk, and use them.
1998-04-17 09:37:21 +00:00
agc
dccd43243d
Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
...
Remove redundant (and sometimes erroneous) comments.
1998-04-15 10:38:06 +00:00
tv
b61523009c
fix for PR 5194 from augustss - no directory in patched file names
1998-03-24 20:34:52 +00:00
tron
8ce6dcedf8
Correct MD5 checksum after distribution archive was changed by author,
...
fixes PR pkg/5195.
1998-03-24 20:02:01 +00:00
frueauf
f4a559f8b8
Add and enable gcpio, gtar and macutil.
1998-03-19 14:10:22 +00:00
frueauf
ce18d8607c
portlint: remove contiguous blank line.
1998-03-16 10:47:24 +00:00
frueauf
26fc0e41fe
portlint: gunzip->${GUNZIP_CMD}; some reordering.
1998-03-16 10:44:43 +00:00
mycroft
64b6218dfd
Oops; add a list of man pages.
1998-03-13 22:21:12 +00:00
mycroft
9bc3ca60b5
macutil, for converting Mac archives, etc.
1998-03-13 22:15:23 +00:00
tron
e6df15b591
Fix manual page compression.
1998-03-11 23:37:44 +00:00
frueauf
b38f0f07be
portlint: files->${FILESDIR}.
1998-03-10 11:57:27 +00:00
tv
354a002a4a
gtar, in this pkg format, will never be called from pkg_add, so we won't
...
even pretend that we support the --fast-read option as a no-op--we don't
support it at all. (pax or the old in-tree tar does.)
1998-03-08 02:51:17 +00:00
hubertf
455a08229f
Use INSTALL_*_DIR macros.
1998-03-07 21:23:51 +00:00
tv
3a26cfb6aa
Oops, these are category "archivers", not "devel".
1998-03-05 20:09:46 +00:00
tv
f94eddf576
Bring gtar up to date with the NetBSD changes to GNU tar:
...
- use lutimes() and lchmod() in addition to lchown()
- add --norecurse as an undocumented synonym for --no-recursion
- add --fast-read as an undocumented nullop (this is _not_ necessary)
- pre-set --unlink-first
- add --unlink as an undocumented synonym for --unlink-first
- add --no-unlink-first to allow turning --unlink-first off
NetBSD's tar is based on GNU tar 1.11.2. This tar, 1.12, has much of the
functionality NetBSD has added over time, so only the above changes were
necessary.
1998-03-05 19:57:18 +00:00
tv
243fd661f2
Sync with NetBSD changes:
...
- do not prototype stat() and lstat(); let <sys/stat.h> do that
- main() returns int. not void
gcpio is now up to date with NetBSD's GNU cpio tree.
1998-03-05 18:42:25 +00:00
tv
13a7f6dac8
Now, how did that version number get left out of the comments?
1998-03-04 15:14:26 +00:00
tv
bc48ff1654
Import of GNU tar pkg, not yet enabled in archivers/Makefile until
...
pax-tar work is complete.
1998-03-04 14:57:13 +00:00
tv
ecad564d08
Import of `gcpio' pkg (GNU cpio); not yet enabled in archivers/Makefile
...
until pax-cpio work is complete
1998-03-04 14:51:38 +00:00
frueauf
ea3f12015a
add missing @dirrm rules and add .gz suffix to manpages (if not already there).
1998-02-28 20:27:11 +00:00
hubertf
d16d2fc0c9
Fix stripping of binaries (caused by fixing PR4884)
1998-02-09 00:31:30 +00:00
agc
1a4136ab59
Deprecate bzip - according to the author, the algorithm may have
...
restrictions placed upon it. Users should be using bzip2 instead,
which has no such restrictions. As pointed out by Charles Hannum.
1998-01-27 16:58:19 +00:00
hubertf
2e1218a4f3
portlint: move ONLY_FOR_ARCHS
1998-01-24 03:20:01 +00:00
agc
32f8d2a436
Fix up an error relating to a forward declaration of the time(3)
...
library function, found by Bill Coldwell on /alpha.
Clean up the other warnings, too.
1998-01-21 15:09:10 +00:00
hubertf
d662901759
portlint: kill empty line at EOF
1998-01-19 00:41:03 +00:00
hubertf
273155083c
portlint: replace commands with predefined macros.
1998-01-19 00:39:20 +00:00
hubertf
6881a64a38
portlint: kill empty lines at EOF
1998-01-19 00:35:38 +00:00
hubertf
f016ade482
portlint: kill empty line at EOF
1998-01-19 00:34:56 +00:00
agc
b44b468af4
Upgrade to version 5.32, from John Darrow. Fixes PR 4825.
1998-01-15 14:11:18 +00:00
agc
1c061a2f5a
Upgrade to version 2.2. Fixes PR pkg/4826, from John Darrow.
1998-01-15 13:55:44 +00:00
agc
4a9c2c114d
Upgrade to version 2.2. Fixes PR pkg/4826, from John Darrow.
...
Make the linked man pages (zipcloak.1, zipnote.1 and zipsplit.1) into
symbolic links, as, with MANZ set, the original zip.1 manual page
isn't compressed until after the post-install: target is made, which
means that a link is attempted to a non-existent file.
1998-01-15 13:53:58 +00:00