Commit graph

132 commits

Author SHA1 Message Date
agc
23a4ca7786 Use DEPENDS in preference to RUN_DEPENDS. 1999-11-24 10:36:53 +00:00
hubertf
4b9855c670 Bump version to 1.79. Introduced four new warnings:
WARN: no ./files/patch-sum file. Please run 'make makepatchsum'.
	WARN: no ./files/md5 file. Please run 'make makesum'.
	WARN: RUN_DEPENDS is deprecated, please use DEPENDS.
	WARN: LIB_DEPENDS is deprecated, please use DEPENDS.

Fixes PR 8861 by Dan McMahill <mcmahill@mit.edu>
1999-11-23 20:34:26 +00:00
agc
e64dd49d1f Remove (commented-out) ftp SUBDIR - this has been made obsolete by
the net/lukemftp package.
1999-11-17 09:53:08 +00:00
agc
d7561ce0eb Remove the pkgtools/ftp package - this has been made obsolete by the
net/lukemftp package.
1999-11-17 09:51:25 +00:00
abs
340e896bb1 Handle package names with regex meta characters (eg gtk+ ) 1999-11-12 13:18:02 +00:00
hubertf
6412ca008e Fix type, pointed out by Berndt Josef Wulf <wulf@dingo.ping.net.au> 1999-10-30 16:36:44 +00:00
agc
f129f5149c Update to version 1.4 of gensolpkg.
Added functionality includes:
+ Remove the need to specify the Solaris package abbreviated name -
	it gets generated from PKGNAME automatically
+ Add depend file generation, for all dependencies
+ Add support for symlinks in PLIST
+ Add support for conflicts in depend(4) file.
+ Create a compressed, stream package after the original package
	is made.
1999-10-06 12:11:04 +00:00
jlam
22d4a43f07 Correct the documentation that describes proper usage. 1999-10-05 07:58:41 +00:00
agc
e9c7aadf26 Update to version 1.3 of gensolpkg.
Change since previous version:

PLIST entries are checked, and any directories which are incorrectly listed
as files in the PLIST will now be treated as directories in the generated
prototype file.
1999-09-30 13:45:51 +00:00
agc
c990c41f9e Correct some of the English in this file. 1999-09-29 15:21:12 +00:00
agc
dfa8550608 Update to version 1.2 of gensolpkg.
Changes from version 1.1:

+ ignore leading and trailing whitespace in PLIST entries
1999-09-29 14:31:05 +00:00
agc
a6ade82fd9 Update gensolpkg to version 1.1.
Changes include:
+ prefix is found automatically, using the new show-var target in bsd.pkg.mk
+ pkgname is found using the new show-var target, rather than the old egrep(1)
way, which failed for packages like xv.
1999-09-28 12:44:14 +00:00
drochner
a33ba672a4 put /usr/sbin into the PATH to make sure pkg_info is found 1999-09-25 16:06:54 +00:00
agc
ec6f650765 Make sure that gcc is used to compile this, passing it down through the
environment, so that the correct prefix is set by default.
1999-09-24 12:58:34 +00:00
agc
084a2f43b8 Add and enable gensolpkg. 1999-09-23 14:27:56 +00:00
agc
aabd25a7d1 Initial import of gensolpkg, a utility to generate a Solaris package
from a NetBSD package, into the NetBSD packages collection. This package
only works on Solaris, for obvious reasons.
1999-09-23 14:25:08 +00:00
sakamoto
6466cfd464 Add and enable pkgdep. 1999-09-21 02:30:20 +00:00
sakamoto
7a779d38f3 Initial import of pkgdep-1.0
a script for displaying dependence information on software packages
1999-09-21 02:26:13 +00:00
sakamoto
055ce33423 don't substitute RCS Id in source code,
suggested by Kazuto Ushioda (x-y-z@3si.co.jp).
1999-09-14 00:43:20 +00:00
bad
687f6aa6c5 Add patch-sum file. 1999-09-13 23:56:41 +00:00
hubertf
5ee7d39bbf Allow package versions to contain more than one consecutive characters.
Pointed out by Simon Burge <simonb@netbsd.org> on tech-pkg@netbsd.org.

Bumped version to 1.77.
1999-09-13 02:44:46 +00:00
bad
db66a8030e Man pages are in share/man. 1999-09-12 23:05:48 +00:00
bad
e233bd83a1 Fix this so one can make a binary pkg out of it. 1999-09-12 23:05:47 +00:00
hubertf
75fe0baebf Don't recomment using MASTER_SITE_SUBDIR, recomment the new way instead.
While there, add all our known MASTER_SITE_xxx's.
Fixes PR 8350 by John A. Maier <johnam@mail.kemper.org>
1999-09-09 20:21:17 +00:00
hubertf
a4218c8afc bump to 19990909 - DEINSTALL fix 1999-09-09 01:59:04 +00:00
sakamoto
20bd6c0852 Update to 1.2
Support FreeBSD RCS Id.
	Get HOMEPAGE value from pkg/DESCR.
	s/PLIST_SUB/PLIST_SUBST/
	s/%%(^%)%%/\${$1}/ in PLIST.
