diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-02-13 11:41:08 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-02-13 11:41:08 +0000 |
commit | 9458822355cbbefb34891721cfe703dc53a5b3c1 (patch) | |
tree | d968a19e415ba6132f4871f62daedc04b1f60355 /devel/gtgt | |
parent | 8d68144ab1c4d4f5e34abab01d3e60a5d4209cba (diff) | |
download | ports-9458822355cbbefb34891721cfe703dc53a5b3c1.tar.gz ports-9458822355cbbefb34891721cfe703dc53a5b3c1.zip |
add gtgt, a set of scripts for creating a whole set of sources, which
may already be compiled and installed by using the GNU development tools.
Notes
Notes:
svn path=/head/; revision=38300
Diffstat (limited to 'devel/gtgt')
-rw-r--r-- | devel/gtgt/Makefile | 23 | ||||
-rw-r--r-- | devel/gtgt/distinfo | 1 | ||||
-rw-r--r-- | devel/gtgt/pkg-comment | 1 | ||||
-rw-r--r-- | devel/gtgt/pkg-descr | 11 | ||||
-rw-r--r-- | devel/gtgt/pkg-plist | 12 |
5 files changed, 48 insertions, 0 deletions
diff --git a/devel/gtgt/Makefile b/devel/gtgt/Makefile new file mode 100644 index 000000000000..8ce32db98086 --- /dev/null +++ b/devel/gtgt/Makefile @@ -0,0 +1,23 @@ +# ex:ts=8 +# New ports collection makefile for: gtgt +# Date created: Feb 13, 2001 +# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= gtgt +PORTVERSION= 1.0.1 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + http://www.karubik.de/gtgt/ +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= ijliao@FreeBSD.org + +USE_LIBTOOL= yes +GNU_CONFIGURE= yes + +USE_GMAKE= yes + +.include <bsd.port.mk> diff --git a/devel/gtgt/distinfo b/devel/gtgt/distinfo new file mode 100644 index 000000000000..4c2593547736 --- /dev/null +++ b/devel/gtgt/distinfo @@ -0,0 +1 @@ +MD5 (gtgt-1.0.1.tar.gz) = 8b03af3a70030fe0648837f41354f1a9 diff --git a/devel/gtgt/pkg-comment b/devel/gtgt/pkg-comment new file mode 100644 index 000000000000..486c7b57b8d4 --- /dev/null +++ b/devel/gtgt/pkg-comment @@ -0,0 +1 @@ +(General | GNU) template generation tools diff --git a/devel/gtgt/pkg-descr b/devel/gtgt/pkg-descr new file mode 100644 index 000000000000..f80eb703ec39 --- /dev/null +++ b/devel/gtgt/pkg-descr @@ -0,0 +1,11 @@ +The (general | GNU) template generation tools are a set of scripts +for creating a whole set of sources, which may already be compiled +and installed by using the GNU development tools. Think of gtgt as +a program which is able to create an already compilable, very +sophisticated "hello world" program, written in C or C++ and +constituted by a main program, two internal modules (classes), one +static and one shared library. Using gitty-gitty you will get a +template of sources for the main cases you might meet, and which +you can also use as examples for automake, autoconf and so on. + +WWW: http://gtgt.sourceforge.net/ diff --git a/devel/gtgt/pkg-plist b/devel/gtgt/pkg-plist new file mode 100644 index 000000000000..40c502927e85 --- /dev/null +++ b/devel/gtgt/pkg-plist @@ -0,0 +1,12 @@ +bin/gcng +bin/gptg +bin/gscg +share/doc/gtgt/autoconf.html +share/doc/gtgt/automake.html +share/doc/gtgt/company-license.long +share/doc/gtgt/company-license.short +share/doc/gtgt/gtgt.html +share/doc/gtgt/gtgt.txt +share/doc/gtgt/index.html +share/doc/gtgt/libtool.html +@dirrm share/doc/gtgt |