diff options
author | marcus <marcus@FreeBSD.org> | 2006-08-26 04:45:16 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-08-26 04:45:16 +0800 |
commit | 4e8d778102d32ceb35cd36aae86abf2536160cd0 (patch) | |
tree | 37d9844b7a98e462e6011e5f00a1107d55de666c | |
parent | ad574517db7363f2a62b6b42724b170cb707935b (diff) | |
download | freebsd-ports-gnome-4e8d778102d32ceb35cd36aae86abf2536160cd0.tar.gz freebsd-ports-gnome-4e8d778102d32ceb35cd36aae86abf2536160cd0.tar.zst freebsd-ports-gnome-4e8d778102d32ceb35cd36aae86abf2536160cd0.zip |
Remove x11-toolkits/gob2 as this port already exists as devel/gob2.
-rw-r--r-- | x11-toolkits/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/gob2/Makefile | 27 | ||||
-rw-r--r-- | x11-toolkits/gob2/distinfo | 3 | ||||
-rw-r--r-- | x11-toolkits/gob2/pkg-descr | 6 |
4 files changed, 0 insertions, 37 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index bde2fecc4b0c..fd2e1ea26a70 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -47,7 +47,6 @@ SUBDIR += gnustep-gui SUBDIR += gnustep-xdps SUBDIR += gob - SUBDIR += gob2 SUBDIR += gstreamer-plugins-pango SUBDIR += gstreamer-plugins-pango80 SUBDIR += gtk-sharp10 diff --git a/x11-toolkits/gob2/Makefile b/x11-toolkits/gob2/Makefile deleted file mode 100644 index 39994a38d019..000000000000 --- a/x11-toolkits/gob2/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: gob2 -# Date created: Aug 21, 2006 -# Whom: Alexey Mikhailov <karma@ez.pereslavl.ru> -# -# $FreeBSD$ - -PORTNAME= gob2 -PORTVERSION= 2.0.14 -CATEGORIES= x11-toolkits -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gob2/2.0 - -MAINTAINER= karma@ez.pereslavl.ru -COMMENT= A preprocessor for making GObjects with inline C code - -USE_BZIP2= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_GNOME= glib20 -USE_X_PREFIX= yes -USE_ICONV= yes - -MAN1= gob2.1 - -PLIST_FILES= bin/gob2 share/aclocal/gob2.m4 - -.include <bsd.port.mk> diff --git a/x11-toolkits/gob2/distinfo b/x11-toolkits/gob2/distinfo deleted file mode 100644 index 8cd5005fb181..000000000000 --- a/x11-toolkits/gob2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -SIZE (gob2-2.0.14.tar.bz2) = 208430 -MD5 (gob2-2.0.14.tar.bz2) = be788fa5cf70483255e2099188a9dc33 -SHA256 (gob2-2.0.14.tar.bz2) = 3768482d11262de3caa7f252b017ff03d0d04a02988e2c6c6efa58c09efe081f diff --git a/x11-toolkits/gob2/pkg-descr b/x11-toolkits/gob2/pkg-descr deleted file mode 100644 index d3272ba99879..000000000000 --- a/x11-toolkits/gob2/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -GOB2 is a preprocessor for making GObjects with inline C code so that -generated files are not edited. Syntax is inspired by Java and Yacc or -Lex. The implementation is intentionally kept simple, and no C actual -code parsing is done. - -WWW: http://www.5z.com/jirka/gob.html |