summaryrefslogtreecommitdiff
path: root/sysutils/prips
diff options
context:
space:
mode:
authorJim Mock <jim@FreeBSD.org>1999-11-02 23:25:52 +0000
committerJim Mock <jim@FreeBSD.org>1999-11-02 23:25:52 +0000
commit779bee6913956a81236941942d0e8655be0d0080 (patch)
treefcc1e50595689f04d55e6833e88ddf3f3dbe8bd3 /sysutils/prips
parentUpdate 0.2a -> 0.2c and add some additional MASTER_SITES (diff)
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>
Notes
Notes: svn path=/head/; revision=22866
Diffstat (limited to 'sysutils/prips')
-rw-r--r--sysutils/prips/Makefile21
-rw-r--r--sysutils/prips/distinfo1
-rw-r--r--sysutils/prips/pkg-comment1
-rw-r--r--sysutils/prips/pkg-descr7
-rw-r--r--sysutils/prips/pkg-plist1
5 files changed, 31 insertions, 0 deletions
diff --git a/sysutils/prips/Makefile b/sysutils/prips/Makefile
new file mode 100644
index 000000000000..34ffa1079e23
--- /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 000000000000..4f5db97e05a5
--- /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 000000000000..fef005ed5768
--- /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 000000000000..cebb578f5092
--- /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 000000000000..e76103d1a096
--- /dev/null
+++ b/sysutils/prips/pkg-plist
@@ -0,0 +1 @@
+bin/prips