summaryrefslogtreecommitdiff
path: root/devel/acunia-jam
diff options
context:
space:
mode:
authorskrll <skrll@pkgsrc.org>2002-08-22 17:05:35 +0000
committerskrll <skrll@pkgsrc.org>2002-08-22 17:05:35 +0000
commit80ebec31e58403e91e0cee1e6d6bee39c4f75aa9 (patch)
tree8861ce693ac5017e0ecaaee40f807af768983002 /devel/acunia-jam
parent79f41aa33dca0d524d2b37db146b82e043dd642f (diff)
downloadpkgsrc-80ebec31e58403e91e0cee1e6d6bee39c4f75aa9.tar.gz
Initial import of an acunia-jam 1.0 package.
Jam/MR is a build utility like make(1). It has its own expressive language which allows for portable Jamfiles capable of building large projects with multiple concurrent processes (although by default it uses a single process). This is a slightly modified version of jam from the guys at Acunia.
Diffstat (limited to 'devel/acunia-jam')
-rw-r--r--devel/acunia-jam/DESCR6
-rw-r--r--devel/acunia-jam/Makefile32
-rw-r--r--devel/acunia-jam/PLIST11
-rw-r--r--devel/acunia-jam/distinfo4
4 files changed, 53 insertions, 0 deletions
diff --git a/devel/acunia-jam/DESCR b/devel/acunia-jam/DESCR
new file mode 100644
index 00000000000..60ef48998df
--- /dev/null
+++ b/devel/acunia-jam/DESCR
@@ -0,0 +1,6 @@
+Jam/MR is a build utility like make(1). It has its own expressive
+language which allows for portable Jamfiles capable of building
+large projects with multiple concurrent processes (although by
+default it uses a single process).
+
+This is a slightly modified version of jam from the guys at Acunia.
diff --git a/devel/acunia-jam/Makefile b/devel/acunia-jam/Makefile
new file mode 100644
index 00000000000..b1b1ab86029
--- /dev/null
+++ b/devel/acunia-jam/Makefile
@@ -0,0 +1,32 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/08/22 17:05:35 skrll Exp $
+#
+
+DISTNAME= acunia-jam-1.0
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+
+MAINTAINER= skrll@netbsd.org
+HOMEPAGE= http://wonka.acunia.com/
+COMMENT= Acunia version of the program construction tool, like make(1)
+
+CONFLICTS= jam-[0-9]*
+
+DOCDIR= share/doc/${PKGBASE}
+HTMLDIR= share/doc/html/${PKGBASE}
+
+WRKSRC= ${WRKDIR}/jam
+
+do-install:
+ for file in jam mkjambase; do \
+ ${INSTALL_PROGRAM} ${WRKSRC}/bin.*/$${file} ${PREFIX}/bin; \
+ done
+ ${INSTALL_DATA_DIR} ${PREFIX}/${DOCDIR}
+ for file in Porting README RELNOTES; do \
+ ${INSTALL_DATA} ${WRKSRC}/$${file} ${PREFIX}/${DOCDIR}; \
+ done
+ ${INSTALL_DATA_DIR} ${PREFIX}/${HTMLDIR}
+ for file in *.html; do \
+ ${INSTALL_DATA} ${WRKSRC}/$${file} ${PREFIX}/${HTMLDIR}; \
+ done
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/acunia-jam/PLIST b/devel/acunia-jam/PLIST
new file mode 100644
index 00000000000..2f9a7e805aa
--- /dev/null
+++ b/devel/acunia-jam/PLIST
@@ -0,0 +1,11 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2002/08/22 17:05:35 skrll Exp $
+bin/jam
+bin/mkjambase
+share/doc/acunia-jam/Porting
+share/doc/acunia-jam/README
+share/doc/acunia-jam/RELNOTES
+share/doc/html/acunia-jam/Jam.html
+share/doc/html/acunia-jam/Jambase.html
+share/doc/html/acunia-jam/Jamfile.html
+@dirrm share/doc/html/acunia-jam
+@dirrm share/doc/acunia-jam
diff --git a/devel/acunia-jam/distinfo b/devel/acunia-jam/distinfo
new file mode 100644
index 00000000000..85f0bec9cee
--- /dev/null
+++ b/devel/acunia-jam/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2002/08/22 17:05:35 skrll Exp $
+
+SHA1 (acunia-jam-1.0.tar.gz) = 784a892a1ba6531b0c19ec3a03f49dd7afbddd47
+Size (acunia-jam-1.0.tar.gz) = 138340 bytes