aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorsergei <sergei@FreeBSD.org>2003-12-05 22:00:01 +0800
committersergei <sergei@FreeBSD.org>2003-12-05 22:00:01 +0800
commitd4abe7142e3e252300613228a8ca49d9094ee315 (patch)
tree924c7d420a9579c565c82754ed5faf7a51da71f5 /net-mgmt
parent68810079f8f95fce810b9234ad05dddc3971e6c9 (diff)
downloadfreebsd-ports-gnome-d4abe7142e3e252300613228a8ca49d9094ee315.tar.gz
freebsd-ports-gnome-d4abe7142e3e252300613228a8ca49d9094ee315.tar.zst
freebsd-ports-gnome-d4abe7142e3e252300613228a8ca49d9094ee315.zip
- Update to 1.2
While I'm here: - Reword pkg-descr - Add missing MAN1 - Install some docs PR: 59812 Submitted by: Daniel Rudy <dcrudy@pacbell.net>
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/whatmask/Makefile13
-rw-r--r--net-mgmt/whatmask/distinfo2
-rw-r--r--net-mgmt/whatmask/pkg-descr32
-rw-r--r--net-mgmt/whatmask/pkg-plist5
4 files changed, 29 insertions, 23 deletions
diff --git a/net-mgmt/whatmask/Makefile b/net-mgmt/whatmask/Makefile
index dd7f8f10058f..665ad270eeba 100644
--- a/net-mgmt/whatmask/Makefile
+++ b/net-mgmt/whatmask/Makefile
@@ -7,13 +7,22 @@
#
PORTNAME= whatmask
-PORTVERSION= 1.1
+PORTVERSION= 1.2
CATEGORIES= net
-MASTER_SITES= http://downloads.laffeycomputer.com/current_builds/whatmask/
+MASTER_SITES= http://moog.laffeycomputer.com:8080/
MAINTAINER= ports@FreeBSD.org
COMMENT= Easily convert between three common subnet mask notations
GNU_CONFIGURE= yes
+MAN1= whatmask.1
+DOCS= AUTHORS ChangeLog README
+
+.if !defined(NOPORTDOCS)
+post-install:
+ @${MKDIR} ${DOCSDIR}
+ cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
+.endif
+
.include <bsd.port.mk>
diff --git a/net-mgmt/whatmask/distinfo b/net-mgmt/whatmask/distinfo
index 0bb41e2b04c4..e84fbd6d71ca 100644
--- a/net-mgmt/whatmask/distinfo
+++ b/net-mgmt/whatmask/distinfo
@@ -1 +1 @@
-MD5 (whatmask-1.1.tar.gz) = 2fa6b1bb18f037d0f9c3c8b2eed19277
+MD5 (whatmask-1.2.tar.gz) = 26aeff74dbba70262ccd426e681dcf4a
diff --git a/net-mgmt/whatmask/pkg-descr b/net-mgmt/whatmask/pkg-descr
index 851c7cd53f69..4c447d29920e 100644
--- a/net-mgmt/whatmask/pkg-descr
+++ b/net-mgmt/whatmask/pkg-descr
@@ -1,20 +1,12 @@
-Notations supported:
-
- Name Example
- ---------------------------------
- CIDR /24
- Netmask 255.255.255.0
- Wilcard Bits 0.0.0.255
-
-The above notations are all identical. CIDR notation commonly has a "/" in
-front of the number (representing the number of bits). Whatmask can accept
-these notations with or without a slash. This notation is used more and more
-recently. A lot of popular routers and software supprt this notation.
-
-Netmask notation is pretty much the standard old-school way of doing it. It is
-supported by most systems (Un*x, Win, Mac, etc.).
-
-Wilcard bits are similar to the netmask, but they are the logical not of the
-netmask. This notation is used by a number of popular routers.
-
-WWW: http://www.laffeycomputer.com/whatmask.html
+Whatmask is a small C program that will help you with network settings.
+
+It displays the following information given IP address and/or netmask:
+- The netmask in the following formats: CIDR, Netmask, Hex, Wildcard Bits
+- The Network Address
+- The Broadcast Address
+- The number of Usable IP Addresses
+- The First Usable IP Address
+- The Last Usable IP Address
+
+Author: Joe Laffey <joe@laffeycomputer.com>
+WWW: http://www.laffeycomputer.com/whatmask.html
diff --git a/net-mgmt/whatmask/pkg-plist b/net-mgmt/whatmask/pkg-plist
index c6c0223c0fff..990b8915585d 100644
--- a/net-mgmt/whatmask/pkg-plist
+++ b/net-mgmt/whatmask/pkg-plist
@@ -1 +1,6 @@
+@comment $FreeBSD$
bin/whatmask
+%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
+%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%@dirrm %%DOCSDIR%%