Request maintainership Mirrored sourcefiles Created website
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
Update - Added a man page: diff -ruN --exclude=CVS /usr/ports/sysutils/ipsc.orig/Makefile /usr/ports/sysutils/ipsc/Makefile --- /usr/ports/sysutils/ipsc.orig/Makefile Thu Dec 7 23:16:51 2006 +++ /usr/ports/sysutils/ipsc/Makefile Mon Dec 11 00:42:31 2006 @@ -9,17 +9,14 @@ 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 -DEPRECATED= distfile and homepage disappeared -EXPIRATION_DATE= 2007-01-02 - WRKSRC= ${WRKDIR}/ipsc/src WANT_GNOME= yes @@ -44,5 +41,5 @@ .if defined(HAVE_GNOME) ${INSTALL_PROGRAM} ${WRKSRC}/gipsc ${PREFIX}/bin .endif - + ${INSTALL_MAN} files/ipsc.8 ${MANPREFIX}/man/man8 .include <bsd.port.mk> diff -ruN --exclude=CVS /usr/ports/sysutils/ipsc.orig/files/ipsc.8 /usr/ports/sysutils/ipsc/files/ipsc.8 --- /usr/ports/sysutils/ipsc.orig/files/ipsc.8 Wed Dec 31 14:00:00 1969 +++ /usr/ports/sysutils/ipsc/files/ipsc.8 Sun Dec 10 23:11:25 2006 @@ -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 -ruN --exclude=CVS /usr/ports/sysutils/ipsc.orig/pkg-descr /usr/ports/sysutils/ipsc/pkg-descr --- /usr/ports/sysutils/ipsc.orig/pkg-descr Fri Sep 22 06:49:39 2000 +++ /usr/ports/sysutils/ipsc/pkg-descr Sun Dec 10 13:42:54 2006 @@ -2,6 +2,7 @@ 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 -- Jeremy <jeremy@external.org> +WWW: http://www.alaskaparadise.com/ipsc + +- Beech <beech@alaskaparadise.com>
State Changed From-To: open->closed Committed. Thanks!
miwi 2006-12-12 20:23:04 UTC FreeBSD ports repository Modified files: sysutils/ipsc Makefile pkg-descr Added files: sysutils/ipsc/files ipsc.8 Log: - Pass maintainership to submitter - Update WWW and MASTER_SITES - Remove EXPIRATION_DATE PR: ports/106590 Submitted by: Beech Rintoul <beech@alaskaparadise.com> Revision Changes Path 1.19 +5 -3 ports/sysutils/ipsc/Makefile 1.1 +37 -0 ports/sysutils/ipsc/files/ipsc.8 (new) 1.3 +2 -2 ports/sysutils/ipsc/pkg-descr _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"