Port details |
- tableutil Utility for converting and aggregating lists of IP addresses
- 0.6_2 net =3 0.6_2Version of this port present on the latest quarterly branch.
- Maintainer: jameskamlyn@gmail.com
- Port Added: 2005-09-25 18:09:23
- Last Update: 2024-01-21 19:25:27
- Commit Hash: ed6ea3d
- People watching this port, also watch:: autoconf, ta-lib, weberp, prestashop, irrlicht
- License: ISCL
- WWW:
- https://expiretable.fnord.se/
- Description:
- Tableutil is a utility for converting, aggregating and performing operations
on lists of IP-addresses. Its 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- tableutil>0:net/tableutil
- To install the port:
- cd /usr/ports/net/tableutil/ && make install clean
- To add the package, run one of these commands:
- pkg install net/tableutil
- pkg install tableutil
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: tableutil
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (tableutil-0.6.tar.gz) = 18c667cf4a3ca8de7ac2a7510207ec49658630037c121cd9222f12bcd98f2c5d
SIZE (tableutil-0.6.tar.gz) = 11698
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net_tableutil
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.6_2 21 Jan 2024 19:25:27 |
Muhammad Moinur Rahman (bofh) |
net/tableutil: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.6_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.6_1 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
0.6_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.6_1 01 Oct 2020 15:00:24 |
se |
Fix build with -fno-common
While here add license (ISCL/OpenBSD) with text extracted from source
files (identical license text in all files). |
0.6 22 Mar 2015 13:22:53 |
olgeni |
Fix minor typos in pkg-descr files. |
0.6 02 Mar 2015 23:42:00 |
bapt |
Remove Author from pkg-descr and white space fixes |
0.6 24 Feb 2014 15:17:50 |
ehaupt |
Support staging |
0.6 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
0.6 24 Oct 2011 09:11:38 |
dougb |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
0.6 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.6 22 Jan 2006 21:24:05 |
edwin |
SHA256ify
Approved by: krion@ |
0.6 18 Oct 2005 17:43:50 |
arved |
Update to 0.6
PR: 87594
Submitted by: James Kamlyn <jameskamlyn@gmail.com> |
0.5 25 Sep 2005 18:08:46 |
mnag |
New port
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.
PR: ports/86340
Submitted by: James Kamlyn <jameskamlyn@gmail.com>
Approved by: pav (mentor) |