add prototype 1.9

Prototype Makefiles allows very fast project start ups
This commit is contained in:
Ying-Chieh Liao 2002-08-03 18:32:24 +00:00
parent c10b5da26b
commit d568a44127
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63926
6 changed files with 62 additions and 0 deletions

View File

@ -595,6 +595,7 @@
SUBDIR += ppl
SUBDIR += prcs
SUBDIR += projectcenter.app
SUBDIR += prototype
SUBDIR += pth
SUBDIR += pth-devel
SUBDIR += ptl

21
devel/prototype/Makefile Normal file
View File

@ -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>

1
devel/prototype/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (prototype-1.9.tar.gz) = b6057f064d3ed15e2e6e43aa1418b345

View File

@ -0,0 +1 @@
Prototype Makefiles allows very fast project start ups

View File

@ -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/

29
devel/prototype/pkg-plist Normal file
View File

@ -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