[Midnightbsd-cvs] mports: mports/net:

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Nov 7 21:40:59 EST 2007


Log Message:
-----------


Modified Files:
--------------
    mports/net:
        Makefile (r1.44 -> r1.45)

Added Files:
-----------
    mports/net/gnet2:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)
        pkg-plist (r1.1)
    mports/net/gnet2/files:
        patch-Makefile.in (r1.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/net/Makefile,v
retrieving revision 1.44
retrieving revision 1.45
diff -L net/Makefile -L net/Makefile -u -r1.44 -r1.45
--- net/Makefile
+++ net/Makefile
@@ -9,6 +9,7 @@
     SUBDIR += cvsup-without-gui
     SUBDIR += fping
     SUBDIR += freeradius
+    SUBDIR += gnet2
     SUBDIR += kdenetwork3
     SUBDIR += libdnet
     SUBDIR += libnet
--- /dev/null
+++ net/gnet2/pkg-descr
@@ -0,0 +1,3 @@
+A simple network library built upon glib2.
+
+WWW: http://www.gnetlibrary.org/
--- /dev/null
+++ net/gnet2/pkg-plist
@@ -0,0 +1,61 @@
+include/gnet-2.0/base64.h
+include/gnet-2.0/conn-http.h
+include/gnet-2.0/conn.h
+include/gnet-2.0/gnet.h
+include/gnet-2.0/inetaddr.h
+include/gnet-2.0/iochannel.h
+include/gnet-2.0/ipv6.h
+include/gnet-2.0/mcast.h
+include/gnet-2.0/md5.h
+include/gnet-2.0/pack.h
+include/gnet-2.0/server.h
+include/gnet-2.0/sha.h
+include/gnet-2.0/socks.h
+include/gnet-2.0/tcp.h
+include/gnet-2.0/udp.h
+include/gnet-2.0/unix.h
+include/gnet-2.0/uri.h
+lib/gnet-2.0/include/gnetconfig.h
+lib/libgnet-2.0.a
+lib/libgnet-2.0.la
+lib/libgnet-2.0.so
+lib/libgnet-2.0.so.0
+libdata/pkgconfig/gnet-2.0.pc
+share/aclocal/gnet-2.0.m4
+%%PORTDOCS%%%%DOCSDIR%%/gnet/gnet-base64.html
+%%PORTDOCS%%%%DOCSDIR%%/gnet/gnet-conn-http.html
+%%PORTDOCS%%%%DOCSDIR%%/gnet/gnet-conn.html
+%%PORTDOCS%%%%DOCSDIR%%/gnet/gnet-developers-async.html
+%%PORTDOCS%%%%DOCSDIR%%/gnet/gnet-developers-tips.html
+%%PORTDOCS%%%%DOCSDIR%%/gnet/gnet-developers.html
+%%PORTDOCS%%%%DOCSDIR%%/gnet/gnet-examples-other.html
+%%PORTDOCS%%%%DOCSDIR%%/gnet/gnet-examples.html
+%%PORTDOCS%%%%DOCSDIR%%/gnet/gnet-gnet.html
+%%PORTDOCS%%%%DOCSDIR%%/gnet/gnet-inetaddr.html
+%%PORTDOCS%%%%DOCSDIR%%/gnet/gnet-iochannel.html
+%%PORTDOCS%%%%DOCSDIR%%/gnet/gnet-ipv6.html
+%%PORTDOCS%%%%DOCSDIR%%/gnet/gnet-mcast.html
+%%PORTDOCS%%%%DOCSDIR%%/gnet/gnet-md5.html
+%%PORTDOCS%%%%DOCSDIR%%/gnet/gnet-overview.html
+%%PORTDOCS%%%%DOCSDIR%%/gnet/gnet-pack.html
+%%PORTDOCS%%%%DOCSDIR%%/gnet/gnet-server.html
+%%PORTDOCS%%%%DOCSDIR%%/gnet/gnet-sha.html
+%%PORTDOCS%%%%DOCSDIR%%/gnet/gnet-socks.html
+%%PORTDOCS%%%%DOCSDIR%%/gnet/gnet-tcp.html
+%%PORTDOCS%%%%DOCSDIR%%/gnet/gnet-udp.html
+%%PORTDOCS%%%%DOCSDIR%%/gnet/gnet-unix.html
+%%PORTDOCS%%%%DOCSDIR%%/gnet/gnet-uri.html
+%%PORTDOCS%%%%DOCSDIR%%/gnet/gnet.devhelp
+%%PORTDOCS%%%%DOCSDIR%%/gnet/home.png
+%%PORTDOCS%%%%DOCSDIR%%/gnet/index.html
+%%PORTDOCS%%%%DOCSDIR%%/gnet/index.sgml
+%%PORTDOCS%%%%DOCSDIR%%/gnet/left.png
+%%PORTDOCS%%%%DOCSDIR%%/gnet/libgnet-reference.html
+%%PORTDOCS%%%%DOCSDIR%%/gnet/right.png
+%%PORTDOCS%%%%DOCSDIR%%/gnet/style.css
+%%PORTDOCS%%%%DOCSDIR%%/gnet/up.png
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/gnet
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
+ at dirrm lib/gnet-2.0/include
+ at dirrm lib/gnet-2.0
+ at dirrm include/gnet-2.0
--- /dev/null
+++ net/gnet2/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for:   gnet2
+# Date created:        7 Nov 2007
+# Whom:                Lucas Holt <luke at midnightbsd.org>
+#
+# $MidnightBSD: mports/net/gnet2/Makefile,v 1.1 2007/11/08 02:40:56 laffer1 Exp $
+#
+
+PORTNAME=	gnet
+PORTVERSION=	2.0.7
+CATEGORIES=	net ipv6
+MASTER_SITES=	http://www.gnetlibrary.org/src/
+PKGNAMESUFFIX=	2
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	A simple network library built upon Glib-2
+
+USE_AUTOTOOLS=	libtool:15
+USE_GNOME=	gnomehack glib20
+USE_LDCONFIG=	yes
+GNU_CONFIGURE=	yes
+
+.if !defined(NOPORTDOCS)
+CONFIGURE_ARGS+=	--with-html-dir=${DOCSDIR}
+.else
+CONFIGURE_ARGS+=	--without-html-dir
+.endif
+
+post-patch:
+	@${REINPLACE_CMD} -e 's|GNET_INTERFACE_AGE=1|GNET_INTERFACE_AGE=7|g' \
+		${WRKSRC}/configure
+
+.include <bsd.port.mk>
--- /dev/null
+++ net/gnet2/distinfo
@@ -0,0 +1,3 @@
+MD5 (gnet-2.0.7.tar.gz) = 3a7a40411775688fe4c42141ab007048
+SHA256 (gnet-2.0.7.tar.gz) = f749a157dda0f0efa07fa1b207b6df35371190ab5e60cc97ee87c15de394e64a
+SIZE (gnet-2.0.7.tar.gz) = 608961
--- /dev/null
+++ net/gnet2/files/patch-Makefile.in
@@ -0,0 +1,11 @@
+--- Makefile.in.orig	Fri Jun 24 19:01:40 2005
++++ Makefile.in	Fri Jun 24 19:02:29 2005
+@@ -214,7 +214,7 @@
+ target_cpu = @target_cpu@
+ target_os = @target_os@
+ target_vendor = @target_vendor@
+-SUBDIRS = src examples tests doc 
++SUBDIRS = src doc 
+ EXTRA_DIST = \
+ 	TODO 					\
+ 	HACKING 				\


More information about the Midnightbsd-cvs mailing list