diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-08-03 18:32:24 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-08-03 18:32:24 +0000 |
commit | 04d833440c405f62e885a5de575dfc3c7880850e (patch) | |
tree | f10d6ca18177bab2b9be87dd171ab9e4ed68f2f0 /devel/prototype | |
parent | ddb5593860415897b5dfe2ff08b18ea4ddf2ec45 (diff) | |
download | FreeBSD-ports-04d833440c405f62e885a5de575dfc3c7880850e.zip FreeBSD-ports-04d833440c405f62e885a5de575dfc3c7880850e.tar.gz |
add prototype 1.9
Prototype Makefiles allows very fast project start ups
Diffstat (limited to 'devel/prototype')
-rw-r--r-- | devel/prototype/Makefile | 21 | ||||
-rw-r--r-- | devel/prototype/distinfo | 1 | ||||
-rw-r--r-- | devel/prototype/pkg-comment | 1 | ||||
-rw-r--r-- | devel/prototype/pkg-descr | 9 | ||||
-rw-r--r-- | devel/prototype/pkg-plist | 29 |
5 files changed, 61 insertions, 0 deletions
diff --git a/devel/prototype/Makefile b/devel/prototype/Makefile new file mode 100644 index 0000000..51bd963 --- /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 0000000..df139f1 --- /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 0000000..988436a --- /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 0000000..d6f6c8f --- /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 0000000..da9a12e --- /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 |