summaryrefslogtreecommitdiff
path: root/net/net6
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-11-04 10:05:44 +0000
committerrillig <rillig@pkgsrc.org>2007-11-04 10:05:44 +0000
commit3040c7791ac28849a5eacfe461681f7c7e85899d (patch)
tree93e24b8bbb8631db3de632b788118468cd59a4fa /net/net6
parent041423f8eaf38e857990850219319c91509721d7 (diff)
downloadpkgsrc-3040c7791ac28849a5eacfe461681f7c7e85899d.tar.gz
Imported net6.
net6 is a library which eases the development of network-based applications as it provides a TCP protocol abstraction for C++. It is portable to both the Windows and Unix-like platforms.
Diffstat (limited to 'net/net6')
-rw-r--r--net/net6/DESCR3
-rw-r--r--net/net6/Makefile22
-rw-r--r--net/net6/PLIST29
-rw-r--r--net/net6/buildlink3.mk22
-rw-r--r--net/net6/distinfo5
5 files changed, 81 insertions, 0 deletions
diff --git a/net/net6/DESCR b/net/net6/DESCR
new file mode 100644
index 00000000000..64748cbf835
--- /dev/null
+++ b/net/net6/DESCR
@@ -0,0 +1,3 @@
+net6 is a library which eases the development of network-based
+applications as it provides a TCP protocol abstraction for C++. It is
+portable to both the Windows and Unix-like platforms.
diff --git a/net/net6/Makefile b/net/net6/Makefile
new file mode 100644
index 00000000000..2db449b7b13
--- /dev/null
+++ b/net/net6/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/11/04 10:05:44 rillig Exp $
+#
+
+DISTNAME= net6-1.3.5
+CATEGORIES= net
+MASTER_SITES= http://releases.0x539.de/net6/
+
+MAINTAINER= rillig@NetBSD.org
+HOMEPAGE= http://gobby.0x539.de/
+COMMENT= Networking library for C++
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= pkg-config
+USE_PKGLOCALEDIR= yes
+USE_LANGUAGES= c c++
+
+PKGCONFIG_OVERRIDE+= net6-1.3.pc.in
+
+.include "../../devel/libsigc++/buildlink3.mk"
+.include "../../security/gnutls/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/net/net6/PLIST b/net/net6/PLIST
new file mode 100644
index 00000000000..77c64be3dee
--- /dev/null
+++ b/net/net6/PLIST
@@ -0,0 +1,29 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/11/04 10:05:44 rillig Exp $
+include/net6/address.hpp
+include/net6/client.hpp
+include/net6/common.hpp
+include/net6/connection.hpp
+include/net6/default_accumulator.hpp
+include/net6/encrypt.hpp
+include/net6/enum_ops.hpp
+include/net6/error.hpp
+include/net6/gettext_package.hpp
+include/net6/host.hpp
+include/net6/local.hpp
+include/net6/main.hpp
+include/net6/non_copyable.hpp
+include/net6/object.hpp
+include/net6/packet.hpp
+include/net6/queue.hpp
+include/net6/select.hpp
+include/net6/serialise.hpp
+include/net6/server.hpp
+include/net6/socket.hpp
+include/net6/user.hpp
+lib/libnet6.la
+lib/pkgconfig/net6-1.3.pc
+share/locale/de/LC_MESSAGES/net6.mo
+share/locale/es/LC_MESSAGES/net6.mo
+share/locale/fr/LC_MESSAGES/net6.mo
+share/locale/nl/LC_MESSAGES/net6.mo
+share/locale/sv/LC_MESSAGES/net6.mo
diff --git a/net/net6/buildlink3.mk b/net/net6/buildlink3.mk
new file mode 100644
index 00000000000..0a0d163da3f
--- /dev/null
+++ b/net/net6/buildlink3.mk
@@ -0,0 +1,22 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2007/11/04 10:05:44 rillig Exp $
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+NET6_BUILDLINK3_MK:= ${NET6_BUILDLINK3_MK}+
+
+.if ${BUILDLINK_DEPTH} == "+"
+BUILDLINK_DEPENDS+= net6
+.endif
+
+BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nnet6}
+BUILDLINK_PACKAGES+= net6
+BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}net6
+
+.if ${NET6_BUILDLINK3_MK} == "+"
+BUILDLINK_API_DEPENDS.net6+= net6>=1.3.5
+BUILDLINK_PKGSRCDIR.net6?= ../../net/net6
+.endif # NET6_BUILDLINK3_MK
+
+.include "../../devel/libsigc++/buildlink3.mk"
+.include "../../security/gnutls/buildlink3.mk"
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
diff --git a/net/net6/distinfo b/net/net6/distinfo
new file mode 100644
index 00000000000..109b7048266
--- /dev/null
+++ b/net/net6/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/11/04 10:05:44 rillig Exp $
+
+SHA1 (net6-1.3.5.tar.gz) = 62807f3e2d932c087c99d1a10e9d0e515903e0ba
+RMD160 (net6-1.3.5.tar.gz) = eeaa04bc6975424b5b602220f84a6368e731f825
+Size (net6-1.3.5.tar.gz) = 439188 bytes