diff options
author | jim <jim@FreeBSD.org> | 1999-11-02 23:25:52 +0000 |
---|---|---|
committer | jim <jim@FreeBSD.org> | 1999-11-02 23:25:52 +0000 |
commit | 5adcafcc13bbb1744824617eddfc725b3da2a966 (patch) | |
tree | de2ecf2cf4ca824c7cf60ebfbf0582e1543f3c5c /sysutils | |
parent | fb9747a9839a05d461a028fae421a2db8ab5899b (diff) | |
download | FreeBSD-ports-5adcafcc13bbb1744824617eddfc725b3da2a966.zip FreeBSD-ports-5adcafcc13bbb1744824617eddfc725b3da2a966.tar.gz |
Import of prips.
prips is a tool that can be used to print all of the IP address on a
given range. It can enhance the usability of tools that are made to
work on only one host at a time (e.g. whois).
PR: 14637
Submitted by: Jeremy Shaffner <jeremy@external.org>
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/prips/Makefile | 21 | ||||
-rw-r--r-- | sysutils/prips/distinfo | 1 | ||||
-rw-r--r-- | sysutils/prips/pkg-comment | 1 | ||||
-rw-r--r-- | sysutils/prips/pkg-descr | 7 | ||||
-rw-r--r-- | sysutils/prips/pkg-plist | 1 |
5 files changed, 31 insertions, 0 deletions
diff --git a/sysutils/prips/Makefile b/sysutils/prips/Makefile new file mode 100644 index 0000000..34ffa10 --- /dev/null +++ b/sysutils/prips/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: prips +# Version required: 0.9.1 +# Date created: 29 October 1999 +# Whom: Jeremy Shaffner <jeremy@external.org> +# +# $FreeBSD$ +# + +DISTNAME= prips-0.9.1-src +PKGNAME= prips-0.9.1 +CATEGORIES= sysutils +MASTER_SITES= http://www.interloper.net/~dan/software/dist/prips/ + +MAINTAINER= jeremy@external.org + +WRKSRC= ${WRKDIR}/prips + +do-install: + @${INSTALL_PROGRAM} ${WRKSRC}/prips ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/sysutils/prips/distinfo b/sysutils/prips/distinfo new file mode 100644 index 0000000..4f5db97 --- /dev/null +++ b/sysutils/prips/distinfo @@ -0,0 +1 @@ +MD5 (prips-0.9.1-src.tar.gz) = 30c09c533c564a13ef017278f521ccf9 diff --git a/sysutils/prips/pkg-comment b/sysutils/prips/pkg-comment new file mode 100644 index 0000000..fef005e --- /dev/null +++ b/sysutils/prips/pkg-comment @@ -0,0 +1 @@ +Prints IP subnet ranges by list or CIDR diff --git a/sysutils/prips/pkg-descr b/sysutils/prips/pkg-descr new file mode 100644 index 0000000..cebb578 --- /dev/null +++ b/sysutils/prips/pkg-descr @@ -0,0 +1,7 @@ +prips is a tool that can be used to print all of the IP address on a given +range. It can enhance the usability of tools that are made to work on only +one host at a time (e.g. whois). + +WWW: http://www.interloper.net/~dan/software/software.html + +-Jeremy <jeremy@external.org> diff --git a/sysutils/prips/pkg-plist b/sysutils/prips/pkg-plist new file mode 100644 index 0000000..e76103d --- /dev/null +++ b/sysutils/prips/pkg-plist @@ -0,0 +1 @@ +bin/prips |