pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/gsnmp Initial import of gsnmp version 0.2.0 into t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/361abd005538
branches:  trunk
changeset: 534667:361abd005538
user:      seb <seb%pkgsrc.org@localhost>
date:      Mon Oct 29 09:48:31 2007 +0000

description:
Initial import of gsnmp version 0.2.0 into the NetBSD Packages Collection.

GNET-SNMP is an SNMP library implementation based on glib and gnet.
This library has been developed as part of the scli package (an
SNMP command line interface).

diffstat:

 net/gsnmp/DESCR         |   3 +++
 net/gsnmp/Makefile      |  17 +++++++++++++++++
 net/gsnmp/PLIST         |  16 ++++++++++++++++
 net/gsnmp/buildlink3.mk |  19 +++++++++++++++++++
 net/gsnmp/distinfo      |   5 +++++
 5 files changed, 60 insertions(+), 0 deletions(-)

diffs (80 lines):

diff -r e102195164c3 -r 361abd005538 net/gsnmp/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/gsnmp/DESCR   Mon Oct 29 09:48:31 2007 +0000
@@ -0,0 +1,3 @@
+GNET-SNMP is an SNMP library implementation based on glib and gnet.
+This library has been developed as part of the scli package (an
+SNMP command line interface).
diff -r e102195164c3 -r 361abd005538 net/gsnmp/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/gsnmp/Makefile        Mon Oct 29 09:48:31 2007 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/10/29 09:48:31 seb Exp $
+#
+
+DISTNAME=              gsnmp-0.2.0
+CATEGORIES=            net
+MASTER_SITES=          ftp://ftp.ibr.cs.tu-bs.de/local/gsnmp/
+
+MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=              https://trac.eecs.iu-bremen.de/projects/gsnmp/
+COMMENT=               SNMP library
+
+GNU_CONFIGURE=         yes
+USE_LIBTOOL=           yes
+
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../net/gnet/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r e102195164c3 -r 361abd005538 net/gsnmp/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/gsnmp/PLIST   Mon Oct 29 09:48:31 2007 +0000
@@ -0,0 +1,16 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/10/29 09:48:31 seb Exp $
+bin/gsnmp-get
+include/gsnmp/ber.h
+include/gsnmp/dispatch.h
+include/gsnmp/gsnmp.h
+include/gsnmp/message.h
+include/gsnmp/pdu.h
+include/gsnmp/security.h
+include/gsnmp/session.h
+include/gsnmp/transport.h
+include/gsnmp/utils.h
+lib/libgsnmp.la
+lib/pkgconfig/gsnmp.pc
+man/man1/gsnmp-get.1
+share/aclocal/gsnmp.m4
+@dirrm include/gsnmp
diff -r e102195164c3 -r 361abd005538 net/gsnmp/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/gsnmp/buildlink3.mk   Mon Oct 29 09:48:31 2007 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2007/10/29 09:48:31 seb Exp $
+
+BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH}+
+GSNMP_BUILDLINK3_MK:=  ${GSNMP_BUILDLINK3_MK}+
+
+.if ${BUILDLINK_DEPTH} == "+"
+BUILDLINK_DEPENDS+=    gsnmp
+.endif
+
+BUILDLINK_PACKAGES:=   ${BUILDLINK_PACKAGES:Ngsnmp}
+BUILDLINK_PACKAGES+=   gsnmp
+BUILDLINK_ORDER:=      ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}gsnmp
+
+.if ${GSNMP_BUILDLINK3_MK} == "+"
+BUILDLINK_API_DEPENDS.gsnmp+=  gsnmp>=0.2.0
+BUILDLINK_PKGSRCDIR.gsnmp?=    ../../net/gsnmp
+.endif # GSNMP_BUILDLINK3_MK
+
+BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH:S/+$//}
diff -r e102195164c3 -r 361abd005538 net/gsnmp/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/gsnmp/distinfo        Mon Oct 29 09:48:31 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/10/29 09:48:31 seb Exp $
+
+SHA1 (gsnmp-0.2.0.tar.gz) = a607c6104dac883822b03103af8ad591fe51b621
+RMD160 (gsnmp-0.2.0.tar.gz) = d7a0290af8f75cf13a3ea1db4e0ad14fa6190f9c
+Size (gsnmp-0.2.0.tar.gz) = 389559 bytes



Home | Main Index | Thread Index | Old Index