Commit graph

303 commits

Author SHA1 Message Date
wiz
fdd1138d91 whitespace fixes 2001-02-28 10:33:52 +00:00
jlam
56f387f161 Surround PERL5_* variable definitions in check for definition. This cuts
the number of times perl is invoked substantially as pkgsrc uses a
recursive make scheme.
2001-02-26 07:27:27 +00:00
hubertf
8331c7dfbb Bump to 1.39:
Catch a few cases where MKDIR/INSTALL -d can be replaced by
 INSTALL_*_DIR
2001-02-25 05:20:02 +00:00
hubertf
b1fe99775b Allow overriding PKG_DBDIR in /etc/mk.conf 2001-02-25 03:42:16 +00:00
sakamoto
20d4fafb4f port2pkg-1.9:
fix s/$1/$_/ at reading COMMENT.
2001-02-24 11:06:09 +00:00
wiz
c5893428ed Add length check for COMMENT. Bump to 2.38. 2001-02-22 14:47:32 +00:00
hubertf
7ccacb5045 Update to 20010221 to work around a pkg_* bug where "nbX" isn't properly
recognized in version matching of pkg_add, pkg_admin.

This is the src/usr.sbin/pkg_install from -current as of today, with
pkg_install/Makefile.inc and pkg_install/Makefile from 1.5, to allow this
to build.
2001-02-21 13:31:47 +00:00
wiz
02f701418d add and enable perl-mk 2001-02-20 16:27:06 +00:00
wiz
4f36320987 Import of perl-mk-1.0:
Another stab at speeding up recursive tree walks: Move perl
variables that depend on the installed version to a separate file,
so that some perl invocations only get done once per installation of
perl, not once per 'make' in pkgsrc.
2001-02-20 16:23:55 +00:00
hubertf
c8aed1c1ba <FOO> => FOO, so it can be easier skipped with word forward/backward 2001-02-18 05:21:07 +00:00
wiz
a87738b456 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:42:09 +00:00
wiz
79a4bfc219 Not needed any more -- COMMENTs are in Makefiles now. 2001-02-16 15:52:49 +00:00
wiz
02e8ee6a47 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.)
2001-02-16 15:51:46 +00:00
wiz
1b7f0d246f Change COMMENT handling:
COMMENTs are now a variable in the Makefile instead of a pkg/COMMENT
file. The COMMENT var should be in the maintainer block after the
homepage.
Modify bsd.pkg.mk, pkglint, url2pkg, and port2pkg (last one untested)
for the new behaviour. Document new state in Packages.txt.
This should save lots of inodes, and lots of time when untarring/updating.
Idea by Alistair Crooks.
For the time being, accept pkg/COMMENT instead of a COMMENT var to avoid
a flag day.
2001-02-16 13:06:17 +00:00
hubertf
685ea45fa5 fix typo 2001-02-13 03:00:12 +00:00
wiz
e5729cb533 add man/cat1/pkgvi.0 2001-02-08 09:35:35 +00:00
wiz
7551a67562 Close list, and replace "" by Dq. 2001-02-06 17:38:52 +00:00
agc
a9577c646c We should use an MTREE file in this package. From Thomas Klausner. 2001-02-01 12:58:33 +00:00
agc
4a5a9858b9 Fix typo, noticed by simonb@netbsd.org 2001-02-01 12:44:11 +00:00
agc
f2a21b505d Add and enable pkgsurvey 2001-02-01 12:40:08 +00:00
agc
c1669922c7 Initial import of pkgsurvey, a utility to feedback package usage
information, when run, to the NetBSD pkgsrc people.  There is a
possibility that you may not want to divulge this information - in
which case, you should consider deleting this package from your system
(to ensure that no-one can run it).  Information is only sent when
pkgsurvey is invoked.

