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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Wed Nov 25 15:42:11 CET 2009


Revision: 7436
          http://gar.svn.sourceforge.net/gar/?rev=7436&view=rev
Author:   dmichelsen
Date:     2009-11-25 14:42:10 +0000 (Wed, 25 Nov 2009)

Log Message:
-----------
libsmi: Initial commit

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


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


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


Added: csw/mgar/pkg/libsmi/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libsmi/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/libsmi/trunk/Makefile	2009-11-25 14:42:10 UTC (rev 7436)
@@ -0,0 +1,43 @@
+GARNAME = libsmi
+GARVERSION = 0.4.8
+CATEGORIES = lib
+
+DESCRIPTION = Allows management applications to access SMI MIB module definitions
+define BLURB
+  The core of the libsmi distribution is a library that allows management applications
+  to access SMI MIB module definitions. On top of this library, there are tools to check,
+  analyze dump, convert, and compare MIB definitions. Finally, the distribution contains
+  a steadily maintained and revised archive of all IETF and IANA maintained standard MIB
+  and PIB modules.
+endef
+
+MASTER_SITES = ftp://ftp.ibr.cs.tu-bs.de/pub/local/libsmi/
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+PACKAGES = CSWlibsmi CSWlibsmimibs 
+
+CATALOGNAME_CSWlibsmi = libsmi
+CATALOGNAME_CSWlibsmimibs = libsmi_mibs
+
+SPKG_DESC_CSWlibsmi = Library to access SMI MIB module definitions
+SPKG_DESC_CSWlibsmimibs = SMI MIB definitions
+
+SPKG_SOURCEURL = http://www.ibr.cs.tu-bs.de/projects/libsmi/
+
+REQUIRED_PKGS_CSWlibsmi = CSWlibsmimibs
+
+BUILD64 = 1
+NO_ISAEXEC = 1
+CONFIGURE_ARGS = $(DIRPATHS)
+
+EXTRA_CPPFLAGS = -Dfabsf=fabs
+
+MERGE_DIRS_isa-extra = $(libdir)
+
+PKGFILES_CSWlibsmimibs = $(sharedstatedir)/mibs/.*
+PKGFILES_CSWlibsmimibs += $(sharedstatedir)/pibs/.*
+
+include gar/category.mk

Added: csw/mgar/pkg/libsmi/trunk/checksums
===================================================================
--- csw/mgar/pkg/libsmi/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/libsmi/trunk/checksums	2009-11-25 14:42:10 UTC (rev 7436)
@@ -0,0 +1 @@
+760b6b1070738158708649ed2c63425e  libsmi-0.4.8.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