pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/mono-nat Initial import of mono-nat 1.0.2, a C# li...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9aed613a0bd5
branches:  trunk
changeset: 395909:9aed613a0bd5
user:      kefren <kefren%pkgsrc.org@localhost>
date:      Thu Jul 16 07:52:40 2009 +0000

description:
Initial import of mono-nat 1.0.2, a C# library used for accessing uPnP

diffstat:

 net/mono-nat/DESCR         |   2 ++
 net/mono-nat/Makefile      |  18 ++++++++++++++++++
 net/mono-nat/PLIST         |   4 ++++
 net/mono-nat/buildlink3.mk |  15 +++++++++++++++
 net/mono-nat/distinfo      |   5 +++++
 5 files changed, 44 insertions(+), 0 deletions(-)

diffs (64 lines):

diff -r 2e4940978a0f -r 9aed613a0bd5 net/mono-nat/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/mono-nat/DESCR        Thu Jul 16 07:52:40 2009 +0000
@@ -0,0 +1,2 @@
+Mono.Nat is a C# library used for automatic port forwarding, using either
+uPnP or nat-pmp.
diff -r 2e4940978a0f -r 9aed613a0bd5 net/mono-nat/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/mono-nat/Makefile     Thu Jul 16 07:52:40 2009 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/07/16 07:52:40 kefren Exp $
+
+DISTNAME=      mono-nat-1.0.2
+CATEGORIES=    net
+MASTER_SITES=  http://projects.qnetp.net/attachments/download/22/
+
+MAINTAINER=    kefren%NetBSD.org@localhost
+HOMEPAGE=      http://projects.qnetp.net/projects/show/mono-nat
+COMMENT=       C\# library for uPnP management
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+GNU_CONFIGURE= yes
+MAKE_JOBS_SAFE=        no
+USE_TOOLS+=    gmake pkg-config
+
+.include "../../lang/mono/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 2e4940978a0f -r 9aed613a0bd5 net/mono-nat/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/mono-nat/PLIST        Thu Jul 16 07:52:40 2009 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/07/16 07:52:40 kefren Exp $
+lib/mono-nat/Mono.Nat.dll
+lib/mono-nat/Mono.Nat.dll.mdb
+lib/pkgconfig/mono.nat.pc
diff -r 2e4940978a0f -r 9aed613a0bd5 net/mono-nat/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/mono-nat/buildlink3.mk        Thu Jul 16 07:52:40 2009 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2009/07/16 07:52:40 kefren Exp $
+
+BUILDLINK_TREE+=       mono-nat
+
+.if !defined(MONO_NAT_BUILDLINK3_MK)
+MONO_NAT_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.mono-nat+=       mono-nat>=1.0.2
+BUILDLINK_PKGSRCDIR.mono-nat?= ../../net/mono-nat
+
+.include "../../lang/mono/buildlink3.mk"
+
+.endif # MONO_NAT_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -mono-nat
diff -r 2e4940978a0f -r 9aed613a0bd5 net/mono-nat/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/mono-nat/distinfo     Thu Jul 16 07:52:40 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/07/16 07:52:40 kefren Exp $
+
+SHA1 (mono-nat-1.0.2.tar.gz) = 8efa18c1948500f85e9ab6647caf7124435f737c
+RMD160 (mono-nat-1.0.2.tar.gz) = af2812d7946cb5daaef6a1dce39cca8f11a2cf28
+Size (mono-nat-1.0.2.tar.gz) = 75072 bytes



Home | Main Index | Thread Index | Old Index