summaryrefslogtreecommitdiffstats
path: root/devel/libglade2
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-03-14 09:21:27 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-03-14 09:21:27 +0800
commit6ea8cdadd34fade98a807bf84429806612c65079 (patch)
treeb7f18e7e629139c395bf0080243a2218963d0301 /devel/libglade2
parent857bb773fe0bad1b58fa9c68ece3c326f60613e6 (diff)
downloadmarcuscom-ports-6ea8cdadd34fade98a807bf84429806612c65079.tar
marcuscom-ports-6ea8cdadd34fade98a807bf84429806612c65079.tar.gz
marcuscom-ports-6ea8cdadd34fade98a807bf84429806612c65079.tar.bz2
marcuscom-ports-6ea8cdadd34fade98a807bf84429806612c65079.tar.lz
marcuscom-ports-6ea8cdadd34fade98a807bf84429806612c65079.tar.xz
marcuscom-ports-6ea8cdadd34fade98a807bf84429806612c65079.tar.zst
marcuscom-ports-6ea8cdadd34fade98a807bf84429806612c65079.zip
Remove these ports now that they have been merged into the ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3934 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libglade2')
-rw-r--r--devel/libglade2/Makefile40
-rw-r--r--devel/libglade2/distinfo4
-rw-r--r--devel/libglade2/files/patch-ab20
-rw-r--r--devel/libglade2/pkg-descr3
-rw-r--r--devel/libglade2/pkg-plist38
5 files changed, 0 insertions, 105 deletions
diff --git a/devel/libglade2/Makefile b/devel/libglade2/Makefile
deleted file mode 100644
index 1189bceee..000000000
--- a/devel/libglade2/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# New ports collection makefile for: libglade2
-# Date created: 18 August 1999
-# Whom: Ade Lovett <ade@lovett.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= libglade2
-PORTVERSION= 2.5.1
-CATEGORIES= devel gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.5
-DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION}
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= GNOME glade library
-
-BUILD_DEPENDS= ${PYEXPAT}
-RUN_DEPENDS= ${PYEXPAT} \
- xmlcatmgr:${PORTSDIR}/textproc/xmlcatmgr
-
-USE_BZIP2= yes
-USE_X_PREFIX= yes
-USE_REINPLACE= yes
-USE_GMAKE= yes
-USE_PYTHON= yes
-USE_LIBTOOL_VER=15
-USE_GNOME= gnomehack libxml2 gtk20
-INSTALLS_SHLIB= yes
-CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \
- --disable-gtk-doc \
- --with-xml-catalog=${LOCALBASE}/share/xml/catalog.ports
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-PLIST_SUB= XMLCATALOG="${LOCALBASE}/bin/xmlcatalog" \
- CATALOG_PORTS_XML="${LOCALBASE}/share/xml/catalog.ports"
-
-.include <bsd.port.mk>
diff --git a/devel/libglade2/distinfo b/devel/libglade2/distinfo
deleted file mode 100644
index 5282553c1..000000000
--- a/devel/libglade2/distinfo
+++ /dev/null
@@ -1,4 +0,0 @@
-MD5 (gnome2/libglade-2.5.1.tar.bz2) = e4734a59f1f2308d7714dc0ebf8163f1
-SIZE (gnome2/libglade-2.5.1.tar.bz2) = 317524
-MD5 (gnome2/tacos) = e4734a59f1f2308d7714dc0ebf8163f2
-SIZE (gnome2/tacos) = 317525
diff --git a/devel/libglade2/files/patch-ab b/devel/libglade2/files/patch-ab
deleted file mode 100644
index 1ef7b7ed1..000000000
--- a/devel/libglade2/files/patch-ab
+++ /dev/null
@@ -1,20 +0,0 @@
---- Makefile.in.orig Mon May 17 12:30:40 2004
-+++ Makefile.in Mon May 17 12:31:44 2004
-@@ -22,7 +22,7 @@
- top_srcdir = @top_srcdir@
- VPATH = @srcdir@
- pkgdatadir = $(datadir)/@PACKAGE@
--pkglibdir = $(libdir)/@PACKAGE@
-+pkglibdir = $(prefix)/libdata/pkgconfig
- pkgincludedir = $(includedir)/@PACKAGE@
- top_builddir = .
- am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-@@ -229,7 +229,7 @@
- sharedstatedir = @sharedstatedir@
- sysconfdir = @sysconfdir@
- target_alias = @target_alias@
--SUBDIRS = glade doc tests
-+SUBDIRS = glade doc
- INCLUDES = $(LIBGLADE_CFLAGS)
-
- # build documentation when doing a distcheck.
diff --git a/devel/libglade2/pkg-descr b/devel/libglade2/pkg-descr
deleted file mode 100644
index 7335dd1ea..000000000
--- a/devel/libglade2/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-LibGlade allows GLADE interfaces to be handled at runtime, freeing
-GUI development from code development. This allows an interface to
-be changed without requiring a re-compilation.
diff --git a/devel/libglade2/pkg-plist b/devel/libglade2/pkg-plist
deleted file mode 100644
index cba156fe6..000000000
--- a/devel/libglade2/pkg-plist
+++ /dev/null
@@ -1,38 +0,0 @@
-bin/libglade-convert
-include/libglade-2.0/glade/glade-build.h
-include/libglade-2.0/glade/glade-init.h
-include/libglade-2.0/glade/glade-parser.h
-include/libglade-2.0/glade/glade-xml.h
-include/libglade-2.0/glade/glade.h
-lib/libglade-2.0.a
-lib/libglade-2.0.so
-lib/libglade-2.0.so.0
-libdata/pkgconfig/libglade-2.0.pc
-share/doc/libglade/GladeXML.html
-share/doc/libglade/home.png
-share/doc/libglade/index.html
-share/doc/libglade/index.sgml
-share/doc/libglade/left.png
-share/doc/libglade/libglade-Libglade-Build.html
-share/doc/libglade/libglade-Libglade-Initialisation.html
-share/doc/libglade/libglade-Libglade-SAX-Parser.html
-share/doc/libglade/libglade-dtd.html
-share/doc/libglade/libglade-dtd-exceptions.html
-share/doc/libglade/libglade-embedding.html
-share/doc/libglade/libglade-extending.html
-share/doc/libglade/libglade-i18n.html
-share/doc/libglade/libglade-lib.html
-share/doc/libglade/libglade-modules.html
-share/doc/libglade/libglade-notes.html
-share/doc/libglade/libglade.devhelp
-share/doc/libglade/right.png
-share/doc/libglade/style.css
-share/doc/libglade/up.png
-share/xml/libglade/glade-2.0.dtd
-@unexec %%XMLCATALOG%% --noout --del %D/share/xml/libglade/glade-2.0.dtd %%CATALOG_PORTS_XML%% || /usr/bin/true
-@exec %%XMLCATALOG%% --noout --add "system" "http://glade.gnome.org/glade-2.0.dtd" %D/share/xml/libglade/glade-2.0.dtd %%CATALOG_PORTS_XML%% || /usr/bin/true
-@dirrm share/xml/libglade
-@dirrm share/doc/libglade
-@dirrm include/libglade-2.0/glade
-@dirrm include/libglade-2.0
-@unexec /bin/rmdir %D/share/xml 2>/dev/null || /usr/bin/true