summaryrefslogtreecommitdiff
path: root/devel/prototype
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-08-03 18:32:24 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-08-03 18:32:24 +0000
commitd568a4412796f2de0542d59d72278e7b90d6ba2f (patch)
treed10bf65c320155f6a58f541c1f6f979e82346084 /devel/prototype
parentUpdate to 3.4.0-0.7. (diff)
add prototype 1.9
Prototype Makefiles allows very fast project start ups
Notes
Notes: svn path=/head/; revision=63926
Diffstat (limited to 'devel/prototype')
-rw-r--r--devel/prototype/Makefile21
-rw-r--r--devel/prototype/distinfo1
-rw-r--r--devel/prototype/pkg-comment1
-rw-r--r--devel/prototype/pkg-descr9
-rw-r--r--devel/prototype/pkg-plist29
5 files changed, 61 insertions, 0 deletions
diff --git a/devel/prototype/Makefile b/devel/prototype/Makefile
new file mode 100644
index 000000000000..51bd963e78b8
--- /dev/null
+++ b/devel/prototype/Makefile
@@ -0,0 +1,21 @@
+# ex:ts=8
+# Ports collection makefile for: prototype
+# Date created: Aug 4, 2002
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= prototype
+PORTVERSION= 1.9
+CATEGORIES= devel
+MASTER_SITES= http://www.xs4all.nl/~carlo17/prototype/
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= ports@FreeBSD.org
+
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+NO_BUILD= yes
+
+.include <bsd.port.mk>
diff --git a/devel/prototype/distinfo b/devel/prototype/distinfo
new file mode 100644
index 000000000000..df139f1ca56a
--- /dev/null
+++ b/devel/prototype/distinfo
@@ -0,0 +1 @@
+MD5 (prototype-1.9.tar.gz) = b6057f064d3ed15e2e6e43aa1418b345
diff --git a/devel/prototype/pkg-comment b/devel/prototype/pkg-comment
new file mode 100644
index 000000000000..988436ac2cd0
--- /dev/null
+++ b/devel/prototype/pkg-comment
@@ -0,0 +1 @@
+Prototype Makefiles allows very fast project start ups
diff --git a/devel/prototype/pkg-descr b/devel/prototype/pkg-descr
new file mode 100644
index 000000000000..d6f6c8f02426
--- /dev/null
+++ b/devel/prototype/pkg-descr
@@ -0,0 +1,9 @@
+Prototype Makefiles is a collection of shared Makefiles which are installed
+globally, and Makefile templates that can be copied into project directories
+using a simple script. The shared Makefiles contain the rules for building a
+project, cleaning it and making dependencies etc. The Makefile templates
+contain the data that is specific for each project. This separation avoids
+duplication of code in Makefiles and is therefore extremely easy to maintain
+and extend.
+
+WWW: http://www.xs4all.nl/~carlo17/prototype/
diff --git a/devel/prototype/pkg-plist b/devel/prototype/pkg-plist
new file mode 100644
index 000000000000..da9a12eb3026
--- /dev/null
+++ b/devel/prototype/pkg-plist
@@ -0,0 +1,29 @@
+bin/makeproto
+share/prototype/Makedefs.h
+share/prototype/base/Makedefs.h
+share/prototype/base/Makefile
+share/prototype/base/PTMakefile
+share/prototype/common/PTMakefile
+share/prototype/lib/Makefile
+share/prototype/lib/PTMakefile
+share/prototype/main/Makefile
+share/prototype/main/PTMakefile
+share/prototype/maintainer/PTmakefile
+share/prototype/maintainer/makefile
+share/prototype/sub/Makefile
+share/prototype/sub/PTMakefile
+share/prototype/templ-inst/Makefile
+share/prototype/templ-inst/PTMakefile
+share/prototype/templ-inst/inst-all-templ
+share/prototype/templ-inst/inst-templ
+share/prototype/test/Makefile
+share/prototype/test/PTMakefile
+@dirrm share/prototype/base
+@dirrm share/prototype/common
+@dirrm share/prototype/lib
+@dirrm share/prototype/main
+@dirrm share/prototype/maintainer
+@dirrm share/prototype/sub
+@dirrm share/prototype/templ-inst
+@dirrm share/prototype/test
+@dirrm share/prototype