pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/net6 Imported net6.
details: https://anonhg.NetBSD.org/pkgsrc/rev/1ee18f8198e6
branches: trunk
changeset: 534953:1ee18f8198e6
user: rillig <rillig%pkgsrc.org@localhost>
date: Sun Nov 04 10:05:44 2007 +0000
description:
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:
net/net6/DESCR | 3 +++
net/net6/Makefile | 22 ++++++++++++++++++++++
net/net6/PLIST | 29 +++++++++++++++++++++++++++++
net/net6/buildlink3.mk | 22 ++++++++++++++++++++++
net/net6/distinfo | 5 +++++
5 files changed, 81 insertions(+), 0 deletions(-)
diffs (101 lines):
diff -r c301a6e5f36d -r 1ee18f8198e6 net/net6/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/net6/DESCR Sun Nov 04 10:05:44 2007 +0000
@@ -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 -r c301a6e5f36d -r 1ee18f8198e6 net/net6/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/net6/Makefile Sun Nov 04 10:05:44 2007 +0000
@@ -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@localhost
+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 -r c301a6e5f36d -r 1ee18f8198e6 net/net6/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/net6/PLIST Sun Nov 04 10:05:44 2007 +0000
@@ -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 -r c301a6e5f36d -r 1ee18f8198e6 net/net6/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/net6/buildlink3.mk Sun Nov 04 10:05:44 2007 +0000
@@ -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 -r c301a6e5f36d -r 1ee18f8198e6 net/net6/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/net6/distinfo Sun Nov 04 10:05:44 2007 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index