[csw-devel] SF.net SVN: gar:[14666] csw/mgar/pkg
skayser at users.sourceforge.net
skayser at users.sourceforge.net
Mon May 30 13:23:51 CEST 2011
Revision: 14666
http://gar.svn.sourceforge.net/gar/?rev=14666&view=rev
Author: skayser
Date: 2011-05-30 11:23:50 +0000 (Mon, 30 May 2011)
Log Message:
-----------
ipv6calc/trunk: initial commit
Added Paths:
-----------
csw/mgar/pkg/ipv6calc/
csw/mgar/pkg/ipv6calc/branches/
csw/mgar/pkg/ipv6calc/tags/
csw/mgar/pkg/ipv6calc/trunk/
csw/mgar/pkg/ipv6calc/trunk/Makefile
csw/mgar/pkg/ipv6calc/trunk/checksums
csw/mgar/pkg/ipv6calc/trunk/files/
Property changes on: csw/mgar/pkg/ipv6calc/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/ipv6calc/trunk/Makefile
===================================================================
--- csw/mgar/pkg/ipv6calc/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/ipv6calc/trunk/Makefile 2011-05-30 11:23:50 UTC (rev 14666)
@@ -0,0 +1,30 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+# ! ./configure fails, check for GeoIP doesn't include -lsocket
+#
+NAME = ipv6calc
+VERSION = 0.90.0
+GARTYPE = v2
+CATEGORIES = utils
+
+DESCRIPTION = Utility for manipulating and querying IPv6 addresses
+define BLURB
+ ipv6calc is a small utility written in programming language C to
+ manipulate (not only) IPv6 addresses. Intentions were convering a given
+ IPv6 address into compressed format, convering a given IPv6 address into
+ the same format like shown in /proc/net/if_inet6 and (because it was not
+ difficulty) migrating the Perl program ip6_int into. Now only one
+ utiltity is needed to do a lot.
+endef
+
+VENDOR_URL = http://www.deepspace6.net/projects/ipv6calc.html
+MASTER_SITES = ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/
+DISTFILES = $(DISTNAME).tar.gz
+
+CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS += --enable-geoip
+CONFIGURE_ARGS += --with-geoip-headers=$(includedir)
+CONFIGURE_ARGS += --with-geoip-lib=$(libdir)
+
+include gar/category.mk
Property changes on: csw/mgar/pkg/ipv6calc/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: csw/mgar/pkg/ipv6calc/trunk/checksums
===================================================================
--- csw/mgar/pkg/ipv6calc/trunk/checksums (rev 0)
+++ csw/mgar/pkg/ipv6calc/trunk/checksums 2011-05-30 11:23:50 UTC (rev 14666)
@@ -0,0 +1 @@
+c1a654214058fdac5f8c2ba6a196e2b8 ipv6calc-0.90.0.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