diff options
author | mezz <mezz@FreeBSD.org> | 2011-01-04 20:22:53 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2011-01-04 20:22:53 +0800 |
commit | cdd4373ecaf7a1ab5597cbba88006c6ec5eb850d (patch) | |
tree | bbaaebd0f4cee677fc541e957abe8c276c8b0c36 /www | |
parent | 3f3eda7b6f91f06c0126ae55b743c092e6acb945 (diff) | |
download | freebsd-ports-gnome-cdd4373ecaf7a1ab5597cbba88006c6ec5eb850d.tar.gz freebsd-ports-gnome-cdd4373ecaf7a1ab5597cbba88006c6ec5eb850d.tar.zst freebsd-ports-gnome-cdd4373ecaf7a1ab5597cbba88006c6ec5eb850d.zip |
There is no port that depend this library. Therefore, remove it.
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/glibwww/Makefile | 27 | ||||
-rw-r--r-- | www/glibwww/distinfo | 3 | ||||
-rw-r--r-- | www/glibwww/files/patch-aa | 11 | ||||
-rw-r--r-- | www/glibwww/pkg-descr | 6 | ||||
-rw-r--r-- | www/glibwww/pkg-plist | 7 |
6 files changed, 0 insertions, 55 deletions
diff --git a/www/Makefile b/www/Makefile index f098c1f4d61e..fa123f4fe3a1 100644 --- a/www/Makefile +++ b/www/Makefile @@ -272,7 +272,6 @@ SUBDIR += getleft SUBDIR += gforge SUBDIR += gist - SUBDIR += glibwww SUBDIR += glpi SUBDIR += gnome-user-share SUBDIR += gnome-web-photo diff --git a/www/glibwww/Makefile b/www/glibwww/Makefile deleted file mode 100644 index c18ca7395b60..000000000000 --- a/www/glibwww/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: glibwww -# Date created: 26 July 2000 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= glibwww -PORTVERSION= 0.2 -PORTREVISION= 9 -CATEGORIES= www gnome -MASTER_SITES= GNOME - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A library for people wanting to use libwww with gtk/gnome - -LIB_DEPENDS= wwwzip.1:${PORTSDIR}/www/libwww - -USE_AUTOTOOLS= libtool -USE_GMAKE= yes -USE_GNOME= gnomelibs -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> diff --git a/www/glibwww/distinfo b/www/glibwww/distinfo deleted file mode 100644 index f165db59ac17..000000000000 --- a/www/glibwww/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (glibwww-0.2.tar.gz) = 3f20f0e7b01acb8dc81502e088cd9389 -SHA256 (glibwww-0.2.tar.gz) = 005befefb7dbff0c9356e4403ffdf865da9c65a59edaa39b4e2498d79e99cfb4 -SIZE (glibwww-0.2.tar.gz) = 162157 diff --git a/www/glibwww/files/patch-aa b/www/glibwww/files/patch-aa deleted file mode 100644 index 8786c1acb544..000000000000 --- a/www/glibwww/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Wed Jul 26 14:35:29 2000 -+++ Makefile.in Wed Jul 26 14:40:27 2000 -@@ -105,7 +105,7 @@ - cflags_set = @cflags_set@ - cxxflags_set = @cxxflags_set@ - --confexecdir = $(libdir) -+confexecdir = $(sysconfdir) - confexec_DATA = glibwwwConf.sh - - SUBDIRS = macros src diff --git a/www/glibwww/pkg-descr b/www/glibwww/pkg-descr deleted file mode 100644 index 37b833a0e282..000000000000 --- a/www/glibwww/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Event register/unregister functions that use the glib event loop. This makes -libwww fit nicely into just about any gnome or gtk+ program. - -This code may be useful for other people wanting to use libwww with gtk. - -This code includes a nice bonobo control. diff --git a/www/glibwww/pkg-plist b/www/glibwww/pkg-plist deleted file mode 100644 index 72ccac02d95c..000000000000 --- a/www/glibwww/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -etc/glibwwwConf.sh -include/glibwww/glibwww.h -lib/libglibwww.a -lib/libglibwww.la -lib/libglibwww.so -lib/libglibwww.so.1 -@dirrm include/glibwww |