[csw-devel] SF.net SVN: gar:[14906] csw/mgar/pkg
jonbcraig at users.sourceforge.net
jonbcraig at users.sourceforge.net
Sun Jun 26 02:40:44 CEST 2011
Revision: 14906
http://gar.svn.sourceforge.net/gar/?rev=14906&view=rev
Author: jonbcraig
Date: 2011-06-26 00:40:44 +0000 (Sun, 26 Jun 2011)
Log Message:
-----------
new package sipcalc to make network addressing easier
Added Paths:
-----------
csw/mgar/pkg/sipcalc/
csw/mgar/pkg/sipcalc/branches/
csw/mgar/pkg/sipcalc/tags/
csw/mgar/pkg/sipcalc/trunk/
csw/mgar/pkg/sipcalc/trunk/Makefile
csw/mgar/pkg/sipcalc/trunk/checksums
csw/mgar/pkg/sipcalc/trunk/files/
Property changes on: csw/mgar/pkg/sipcalc/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/sipcalc/trunk/Makefile
===================================================================
--- csw/mgar/pkg/sipcalc/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/sipcalc/trunk/Makefile 2011-06-26 00:40:44 UTC (rev 14906)
@@ -0,0 +1,41 @@
+# $Id$
+NAME = sipcalc
+VERSION = 1.1.5
+CATEGORIES = net
+
+DESCRIPTION = Advanced console-based ip subnet calculator
+define BLURB
+ Sipcalc is an advanced console-based IP subnet calculator. It can take
+ multiple forms of input (IPv4/IPv6/interface/hostname) and output a
+ multitude of information about a given subnet.
+
+ Features include:
+ - IPv4
+ * Retrieving of address information from interfaces.
+ * Classfull and CIDR output.
+ * Multiple address and netmask input and output formats (dotted
+ quad, hex, number of bits).
+ * Output of broadcast address, network class, Cisco wildcard, hosts/range,
+ network range.
+ * The ability to "split" a network based on a smaller netmask, now also with
+ recursive runs on the generated subnets. (also IPv6)
+ - IPv6
+ * Compressed and expanded input and output addresses.
+ * Standard IPv6 network output.
+ * v4 in v6 output.
+ * Reverse DNS address generation.
+endef
+
+MASTER_SITES = http://www.routemeister.net/projects/sipcalc/files/
+DISTFILES = $(NAME)-$(VERSION).tar.gz
+
+# File name regex to get notifications about upstream software releases
+UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
+
+# 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)
+
+include gar/category.mk
Property changes on: csw/mgar/pkg/sipcalc/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: csw/mgar/pkg/sipcalc/trunk/checksums
===================================================================
--- csw/mgar/pkg/sipcalc/trunk/checksums (rev 0)
+++ csw/mgar/pkg/sipcalc/trunk/checksums 2011-06-26 00:40:44 UTC (rev 14906)
@@ -0,0 +1 @@
+8d59e70d21d8f0568e310d342e3e2306 sipcalc-1.1.5.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