Port details |
- netspoc Network Security Policy Compiler
- 3.2_1 net-mgmt
=2 3.2_1Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2004-02-23 04:43:25
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv2+
- WWW:
- http://netspoc.berlios.de/
- Description:
- NetSPoC is a tool for security managment of large computer networks with
different security domains. It generates configuration files for packet
filters controlling the borders of security domains.
NetSPoC provides its own language for describing security policy and topology
of a network. The security policy is a set of rules that state which packets
are allowed to pass the network and which not. NetSPoC is topology aware: a
rule for traffic from A to B is automatically applied to all managed packet
filters on the path from A to B.
Currently NetSPoC generates ACLs and static routing entries for Cisco routers
and PIX firewalls. Support for network address translation and IPSec has not
been implemented yet.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- netspoc>0:net-mgmt/netspoc
- To install the port:
- cd /usr/ports/net-mgmt/netspoc/ && make install clean
- To add the package, run one of these commands:
- pkg install net-mgmt/netspoc
- pkg install netspoc
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: netspoc
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Netspoc-3.2.tar.gz) = ea053436cd1ab9bb0cc729820cfbddf3c683e8b3d78baca678b30f73156d22c7
SIZE (Netspoc-3.2.tar.gz) = 228660
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for netspoc-3.2_1:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- net-mgmt_netspoc
- USES:
- perl5
- 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 |
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) |
3.2_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 ) |
3.2_1 20 Jul 2022 14:22:42
    |
Tobias C. Berner (tcberner)  |
net-mgmt: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* @BABOLO <.@babolo.ru>
* Alex Samorukov, samm@freebsd.org
* Alexander Kriventsov <avk@vl.ru>
* Alexander Sulfrian <alexander@sulfrian.net>
* Alexander Y. Grigoryev <alexander.4mail@gmail.com>
* Alexandre Biancalana <ale@biancalanas.net>
* Alexandre Snarskii <snar@paranoia.ru>
* Alexandre Snarskii <snar@snar.spb.ru>
* Alexey Bobkov <mr.deadlystorm@gmail.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey V. Degtyarev (Only the first 15 lines of the commit message are shown above ) |
3.2_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
3.2_1 12 Jan 2016 16:20:32
  |
amdmi3  |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
3.2_1 30 Dec 2015 16:20:13
  |
amdmi3  |
- Clarify LICENSE
- Add NO_ARCH
- Switch to options helpers |
3.2_1 14 Sep 2015 12:19:50
  |
mat  |
Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
Though you should note that only the default version can be used to
install Perl modules, and the non default Perl versions cannot use the
modules installed via ports if they contain .so as they are installed
in a version specific directory.
Reviewed by: bapt (the Mk bits)
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3542 |
3.2_1 26 Nov 2014 13:08:38
  |
mat  |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
3.2 10 Jul 2014 12:13:12
  |
olgeni  |
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category N.
CR: D307
Approved by: portmgr (bapt) |
3.2 04 Jul 2014 21:53:52
  |
adamw  |
Remove NOPORTDOCS and NOPORTEXAMPLES. |
3.2 09 Jun 2014 07:41:53
  |
vanilla  |
Stagify. |
3.2 20 Sep 2013 22:24:44
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-mgmt) |
3.2 02 Aug 2013 18:21:06
  |
az  |
- Convert to new perl framework |
3.2 06 Jun 2013 14:04:06
  |
mat  |
*PERL* cleanup. ports@ maintained ports.
- PERL_CONFIGURE implies USE_PERL5.
- USE_PERL5 implies USE_PERL5_BUILD and USE_PERL5_RUN.
Reported by: az |
3.2 25 Mar 2011 11:36:34
 |
miwi  |
- Update to 3.2
- Update MASTER_SITES and WWW
- Add LICENSE
PR: 155870
Submitted by: Ports Fury |
3.0 20 Mar 2011 12:54:45
 |
miwi  |
- Get Rid MD5 support |
3.0 19 Aug 2008 09:18:37
 |
linimon  |
Return laszlof's ports to the pool due to lack of time.
Hat: portmgr |
3.0 08 Sep 2007 01:02:54
 |
linimon  |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
3.0 07 Nov 2006 15:37:06
 |
laszlof  |
Update my email address in all ports that I maintain.
Approved by: flz (mentor) |
3.0 29 Dec 2005 19:28:43
 |
pav  |
- Update to 3.0
- Claim maintainership
PR: ports/91031
Submitted by: Frank Laszlo <laszlof@vonostingroup.com> |
1.7 25 Nov 2005 16:56:11
 |
pav  |
- Add SHA256 |
1.7 23 Feb 2004 04:42:13
 |
wollman  |
Say hello to the new "net-mgmt" category. There are probably more
ports that belong here than the ones I have identified and moved in
this, first, pass.
Approved in principle by: marcus |