summaryrefslogtreecommitdiff
path: root/net/gnet2
diff options
context:
space:
mode:
Diffstat (limited to 'net/gnet2')
-rw-r--r--net/gnet2/Makefile64
-rw-r--r--net/gnet2/distinfo1
-rw-r--r--net/gnet2/files/patch-Makefile.in10
-rw-r--r--net/gnet2/files/patch-configure10
-rw-r--r--net/gnet2/files/patch-doc_Makefile.in10
-rw-r--r--net/gnet2/files/patch-gnet-config.in19
-rw-r--r--net/gnet2/files/patch-gnet.pc.in10
-rw-r--r--net/gnet2/files/patch-src_Makefile.in23
-rw-r--r--net/gnet2/pkg-descr3
-rw-r--r--net/gnet2/pkg-plist50
10 files changed, 0 insertions, 200 deletions
diff --git a/net/gnet2/Makefile b/net/gnet2/Makefile
deleted file mode 100644
index 07f2079e3601..000000000000
--- a/net/gnet2/Makefile
+++ /dev/null
@@ -1,64 +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.8
-CATEGORIES= net
-MASTER_SITES= http://www.gnetlibrary.org/src/
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= A simple network library built upon Glib
-
-LIB_DEPENDS= glib-2.0.200:${PORTSDIR}/devel/glib20
-
-LATEST_LINK= gnet-glib2
-USE_REINPLACE= yes
-USE_GNOMENG= yes
-USE_GNOME= gnomehack
-USE_LIBTOOL= yes
-INSTALLS_SHLIB= yes
-CONFIGURE_ARGS= --enable-glib2
-
-MAN1= gnet-glib2-config.1
-
-post-patch:
-# fix pthreads detection
- @${REINPLACE_CMD} -E -e 's,-lpthread|-lc_r,${PTHREAD_LIBS},' \
- ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
-# 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
-
-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
- @${MKDIR} ${PREFIX}/libdata/pkgconfig
- @${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/gnet2/distinfo b/net/gnet2/distinfo
deleted file mode 100644
index b2723a493bef..000000000000
--- a/net/gnet2/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (gnet-1.1.8.tar.gz) = da2b5de278e96a5b907c2e2304bf6542
diff --git a/net/gnet2/files/patch-Makefile.in b/net/gnet2/files/patch-Makefile.in
deleted file mode 100644
index dcf6dc47e7c3..000000000000
--- a/net/gnet2/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/gnet2/files/patch-configure b/net/gnet2/files/patch-configure
deleted file mode 100644
index 8520e176cae3..000000000000
--- a/net/gnet2/files/patch-configure
+++ /dev/null
@@ -1,10 +0,0 @@
---- configure 2002/07/20 11:29:10 1.1
-+++ configure 2002/07/20 11:29:19
-@@ -6725,6 +6725,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/gnet2/files/patch-doc_Makefile.in b/net/gnet2/files/patch-doc_Makefile.in
deleted file mode 100644
index 722a4db8fcc3..000000000000
--- a/net/gnet2/files/patch-doc_Makefile.in
+++ /dev/null
@@ -1,10 +0,0 @@
---- doc/Makefile.in.orig Sun Feb 16 15:39:15 2003
-+++ doc/Makefile.in Sun Feb 16 15:41:14 2003
-@@ -104,7 +104,7 @@
- # The directory containing the source code (if it contains documentation).
- DOC_SOURCE_DIR = ..
-
--HTML_DIR = $(prefix)/share/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
-
- TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE)
diff --git a/net/gnet2/files/patch-gnet-config.in b/net/gnet2/files/patch-gnet-config.in
deleted file mode 100644
index 4b3b6b698ce7..000000000000
--- a/net/gnet2/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/gnet2/files/patch-gnet.pc.in b/net/gnet2/files/patch-gnet.pc.in
deleted file mode 100644
index 8c14119fa770..000000000000
--- a/net/gnet2/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/gnet2/files/patch-src_Makefile.in b/net/gnet2/files/patch-src_Makefile.in
deleted file mode 100644
index d19e720f7552..000000000000
--- a/net/gnet2/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/gnet2/pkg-descr b/net/gnet2/pkg-descr
deleted file mode 100644
index c0e0d0dfce68..000000000000
--- a/net/gnet2/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-A simple network library built upon glib2.
-
-WWW: http://www.gnetlibrary.org/
diff --git a/net/gnet2/pkg-plist b/net/gnet2/pkg-plist
deleted file mode 100644
index f37cf9c6686e..000000000000
--- a/net/gnet2/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.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
-@unexec rmdir %D/libdata/pkgconfig 2>/dev/null || true
-@dirrm include/gnet-glib2