Update to ipv6calc-0.46; from maintainer Vladimir Kotal

New features:
- IPv4 database updated (20030906)
- add support of LACNIC registry
- add output format "octal"
- New program "ipv6logstats" for parsing web server logs
This commit is contained in:
pvalchev 2003-10-07 15:58:20 +00:00
parent 6cf7a79b98
commit 26c6fb6274
4 changed files with 13 additions and 11 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.7 2002/11/12 22:20:29 pvalchev Exp $
# $OpenBSD: Makefile,v 1.8 2003/10/07 15:58:20 pvalchev Exp $
COMMENT= "tool for manipulating IPv6 addresses"
DISTNAME= ipv6calc-0.45
DISTNAME= ipv6calc-0.46
CATEGORIES= net
HOMEPAGE= http://www.bieringer.de/linux/IPv6/index.html
HOMEPAGE= http://www.deepspace6.net/projects/ipv6calc.html
MAINTAINER= Vladimir Kotal <vlada@openbsd.cz>
@ -13,6 +13,7 @@ MASTER_SITES= ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/ \
ftp://ftp.nvg.ntnu.no/pub/IPv6/bieringer/ipv6calc/ \
ftp://ftp3.linux.it/pub/mirrors/IPv6/bieringer/ipv6calc/
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
@ -27,5 +28,6 @@ REGRESS_TARGET= test
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ipv6calc/ipv6calc ${PREFIX}/bin/
${INSTALL_PROGRAM} ${WRKSRC}/ipv6logconv/ipv6logconv ${PREFIX}/bin/
${INSTALL_PROGRAM} ${WRKSRC}/ipv6logstats/ipv6logstats ${PREFIX}/bin/
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (ipv6calc-0.45.tar.gz) = 6ce6a797fe95a9480fb2e8b09171e7fb
RMD160 (ipv6calc-0.45.tar.gz) = 8df61f7815dff365cfafa88b43d11845393e61de
SHA1 (ipv6calc-0.45.tar.gz) = 0215a7e19246bde252c30ab715b0e1a8c419769a
MD5 (ipv6calc-0.46.tar.gz) = 5aa60b8a744fe53164c68309898b4e8e
RMD160 (ipv6calc-0.46.tar.gz) = b0b4f68950f1999174dd65f92233a39c0b93b201
SHA1 (ipv6calc-0.46.tar.gz) = d4d03adda9b26cbca906fcfb3fa3658c251cced9

View File

@ -1,7 +1,6 @@
$OpenBSD: patch-getopt_getopt_c,v 1.1 2002/05/19 20:02:05 naddy Exp $
--- getopt/getopt.c.orig Sun May 19 21:41:08 2002
+++ getopt/getopt.c Sun May 19 21:41:26 2002
@@ -43,6 +43,7 @@ USA. */
--- getopt/getopt.c.orig Tue Oct 7 14:31:42 2003
+++ getopt/getopt.c Tue Oct 7 14:31:56 2003
@@ -43,6 +43,7 @@
#endif
#include <stdio.h>

View File

@ -1,3 +1,4 @@
@comment $OpenBSD: PLIST,v 1.3 2002/05/24 23:05:40 naddy Exp $
@comment $OpenBSD: PLIST,v 1.4 2003/10/07 15:58:20 pvalchev Exp $
bin/ipv6calc
bin/ipv6logconv
bin/ipv6logstats