aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2006-12-13 04:23:04 +0800
committermiwi <miwi@FreeBSD.org>2006-12-13 04:23:04 +0800
commit4fa9f49a3049b648f48364754012c32ab9271b9f (patch)
treec2cfb1011e780fb94ae43e62fadec3cbe5693f0e /sysutils
parentf64149e900fb2265b19f588107e827a66987242a (diff)
downloadfreebsd-ports-gnome-4fa9f49a3049b648f48364754012c32ab9271b9f.tar.gz
freebsd-ports-gnome-4fa9f49a3049b648f48364754012c32ab9271b9f.tar.zst
freebsd-ports-gnome-4fa9f49a3049b648f48364754012c32ab9271b9f.zip
- Pass maintainership to submitter
- Update WWW and MASTER_SITES - Remove EXPIRATION_DATE PR: ports/106590 Submitted by: Beech Rintoul <beech@alaskaparadise.com>
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/ipsc/Makefile8
-rw-r--r--sysutils/ipsc/files/ipsc.837
-rw-r--r--sysutils/ipsc/pkg-descr4
3 files changed, 44 insertions, 5 deletions
diff --git a/sysutils/ipsc/Makefile b/sysutils/ipsc/Makefile
index a6f2dd226b70..d27c0dd0d8cb 100644
--- a/sysutils/ipsc/Makefile
+++ b/sysutils/ipsc/Makefile
@@ -9,10 +9,10 @@ PORTNAME= ipsc
PORTVERSION= 0.4.2
PORTREVISION= 1
CATEGORIES= sysutils gnome
-MASTER_SITES= http://ipsc.sourceforge.net/dist/ipsc/
+MASTER_SITES= http://www.alaskaparadise.com/freebsd/
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= beech@alaskaparadise.com
COMMENT= An IP Subnet Calculator
BUILD_DEPENDS= ${PRIPS_WRKSRC}/prips.o:${.CURDIR}/../prips:build
@@ -25,6 +25,8 @@ WRKSRC= ${WRKDIR}/ipsc/src
WANT_GNOME= yes
PLIST_FILES= bin/ipsc
+MAN8= ipsc.8
+
.if defined(HAVE_GNOME)
USE_X_PREFIX= yes
USE_GNOME= yes
@@ -44,5 +46,5 @@ do-install:
.if defined(HAVE_GNOME)
${INSTALL_PROGRAM} ${WRKSRC}/gipsc ${PREFIX}/bin
.endif
-
+ ${INSTALL_MAN} files/ipsc.8 ${MANPREFIX}/man/man8
.include <bsd.port.mk>
diff --git a/sysutils/ipsc/files/ipsc.8 b/sysutils/ipsc/files/ipsc.8
new file mode 100644
index 000000000000..4fe0e6e47544
--- /dev/null
+++ b/sysutils/ipsc/files/ipsc.8
@@ -0,0 +1,37 @@
+.Dd December10, 2006
+.Dt ipsc 8
+.Os
+.Sh NAME
+.Nm ipsc
+.Nd IP Subnet Calculator
+.Sh SYNOPSIS
+.Nm
+.Op Options
+.Op addr/mask | addr/offset | addr
+.Sh DESCRIPTION
+The IP Subnet Calculator is a tool that
+allows network administrators to make calculations that
+will assist in subnetting a network. It also has a number
+of other useful functions.
+.Pp
+The options are as follows:
+.Bl -tag -width identXXXXXX
+.It Fl C <class>
+Network class (a, b, or c). Must be used with -B
+.It Fl B <bits>
+Subnet bits (must be used with -C).
+.It Fl i <if>
+Reverse engineer an interface (e.g. eth0).
+.It Fl a
+Print all information available.
+.It Fl g
+Print general information.
+.It Fl s
+Print all possible subnets.
+.It Fl h
+Print host information.
+.It Fl c
+Print CIDR information.
+.It Fl v
+Print the program version.
+.El
diff --git a/sysutils/ipsc/pkg-descr b/sysutils/ipsc/pkg-descr
index 72b4203ca3be..1d4760dca5be 100644
--- a/sysutils/ipsc/pkg-descr
+++ b/sysutils/ipsc/pkg-descr
@@ -2,6 +2,6 @@ The IP Subnet Calculator is a tool that allows network administrators to
make calculations that will assist in subnetting a network. It also has a
number of other useful functions.
-WWW: http://ipsc.sourceforge.net/software.html
+WWW: http://www.alaskaparadise.com/ipsc
-- Jeremy <jeremy@external.org>
+- Beech <beech@alaskaparadise.com>