Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
Sipcalc is an ip subnet calculator. 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.
+16
View File
@@ -0,0 +1,16 @@
# $NetBSD: Makefile,v 1.13 2012/10/23 17:19:08 asau Exp $
#
DISTNAME= sipcalc-1.1.5
CATEGORIES= net
MASTER_SITES= http://www.routemeister.net/projects/sipcalc/files/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.routemeister.net/projects/sipcalc/
COMMENT= IPv4/IPv6 subnet calculator
GNU_CONFIGURE= YES
USE_FEATURES= inet6
.include "../../mk/bsd.pkg.mk"
+3
View File
@@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2002/06/17 11:52:29 grant Exp $
bin/sipcalc
man/man1/sipcalc.1
+5
View File
@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.6 2010/02/20 07:43:10 seb Exp $
SHA1 (sipcalc-1.1.5.tar.gz) = fe2180df9e14d28407a089c9ac23e4fabfb6e2a1
RMD160 (sipcalc-1.1.5.tar.gz) = f1f6d53ca6eafcaa82f4c3ff09603997703bbbdf
Size (sipcalc-1.1.5.tar.gz) = 106096 bytes