Commit Graph

525 Commits

Author SHA1 Message Date
Stefan Eßer
529169281d Fix tyo in URL (quosient -> qosient) 2001-06-21 21:28:00 +00:00
George C A Reid
c6907d6b21 Update to 0.5.0
Fix NOPORTDOCS
Add WWW link

PR:		28071
Submitted by:	Patrick Li <pat@databits.net>
2001-06-20 14:43:13 +00:00
Anton Berezin
c8df88ddad Updated MAINTAINER to my new committer email address.
Do the same for pkg-descr files.

Approved by:	markm
2001-06-12 19:25:41 +00:00
Mark Pulford
043fe06cfd Fix mtree problem reported by Bento. 2001-06-12 10:17:21 +00:00
Mark Pulford
764506b625 Update WWW page to appease ports survey
Reviewed by:	will
2001-06-08 17:35:48 +00:00
Mark Pulford
3246a363a8 Updated MAINTAINER to my new committer email address
Reviewed by:	will
2001-06-08 05:36:46 +00:00
David W. Chapman Jr.
aa460374b0 Update to latest version
PR:		27938
Submitted by:	maintainer
Reviewed by:	will
2001-06-07 18:55:53 +00:00
Peter Pentchev
6403f1a2ba Maintainer address change: dom@myrddin.demon.co.uk -> dom@happygiraffe.net
PR:		27923
Submitted by:	maintainer
Reviewed by:	awk -F\| '$6 ~ /dom@myrddin/ {print $2;}' /usr/ports/INDEX ;)
2001-06-07 07:46:06 +00:00
Dmitry Sivachenko
a4d468eb29 Add one more MASTER_SITE. 2001-06-06 12:01:53 +00:00
Dmitry Sivachenko
3c65744427 Update to 2.9.17 2001-06-06 10:12:38 +00:00
George C A Reid
b4a29cd39e Update checksum - it appears the authors rerolled the tarball, changed
a couple of 'short's to 'u_short's and altered the processing order for
some packet flags.

Submitted by:	PETRIKOVICS Balazs <gaab@bsd.hu>
2001-06-05 14:39:53 +00:00
Maxim Sobolev
400f4557f6 Standartise the way used to disable X11 support in various ports. From now
on WITHOUT_X11 is the Only True Way[tm].
2001-06-05 11:38:35 +00:00
Ying-Chieh Liao
1d06c05e66 Take out html pages that don't exist in tarball anymore
PR:		27853
Submitted by:	dwcjr@inethouston.net
2001-06-03 16:29:32 +00:00
Kevin Lo
448368bac9 Update to version 1.0.1
Note that I fix patch-ab: jar -> $(JAR)

