1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Import of ipsc.

IPSC is short for IP Subnet Calculator.  It 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.

PR:		14638
Submitted by:	Jeremy Shaffner <jeremy@external.org>
This commit is contained in:
Jim Mock 1999-11-03 00:58:26 +00:00
parent ac68dcbad5
commit bfcfc8596b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22870
5 changed files with 50 additions and 0 deletions

40
sysutils/ipsc/Makefile Normal file
View File

@ -0,0 +1,40 @@
# New ports collection makefile for: ipsc
# Version required: 0.3.2
# Date created: 31 October 1999
# Whom: Jeremy Shaffner <jeremy@external.org>
#
# $FreeBSD$
#
DISTNAME= ipsc-0.3.2-src
PKGNAME= ipsc-0.3.2
CATEGORIES= sysutils x11
MASTER_SITES= http://www.interloper.net/~dan/software/dist/ipsc/
MAINTAINER= jeremy@external.org
BUILD_DEPENDS= ${WRKDIRPREFIX}${PORTSDIR}/sysutils/prips/work/prips.o:${PORTSDIR}/sysutils/prips:build
.if defined(USE_GTK)
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
.endif
WRKSRC= ${WRKDIR}/ipsc
.if defined(USE_GTK)
PLIST= ${PKGDIR}/PLIST.gtk
ALL_TARGET= all
.else
ALL_TARGET= ipsc
.endif
pre-build:
@${LN} -s ${WRKDIRPREFIX}${PORTSDIR}/sysutils/prips/work/prips \
${WRKDIR}/prips
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/ipsc ${PREFIX}/bin
.if defined(USE_GTK)
@${INSTALL_PROGRAM} ${WRKSRC}/gipsc ${PREFIX}/bin
.endif
.include <bsd.port.mk>

1
sysutils/ipsc/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (ipsc-0.3.2-src.tar.gz) = 3dc35a4baa461cb4fe5164e798419e90

View File

@ -0,0 +1 @@
An IP Subnet Calculator

7
sysutils/ipsc/pkg-descr Normal file
View File

@ -0,0 +1,7 @@
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://www.interloper.net/~dan/software/software.html
- Jeremy <jeremy@external.org>

1
sysutils/ipsc/pkg-plist Normal file
View File

@ -0,0 +1 @@
bin/ipsc