diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-02-13 19:41:08 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-02-13 19:41:08 +0800 |
commit | 4be6987b06d0883b1609d90b5d1e0ae1723fa9a3 (patch) | |
tree | 28ed937c6c7b76641c822aa25090002b7db3846a /devel | |
parent | 7586d18cc0eb07650918d1df9562a1ac4a712277 (diff) | |
download | freebsd-ports-gnome-4be6987b06d0883b1609d90b5d1e0ae1723fa9a3.tar.gz freebsd-ports-gnome-4be6987b06d0883b1609d90b5d1e0ae1723fa9a3.tar.zst freebsd-ports-gnome-4be6987b06d0883b1609d90b5d1e0ae1723fa9a3.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.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-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 |
6 files changed, 49 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 974e83bcdde3..c523f051fe10 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -115,6 +115,7 @@ SUBDIR += gnustep SUBDIR += gpasm SUBDIR += gperf + SUBDIR += gtgt SUBDIR += gtranslator SUBDIR += gvd SUBDIR += happy 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 |