diff options
author | kefren <kefren@pkgsrc.org> | 2009-07-16 07:52:40 +0000 |
---|---|---|
committer | kefren <kefren@pkgsrc.org> | 2009-07-16 07:52:40 +0000 |
commit | 6b578328d218baac1f9e66b254c460971c444eb3 (patch) | |
tree | c2fb344a2e743fdc99e5f9f87fc671027289c991 | |
parent | 7a4ef082c1f18f1f9e591465e9250565bb549eaa (diff) | |
download | pkgsrc-6b578328d218baac1f9e66b254c460971c444eb3.tar.gz |
Initial import of mono-nat 1.0.2, a C# library used for accessing uPnP
-rw-r--r-- | net/mono-nat/DESCR | 2 | ||||
-rw-r--r-- | net/mono-nat/Makefile | 18 | ||||
-rw-r--r-- | net/mono-nat/PLIST | 4 | ||||
-rw-r--r-- | net/mono-nat/buildlink3.mk | 15 | ||||
-rw-r--r-- | net/mono-nat/distinfo | 5 |
5 files changed, 44 insertions, 0 deletions
diff --git a/net/mono-nat/DESCR b/net/mono-nat/DESCR new file mode 100644 index 00000000000..c2c70525c6d --- /dev/null +++ b/net/mono-nat/DESCR @@ -0,0 +1,2 @@ +Mono.Nat is a C# library used for automatic port forwarding, using either +uPnP or nat-pmp. diff --git a/net/mono-nat/Makefile b/net/mono-nat/Makefile new file mode 100644 index 00000000000..c85f7c583d9 --- /dev/null +++ b/net/mono-nat/Makefile @@ -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 +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 --git a/net/mono-nat/PLIST b/net/mono-nat/PLIST new file mode 100644 index 00000000000..449027ff3ed --- /dev/null +++ b/net/mono-nat/PLIST @@ -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 --git a/net/mono-nat/buildlink3.mk b/net/mono-nat/buildlink3.mk new file mode 100644 index 00000000000..604f6cbfefa --- /dev/null +++ b/net/mono-nat/buildlink3.mk @@ -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 --git a/net/mono-nat/distinfo b/net/mono-nat/distinfo new file mode 100644 index 00000000000..9a5de95dede --- /dev/null +++ b/net/mono-nat/distinfo @@ -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 |