summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2005-05-18 04:48:24 +0000
committerdmcmahill <dmcmahill>2005-05-18 04:48:24 +0000
commit7b4b76b8b20b6e4496aad0fdd0b337c42858011f (patch)
tree157e89669bef2bbd5876a9981ea9eb5dae8c4db7 /pkgtools
parent417c2c40c74300438c9f77cc88571490c116504a (diff)
downloadpkgsrc-7b4b76b8b20b6e4496aad0fdd0b337c42858011f.tar.gz
import prereq-readme-20050518
This package is used to extract the tools needed by the README.html generation using the new tools framework. Suggested by Johnny Lam.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/prereq-readme/DESCR2
-rw-r--r--pkgtools/prereq-readme/Makefile31
-rw-r--r--pkgtools/prereq-readme/PLIST1
3 files changed, 34 insertions, 0 deletions
diff --git a/pkgtools/prereq-readme/DESCR b/pkgtools/prereq-readme/DESCR
new file mode 100644
index 00000000000..31fd09d59ae
--- /dev/null
+++ b/pkgtools/prereq-readme/DESCR
@@ -0,0 +1,2 @@
+This package provides the tools needed to build the pkgsrc
+README.html files.
diff --git a/pkgtools/prereq-readme/Makefile b/pkgtools/prereq-readme/Makefile
new file mode 100644
index 00000000000..c17d032f30c
--- /dev/null
+++ b/pkgtools/prereq-readme/Makefile
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/05/18 04:48:24 dmcmahill Exp $
+#
+
+DISTNAME= prereq-readme-20050518
+CATEGORIES= pkgtools
+MASTER_SITES= # empty
+DISTFILES= # empty
+
+MAINTAINER= dmcmahill@NetBSD.org
+HOMEPAGE= http://www.NetBSD.org/
+COMMENT= Tools required for pkgsrc README.html generation
+
+WRKSRC= ${WRKDIR}
+NO_CHECKSUM= # defined
+NO_CONFIGURE= # defined
+NO_BUILD= # defined
+NO_INSTALL= # defined
+NO_PACKAGE= # defined
+
+# list all the tools we use
+PKGSRC_USE_TOOLS+= awk
+PKGSRC_USE_TOOLS+= cmp
+PKGSRC_USE_TOOLS+= echo
+PKGSRC_USE_TOOLS+= expr
+PKGSRC_USE_TOOLS+= fgrep
+PKGSRC_USE_TOOLS+= grep
+PKGSRC_USE_TOOLS+= sed
+PKGSRC_USE_TOOLS+= setenv
+PKGSRC_USE_TOOLS+= sort
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/pkgtools/prereq-readme/PLIST b/pkgtools/prereq-readme/PLIST
new file mode 100644
index 00000000000..4d8035f5e1e
--- /dev/null
+++ b/pkgtools/prereq-readme/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/05/18 04:48:24 dmcmahill Exp $