aboutsummaryrefslogtreecommitdiff
path: root/net/gnet-glib2
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2007-07-09 03:08:28 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2007-07-09 03:08:28 +0000
commitd5f4108b786329ad4adef2ec6507b6b2fa3154a6 (patch)
treeea5ed94e997d54735bef3494ae43802fc462c2b0 /net/gnet-glib2
parent296115588bb1e35638ea57da3e8e4297c0eef25a (diff)
downloadports-d5f4108b786329ad4adef2ec6507b6b2fa3154a6.tar.gz
ports-d5f4108b786329ad4adef2ec6507b6b2fa3154a6.zip
Notes
Diffstat (limited to 'net/gnet-glib2')
-rw-r--r--net/gnet-glib2/Makefile60
-rw-r--r--net/gnet-glib2/distinfo3
-rw-r--r--net/gnet-glib2/files/patch-Makefile.in10
-rw-r--r--net/gnet-glib2/files/patch-configure19
-rw-r--r--net/gnet-glib2/files/patch-gnet-config.in19
-rw-r--r--net/gnet-glib2/files/patch-gnet.pc.in10
-rw-r--r--net/gnet-glib2/files/patch-src_Makefile.in23
-rw-r--r--net/gnet-glib2/pkg-descr3
-rw-r--r--net/gnet-glib2/pkg-plist50
9 files changed, 0 insertions, 197 deletions
diff --git a/net/gnet-glib2/Makefile b/net/gnet-glib2/Makefile
deleted file mode 100644
index 7afa35d5fd4f..000000000000
--- a/net/gnet-glib2/Makefile
+++ /dev/null
@@ -1,60 +0,0 @@
-# New ports collection makefile for: gnet-glib2
-# Date created: 15 February 2003
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gnet
-PORTVERSION= 1.1.9
-PORTREVISION= 6
-CATEGORIES= net
-MASTER_SITES= http://www.gnetlibrary.org/src/
-PKGNAMESUFFIX= -glib2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= A simple network library built upon Glib-2
-
-USE_AUTOTOOLS= libtool:15
-USE_GNOME= gnomehack glib20
-GNU_CONFIGURE= yes
-USE_LDCONFIG= yes
-CONFIGURE_ARGS= --enable-glib2
-
-MAN1= gnet-glib2-config.1
-
-post-patch:
-# remove "release" information from lib name
- @${REINPLACE_CMD} -E -e 's|-release[ ]+\$$\(LT_RELEASE\)||g' \
- ${WRKSRC}/src/Makefile.in
-# don't install gnet-config script with odd name. We will install it ourselves
- @${REINPLACE_CMD} -E -e 's|^(install-exec-am:).+$$|\1|' \
- ${WRKSRC}/Makefile.in
-# don't install any of the config files. We will do it ourselves.
- @${REINPLACE_CMD} -E -e 's|^(install-data-am:).+$$|\1|' \
- ${WRKSRC}/Makefile.in
- @${REINPLACE_CMD} -E -e 's|^[[:space:]]+install-pkgconfigDATA$$||' \
- ${WRKSRC}/Makefile.in
-# don't install the manpage. We will do it ourselves.
- @${REINPLACE_CMD} -E -e 's|^(install-data-am:).+$$|\1 install-data-local|' \
- ${WRKSRC}/doc/Makefile.in
-# install configincludedir correctly
- @${REINPLACE_CMD} -E -e 's|^(configincludedir).+$$|\1=\$$\(pkgincludedir\)-glib2|' \
- ${WRKSRC}/Makefile.in
- @${REINPLACE_CMD} -e 's|-lc_r|${PTHREAD_LIBS}|g' \
- ${WRKSRC}/configure
-
-post-install:
- @${MKDIR} ${PREFIX}/bin
- @${INSTALL_SCRIPT} ${WRKSRC}/gnet-config ${PREFIX}/bin/gnet-glib2-config
- @${MKDIR} ${PREFIX}/share/aclocal
- @${INSTALL_DATA} ${WRKSRC}/gnet.m4 ${PREFIX}/share/aclocal/gnet-glib2.m4
- @${INSTALL_DATA} ${WRKSRC}/gnetconfig.h \
- ${PREFIX}/include/gnet-glib2
- @${INSTALL_DATA} ${WRKSRC}/gnet.pc \
- ${PREFIX}/libdata/pkgconfig/gnet-glib2.pc
- @${MKDIR} ${PREFIX}/man/man1
- @${INSTALL_DATA} ${WRKSRC}/doc/gnet-config.1 \
- ${PREFIX}/man/man1/gnet-glib2-config.1
-
-.include <bsd.port.mk>
diff --git a/net/gnet-glib2/distinfo b/net/gnet-glib2/distinfo
deleted file mode 100644
index a5c9188b1c80..000000000000
--- a/net/gnet-glib2/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (gnet-1.1.9.tar.gz) = 381b5c6d4031806fc4c3e6b28dc752ec
-SHA256 (gnet-1.1.9.tar.gz) = 9bbbf915c3daba553698355e6e4fd6e403279d72cd7064e1ab386fbb0d2373d2
-SIZE (gnet-1.1.9.tar.gz) = 351618
diff --git a/net/gnet-glib2/files/patch-Makefile.in b/net/gnet-glib2/files/patch-Makefile.in
deleted file mode 100644
index dcf6dc47e7c3..000000000000
--- a/net/gnet-glib2/files/patch-Makefile.in
+++ /dev/null
@@ -1,10 +0,0 @@
---- Makefile.in.orig Sun Feb 16 15:47:35 2003
-+++ Makefile.in Sun Feb 16 15:48:54 2003
-@@ -94,7 +94,7 @@
- VERSION = @VERSION@
- pthread_libs = @pthread_libs@
-
--SUBDIRS = src examples tests doc
-+SUBDIRS = src doc
-
- EXTRA_DIST = TODO HACKING BUGS README.macosx gnetconfig.h.in README.win32 GNET.DSP config.h.win32 gnet.def gnet.m4 gnet.spec gnet.spec.in gnet.pc.in examples/makefile.mingw src/makefile.mingw src/gnet-private.h src/socks-private.h tests/makefile.mingw
diff --git a/net/gnet-glib2/files/patch-configure b/net/gnet-glib2/files/patch-configure
deleted file mode 100644
index d3f96b2a7338..000000000000
--- a/net/gnet-glib2/files/patch-configure
+++ /dev/null
@@ -1,19 +0,0 @@
---- configure.orig Mon Apr 28 23:00:52 2003
-+++ configure Fri Jul 4 17:13:31 2003
-@@ -1880,7 +1880,7 @@
-
- fi;
- if test "x$with_html_dir" = "x" ; then
-- HTML_DIR=$datadir/doc/libgnet$GNET_MAJOR_VERSION.$GNET_MINOR_VERSION-dev/html
-+ HTML_DIR=$prefix/share/doc/libgnet$GNET_MAJOR_VERSION.$GNET_MINOR_VERSION-glib2-dev/html
- else
- HTML_DIR=$with_html_dir
- fi
-@@ -7905,6 +7905,7 @@
-
- # This can be used to rebuild libtool when needed
- LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
-+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
-
- # Always use our own libtool.
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
diff --git a/net/gnet-glib2/files/patch-gnet-config.in b/net/gnet-glib2/files/patch-gnet-config.in
deleted file mode 100644
index 4b3b6b698ce7..000000000000
--- a/net/gnet-glib2/files/patch-gnet-config.in
+++ /dev/null
@@ -1,19 +0,0 @@
---- gnet-config.in.orig Sun Feb 16 15:14:23 2003
-+++ gnet-config.in Sun Feb 16 15:15:25 2003
-@@ -9,13 +9,13 @@
- prefix=@prefix@
- exec_prefix=@exec_prefix@
- exec_prefix_set=no
--cflags="-I@includedir@/gnet -I@libdir@/gnet/include"
--libs="-L@libdir@ -lgnet"
-+cflags="-I@includedir@/gnet-glib2 -I@libdir@/gnet-glib2/include"
-+libs="-L@libdir@ -lgnet-glib2"
-
- usage()
- {
- cat <<EOF
--Usage: gnet-config [OPTIONS] [LIBRARIES]
-+Usage: gnet-glib2-config [OPTIONS] [LIBRARIES]
- Options:
- [--prefix[=DIR]]
- [--exec-prefix[=DIR]]
diff --git a/net/gnet-glib2/files/patch-gnet.pc.in b/net/gnet-glib2/files/patch-gnet.pc.in
deleted file mode 100644
index 8c14119fa770..000000000000
--- a/net/gnet-glib2/files/patch-gnet.pc.in
+++ /dev/null
@@ -1,10 +0,0 @@
---- gnet.pc.in.orig Sun Feb 16 15:17:15 2003
-+++ gnet.pc.in Sun Feb 16 15:17:39 2003
-@@ -6,5 +6,5 @@
- Name: Gnet
- Description: A network compatibility layer library
- Version: @VERSION@
--Libs: -L${libdir} -lgnet @GLIB_LIBS@ @GTHREAD_LIBS@
--Cflags: -I${includedir}/gnet -I${libdir}/gnet/include/ @GLIB_CFLAGS@ @GTHREAD_CFLAGS@
-+Libs: -L${libdir} -lgnet-glib2 @GLIB_LIBS@ @GTHREAD_LIBS@
-+Cflags: -I${includedir}/gnet-glib2 -I${libdir}/gnet-glib2/include/ @GLIB_CFLAGS@ @GTHREAD_CFLAGS@
diff --git a/net/gnet-glib2/files/patch-src_Makefile.in b/net/gnet-glib2/files/patch-src_Makefile.in
deleted file mode 100644
index d19e720f7552..000000000000
--- a/net/gnet-glib2/files/patch-src_Makefile.in
+++ /dev/null
@@ -1,23 +0,0 @@
---- src/Makefile.in.orig Sun Feb 16 15:07:57 2003
-+++ src/Makefile.in Sun Feb 16 15:09:08 2003
-@@ -97,9 +97,9 @@
- INCLUDES = -DG_LOG_DOMAIN=\"GNet\" @GNET_DEBUG_FLAGS@ $(GLIB_CFLAGS) $(GTHREAD_CFLAGS)
-
-
--gnetincludedir = $(includedir)/gnet
-+gnetincludedir = $(includedir)/gnet-glib2
-
--lib_LTLIBRARIES = libgnet.la
-+lib_LTLIBRARIES = libgnet-glib2.la
-
- libgnet_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) $(GLIB_LIBS) $(GTHREAD_LIBS)
-
-@@ -220,7 +220,7 @@
-
- maintainer-clean-libtool:
-
--libgnet.la: $(libgnet_la_OBJECTS) $(libgnet_la_DEPENDENCIES)
-+libgnet-glib2.la: $(libgnet_la_OBJECTS) $(libgnet_la_DEPENDENCIES)
- $(LINK) -rpath $(libdir) $(libgnet_la_LDFLAGS) $(libgnet_la_OBJECTS) $(libgnet_la_LIBADD) $(LIBS)
-
- install-gnetincludeHEADERS: $(gnetinclude_HEADERS)
diff --git a/net/gnet-glib2/pkg-descr b/net/gnet-glib2/pkg-descr
deleted file mode 100644
index c0e0d0dfce68..000000000000
--- a/net/gnet-glib2/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-A simple network library built upon glib2.
-
-WWW: http://www.gnetlibrary.org/
diff --git a/net/gnet-glib2/pkg-plist b/net/gnet-glib2/pkg-plist
deleted file mode 100644
index c6963f02f25c..000000000000
--- a/net/gnet-glib2/pkg-plist
+++ /dev/null
@@ -1,50 +0,0 @@
-bin/gnet-glib2-config
-include/gnet-glib2/conn.h
-include/gnet-glib2/gnet.h
-include/gnet-glib2/gnetconfig.h
-include/gnet-glib2/inetaddr.h
-include/gnet-glib2/iochannel.h
-include/gnet-glib2/mcast.h
-include/gnet-glib2/md5.h
-include/gnet-glib2/pack.h
-include/gnet-glib2/server.h
-include/gnet-glib2/sha.h
-include/gnet-glib2/socks.h
-include/gnet-glib2/tcp.h
-include/gnet-glib2/udp.h
-include/gnet-glib2/unix.h
-include/gnet-glib2/url.h
-lib/libgnet-glib2.a
-lib/libgnet-glib2.la
-lib/libgnet-glib2.so
-lib/libgnet-glib2.so.7
-libdata/pkgconfig/gnet-glib2.pc
-share/aclocal/gnet-glib2.m4
-share/doc/libgnet1.1-glib2-dev/html/book1.html
-share/doc/libgnet1.1-glib2-dev/html/gnet-conn.html
-share/doc/libgnet1.1-glib2-dev/html/gnet-developers-tips.html
-share/doc/libgnet1.1-glib2-dev/html/gnet-developers.html
-share/doc/libgnet1.1-glib2-dev/html/gnet-examples.html
-share/doc/libgnet1.1-glib2-dev/html/gnet-gnet.html
-share/doc/libgnet1.1-glib2-dev/html/gnet-inetaddr.html
-share/doc/libgnet1.1-glib2-dev/html/gnet-iochannel.html
-share/doc/libgnet1.1-glib2-dev/html/gnet-mcast.html
-share/doc/libgnet1.1-glib2-dev/html/gnet-md5.html
-share/doc/libgnet1.1-glib2-dev/html/gnet-overview.html
-share/doc/libgnet1.1-glib2-dev/html/gnet-pack.html
-share/doc/libgnet1.1-glib2-dev/html/gnet-server.html
-share/doc/libgnet1.1-glib2-dev/html/gnet-sha.html
-share/doc/libgnet1.1-glib2-dev/html/gnet-socks.html
-share/doc/libgnet1.1-glib2-dev/html/gnet-tcp.html
-share/doc/libgnet1.1-glib2-dev/html/gnet-udp.html
-share/doc/libgnet1.1-glib2-dev/html/gnet-unix.html
-share/doc/libgnet1.1-glib2-dev/html/gnet-url.html
-share/doc/libgnet1.1-glib2-dev/html/hfetch.html
-share/doc/libgnet1.1-glib2-dev/html/index.html
-share/doc/libgnet1.1-glib2-dev/html/index.sgml
-share/doc/libgnet1.1-glib2-dev/html/libgnet-reference.html
-share/doc/libgnet1.1-glib2-dev/html/sdr.html
-share/doc/libgnet1.1-glib2-dev/html/tests.html
-@dirrm share/doc/libgnet1.1-glib2-dev/html
-@dirrm share/doc/libgnet1.1-glib2-dev
-@dirrm include/gnet-glib2