summaryrefslogtreecommitdiff
path: root/pkgtools/port2pkg
AgeCommit message (Collapse)AuthorFilesLines
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-3/+2
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-06-17Create directories before installing files into them.jlam1-1/+3
2005-05-16Note that gtar is required by the package.jlam1-1/+2
2005-05-07Refer doc/pkgsrc.txt instead of Packages.txt.wiz2-4/+4
2004-04-11Add a pre-generated .0 manpage; only regen under SunOS or AIX.jschauma2-7/+40
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2004-01-10Bump date for previous.wiz1-2/+2
2004-01-10Correct the default maintainer in the man page.kristerw2-4/+4
PKGREVISION++.
2004-01-10Don't die if pkg-comment does not exist. Some ports have a COMMENT= incjep2-10/+12
their Makefile already.
2004-01-10Use tech-pkg@NetBSD.org as default MAINTAINER.cjep2-3/+4
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2003-03-28NO_PATCH is deprecated, says pkglint. Remove it.wiz1-2/+1
2002-05-19Convert ${PORTNAME} to ${PKGNAME}, from YAMAMOTO Takashi in pkg/16772.wiz2-3/+4
Bump version to 1.11.
2002-01-01Update to 1.10:wiz2-38/+32
Adapt to 'distinfo' change. Adapt to 'pkg' directory removal. Automatically rename 'pkg-message' files. Fix a problem introduced in 1.4 (which perl -w warned about).
2001-12-03Miscellaneous man page fixes.wiz1-16/+19
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-4/+4
2001-09-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc1-2/+2
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
2001-02-24port2pkg-1.9:sakamoto2-4/+4
fix s/$1/$_/ at reading COMMENT.
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-16Change COMMENT handling:wiz2-3/+11
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-01-04port2pkg-1.7:sommerfeld2-4/+5
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)
2000-12-15Make port2pkg handle the new FreeBSD ports structure. Bump version to 1.6.wiz2-20/+53
Addresses pkg/11683.
2000-07-27s/RUN_DEPENDS/DEPENDS/hubertf1-2/+2
2000-05-12Update port2pkg to 1.5sakamoto2-16/+31
Changes: Support PKGNAMEPREFIX/PKGNAMESUFFIX variables.
2000-04-26Update port2pkg to 1.4sakamoto2-21/+40
Changes: Support PORTNAME/PORTVERSION variables.
1999-11-24Use DEPENDS in preference to RUN_DEPENDS.agc1-2/+2
1999-09-29Correct some of the English in this file.agc1-4/+8
1999-09-14don't substitute RCS Id in source code,sakamoto1-3/+3
suggested by Kazuto Ushioda (x-y-z@3si.co.jp).
1999-09-03Update to 1.2sakamoto2-5/+19
Support FreeBSD RCS Id. Get HOMEPAGE value from pkg/DESCR. s/PLIST_SUB/PLIST_SUBST/ s/%%(^%)%%/\${$1}/ in PLIST.
1999-08-10RUN_DEPENDS=pkglintsakamoto1-2/+2
1999-08-05Minor English corrections.agc1-1/+1
1999-07-27Converter FreeBSD port to NetBSD pkgsrcsakamoto6-0/+371