[csw-devel] SF.net SVN: gar:[3622] csw/mgar/pkg

hson at users.sourceforge.net hson at users.sourceforge.net
Sat Mar 7 23:50:14 CET 2009


Revision: 3622
          http://gar.svn.sourceforge.net/gar/?rev=3622&view=rev
Author:   hson
Date:     2009-03-07 22:50:14 +0000 (Sat, 07 Mar 2009)

Log Message:
-----------
netsnmp: Intial commit

Added Paths:
-----------
    csw/mgar/pkg/netsnmp/
    csw/mgar/pkg/netsnmp/branches/
    csw/mgar/pkg/netsnmp/tags/
    csw/mgar/pkg/netsnmp/trunk/
    csw/mgar/pkg/netsnmp/trunk/Makefile
    csw/mgar/pkg/netsnmp/trunk/checksums
    csw/mgar/pkg/netsnmp/trunk/files/


Property changes on: csw/mgar/pkg/netsnmp/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work


Added: svn:externals
   + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2


Added: csw/mgar/pkg/netsnmp/trunk/Makefile
===================================================================
--- csw/mgar/pkg/netsnmp/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/netsnmp/trunk/Makefile	2009-03-07 22:50:14 UTC (rev 3622)
@@ -0,0 +1,43 @@
+GARNAME = netsnmp
+GARVERSION = 5.4.2.1
+CATEGORIES = apps
+
+DESCRIPTION = Brief description
+define BLURB
+  Long description
+endef
+
+SF_PROJ = net-snmp
+MASTER_SITES = $(SF_MIRRORS)
+DISTFILES  = $(SF_PROJ)-$(GARVERSION).tar.gz
+
+DISTNAME = $(SF_PROJ)-$(GARVERSION)
+
+SPKG_SOURCEURL = http://www.net-snmp.org/
+
+REQUIRED_PKGS += CSWosslrt CSWtcpwrap
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UPSTREAM_MASTER_SITES = $(SF_PROJECT_SHOWFILE)=12694
+UPSTREAM_USE_SF = 1
+UFILES_REGEX = (\d+(?:\.\d+)*)
+
+# If the url used to check for software update is different of MASTER_SITES, then 
+# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES
+# UPSTREAM_MASTER_SITES = 
+
+CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS += --with-default-snmp-version=1
+CONFIGURE_ARGS += --with-sys-contact=unknown
+CONFIGURE_ARGS += --with-sys-location=unknown
+CONFIGURE_ARGS += --with-logfile=/var/log/snmpd.log
+CONFIGURE_ARGS += --with-persistent-directory=/opt/csw/var/net-snmp
+CONFIGURE_ARGS += '--with-mib-modules=ucd-snmp/diskio ucd-snmp/lmSensors agentx mibII/mta_sendmail' 
+CONFIGURE_ARGS += '--with-libwrap=/opt/csw/lib' 
+CONFIGURE_ARGS += '--enable-ipv6' 
+CONFIGURE_ARGS += '--with-transports=UDP TCP Unix' 
+CONFIGURE_ARGS += '--with-perl-mod' 
+
+EXTRA_MERGE_EXCLUDE_FILES = .*/perllocal.pod
+
+include gar/category.mk

Added: csw/mgar/pkg/netsnmp/trunk/checksums
===================================================================
--- csw/mgar/pkg/netsnmp/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/netsnmp/trunk/checksums	2009-03-07 22:50:14 UTC (rev 3622)
@@ -0,0 +1 @@
+984932520143f0c8bf7b7ce1fc9e1da1  download/net-snmp-5.4.2.1.tar.gz


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list