pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/prereq-readme import prereq-readme-20050518



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bbc4a845c692
branches:  trunk
changeset: 493995:bbc4a845c692
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Wed May 18 04:48:24 2005 +0000

description:
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:

 pkgtools/prereq-readme/DESCR    |   2 ++
 pkgtools/prereq-readme/Makefile |  31 +++++++++++++++++++++++++++++++
 pkgtools/prereq-readme/PLIST    |   1 +
 3 files changed, 34 insertions(+), 0 deletions(-)

diffs (46 lines):

diff -r abdc42d166ab -r bbc4a845c692 pkgtools/prereq-readme/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/pkgtools/prereq-readme/DESCR      Wed May 18 04:48:24 2005 +0000
@@ -0,0 +1,2 @@
+This package provides the tools needed to build the pkgsrc
+README.html files.
diff -r abdc42d166ab -r bbc4a845c692 pkgtools/prereq-readme/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/pkgtools/prereq-readme/Makefile   Wed May 18 04:48:24 2005 +0000
@@ -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@localhost
+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 -r abdc42d166ab -r bbc4a845c692 pkgtools/prereq-readme/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/pkgtools/prereq-readme/PLIST      Wed May 18 04:48:24 2005 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/05/18 04:48:24 dmcmahill Exp $



Home | Main Index | Thread Index | Old Index