espie
28daf0ee0d
... and patch the documentation to refer to the new manpage.
2000-06-20 15:51:55 +00:00
espie
641e2c4c23
Remove gratuitous conflict with samba, by installing smbmount.8 under
...
a different name.
Check that fake works, it's a trivial fake.
2000-06-20 15:51:20 +00:00
kevlo
a498061c86
Upgrade to version 3.0.1; Add @comment to the PLIST.
...
The new features for 3.0.1 are:
- support for firewalls.
- put -R, and Put -z to resume an upload.
- ncftp is no longer in the business of colon-mode.
2000-06-20 10:04:50 +00:00
dugsong
46f8ff2b98
xip obsolete (try ethereal instead). ok espie@
2000-06-19 18:46:21 +00:00
camield
ffd20539df
TCL flavor now compiles and installs. It needs testing by someone
...
who actually uses it.
From maintainer.
2000-06-19 09:11:27 +00:00
dugsong
99132f03cc
update distfile
2000-06-19 02:59:56 +00:00
turan
430d36a530
broken, this port updates /etc/servers without asking the user.
...
In PLIST:
@exec echo "updating /etc/services"; cp /etc/services /etc/services.bak; (grep -
v ^dhcps /etc/services.bak ; echo "dhcps 67/udp # dhcp server"
) > /etc/services
@exec echo "updating /etc/services"; cp /etc/services /etc/services.bak; (grep -
v ^dhcpc /etc/services.bak ; echo "dhcpc 68/udp # dhcp client"
) > /etc/services
[snip]
@unexec echo "updating /etc/services"; cp /etc/services /etc/services.bak; (grep
-v ^dhcps /etc/services.bak ) > /etc/services
@unexec echo "updating /etc/services"; cp /etc/services /etc/services.bak; (grep
-v ^dhcpc /etc/services.bak ) > /etc/services
2000-06-18 23:26:34 +00:00
espie
f100c128f9
Remove NO_CONFIGURE/NO_PATCH/NO_EXTRACT/NO_MTREE
...
Kill corresponding FAKE=Yes and switch to CONFIGURE_STYLE while I'm at it.
2000-06-16 23:06:03 +00:00
naddy
308bdab593
fix description, add pointers to Open/Free/NetBSD CVSup mirrors
...
ok espie@
2000-06-15 17:32:45 +00:00
camield
c99d21a189
- perl modules now install in site_perl
...
- initial work towards TCL flavor
From maintainer danh@nfol.com
2000-06-15 10:39:42 +00:00
form
2435eeb0e6
remove FAKE=yes
...
add $OpenBSD$ tag to PLIST
2000-06-15 05:25:15 +00:00
espie
54b104ef00
FAKE, CONFIGURE_STYLE
2000-06-15 00:27:56 +00:00
camield
c11742306a
spelling, use PREFIX in MESSAGE
2000-06-14 07:52:24 +00:00
camield
7c8f67713f
- add HOMEPAGE
...
- remove FAKE
- add tag to PLIST
- use PREFIX and HOMEPAGE in MESSAGE
- bump NEED_VERSION
2000-06-14 07:30:45 +00:00
jakob
18eeaafed3
enable rrdtool
2000-06-14 06:00:27 +00:00
jakob
960438708a
rrdtool port; Dan Harnett <danh@nfol.com>
2000-06-14 05:57:49 +00:00
brad
d77e682a61
- remove FAKE=Yes
...
- GNU_CONFIGURE -> CONFIGURE_STYLE
- add HOMEPAGE to DESCR
- add @comment with RCS id to PLIST
2000-06-12 17:42:45 +00:00
espie
7647d31acf
Various clean ups, from Ian McWilliam.
2000-06-12 17:27:33 +00:00
espie
0f77a27ace
Another distsite.
2000-06-12 16:54:20 +00:00
espie
70a98fddf2
Link cvsup-bin in the Makefile.
...
Update REQ file to latest version.
2000-06-11 18:37:51 +00:00
espie
c7a9947de1
cvsup client binary port, from Christain Weisgerber.
2000-06-11 18:21:34 +00:00
espie
8c16085d20
New style tweaks
2000-06-11 02:34:47 +00:00
fgsch
8571c5c140
oops, remove something i left from my tests; remove unneeded WKRSRC.
2000-06-11 01:22:05 +00:00
fgsch
3138875297
fake, CONFIGURE_STYLE and tag in PLIST.
...
change a few paths on installation.
2000-06-11 01:15:51 +00:00
espie
a093299db8
Use CONFIGURE_STYLE
2000-06-10 15:28:39 +00:00
espie
e612bece15
Fake, blech. Makefile.in.in. Bad gettext.
2000-06-09 21:15:18 +00:00
espie
1aabaac3a9
HOMEPAGE, add to DESCR
2000-06-09 16:58:18 +00:00
form
621f056533
fix
2000-06-09 16:28:28 +00:00
espie
534034fa78
Mark it as faked, since this is a trivial do-install port.
...
I couldn't locate the sources after one hour looking through various
search-engines (doesn't help that xip is a Xena-fanclub or some other
fantasm homepage).
2000-06-08 21:00:49 +00:00
espie
10d22ef1a0
Fake
2000-06-08 20:32:35 +00:00
jakob
133b504254
Update Ethereal to v0.8.9. Also fix loading of plugings.
...
Release notes from the authors:
The dissectors for RTP, IP, ISAKMP, ICMP, SMB, SMB-PIPE, VTP, SNMPv3,
Ethernet, GRE, EIGRP, DHCP, IPX, X.25, RSVP, and L2TP have been updated,
fixed, or otherwise modified. Ethereal has new dissectors for Mobile IP
and COPS.
Internally, the dissector API has changed in order to catch more errors
at compile time and to guard against segfaulting when dissecting
short packets. The Ethereal team has to convert all the existing dissectors
to make use of the new API; that is a work in progress. If you have
your own dissector, you should consider converting it to this new API
as soon as possible. Read the doc/README.tvbuff file for information,
and be sure to subscribe to the ethereal-dev mailing list.
The Wiretap library can now read compressed Sniffer files,
allowing Ethereal, Tethereal, and Editcap to do so too. You'll also find
a few minor but helpful GUI tweaks in this version of Ethereal.
2000-06-08 06:02:16 +00:00
angelos
5f0ce20be3
Update to version 1.2
2000-06-06 02:34:56 +00:00
kevlo
5470658f5b
Upgrade to version 2.3.
...
Changes:
o fixes for incorrect error handling in UDP and TCP drivers.
o new man page for the configuration file.
o fixes for memory and file descriptor leaks.
2000-06-05 07:22:59 +00:00
hugh
0e487b12dd
tweaks from Dan Harnett
2000-06-02 19:47:07 +00:00
hugh
544d49e026
pick up missed files
2000-06-02 15:45:05 +00:00
brad
f9330c88f9
upgrade to ircII 4.4U
2000-06-02 14:12:46 +00:00
espie
d7bd0d8081
Link in p5-libnet
2000-06-02 13:47:26 +00:00
espie
15cf1874e9
Import the basic perl5 libnet.
...
This port needs configuration, but we counter IS_INTERACTIVE by bundling
the Configure script, since configuration can be altered after
installation.
We also let the user decide when he wants to alter that configuration,
since other modules may depend on it.
2000-06-02 13:45:22 +00:00
brad
0bc84d0624
upgrade to EPIC4 2.508 snapshot
2000-06-02 12:57:51 +00:00
hugh
ce1aa8d01b
Updated Makefile is probably handy. (Cursing cvs, it WAS specified
...
explicitly on commandline.)
2000-05-31 16:13:08 +00:00
hugh
671c648da8
Updated and faked ucd-snmp port from Dan Harnett <danh@nfol.com>,
...
who is now the maintainer.
2000-05-31 15:35:54 +00:00
angelos
56b88c8dde
Update to v2.53 (from halogen@nol.net)
2000-05-29 21:39:27 +00:00
kevlo
ed610b3453
Upgrade to version 1.6.
...
Submitted by the maintainer.
2000-05-29 07:31:38 +00:00
espie
b39d15e8d2
Activate ports
2000-05-26 01:54:42 +00:00
espie
f7baabf649
radiusd-cistron port from Dan Harnett.
2000-05-26 01:44:10 +00:00
itojun
7c9cce663d
upgrade to 0.86.
...
key changes from webpage:
- Many ospfd related bugs are fixed.
- Now OSPF module becomes very stable.
- BGP's route selection problem is fixed.
- "bgp always-compare-med" command is added.
- exec-timeout bug which cause crush is fixed.
- ip prefix-list default behavior is changed.
2000-05-21 16:04:42 +00:00
kevlo
9e2bbeb5bc
- Upgrade to version 2.2
...
- Update the MASTER_SITES
2000-05-20 16:10:15 +00:00
form
8bfe488efc
/usr/local -> PREFIX
...
fix network functions
remove scripts/configure
2000-05-19 04:56:47 +00:00
form
e371aa7d15
mirror.man is mirror(1), not ls(1) :)
2000-05-18 02:26:49 +00:00
brad
320fa1d52a
remove unnecessary patch
2000-05-18 00:30:32 +00:00