summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Collapse)AuthorFilesLines
2001-03-12Make "MANZ" do the right thing on pre-1.5 NetBSD (no ':D' modifier).fredb1-3/+3
2001-03-11Make this build with the latest "zoularis" again.tron2-5/+9
2001-03-10Remove unnecessary bootstrap kludge to make patches work for this package.tron7-45/+9
Because the source are included we can simply update them.
2001-03-10Solve chicken and egg problem by using a bootstrap digest shell scripttron2-7/+17
used to verify the patch checksums of this package.
2001-03-10To make bootstrap of this package work again we need MD5 checksums.tron1-3/+3
2001-03-10regen (pkglint!)wiz1-3/+3
2001-03-10Make this package work under Solaris.tron4-2/+37
2001-03-08Don't use __weak_alias() when compiling. Fixes a coredump on 1.5, notedagc2-4/+8
by Chuq Silvers
2001-03-08Update pkglint to 2.40.wiz2-31/+45
Now handles the digests other than md5. Expands variables in ${PKGNAME}; doesn't check Makefile comments or COMMENTs for use of reserved words; and some minor cleanup. (Removes ~100 bogus warnings from lintpkgsrc -l).
2001-03-07Fix manual page registration.kim2-4/+18
2001-03-07Update to 20010307: Fixes pkg/12073, and builds on 1.4.x.wiz2-4/+4
2001-03-07Define "MANCOMPRESSED_IF_MANZ" to fix package registration on systemstron1-1/+2
with "MANZ" defined.
2001-03-07fix. really. now.hubertf2-6/+8
2001-03-07Next fix - go back to MD5 checksums, and rework patchhubertf3-15/+10
2001-03-07 * Forgot patch-sum file from last commithubertf2-3/+5
* Reduce context from patch-aa, as it contains a RCS Id (that's what you get for not using pkgdiff!)
2001-03-07Fix this to compile on systems that don't have a make(1) fromhubertf3-2/+38
post-1.5 NetBSD-current. XXX is removal of NO_PATCH ok here? (Zoularis context etc.)
2001-03-06Actually, MANCOMPRESSED_IF_MANZ doesn't seem to be true.wiz1-3/+1
2001-03-06Add and enable digestagc1-1/+2
2001-03-06Import of a small utility, which calculates message digests, into theagc15-0/+1912
NetBSD packages collection. At the current time, this utility calculates md5, sha1 and rmd160 message digests, but is designed to be extensible, so that other algorithms can be added easily, if and when they appear. The utility outputs digests in the same format as md5(1) in basesrc. It is designed to be small, and to be linked statically.
2001-03-05Update to 20010306 (bugfix for pkg_add '*'; -V option for version).wiz2-7/+7
2001-02-28whitespace fixeswiz1-2/+2
2001-02-26Surround PERL5_* variable definitions in check for definition. This cutsjlam1-1/+7
the number of times perl is invoked substantially as pkgsrc uses a recursive make scheme.
2001-02-25Bump to 1.39:hubertf2-5/+24
Catch a few cases where MKDIR/INSTALL -d can be replaced by INSTALL_*_DIR
2001-02-25Allow overriding PKG_DBDIR in /etc/mk.confhubertf1-5/+6
2001-02-24port2pkg-1.9:sakamoto2-4/+4
fix s/$1/$_/ at reading COMMENT.
2001-02-22Add length check for COMMENT. Bump to 2.38.wiz2-3/+6
2001-02-21Update to 20010221 to work around a pkg_* bug where "nbX" isn't properlyhubertf2-4/+4
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-20add and enable perl-mkwiz1-1/+2
2001-02-20Import of perl-mk-1.0:wiz3-0/+41
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-18<FOO> => FOO, so it can be easier skipped with word forward/backwardhubertf1-3/+3
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz28-28/+28
2001-02-16Not needed any more -- COMMENTs are in Makefiles now.wiz1-1/+0
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-15/+17
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-16Change COMMENT handling:wiz6-38/+45
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-13fix typohubertf1-1/+1
2001-02-08add man/cat1/pkgvi.0wiz1-1/+2
2001-02-06Close list, and replace "" by Dq.wiz1-3/+4
2001-02-01We should use an MTREE file in this package. From Thomas Klausner.agc1-2/+1
2001-02-01Fix typo, noticed by simonb@netbsd.orgagc1-1/+1
2001-02-01Add and enable pkgsurveyagc1-1/+2
2001-02-01Initial import of pkgsurvey, a utility to feedback package usageagc6-0/+62
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-01-31Correct some minor grammar and spelling mistakes.jlam1-23/+23
2001-01-29Add automatic ${VARIABLE} handling for MESSAGE files.wiz2-6/+3
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-29Update to pkglint-2.36abs2-3/+8
On pre NetBSD-1.4 fall back to 'sysctl -n hw.machine_arch' for MACHINE_ARCH
2001-01-29Install the manpage.abs1-1/+2
2001-01-28Added a man page for url2pkgmanu2-1/+125
2001-01-28Bump version to 1.14 - GNU_CONFIGURE bugfixhubertf1-2/+2
2001-01-28Find out about GNU_CONFIGURE (over HAS_CONFIGURE) properly.hubertf1-2/+2
2001-01-28Bump version number to 1.1 after manual page has been added.tron1-2/+2
2001-01-28Added rpm2pkg(8) man pagemanu3-2/+139