- Add license and cleanup patch file.
PR: ports/149239 Submitted by: takefu@airport.fm
This commit is contained in:
parent
e2c11fee20
commit
fccbafadb0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=372833
3 changed files with 9 additions and 22 deletions
|
@ -6,15 +6,20 @@ PORTVERSION= 0.41
|
|||
PORTREVISION= 2
|
||||
CATEGORIES= net-mgmt
|
||||
MASTER_SITES= http://jodies.de/ipcalc-archive/
|
||||
DIST_SUBDIR= ipcalc
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= IP Calculator
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
PLIST_FILES= bin/ipcalc
|
||||
NO_BUILD= yes
|
||||
USES= perl5 shebangfix
|
||||
|
||||
SHEBANG_FILES= ipcalc
|
||||
PATCH_SITES+= ${MASTER_SITES}
|
||||
PATCHFILES+= patch-queue
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
SHA256 (ipcalc-0.41.tar.gz) = dda9c571ce3369e5b6b06e92790434b54bec1f2b03f1c9df054c0988aa4e2e8a
|
||||
SIZE (ipcalc-0.41.tar.gz) = 21599
|
||||
SHA256 (ipcalc/ipcalc-0.41.tar.gz) = dda9c571ce3369e5b6b06e92790434b54bec1f2b03f1c9df054c0988aa4e2e8a
|
||||
SIZE (ipcalc/ipcalc-0.41.tar.gz) = 21599
|
||||
SHA256 (ipcalc/patch-queue) = 034c7f16f94297bceae88b4b14162124d5385740750050449ca0794484f21cb1
|
||||
SIZE (ipcalc/patch-queue) = 807
|
||||
|
|
|
@ -1,20 +0,0 @@
|
|||
--- ipcalc.orig 2011-07-05 14:39:13.633969288 +0900
|
||||
+++ ipcalc 2011-07-05 14:39:29.494250145 +0900
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
|
||||
# IPv4 Calculator
|
||||
-# Copyright (C) Krischan Jodies 2000 - 2004
|
||||
+# Copyright (C) Krischan Jodies 2000 - 2006
|
||||
# krischan()jodies.de, http://jodies.de/ipcalc
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
@@ -1082,7 +1082,7 @@
|
||||
IP Calculator $version
|
||||
|
||||
Enter your netmask(s) in CIDR notation (/25) or dotted decimals (255.255.255.0).
|
||||
-Inverse netmask are recognized. If you mmit the netmask, ipcalc uses the default
|
||||
+Inverse netmasks are recognized. If you mmit the netmask, ipcalc uses the default
|
||||
netmask for the class of your network.
|
||||
|
||||
Look at the space between the bits of the addresses: The bits before it are
|
Loading…
Reference in a new issue