The information gathered will not be divulged to anyone.  It will be
used for pkgsrc scheduling purposes.
2001-02-01 12:31:43 +00:00
jlam
6accc25462 Correct some minor grammar and spelling mistakes. 2001-01-31 06:21:41 +00:00
wiz
b979f7222a Add automatic ${VARIABLE} handling for MESSAGE files.
Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced,
not @VARIABLE@, nor @@VARIABLE@@).
By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX,
X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST.
Clean up some packages while I'm there; add RCS tags to most MESSAGEs.
Remove some uninteresting MESSAGEs.
2001-01-29 11:34:21 +00:00
abs
6a13219ca8 Update to pkglint-2.36
On pre NetBSD-1.4 fall back to 'sysctl -n hw.machine_arch' for MACHINE_ARCH
2001-01-29 10:48:09 +00:00
abs
3b8258c28a Install the manpage. 2001-01-29 09:57:41 +00:00
manu
4a2f9bba6e Added a man page for url2pkg 2001-01-28 23:30:24 +00:00
hubertf
271fdac976 Bump version to 1.14 - GNU_CONFIGURE bugfix 2001-01-28 17:30:49 +00:00
hubertf
88b2f47c28 Find out about GNU_CONFIGURE (over HAS_CONFIGURE) properly. 2001-01-28 17:30:20 +00:00
tron
0761a3b08f Bump version number to 1.1 after manual page has been added. 2001-01-28 16:03:22 +00:00
manu
eed5db3d36 Added rpm2pkg(8) man page 2001-01-28 10:44:39 +00:00
wiz
24c5b7ebe2 Update to 2.35: Note deprecated LIBTOOL_OVERRIDE. 2001-01-26 13:16:52 +00:00
tron
ddd87bd416 Add and enable "rpm2pkg". 2001-01-25 08:59:09 +00:00
tron
3400732560 Import new "rpm2pkg" package:
Convert RPM archives to NetBSD packages
2001-01-25 08:57:53 +00:00
tron
75d3dc432a Use "FILE" instead of "file" as variable name to avoid a "pkglint" warning
here.
2001-01-25 08:45:46 +00:00
veego
a4e3971824 Update to 1.9:
- add SPOOLDIR so you can change the default spool directory without
  hacking the source code
- add support for non-sparc architectures by using sysinfo(2), can
  be overwritten by the new -a flag.
- add SVR4_PKGNAME support to overwrite the automatically truncating
  of PKGNAME which won't work for a few packages like the amanda-*
  ones.
- use the PKG_VERSION for the VERSION entry in the pkginfo file and
  not ctime(3).
- use st_gid and not st_uid for the groupname in the pkgmap file.

Make me the maintainer of this package.

You need at least pkgsrc/mk/bsd.pkg.mk 1.645 to use the new version.
2001-01-21 23:43:13 +00:00
hubertf
068d8b4839 Fix usage (duplicate "echo") - patch by Tomasz Luchowski <zuntum@eik.pl> 2001-01-21 15:09:41 +00:00
tron
c4b254d457 Use "nroff -man" on Solaris for the moment so that this package builds
at least.
2001-01-19 21:16:51 +00:00
hubertf
1dfcd0a586 Remove redundant variable assign.
Patch sent by Tomasz Luchowski <zuntum@eik.pl> in private mail.
2001-01-19 13:02:14 +00:00
jwise
27262fa57c Fix DESCR: `this is three tools: a.) b.) c.) d.)' 2001-01-19 00:51:22 +00:00
jlam
e88d74a40a Pull in a minor change to xmkmf from XFree86-4.0.2: xmkmf now supports
adding preprocessor definitions on the command line with -DVAR=var.
Update package version to 1.1.
2001-01-18 17:05:50 +00:00
hubertf
4597d80670 Some bugfixes and improvements from both Tomasz Luchowski <zuntum@eik.pl>
and myself. Patch contributed in private mail.
2001-01-18 17:04:21 +00:00
jlam
2b905afd72 exec with $editor, not $EDITOR. pkgvi now actually works as advertised. 2001-01-18 15:40:23 +00:00
abs
49061b4d00 Update pkglint to 2.34.
Changes to lintpkgsrc:
    Fix DEPENDS error (was only checking first DEPENDS). Fix from Dan.
    Fix uname to work on pre NetBSD 1.4 systems.
2001-01-18 11:40:33 +00:00
hubertf
9142ed6c05 Update to 0.96: Add pkgvi, a wrapper that cares to backup files before you
modify them (and that also handles unmodified files in a sane way by deleting
backup files that had no changes).

The pkgvi utility was contributed by Tomasz Luchowski <zuntum@eik.pl>
2001-01-17 23:16:44 +00:00
tron
a978afa866 Fix typo in last commit. 2001-01-13 16:23:04 +00:00
tron
d20f1acd71 Use "gdiff" from "diffutils" package under Solaris. 2001-01-13 16:21:20 +00:00
dent
ba85ce4899 Update HOMEPAGE. 2001-01-12 12:47:51 +00:00
sommerfeld
75e59e5f80 port2pkg-1.7:
Fix bugs:
 - $pkgdir/files wasn't created
 - mkdir($pkgdir/patches) was missing its second argument
(needed at least for the version of perl I have installed)
2001-01-04 20:22:47 +00:00
jlam
03569df3b7 Fix whitespace and typo in comment. 2000-12-31 14:17:09 +00:00
hubertf
9246b9d6a0 pkg_install-20001220 update.
Post-1.5 version that fixes the timeout-problem when installing via FTP
(the 10-minute timeout was on the whole transfer, not on a single file
inside the package).
2000-12-20 04:02:45 +00:00