1999-09-03 04:37:36 +00:00
hubertf
4d99083a05 Bump version to pkg_install-19990823.
Main reason is that the last update collided with an earlier one
on the same day, and people ended up with the wrong distfile
(content-wise).

New features in this version:
 - Compile in full names for chown(1), chmod(1) and chgrp(1).
   Fixes PR 8250 by Wiz <wiz@danbala.ifoer.tuwien.ac.at>.
 - pkg_delete calls DEINSTALL script a second time after all the files
   are removed, with "DEINSTALL $PKGNAME POST-DEINSTALL" as args
1999-08-23 15:41:24 +00:00
hubertf
035684b0e0 Update checksum for pkg_info/delete changes. 1999-08-19 21:44:27 +00:00
tron
33dca58479 Update package tools to version 19990819:
- fixes false conflict detection in "pkg_add".
1999-08-19 07:32:57 +00:00
agc
5a663366ac Small change to make pkglint run on Linux, much the same as the change
used to make it run on Solaris - force the osname to be NetBSD, since
pkgsrc is the same on all these different operating systems.

Bump version number to 1.75 accordingly.
1999-08-10 10:38:09 +00:00
sakamoto
414972adea RUN_DEPENDS=pkglint 1999-08-10 00:36:18 +00:00
agc
4f66fd9855 Minor English corrections. 1999-08-05 14:55:16 +00:00
abs
931b8af7f8 Add -P flag to lintpkgsrc to override PKGSRCDIR 1999-08-01 18:34:40 +00:00
sakamoto
fe01341506 Add and enable port2pkg 1999-07-27 11:35:43 +00:00
sakamoto
3de0efa03f Converter FreeBSD port to NetBSD pkgsrc 1999-07-27 11:33:06 +00:00
tron
2ece2a8294 Update "pkglibtool" to version 1.2p2. This version makes sure that you
don't use an a.out "pkglibtool" on an ELF system and vice versa.
1999-07-17 19:26:44 +00:00
agc
f4d5171de1 Add package patch checksum files. 1999-07-09 14:09:02 +00:00
agc
a5f5c941eb bsd.pkg.mk recognises patch files of the form "patches/patch-*", rather
than "patches/patch-??" - fix pkglint.pl to mirror this.
Bump version number to 1.73, and update CHANGELOG
1999-07-08 09:46:08 +00:00
mrg
7f21a90ebf make this reality. 1999-07-07 02:31:46 +00:00
agc
0b51cf6eee Make this package work on Solaris. 1999-07-02 13:57:56 +00:00
agc
fd7b118f38 Some packages use bsd-style .mk files when building, and so any manual
pages that are installed will be gzip-compressed, if MANZ is set, or
not if MANZ is not set.  If the package uses bsd-style .mk files, the
variable MANCOMPRESSED_IF_MANZ should be set to a value of "yes" in
the package Makefile.  This replaces the previous method of specific
inclusion of bsd.prefs.mk, followed by a check for MANZ and
conditional assignment of MANCOMPRESSED.

Add appropriate documentation, and change all necessary ocurrences in
package Makefiles.
1999-07-02 08:37:20 +00:00
abs
ce69506c08 Update to 1.72 (new '-p' flag to lintpkgsrc to report (and optionaly remove)
old binary packages.
1999-06-24 23:40:13 +00:00
hubertf
1201981e84 Update to V1.4.
Work around ls(1) working different when invoked as root than as normal
user. Thanks to David Brownlee <abs@anim.dreamworks.com> for telling me!
1999-06-18 00:59:45 +00:00
feyrer
b4cb507aaf > > > Hit a problem with the wrksrc=ls w* if run as root.
> > >   A 'wrksrc=`cd w* ; echo *`' seems to fix it.
> > >   :)
>       The ls picks up the .extract_done file, which breaks things
>       somewhat :)

=> Fixed

(Problem noted by David Brownlee <abs@anim.dreamworks.com>)
,
1999-06-18 00:56:14 +00:00
abs
2e7a953911 Update to 1.71.
Avoid uninit var warning, plus tighten up 'Maybe ...' check for unknown packages
1999-06-05 00:32:39 +00:00
tron
1c642418ed Downgrade to version 19990412. 1999-05-30 16:54:16 +00:00
tron
74d8f8543b Remove blank line. 1999-05-30 16:53:30 +00:00
tv
20b0669301 Set LOCALBASE explicitly after bsd.pkg.mk, and do not set PREFIX. 1999-05-30 14:02:52 +00:00
hubertf
1f8d1dac7c fix checksum, forgotten in last update 1999-05-30 12:50:11 +00:00
christos
a4d1df77f9 update package source to 19990529 1999-05-30 03:21:58 +00:00