PR: 27801
Submitted by: MAINTAINER
2001-06-02 15:35:12 +00:00
Stefan Eßer
04cfbddede Update to Argus-2.0.1. This commit closes ports/27562, though it is
not based on the patch offered (I already had prepared diffs more than
one week ago, but had no time to perform the commit). I choose to  use
my patches instead of those from the PR, since they seemed even more
correct ;-)
2001-06-02 11:39:51 +00:00
Nick Sayer
2bb13189cf Upgrade configurator to v1.5. 2001-06-01 13:35:18 +00:00
David E. O'Brien
90eb686abd Use proper POSIX syntax for `chown'. 2001-06-01 06:05:18 +00:00
Ying-Chieh Liao
37819e94bc remove unnecessary %D/
Submitted by:	maintainer (via private mail)
2001-05-30 02:26:39 +00:00
Ying-Chieh Liao
17863b3fc9 add confregdecode
Cisco Systems IOS(tm) configuration register decoder

PR:		27631
Submitted by:	Joe Marcus Clarke <marcus@marcuscom.com>
2001-05-29 17:02:57 +00:00
Ying-Chieh Liao
69b9bce811 add nat
NetBIOS auditing tool

PR:		27607
Submitted by:	Roman Shterenzon <roman@xpert.com>
2001-05-29 15:54:11 +00:00
Ying-Chieh Liao
1f068a9285 upgrade to 1.3
PR:		27409
Submitted by:	maintainer
2001-05-27 16:33:59 +00:00
Ying-Chieh Liao
f92ddaa0e9 change master site so that we can fetch it
Submitted by:	bento
2001-05-26 04:44:49 +00:00
Nick Sayer
3116ca7af4 Get rid of a typo.
Submitted by:	anders@codefactory.se
2001-05-25 14:59:49 +00:00
David E. O'Brien
e095cd2e4e Update master sites
PR:		27327
Submitted by:	Dave McKay <dave@elvis.mu.org>
2001-05-25 10:21:23 +00:00
Ying-Chieh Liao
8348eafbba upgrade to 2.5
PR:		27613
Submitted by:	maintainer
2001-05-24 14:34:55 +00:00
Nick Sayer
46fa9da58d 1. Add the modem connect/hangup utility, since the author has provided a
version numbered distfile.

2. Fix the configurator class name in the script.

3. Use INSTALL_DATA rather than CP to install the docs.

4. bump PORTREVISION again.
2001-05-24 03:02:43 +00:00
Nick Sayer
6ce45ccb99 Add support for the Airport Host and Link monitors. The port won't be
able to track the version numbers of those, but if they increment before
the configurator does, we can use PORTREVISION. We'll bump that now too,
of course. We can't add the modem utility because there isn't a distfile
available that has a version number in it. :-(
2001-05-22 03:56:36 +00:00
Brian Somers
3382222fd5 Upgrade to 2.1.a11
Submitted by: Pete Fritchman <petef@databits.net>
2001-05-21 09:47:12 +00:00
Ying-Chieh Liao
f19c926232 add ipcalc
IP Calculator
2001-05-21 06:30:15 +00:00
Bill Fumerola
fbb69392a8 remove bogus comment that "nobody knows why" wildcard notation exists.
Netmask are contiguous bits, wildcard masks don't need to be.

The former is accurate for defining subnets and the latter is useful for
describing ranges for firewalls, route maps, or other such things.

example:
	10.0.10.0 is nntp1.domain.com, 10.0.11.0 is nntp2.local.com
	access-list 185 permit tcp any gt 1023 10.0.10.0 0.0.1.0 eq nntp
2001-05-20 23:21:45 +00:00
Ying-Chieh Liao
5640f019e8 add whatmask
Easily convert between three common subnet mask notations
2001-05-20 11:23:36 +00:00
Vanilla I. Shu
28763aa5cf Upgrade to latest version:
p5-BerkeleyDB		=>	0.15
	p5-Convert-ASN1		=>	0.10
	p5-FastCGI		=>	0.58
	p5-File-Spec		=>	0.82
	p5-Finance-Quote	=>	1.05
	p5-IO-Socket-SSL	=>	0.78
	p5-Locale-Maketext	=>	0.18
	p5-Mon			=>	0.11
	p5-Net-IPv4Addr		=>	0.10

Some ports NO response from:	maintainers
Some ports Approved by:		maintainers
2001-05-20 02:18:04 +00:00
Bill Fenner
56a7cc4a62 Update to version 1.8 2001-05-17 22:22:20 +00:00
Ying-Chieh Liao
bd994ab71e upgrade netsaint -> 0.0.7b4, netsaint-plugins -> 1.2.9.4
change maintainer email address

PR:		27012, 27013
Submitted by:	MAINTAINER
2001-05-17 06:02:17 +00:00
George C A Reid
f192ad9ee6 Update to 0.4.3 2001-05-11 21:37:26 +00:00
Jun Kuriyama
1709ca6d1a Upgrade to 4.2.1. 2001-05-10 05:46:49 +00:00
Kevin Lo
76f376cc9f Upgrade to version 1.1
PR: 27060
Submitted by: MAINTAINER
2001-05-07 15:41:33 +00:00
Nick Sayer
dd2d5258d0 Take a hint from the mindterm port -- JAR files go in
share/java. Everything else in share/doc. Bump PORTREVISION.
2001-05-04 23:39:47 +00:00
Nick Sayer
33b31b6d5e Make the default installation work. Add an alternative to the shell
script for those who've installed a Java 2 VM. Life will be
exponentially better when we can count on 'javavm -jar foo.jar' just
doing The Right Thing(tm).

Submitted by: dozens of angry scientists
2001-05-04 23:17:47 +00:00
Ade Lovett
bc47cccc84 Various patches (mainly shared library revision changes) for those
ports that depend on GNOME and need to change for 1.4
2001-05-04 21:41:30 +00:00
George C A Reid
e1d495bafc Update to version 0.4.2
Submitted by:	Roman Shterenzon <roman@xpert.com>
2001-05-03 14:00:53 +00:00
Michael Haro
39bff387b2 portlint 2001-05-03 08:42:43 +00:00
Michael Haro
dcaed3972a - Install documentation (unless NOPORTDOCS is set, of course)
- Fix up pkg-*
- take over MAINTAINER

PR:		27047
Submitted by:	    Pete Fritchman <petef@databits.net>	 (new maintainer)
2001-05-03 08:41:58 +00:00
Ying-Chieh Liao
ddf750271b upgrade to 2.2
PR:		26837
Submitted by:	MAINTAINER
2001-04-27 12:11:12 +00:00
Ying-Chieh Liao
583b5fc1e3 upgrade to 2.1.1
- Eliminated some memory leaks.
 - Code reviewed to obtain long-run stability.
 - Light portability changes.

PR:		26668
Submitted by:	MAINTAINER
2001-04-27 11:28:13 +00:00
Nick Sayer
1ffb51aa31 Update to v1.4 2001-04-24 19:21:58 +00:00
George C A Reid
dfe11939ff Update to version 0.4.0
Submitted by:	Richard Arends <richard@unixguru.nl>
2001-04-24 16:22:55 +00:00
Dmitry Sivachenko
459a16b95c I committed wrong checksum during previous update.
PR:		26792
Submitted by:	Gary <ancient@outloud.org>
2001-04-24 09:16:58 +00:00
Dmitry Sivachenko
c145cbc35f Update to 2.9.12. 2001-04-21 19:31:06 +00:00
Dmitry Sivachenko
e8f628ae9f Update to 2.9.11. 2001-04-18 09:06:12 +00:00
Will Andrews
db6b177148 Add ipcad 2.0, IP accounting daemon simulating Cisco ip accounting.
PR:		26585
Submitted by:	vlm@spelio.net.ru
2001-04-17 18:06:49 +00:00
Dirk Froemberg
199f814e16 - Enable OpenLDAP and PostgreSQL support.
- Enable option selection using nice menu interface.

PR:		ports/26611
Submitted by:	Blaz Zupan <blaz@amis.net> (maintainer)
2001-04-16 11:42:07 +00:00
Steve Price
d73ba718fa Remove empty directories on uninstall. 2001-04-14 22:31:52 +00:00
Dirk Froemberg
79b4ce0266 Fix check_ntp (FreeBSD has /usr/sbin/ntpdc instead of /usr/sbin/xntpdc).
Approved by:	maintainer
2001-04-10 09:32:38 +00:00
Stefan Eßer
5aedc91d94 Remove empty patch file left over from last commit. 2001-04-08 17:37:53 +00:00
Stefan Eßer
82f5899d0e Fix SIGCHLD handling. 2001-04-08 17:34:49 +00:00
Stefan Eßer
2a4e8e116a Fix handling of VLAN packets.
Initialize a few variables to 0.
2001-04-08 17:33:49 +00:00
Stefan Eßer
762f652218 Upgrade to Argus-2.0.0. 2001-04-08 17:31:23 +00:00
Will Andrews
48b2f551ae Add etherape 0.5.7, a graphical network traffic visualization tool
for gnome.

PR:		26374
Submitted by:	Holger Lamm <holger@eit.uni-kl.de>
2001-04-07 05:39:16 +00:00
Brian Somers
aa8166ab58 GNU_CONFIGURE=yes and teach arpwatch.sh to figure out $PREFIX
Suggested and reviewed by: John E. Hein <jhein@timing.com>
2001-04-07 01:51:53 +00:00
Brian Somers
f3451c7a97 Remove non-applicable libpcap stuff and extraneous MAINTAINER stuff 2001-04-06 23:35:47 +00:00
George C A Reid
f738967c6b Update to version 0.3.1
Reviewed by:	billf
2001-04-06 23:33:42 +00:00
Dirk Froemberg
6b8216a241 nsc-0.50c - Netsaint Console monitor. 2001-04-05 16:27:53 +00:00
Michael Haro
98d509bb87 portlint3: FATAL: Makefile 60: variable LIB_DEPENDS is redefined. 2001-04-03 22:29:43 +00:00
Michael Haro
05b2ac3b5b - update to netsaint 0.0.7b3
- install configuration files with .dist suffix so that users configuration
  files are not deleted on package removal
- create ${PREFIX}/var/netsaint/rw directory needed for correct operation
  of CGI script
- fix netsaint.log file permission problem
- depend on netsaint-plugins port

PR:		26328
Submitted by:	    maintainer
2001-04-03 22:07:20 +00:00
Michael Haro
bf853364e7 Update netsaint-plugins to 1.2.9.3. Don't depend on netsaint port as
netsaint port depends on us and this creates a circular dependency.
Instead create the netsaint user/group ourselves (which is the only
reason for the netsaint dependency).

PR:		26327
Submitted by:	    maintainer
2001-04-03 21:43:29 +00:00
Jeroen Ruigrok van der Werven
b1d60b9255 Add p5-Tie-NetAddr-IP:
This module overloads hashes so that the key can be a subnet as in
NetAddr::IP.  When looking values up, an interpretation will be made to
find the given key within the subnets specified in the hash.

Care must be taken, as only strings that can be parsed as an IP address
by NetAddr::IP can be used as keys for this hash.
2001-04-02 20:02:38 +00:00
Dirk Froemberg
feb81296a6 Blaz Zupan <blaz@amis.net> wants to maintain this port in addition
to netsaint-plugins.
2001-03-31 15:02:30 +00:00
Will Andrews
cdfc303ac3 Add cisco_conf 1.0, a simple configuration editor for Cisco devices.
Yes, this is different from net/ciscoconf.

PR:		26199
Submitted by:	Anton Voronin <anton@urc.ac.ru>
2001-03-31 01:30:17 +00:00
Dirk Froemberg
d08111cd89 - upgrade to 1.2.9.2
- Blaz Zupan <blaz@amis.net> is the new maintainer
- add radius and mysql support

PR:		ports/25883
Submitted by:	Blaz Zupan <blaz@amis.net>
2001-03-30 19:08:16 +00:00
Jeroen Ruigrok van der Werven
cc2f0bb5fe Update to 2.22.
This fixes some bugs and introduces many new interesting netmask and
netblock manipulating routines.

Fixes contributed to the author by the MAINTAINER and your's truly.

Submitted by:	Anton Berezin <tobez@tobez.org> [MAINTAINER]
2001-03-29 19:38:18 +00:00
Dirk Froemberg
0e20ac501b Netsaint-plugins needs automake to build. 2001-03-29 14:37:28 +00:00
Jeroen Ruigrok van der Werven
e7d91be33d Change maintainer to: Anton Berezin <tobez@tobez.org>
Update coming soon.
2001-03-27 13:02:58 +00:00
Andreas Klemm
5299057ec0 Add Juniper 2001-03-26 00:51:15 +00:00
Andreas Klemm
06d865c90a - fix another showstopper, forgot a "\" at the end of the previous
build dependency.
2001-03-25 23:52:12 +00:00
Andreas Klemm
5a7741834c another show stopper, missing dependency to p5-Net-Patricia
didn't bump PORTREVISION, since package building has been impossible
2001-03-25 22:06:39 +00:00
Andreas Klemm
da42a8a4de portlintify 2001-03-25 20:41:45 +00:00
Andreas Klemm
83a600ecf9 cosmetic: you need cisco flow export version 5. 2001-03-25 17:44:44 +00:00
Andreas Klemm
88240b7f2e - detected, that the graphs/Makefile.sample isn't bmake friendly
we need gmake here, added it to run dependencies
  therefore updated PORTREVISION, otherwise you don't get
  the png file...
- updated pkg-message. You need to configure SNMP on your cisco
  or Juniper router
2001-03-25 16:56:55 +00:00
Andreas Klemm
39675045a0 - bump portrevision because important features were added to port
to make it more functional and userfriendly
- added cflowd's startup script to FILESDIR, add startup options to
  it, that are only valid for the patched cflowd. So later we overwrite
  the sample startup script of "stock" cflowd.
  This is done this way, because cflowd also can be used without flowscan.
  But *if* we use cflowd with flowscan, we have to manage things to work
  with flowscan.
- install sample Makefile to graphs directory, so you can generate
  graphs more easily as being described in the docu (see INSTALL)
- Added comments to pkg-message file, that this Makefile has to be
  updated whenever you add or remove protocol types in
  ${PREFIX}/var/db/flows/bin/CampusIO.cf
- comment post-install section more..
- keep_me file could be removed, since we install the sample Makefile
  now in the graphs subdir
2001-03-25 15:54:48 +00:00
Andreas Klemm
bddf7a3c91 - forgot somehow to add the cflowd.sh sample startup script $FILESDIR
- bump port revision, since port has now better functionality
2001-03-25 14:24:42 +00:00
Andreas Klemm
b852e5e08e - make sure, cflowd starts prior flowscan by renaming it to
cflowd-base.sh.sample (flowscan port uses cflowd-flowscan.sh.sample)
- bump port revision
2001-03-25 13:28:21 +00:00
Andreas Klemm
5586d3519b - additional important port changes
- modify sample startup script
	- run in background properly
	- use variables for progs (grep, perl, kill, ...)
	- style (use $var consistently, spaces after io redirection)
- install startup script as cflowd-flowscan.sh.sample
  to get an order, cflowd ports startup script will be named
  cflowd-base.sh.sample, so that cflowd will be started first.
2001-03-25 13:23:36 +00:00
Andreas Klemm
7f58715569 - completely new functionalities, so bumped port revision
this was overdue, since this complex port needs more docu,
  explanation, preparation, etc ...
- installation directory moved
	from ${PREFIX}/var/flows to ${PREFIX}/var/db/flows
  to match our typical /var filesystem layout, but since I want
  to package this port, I don't want to write into /var/filesystem
  its up to the user, to move the data around later if he has a large
  /var and likes the data to reside there.
- create needed directories in ${PREFIX}/var/db/flows (bin and graphs)
  use a .keep_me file, so that things are packaged properly
- install needed documentation
  the INSTALL file is essential as well as the various example file.
  NOPORTDOCS only covers unneeded files, which are not crucial for
  installation
- the ${PREFIX}/var/db/flows/bin directory carries the sample files
  for the flowscan script. Therefore those sample files reside there.
  Other sample files like the crontab settings are up to the user, so
  they reside in ${PREFIX}/share/doc/flowscan
- install a sample rc file in ${PREFIX}/etc/rc.d, its deactivated, since
  this is a port that needs thinking and handcrafting config files before
  use...
- added a pkg-message file, that explains pre-requisites (cisco configuration)
  and other post installation tasks as well as a BIG WARNING, that enabling
  Netflow Switching and Netflow Data Export on your Cisco CORE or DISTRIBUTION
  routers might affect the routers switching performance.
  You should know IF you need to do it and if its o.k. IF you enable it.
- output pkg-message on port based installation as well since the warnings
  are important.
- updated PLIST
2001-03-25 11:48:48 +00:00
Andreas Klemm
ff2c8e595c Add a start stop script to the port which starts up services
delayed so that every service has a chance to come up properly
before the next one begins
Additionally provide graceful delayed shutdown of services by
using killall -15.
Install startup script as .sample file, since cflowd (and flowscan)
are not easy ports. You should read the docu properly.
2001-03-25 10:37:36 +00:00
Andreas Klemm
64143fff15 fix package making, one more: ${{ -> ${ 2001-03-25 09:20:58 +00:00
Satoshi Asami
562c03f13b Typo (converter -> converters).
Submitted by:	bento
2001-03-21 17:48:55 +00:00
Andreas Klemm
41c20bc8c0 - correct distfiles variable
- use LOCALBASE in BUILD dependency, so cflowd will be found
  this should cure bentos build problems by multiply trying to
  build/install cflowd (problem didn't show up here)
- bumped port revision
2001-03-20 10:44:14 +00:00
Maxim Sobolev
2e187da9b3 A user (bento for example) may not have ${LOCALBASE}/sbin in his PATH, so
use explicit path to the dependency instead of just executable name.

Submitted by:	bento
2001-03-20 10:08:43 +00:00
Bill Fenner
d25a202a7b Unjoin lines that were (accidentally?) joined in rev 1.3
Submitted by:	distfile survey
2001-03-18 00:27:16 +00:00
Andreas Klemm
aaa4838229 like in arts++ use new gcc compiler when compiling under RELENG_3
bumped port revision
2001-03-17 11:30:07 +00:00
Andreas Klemm
fc47e77d6d If memory serves me right, ports collection doesn't officially
support RELENG_3. But defining USE_NEWGCC should fix the compile
problems during package building for RELENG_3.
Therefore bump PORTREVISION.
2001-03-17 11:26:05 +00:00
Maxim Sobolev
167df208b4 Use correct paths to dependencies.
Submitted by:	Mike Harding <mvh@ix.netcom.com>
2001-03-16 19:30:52 +00:00
Satoshi Asami
0ef6a53da1 Typo (converter -> converters).
Submitted by:	bento
2001-03-16 07:21:02 +00:00
Andreas Klemm
a37e825e37 unbreak port even more...
we also need to redefine WRKSRC because of this lowercase affair...
which I start to dislike, because if poeple learn about a software
named FlowScan, then they start looking for a port named FlowScan
and not flowscan ...
no portrevision bump necessary, since port didn't work properly.
2001-03-15 07:56:55 +00:00
Maxim Sobolev
a1e6da4299 Correct reference to the local perl files is:
lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}
but not:
lib/perl5/site_perl/${PERL_VERSION}/${PERL_ARCH}

Submited by:	bento (sorta)
2001-03-14 16:15:28 +00:00
Peter Pentchev
0a2d4fcd34 Update to 1.2.9.1.
PR:		25484
Submitted by:	George Reid <greid@dogma.freebsd-uk.eu.org>
2001-03-14 11:59:05 +00:00
Andreas Klemm
98e0025d91 unbreak port
now after giving the port a lowerrcase name you have to set the
DISTFILES variable right, so sources (which use upper/lowercase)
can be found.
PORTREVISION not bumped since port didn't work up to now,
so no new (working) functionality.
But anyway, thanks for doing the CVS work !
2001-03-14 07:53:22 +00:00
Maxim Sobolev
af7cead469 Decapitalise FlowScan.
FlowScan is a tool to monitor and graph flow information from
  Cisco and Riverstone routers in near real-time.

  Amonst many other things, FlowScan can measure and graph traffic
  for applications such as Napster.

  A sample of what FlowScan can do is at: http://wwwstats.net.wisc.edu

  WWW: http://net.doit.wisc.edu/~plonka/FlowScan/
2001-03-14 01:14:44 +00:00
Andreas Klemm
f3d0fad83a new port p5-Cflow
Cflow is a perl module for analyzing raw flow files written by
cflowd, a package used to collect Cisco NetFlow data.

WWW:    http://net.doit.wisc.edu/~plonka/Cflow/
2001-03-13 22:52:04 +00:00