aboutsummaryrefslogtreecommitdiff
path: root/net/tableutil
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2005-09-25 18:08:46 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2005-09-25 18:08:46 +0000
commit905066ed6274584802ccdfaf65df428962709fb4 (patch)
tree4091092b430dfe63e382b0055bb7f4223b2b1308 /net/tableutil
parent24c974397faef99fb7e0f71c9e73d450d360864e (diff)
downloadports-905066ed6274584802ccdfaf65df428962709fb4.tar.gz
ports-905066ed6274584802ccdfaf65df428962709fb4.zip
Notes
Diffstat (limited to 'net/tableutil')
-rw-r--r--net/tableutil/Makefile23
-rw-r--r--net/tableutil/distinfo2
-rw-r--r--net/tableutil/pkg-descr10
3 files changed, 35 insertions, 0 deletions
diff --git a/net/tableutil/Makefile b/net/tableutil/Makefile
new file mode 100644
index 000000000000..3487f6b66780
--- /dev/null
+++ b/net/tableutil/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: tableutil
+# Date created: 19 September 2005
+# Whom: jameskamlyn@gmail.com
+#
+# $FreeBSD$
+#
+
+PORTNAME= tableutil
+PORTVERSION= 0.5
+CATEGORIES= net
+MASTER_SITES= http://expiretable.fnord.se/
+
+MAINTAINER= jameskamlyn@gmail.com
+COMMENT= Utility for converting and aggregating lists of IP addresses
+
+PLIST_FILES= bin/tableutil
+MAN1= tableutil.1
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
+ ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1/
+
+.include <bsd.port.mk>
diff --git a/net/tableutil/distinfo b/net/tableutil/distinfo
new file mode 100644
index 000000000000..757209cfe06a
--- /dev/null
+++ b/net/tableutil/distinfo
@@ -0,0 +1,2 @@
+MD5 (tableutil-0.5.tar.gz) = a905049ebcdbb32333368635a62f4ff9
+SIZE (tableutil-0.5.tar.gz) = 11668
diff --git a/net/tableutil/pkg-descr b/net/tableutil/pkg-descr
new file mode 100644
index 000000000000..24a06f01bcdb
--- /dev/null
+++ b/net/tableutil/pkg-descr
@@ -0,0 +1,10 @@
+Tableutil is a utility for converting, aggregating and performing operations
+on lists of IP-addresses. It's primary use is to convert files into a format
+pfctl(8) can read.
+
+It can read plain-text-files with ranges (123.123.123.123-234.234.234.234),
+CIDR-style networks (192.168.0.0/24) single addresses (242.242.242.242) or
+with hostnames (one.two.com). It can also read p2b files.
+
+WWW: http://expiretable.fnord.se/
+Author: jameskamlyn@gmail.com