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
turan
f144d7c655
fix plist. noticed by Sean Cavanaugh <seanc@mona.cginfo.sk.ca>
2000-04-29 00:25:18 +00:00
espie
e6d0398b39
we no longer have tcl/tk 8.2
...
Add something decent as a master_site.
Trivial fake.
2000-04-28 21:46:05 +00:00
turan
2e412a0af5
how did I miss adding this?
2000-04-27 11:41:37 +00:00
camield
412094c25c
Better fake.
2000-04-26 14:39:29 +00:00
camield
cbe25cd2f8
Better fake. Fixes shell examples which had the fake-workdir path in them.
2000-04-26 14:12:14 +00:00
camield
c830987cd6
Better fake. The DNScache installation tools had the fake-workdir path
...
in them and thus were actually broken if the builddir wasn't still
around.
2000-04-26 14:06:47 +00:00
kevlo
6f179e5fc9
- Install data into ${PREFIX}/lib/zebra
...
- Fake
2000-04-24 01:44:58 +00:00
kevlo
1effb61ca3
Fake
2000-04-24 01:42:37 +00:00
jakob
4f0a61cfc9
MASTER_SITES changed
2000-04-23 15:40:01 +00:00
kevlo
cba63ae97f
- Install trafshow.conf into ${PREFIX}/lib/trafshow
...
- Fake
2000-04-23 15:35:38 +00:00
kevlo
87b27532c0
Trivial fake
2000-04-23 15:31:24 +00:00
itojun
2cf9f05650
use original distribution 1.1p4. unbroken it (avoid useless getpwnam).
2000-04-23 13:24:34 +00:00
kevlo
9d9cdfc464
Mark broken. Confirmed by maintainer.
2000-04-23 09:34:46 +00:00
kevlo
cc5bd85777
Fake and we don't need the patch-aa anymore.
2000-04-23 03:40:14 +00:00
kevlo
4f424dbbb9
Upgrade to version 2.1. OK'd by Turan.
2000-04-23 03:37:30 +00:00
kevlo
4973a7526d
fake
2000-04-23 03:34:40 +00:00
espie
5a0b189e64
Let ircII install as ircII to avoid conflict with the irc package.
...
This is the *only simple way* to prevent users from running into trouble
if they decide to install both packages, which they are perfectly
entitled to do.
2000-04-21 22:52:21 +00:00
angelos
cd8baf9aa6
Add a "pointer" to nam (the graphical front-end for ns).
2000-04-21 20:33:19 +00:00
angelos
66f1a22eff
License info.
2000-04-21 20:29:54 +00:00
brad
3bb18dea1c
- SEPARATE_BUILD= Yes -> concurrent
...
- make the man page filename consistent with the binary name of the
program
2000-04-21 20:03:39 +00:00
espie
f80fa9e00b
From Kyle Hargraves <halogen@nol.net>:
...
add a few missing entries from SUBDIRs.
Leave lam out for now, as its install process is really weird.
2000-04-21 18:45:10 +00:00
kevlo
22bd6b8dae
Fix the PLIST and fake.
2000-04-21 16:07:26 +00:00
kevlo
e465676b97
fake
2000-04-21 16:05:40 +00:00
kevlo
af7b47a7b5
Fix the PLIST and fake.
2000-04-21 14:56:12 +00:00
kevlo
6f8dcc7460
Add the license and fake.
2000-04-21 14:53:54 +00:00
kevlo
873a2c2df4
- Add the license
...
- Fake
2000-04-21 14:52:18 +00:00
kevlo
60104ac9fa
fake...
2000-04-21 14:50:23 +00:00
espie
0127bb854e
Fix pkgname so that the pkg tools don't get confused about the version number.
2000-04-18 23:56:26 +00:00
turan
9a4169326c
more missing licenses
2000-04-18 10:34:08 +00:00
angelos
64c2d8d38c
License info.
2000-04-18 07:13:06 +00:00
jasoni
c0e0f99b43
Fake.
2000-04-16 21:38:38 +00:00
brad
67a0e88d23
- fix dist site URL, it has been moved
...
- Fake
- strip the installed binary
2000-04-16 16:06:21 +00:00
turan
76bce52550
fix broken port and make a better PKGNAME
2000-04-14 19:11:32 +00:00
dugsong
60839c296d
fix port: update distfile, fake
2000-04-14 14:50:13 +00:00
dugsong
85855d1680
fix port: update distfile, fake
2000-04-14 14:13:18 +00:00
jakob
835d32cf0a
update to v0.8.7
...
Change summary
--------------
In Ethereal 0.8.7 we have fixed a display bug affecting boolean flags
in bitfields that was introduced in 0.8.5. The DNS dissector avoids the
zlip DNS Denial-of-Service exploit. Dissectors for rlogin and SOCKS
4 and 5 were added. Other updated dissectors include SMB, BGP, LLC,
OSI CLNP, and ISIS.
2000-04-13 16:33:50 +00:00
jakob
07e69adc95
sync with latest KAME patches
...
add 'curses' flavor for systems without GTK
2000-04-13 16:02:08 +00:00
angelos
f6e868c46d
Mark broken, all the scripts try to use /usr/local/bin/perl
2000-04-12 21:21:28 +00:00
camield
8b253b7a9c
add dnscache
2000-04-11 05:58:16 +00:00
camield
b3b2fef917
example passwd lines were taken from /etc/passwd instead of /etc/master.passwd
2000-04-10 12:39:08 +00:00
espie
233ac49af6
explicit FAKE=No, so that we can turn FAKE on by default.
2000-04-09 17:35:57 +00:00
brad
500980d299
stop trying to remove this dir
2000-04-08 06:16:17 +00:00
brad
a982ab237c
upgrade to nmap 2.3b18
2000-04-08 00:13:51 +00:00
brad
10a54dca08
uncomment NLS files in PLIST now that they have been re-enabled
2000-04-07 18:49:16 +00:00
espie
1bcf82d980
Re-enable NLS, this was a conflict with xview.
2000-04-07 00:56:43 +00:00
espie
d523daae96
Drudge, drudge, drudge: fix texinfo xrefs.
...
Come on guys, there are some easy commits there...
2000-04-06 23:05:16 +00:00
espie
3dd3e17ce5
Remove gmake dependency, install a proper way to recurse into subdirs.
2000-04-06 22:51:48 +00:00
espie
6853cc573f
Put back USE_GMAKE until I figure out why it sometimes does not work
...
as advertized...
Temporary --disable-nls until we figure out what's wrong with messages.
2000-04-06 15:35:25 +00:00
brad
7d7b23761a
add comment, where to get a description of the problem.
2000-04-05 18:35:46 +00:00
jakob
dbde05f18c
update to v0.8.5
2000-04-05 14:21:42 +00:00
espie
28f4b498e3
Fake, use tcl/tk 8.3
...
Mark broken: scripts in examples use stuff from WRKDIST/bin which is not
even installed.
2000-04-05 10:13:52 +00:00
jakob
4cf46b3f31
do not try to setuid binary from makefile as this is specified in PLIST
2000-04-04 14:27:14 +00:00
camield
576134c9d2
- Fake
...
- PERMIT_* = Yes
2000-04-04 08:19:41 +00:00
form
9bd2368d96
Upgrade to 0.4.5.
...
Fake.
Sort PLIST.
2000-04-03 16:01:31 +00:00
brad
d49ea274fc
- Fake
...
- bump NEED_VERSION
2000-04-02 06:06:12 +00:00
brad
6b6e5de6b9
upgrade to nmap 2.3b17
2000-04-02 05:55:56 +00:00
brad
06d130a3ee
install the epic man page
2000-04-01 09:05:57 +00:00
brad
9fe5722e62
upgrade to EPIC4 2.507 snapshot
2000-04-01 08:40:37 +00:00
jakob
34adb490cd
fix setuid for package install; problem noted by Hal Snyder <hal@vailsys.com>
2000-04-01 07:17:26 +00:00
brad
bbba8b90a7
add nemesis to Makefile
2000-04-01 03:04:28 +00:00
brad
32db6f1108
- fix dist site URL
...
- Fake
2000-03-31 07:57:10 +00:00
brad
3c956b5efe
add workaround to fix a problem caused by recent gd upgrade
2000-03-30 22:59:58 +00:00
jakob
1de98badd1
update to v3.0
2000-03-30 15:35:27 +00:00
camield
b67683e7c1
upgrade to version 0.88: one bugfix and a few tweaks
2000-03-28 12:26:31 +00:00
camield
2b8ad47f80
PERMIT_* = Yes
2000-03-28 11:33:43 +00:00
espie
ce77d9d35e
Fake
2000-03-28 10:38:54 +00:00
espie
44d3355286
Fake
...
Supply documentation along with mirror, replace stub manpage accordingly.
2000-03-28 10:00:17 +00:00
dugsong
c6b18e0b0e
packetfactory dist path changed
2000-03-27 21:57:51 +00:00
espie
46805c3820
Fix tcl/tk 8.0 and 8.3 dependencies...
...
tcl/tk 8.2 still needs to be updated to 8.3 to fully clean up that mess.
2000-03-27 18:17:27 +00:00
camield
799d2224d3
BIND replacement by Dan Bernstein.
2000-03-27 08:32:24 +00:00
jeremy
6ca67e9b9b
add nemesis port
2000-03-26 21:06:33 +00:00
form
b9e5fdaeb2
Fix LIB_DEPENDS, CONFIGURE_ARGS and CONFIGURE_ENV.
2000-03-26 11:33:25 +00:00
brad
d7779d5dd2
- revert part of patch and use FAKE_FLAGS to override INSTALL_PROGRAM and
...
INSTALL_DATA
- fix symlink creation
2000-03-26 10:55:29 +00:00
brad
41142c870c
fix sym link creation
2000-03-26 10:35:09 +00:00
brad
940baa5898
upgrade to ircII 4.4S
...
LOTS of changes including:
- fixes the buffer overflow
- adds support for IPv6
- adds ICB support!! ;)
2000-03-26 09:55:32 +00:00
brad
e20fd21f0c
remove ircii-epic. superseded by epic4.
2000-03-26 07:46:20 +00:00
brad
470079345e
make sniffit recognize most if not all of the ethernet devices available
...
on i386, sparc, m68k, mips and powerpc based archs
2000-03-26 01:40:37 +00:00
brad
d766ba0fd4
- mkdir -> ${INSTALL_DATA_DIR}
...
- make this port respect CFLAGS
- Fake
2000-03-26 00:31:49 +00:00
brad
ccc509d7a3
unified diffs
2000-03-26 00:29:22 +00:00
brad
d0c5180a68
remove USE_GMAKE, our "make" works properly afterall. Not really sure what
...
the problem was but after a fresh checkout of the port it works perfectly.
2000-03-25 23:24:05 +00:00
brad
08eb7eced6
- since dependencies are working properly we do not need to specify both
...
glib and gtk for LIB_DEPENDS
- remove unnecessary CONFIGURE_ARGS
2000-03-25 23:13:01 +00:00
ho
0d2f975d21
Follow the current trend and 'fake' this.
2000-03-25 10:29:23 +00:00
brad
884918497c
Fake
2000-03-25 08:34:48 +00:00
brad
05d783c331
- hardcoded /usr/local -> ${LOCALBASE}
...
- Fake
- add USE_GMAKE
2000-03-25 07:38:54 +00:00
brad
cff58d8117
cp -> install
2000-03-25 06:57:48 +00:00
brad
b3c1ca78d8
cp -> install
2000-03-25 06:51:47 +00:00
brad
63d679cb65
- change dist site to ${MASTER_SITE_BACKUP}
...
- properly install sample queso.conf in /etc
- fix port so it installs properly when made into a package
- Fake
2000-03-25 06:50:03 +00:00
brad
172d2ce14b
Fake
2000-03-25 06:12:15 +00:00
espie
3b5e3e8d17
Introduce :: in *_DEPENDS as a place holder for a package spec
...
Bump NEED_VERSION.
2000-03-24 23:28:01 +00:00
espie
0fd05ef2ce
Move all NEED_VERSION right after CATEGORY
2000-03-24 22:11:32 +00:00
form
3fd9613c6b
add fping to makefile
2000-03-24 11:11:27 +00:00
form
40b57f5443
fping.
...
A tool to quickly ping N number of hosts to determine their reachability
without flooding the network.
2000-03-24 11:02:35 +00:00
brad
ef00508694
Fake
2000-03-23 18:02:58 +00:00
brad
3a7b927356
remove commented out option
2000-03-23 08:29:59 +00:00
brad
93d2a3558f
- mkdir, chmod, cp -> install
...
- check for existance of the config file (instead of the config directory)
before trying to install the sample config
2000-03-23 08:11:15 +00:00
brad
be88935ac7
the sample config file should always be up to date
2000-03-23 08:00:40 +00:00
brad
2ba5ea321a
- {yes,YES} -> Yes
...
- hardcoded /usr/local -> ${PREFIX}
2000-03-23 07:56:32 +00:00
brad
b62ba15b82
oops, revert previous commit
2000-03-23 07:27:42 +00:00
brad
1b80228f0f
mark BROKEN, has a known buffer overflow, newer version of ircII coming soon
2000-03-23 07:25:22 +00:00
brad
2b14531cf9
upgrade to Curl 6.5.2
...
- curl_unescape() buffer overrun removed
2000-03-23 07:04:34 +00:00
turan
9547b92646
license
2000-03-23 01:11:29 +00:00
turan
af4c774d29
license
2000-03-23 00:47:39 +00:00
turan
e4f20bee8e
license
2000-03-22 23:27:55 +00:00
turan
f1b7c7e659
license
2000-03-22 22:39:39 +00:00
kevlo
f0ce575094
Fake. Submitted by the maintainer.
2000-03-22 07:12:36 +00:00
jakob
1243649c6f
fake
2000-03-20 22:31:01 +00:00
brad
a89f0e3393
- Fake
...
- ${STRIP} -> strip
2000-03-20 07:12:36 +00:00
espie
cf033bb30a
Let gtk ports find gtk under /usr/local.
2000-03-19 16:59:10 +00:00
brad
606b0b7a62
bump library version # for gd dependency
2000-03-15 19:20:05 +00:00
jakob
7dc305704a
Don't force the location of glib-config; <marc@snafu.org>.
2000-03-15 07:47:55 +00:00
brad
8fc0a8da85
upgrade to Curl 6.5
2000-03-14 22:38:19 +00:00
camield
78ce0370da
- yes -> Yes
2000-03-13 08:28:17 +00:00
camield
76f9a65cb8
- version 0.84 -> 0.86 (changes too numerous to list)
...
- Fake
2000-03-13 08:27:20 +00:00
brad
12f84a5183
use our own do-install target instead of hacking up the install targets in
...
vtun's Makefile until there is nothing left
2000-03-13 07:48:51 +00:00
brad
64aa1f1be1
mkdir -> install
2000-03-13 07:46:13 +00:00
brad
27d7df4555
- Fake
...
- add another dist site
2000-03-13 07:23:42 +00:00
kevlo
d07afe9847
Fake. Submitted by the maintainer <halogen@nol.net>
2000-03-13 03:21:05 +00:00
kevlo
124725f70e
Add PERMIT_*
2000-03-13 02:37:02 +00:00
niklas
d56817d57d
Do not recreate a man-directory with bad perms
2000-03-12 21:31:30 +00:00
brad
c076696b4e
- add SEPARATE_BUILD
...
- Fake
2000-03-11 08:19:44 +00:00
itojun
42d95eeebb
upgrade to 0.85.
2000-03-09 23:50:17 +00:00
espie
6a05e0f9bb
Fake
2000-03-07 22:24:22 +00:00
jakob
af58f4161a
fake
2000-03-07 22:14:36 +00:00
camield
d2f4aea5cb
No need for DESTDIR in do-install target, using fake
2000-03-07 10:07:27 +00:00
camield
a6922a99cd
- Fake
...
- {yes|YES} -> Yes
2000-03-07 09:57:25 +00:00
camield
a686aca138
- Fake (brad@)
...
- ${STRIP} -> strip
- add DEINSTALL
2000-03-06 13:34:09 +00:00
jakob
4f1ee69591
fix license info
2000-03-05 23:00:29 +00:00
espie
76d52e1f68
PORTSDIR no longer needed in *DEPENDS.
2000-03-05 18:30:21 +00:00
jakob
d8a3efd858
v0.8.4
2000-03-05 10:38:41 +00:00
jakob
60e1995dd6
Update to v0.8.4
...
Fake
2000-03-05 10:36:04 +00:00
brad
4b37935f42
add some more dist sites
2000-03-05 00:55:07 +00:00
brad
bb076553a3
upgrade to mrtg 2.8.12
2000-03-05 00:34:26 +00:00
brad
8cd2bf84a8
tabs
2000-03-04 08:23:53 +00:00
brad
f75236c9a1
- bump NEED_VERSION
...
- remove LICENSE_TYPE
2000-03-04 08:17:37 +00:00
espie
6e2597f779
Ports that override do-install are usually trivial to install fake.
2000-03-04 01:59:27 +00:00
espie
784d34ae2b
Fake-install ytalk
2000-03-04 01:58:39 +00:00
jakob
d454676b49
Security fix (from bugtraq; viktor@dtek.chalmers.se).
2000-03-03 22:22:37 +00:00
turan
34a8b345f7
oops, this is fine
2000-03-03 12:38:52 +00:00
turan
28c0fc13d7
broken, installs files automatically in /etc
2000-03-03 12:03:02 +00:00
turan
cf26821fb3
change maintainer to ports@openbsd.org as requested
2000-03-01 10:08:03 +00:00
dugsong
e701ab0bc3
update to work with libnet-1.0
2000-02-28 15:54:34 +00:00
camield
391a834c27
enable proxy-suite, publicfile
2000-02-28 09:35:13 +00:00
camield
86eafb41db
read-only anonymous FTP and HTTP server
2000-02-28 09:32:22 +00:00
camield
50db7cbd5a
set of programs to enhance firewall security (currently ftp-proxy only)
2000-02-28 09:27:02 +00:00
kevlo
c0b36b2d2d
Add the license info.
2000-02-24 03:43:21 +00:00
camield
e670190109
- fix tag in Makefile
...
- fix mastersite
- remove NO_MTREE=yes
2000-02-23 10:44:01 +00:00
espie
edba5cfedf
MAKEFILE-> MAKE_FILE
2000-02-22 17:08:31 +00:00
kevlo
3f8be88f91
ncftp requires linintl library.
2000-02-20 04:20:18 +00:00
turan
e1e46918e3
add licensing info. Ian McWilliam <ianm@cit.nepean.uws.edu.au>
2000-02-17 21:20:20 +00:00
ho
a5c6c3dca8
Add licensing/packaging info.
2000-02-17 14:28:48 +00:00
brad
4433c6ebee
yes -> Yes
2000-02-17 07:25:19 +00:00
brad
b1aa553b7e
- add knob USE_SOCKS5 to add proper dependency on SOCKS5 library and
...
compile in the SOCKS5 support for BitchX
- replace patch with the use of MAKE_FLAGS to override INSTALL and
INSTALL_DATA Makefile variables
2000-02-17 07:24:24 +00:00
kevlo
b53a214a29
Update the MASTER_SITES. Mark it unbroken.
2000-02-17 02:27:35 +00:00
dugsong
3519ccd064
upgrade to version 1.37
2000-02-17 00:40:52 +00:00
turan
d7ea972d8c
broken, sources moved
2000-02-16 22:55:08 +00:00
turan
11055ef69f
broken, sources missing
2000-02-16 19:24:23 +00:00
turan
4f56274946
broken, sources missing
2000-02-16 17:56:33 +00:00
espie
6bc33b9ad0
Missed \
2000-02-16 10:56:57 +00:00
brad
65398e8c83
- remove dependency on glib
...
- {yes,YES} -> Yes
2000-02-15 21:40:34 +00:00
espie
6edaa65016
More distsites, homepage. Yes. CXX_FLAGS no longer needed.
2000-02-15 21:25:46 +00:00
dugsong
3e79b4fd72
update to new (changed) distfile
2000-02-15 20:02:06 +00:00
turan
fff307a7a7
broken, checksum mismatch
2000-02-15 19:25:47 +00:00
turan
504f314d16
espie will not shut up about this, DISTF -> DISTFILES, PKG -> PACKAGE
2000-02-15 05:03:51 +00:00
espie
baf9eb3d3f
Remove all-caps.
...
This is gross, just gross, just plain gross.
LICENSE_TYPE=GPL is vastly enough.
DISTF makes no sense as an abreviation.
Besides, it's tasteless.
2000-02-12 22:07:54 +00:00
turan
ce65793f81
none licenses
2000-02-12 08:41:07 +00:00
turan
1574b9aa2e
gpl licenses
2000-02-12 08:02:07 +00:00
turan
8d37dded6c
bsd licenses
2000-02-12 06:29:49 +00:00
espie
b3ed337056
Change MAKE_FLAGS to remove the -f.
...
Actually reading the Makefiles proved that about one third of them was
confused about this already...
2000-02-12 00:43:57 +00:00
espie
a813079932
Kill a large set of deprecated variables.
...
Thoroughly unsubtle, most mkdir -p should probably be INSTALL* at
*install stage, and echo/ECHO_MSG is somewhat unsorted.
It's quite possible I missed a few automated changes...
2000-02-11 01:09:59 +00:00
espie
28accd1d93
Use WRKDIST where appropriate.
2000-02-11 00:37:15 +00:00
espie
1958137a5f
Kill NO_WRKSUBDIR.
...
Clean up a few deprecated variables on the fly.
2000-02-10 23:14:27 +00:00
brad
73345b3310
mkdir -> ${INSTALL_DATA_DIR}
2000-02-10 19:04:00 +00:00
espie
0272f635a4
Kill MKDIR
2000-02-10 09:17:16 +00:00
espie
0ae441bb11
Update to 2.4.1
2000-02-10 09:13:53 +00:00
brad
9476e41a5a
- remove a dist site
...
- change maintainer, no good having a FreeBSD ports maintainer listed
- use MAKE_FLAGS over patching the Makefile
- remove deprecated variables
- ${WRKDIR} -> ${WRKSRC}
- ${MKDIR} -> ${INSTALL_DATA_DIR}
2000-02-09 18:07:15 +00:00
camield
dce5acf88b
- add MASTER_SITE
...
- incorporate feedback from author in SECURITY
- move post-install message from INSTALL to MESSAGE
- Makefile-patch -> MAKE_FLAGS
2000-02-09 08:37:32 +00:00
brad
64898df482
- have INSTALL script create vtund log dir
...
- have DEINSTALL script remind the user to remove the dir if wanting a
full deinstall
2000-02-07 08:44:04 +00:00
brad
891edc78d4
add proper INSTALL and DEINSTALL scripts to deal with vtund.conf
2000-02-07 08:24:48 +00:00
brad
537889a01d
- install sample config file as lib/vtun/vtund.conf-sample
...
- sync PLIST and remove @exec/@unexec tags
2000-02-07 08:15:18 +00:00
brad
7e7229f501
cleanup Makefile
2000-02-07 08:13:43 +00:00
brad
672968f3f8
- PLIST should not remove the vtund.conf on uninstall of the port/package
...
- add an @exec tag to create the log dir for vtund
2000-02-07 08:02:41 +00:00
rohee
8e0553c5aa
mkdir -> ${INSTALL_DATA_DIR}|${INSTALL_MAN_DIR}
2000-02-06 21:55:03 +00:00
kevlo
e71b0dd25f
Add vtun.
2000-02-06 15:16:58 +00:00
kevlo
744c254014
Initial import of vtun version 2.0.
...
VTun provides the method for creating Virtual Tunnels over TCP/IP
networks and allows to shape, compress, encrypt traffic in that
tunnels.
2000-02-06 15:16:07 +00:00
jakob
49ceaa8ca0
ethereal v0.8.3
2000-02-03 22:09:47 +00:00
jakob
dfc4bcd0cd
Update to Ethereal v0.8.3
...
- bug fixes
- misc new features
- text mode version added
2000-02-03 22:09:08 +00:00
brad
ade0760a17
upgrade to popa3d 0.4; From: maintainer
2000-02-03 18:45:38 +00:00
kevlo
3552833edb
Add snort.
2000-02-03 04:00:06 +00:00
kevlo
e10b0cc172
Initial import of snort version 1.5.1.
...
The snort is the Highly flexible sniffer/basic NIDS.
Submitted by: Kyle Hargraves <halogen@nol.net>
2000-02-03 03:58:54 +00:00
espie
e201e9d26b
Kill most instances of PATCH_SITES
2000-02-02 17:02:38 +00:00
brad
cb22a8a827
check for the existance of ${CONFIG_DIR}/rc.atalk instead of the
...
${CONFIG_DIR} when trying to determine whether the config files should
be installed as if this was a first time install of netatalk.
--
suggestion from: sigh@kuzirabekon.econ.nagasaki-u.ac.jp
2000-01-31 05:38:43 +00:00
brad
6e72de6cef
BitchX 1.0c16 can be built using a separate build dir
2000-01-30 06:49:58 +00:00
brad
0d2742d985
upgrade to nmap 2.3b14
2000-01-30 06:23:42 +00:00
brad
7ddbc5f0c6
upgrade to BitchX 1.0c16
2000-01-30 06:00:54 +00:00
brad
e1a93d1889
upgrade to EPIC4-2000 AKA "Millennium", what an original code name for a release ...
2000-01-30 04:49:18 +00:00
brad
1086645d6f
upgrade to Samba 2.0.6
2000-01-29 23:22:32 +00:00
kevlo
15dc5d01fd
Add ucspi-tcp
2000-01-28 12:31:24 +00:00
kevlo
10dc6cf303
tcpserver and tcpclient are easy-to-use command-line tools for building
...
TCP client-server applications.
tcpserver and tcpclient conform to UCSPI, the UNIX Client-Server Program
Interface, using the TCP protocol. UCSPI tools are available for several
different networks.
Submitted by: Camiel Dobbelaar <cd@sentia.nl>
2000-01-28 12:30:11 +00:00
angelos
6f53efadf0
pchar 1.1.1
2000-01-24 23:42:04 +00:00
itojun
440a24bd79
pull in IPv6 patch. commit ok'ed by jakob.
2000-01-24 15:29:44 +00:00
jakob
a17f5dce27
update to ethereal v0.8.1
2000-01-24 11:38:20 +00:00
itojun
7711776154
upgrade to 0.84b of original distrib (there are bugfixes in bgp).
2000-01-24 08:37:37 +00:00
dugsong
ccdebddaec
update to version 1.13
2000-01-22 07:01:12 +00:00
kevlo
1d3d78add4
This is a 4.4BSD program that implements, in userland, third-party
...
proxy ARP. In a nutshell, this lets you proxy-ARP an arbitrary IP
address to an arbitrary MAC address, from any machine on the network.
This is useful if your router doesn't do proxy ARP, or does it only
in an all-or-none fashion.
This code will not work outside of 4.4BSD (it relies on BPF). Furthermore,
it won't run on most 4.4BSD operating systems, because a problem with the
standard BPF implementation (try spoofing your source ethernet frame
address on NetBSD).
See: http://www.enteract.com/~tqbf
2000-01-21 15:39:59 +00:00
itojun
b4dd6230a3
add net/totd: DNS relay server which helps v4/v6 translator, like faith(8)
2000-01-21 10:19:31 +00:00
itojun
7c426b70a3
from netbsd pkgsrc-current
2000-01-21 10:04:45 +00:00
brad
2e95d435e0
update installation message about where to place the perl modules to match
...
reality.
2000-01-21 00:58:11 +00:00
brad
6849ebad26
style
2000-01-21 00:37:12 +00:00
brad
c57a008f3b
- upgrade to mrtg 2.8.11
...
- remove redundant png dependency which would be fulfilled by the
installation of gd itself
- cleanup install target
2000-01-20 23:07:39 +00:00
form
bca2000fe9
Fix MASTER_SITES.
2000-01-20 20:08:20 +00:00
itojun
7687469a8e
upgrade to 0.84a.
2000-01-17 05:25:37 +00:00
brad
cb498844d1
upgrade to Curl 6.4
2000-01-17 05:05:15 +00:00
brad
638f721850
{WRKSRC} -> ${WRKSRC}
2000-01-16 11:46:29 +00:00
brad
47d4e04482
add a feature which allows icb to print the current time in front of every
...
line by setting the option printtime to true.
From: NetBSD
2000-01-16 11:29:54 +00:00
brad
e0e3ed5099
- add errno.h header
...
- remove sys_errlist and friends
2000-01-16 11:27:12 +00:00
brad
493b97252c
better patches
2000-01-16 11:10:49 +00:00
brad
4ef282ff0c
sort PLIST
2000-01-16 10:49:46 +00:00
brad
d3db425848
- convert patches to unified diffs
...
- merge contents of patch-ad and patch-an into patch-ad
2000-01-16 09:26:46 +00:00
brad
518b1d8d3c
- remove bad dist sites
...
- mkdir -> ${INSTALL_DATA_DIR}
2000-01-16 06:31:09 +00:00
brad
e2bfa5bb86
add nmapfe to Makefile
2000-01-09 07:59:31 +00:00
brad
47cc85dde7
add nmapfe port; From: Sean Cavanaugh <seanc@cginfo.sk.ca>
...
--
NmapFE is a frontend for the much loved scanner Nmap.
Nmap is a portscanner that is able to do remote OS
detection via TCP/IP fingerprinting as well. You can
use Nmap to scan a large network, or a single host.
This frontend provides a simple GUI interface to the
complexity of Nmap. The GUI supports color coding for
various services, and enables you to append one scan
to the end of others, to create somewhat of a database
of scans.
2000-01-09 07:56:10 +00:00
brad
2ad67ea877
add security to nmap's categories list
2000-01-09 07:52:40 +00:00
dugsong
1b7a052f79
upgrade to version 1.35
2000-01-09 05:39:28 +00:00
brad
2cf6510c8c
- remove unnecessary NEED_VERSION
...
- now that dependencies are working properly, remove glib from dependency list
- ${STRIP} -> strip
- ${MKDIR} -> ${INSTALL_DATA_DIR}
- sort PLIST
2000-01-09 02:40:04 +00:00
brad
cfe157de97
correct dist site URLs
...
From: Michael Wiacek <root@blowfish.magpage.com>
2000-01-09 01:45:00 +00:00
itojun
b5101ccba7
unbroken zebra. upgarde to 0.83a.
...
enable net/zebra in SUBDIR rule.
XXX pkg_create? does not consult @cwd correctly so I've put workaround in.
2000-01-08 14:34:26 +00:00
itojun
33d60fa1fa
port for zebra 0.83, from KAME
2000-01-08 14:01:53 +00:00
angelos
9060fb184c
Forgot full checksums...
2000-01-06 03:08:20 +00:00
angelos
0caa75cea4
Add NS and NAM (commented out for now)
2000-01-06 03:04:38 +00:00
angelos
875616662e
A GUI for NS, from FreeBSD (as was NS itself).
2000-01-06 03:03:07 +00:00
angelos
2f694ea816
Network Simulator (the reason for all these tcl/tk commits earlier :-)
2000-01-06 02:46:03 +00:00
brad
1cb218b8f8
- there is no configure step for this port, add NO_CONFIGURE tag
...
- ${MKDIR} -> ${INSTALL_DATA_DIR}
- improve install target
- respect CC and CFLAGS
2000-01-04 07:02:44 +00:00
angelos
9239886a2b
Fix, mark unbroken.
2000-01-03 17:57:32 +00:00
angelos
9552afbb49
Update to version 2.3BETA12
2000-01-03 15:13:43 +00:00
kevlo
990b1902c5
Add pop3gwd.
2000-01-03 02:23:50 +00:00
kevlo
748a3eadcb
pop3gwd is an application-level gateway, or proxy, designed to allow
...
mail retrieval from POP3 servers by systems that either:
(a) are behind a firewall or screening router OR
(b) do not have an assigned IP number OR
(c) must share a SLIP/PPP connection on another system
2000-01-03 02:22:42 +00:00
brad
51f3599a50
mark BROKEN (buffer overflow)
1999-12-30 08:11:55 +00:00
brad
aaca0c7a2b
- change MASTER_SITES to ${MASTER_SITE_BACKUP} so this is retreivable again
...
- MAINTAINER should only be an e-mail address
- remove deprecated variables
- cleanup Makefile
1999-12-29 07:19:38 +00:00
brad
afb539c666
rearrange PLIST, put in alphabetical order
1999-12-21 02:42:31 +00:00
brad
de4d9d4368
cleanup Makefile
1999-12-21 00:17:56 +00:00
brad
70c9fc77b6
upgrade to BitchX 1.0c13
1999-12-20 15:39:18 +00:00
ho
24eda84191
Update to 8.2.2-P6-19991217. Marked unbroken. Add missing DESTDIRs.
1999-12-17 17:56:30 +00:00
dugsong
03a378a97a
fix permissions on binary, install in /sbin, more libnet cleanup
1999-12-17 04:24:08 +00:00
angelos
4e9abdf7dc
Fix so it compiles with new libnet.
1999-12-17 03:43:18 +00:00
angelos
0c43eb7afa
Enable pchar.
1999-12-16 06:05:04 +00:00
angelos
b3b0d22bde
Path characterization tool, from FreeBSD.
1999-12-16 06:03:50 +00:00
dugsong
6349db2096
bye bye NFR - http://www.nfr.net/download/reasons-for-removal.html
1999-12-15 05:16:24 +00:00
brad
5984bfc15f
remove deprecated variables
1999-12-15 03:29:29 +00:00
kevlo
e9d4b2d678
The port should now compile and run better on fussy archs like the alpha.
1999-12-15 02:59:48 +00:00
kevlo
78685ce836
Remove that file.
1999-12-15 02:57:16 +00:00
kevlo
ca76526b11
95% of the warnings are fixed. Port no longer destroys /etc/netatalk/rc.atalk
...
if it exists.
1999-12-15 02:54:39 +00:00
dugsong
e7c3778bc3
new GAIM port, from evan.cordes@UMICH.EDU
1999-12-14 05:22:46 +00:00
brad
7982812431
- ${SED} -> sed
...
- cleanup Makefile
- make this port respect CC and CFLAGS
- fix port so it'll work in package form
1999-12-14 04:17:14 +00:00
brad
7aa99fdf05
- remove pre-configure target
...
- convert patch-aa to a unified diff
- remove workaround for texinfo install-info bug
- move removal of wget.info* into wget's Makefile just before it gets
re-generated
- ${SH} -> sh
1999-12-14 03:59:09 +00:00
angelos
78edeef281
Version 2.3b10 (Reinoud.Koornstra@ibbnet.org)
1999-12-14 01:11:28 +00:00
dugsong
fb437b78c0
upgrade to 1.0 release, from halogen@nol.net
1999-12-13 02:45:21 +00:00
brad
1abe62d27a
add patch from FTP site for 2.500 snapshot
1999-12-10 20:56:44 +00:00
brad
9cdbc69220
make this port respect CC and CFLAGS
1999-12-08 04:34:21 +00:00
brad
eb5d813500
upgrade to nmap 2.3b8
1999-12-07 05:32:00 +00:00
brad
0929761910
re-arrange PLIST a bit, alphabetical order, more to come later
1999-12-06 20:08:27 +00:00
brad
fd8918b3a5
upgrade to 2.500 EPIC4 snapshot
...
- slight change, wserv has been renamed to wserv-epic so that BitchX and
EPIC4 can co-exist on the same system.
1999-12-06 17:26:59 +00:00
brad
e3dcb7e454
upgrade to BitchX 1.0c11, suggested that anyone having core dumps or weird
...
problems with negative numbers etc. upgrade to this version. I've also
made it so the port installs all the help, script and translation files.
1999-12-06 17:24:18 +00:00
ho
8bd402f8af
Marked broken. Currently a server running a signed zone can be crashed
...
(DOS) by recieving a SIG record request.
1999-12-06 15:45:01 +00:00
brad
ffe2cfabee
upgrade to mrtg 2.8.9
1999-12-06 01:25:33 +00:00
dugsong
ec92f759de
add nsping port
1999-12-05 18:14:15 +00:00
dugsong
714febb5c1
nsping - DNS "ping"
1999-12-05 18:09:08 +00:00
jakob
0d6b029be1
Update to v0.7.9 - CVS forgot this one...
1999-12-05 14:58:04 +00:00
jakob
889ad38989
Update to v0.7.9.
...
- Several protocol decoders updated and added
- Segfault fixes
1999-12-05 14:54:50 +00:00
form
234c0bfb5f
Update to 0.4.3.
1999-12-05 13:01:34 +00:00
espie
88d4502064
Kill USE_EGCC/USE_EGXX, since 2.6 includes both as standard compilers.
1999-12-03 14:24:38 +00:00
brad
71e64a8297
- add patches which fix compilation of queso on Alpha
...
- add queso man page
from Debian via rohee@
1999-12-01 03:04:03 +00:00
dugsong
31853c1b52
missed an include
1999-11-30 02:50:57 +00:00
brad
98aa674c72
style
1999-11-30 00:54:44 +00:00
brad
f231fc00dc
- change maintainers email address to markus@openbsd.org
...
- replace unnecessary USE_AUTOCONF tag with GNU_CONFIGURE
- cleanup Makefile
1999-11-30 00:23:28 +00:00
jasoni
109d86632f
Fix PLIST; remove some FreeBSD specifics; check package.
1999-11-29 18:19:59 +00:00
brad
85c277b7f7
use proper autoconf options to tell MRTG where gd and libpng instead of
...
overriding CFLAGS and LDFLAGS
1999-11-28 05:22:43 +00:00
brad
b9e8e76450
fix dependency check for new version of gd
1999-11-26 16:20:25 +00:00
espie
515e861055
Update to 2.3.2.
...
See package cvs.log for details.
This includes fixing an obscure security hole.
Patch to avoid spinning in select on non-blocking descriptors (will
probably be fixed in rsync 2.3.3)
1999-11-21 23:42:52 +00:00
jakob
c30e4e4958
Update to BIND v8.2.2-P5. Mark unbroken.
1999-11-14 22:39:16 +00:00
espie
73bb534787
Update dxpc to 3.8.0.
...
This is needed for inter-operability with other systems, as 3.7.0 and
3.8.0 don't talk together.
Also, 3.8.0 fixes some important bugs, and it compresses bitmaps, which
means it can be used in various situations where it was completely useless
before.
1999-11-14 21:49:14 +00:00
turan
64d7e4a8e3
mark broken, SEVERE SECURITY PROBLEMS. Do not use until fixed.
1999-11-14 21:17:54 +00:00
dugsong
aadedd149b
libnids port - network monitoring lib with TCP/IP reassembly. ok turans@
1999-11-13 20:22:17 +00:00
turan
8e486af9b7
set maintiner to Peter Galbavy <Peter.Galbavy@knowledge.com>
1999-11-12 19:12:15 +00:00
brad
467b99f22e
add tcpflow and tcptrace to Makefile
1999-11-12 14:26:05 +00:00
brad
7dbda33e53
add tcpflow port; jethro@dqc.org
...
-
tcpflow is a program that captures data transmitted as part of TCP
connections (flows), and stores it in a way that is convenient for
protocol analysis or debugging. A program like 'tcpdump' only shows a
summary of packets seen on the wire, but usually doesn't store the
data that's actually being transmitted. In contrast, tcpflow
reconstructs the actual data streams and stores each flow in a
separate file for later analysis.
tcpflow understands sequence numbers and will correctly reconstruct
data streams regardless of retransmissions or out-of-order delivery.
However, it currently does not understand IP fragments; flows
containing IP fragments will not be recorded properly.
Note: this port includes a small patch that adds the capability of
reading the packets from a tcpdump(1) capture file, using
a new option (-r).
1999-11-12 14:22:25 +00:00
brad
9a0776e343
add tcptrace port; jethro@dqc.org
...
-
tcptrace is a TCP dump file analysis tool written by Shawn Ostermann
at Ohio University. It is NOT a packet capture program. It reads
output dump files in the formats of several popular packet capturing
programs: tcpdump, snoop, etherpeek, and netm
For each connection, it keeps track of elapsed time, bytes/segments
sent and received, retransmissions, round trip times, window
advertisements, throughput, etc. Its output format ranges from
Simple to Long to Very Detailed.
1999-11-12 14:14:52 +00:00
turan
da47713e6f
delete proftpd
1999-11-08 17:42:30 +00:00
turan
7de6073ffa
nuke insecure proftpd port. ok'd by maint.
1999-11-08 15:54:41 +00:00
turan
a6b326f967
balance quotes in broken tag
1999-11-03 01:19:24 +00:00
turan
f8d24d9a07
broken, major breakage in the packing lists.
...
someone is expecting substitution here.
tar: Unable to access bin/%%DISTNAME%% <No such file or directory>
tar: Unable to access lib/%%DISTNAME%%-lib/CHANGES <No such file or directory>
tar: Unable to access lib/%%DISTNAME%%-lib/README <No such file or directory>
tar: Unable to access lib/%%DISTNAME%%-lib/alias.tf <No such file or directory>
1999-10-30 13:07:10 +00:00
turan
caba90091f
broken, compilation errors.
...
unshlight.c:56: structure has no member named `f_type'
I also saw
proc.c:1216: warning: large integer implicitly truncated to unsigned type
1999-10-30 13:00:50 +00:00
ho
104eb209bf
Update to 8.2.2. Minor port/pkg mods.
1999-10-29 12:54:22 +00:00
espie
849361b781
Fix CATEGORIES
1999-10-29 12:05:31 +00:00
turan
1183ab9cf5
these ports are interactive. mark NO_PACKAGE
1999-10-29 09:40:15 +00:00
brad
dd68cfe3e2
- upgrade to Curl 6.2
...
- switch to using the in-tree OpenSSL
1999-10-29 03:44:29 +00:00
brad
4a544f8c2c
remove BROKEN tag
1999-10-29 03:41:34 +00:00
brad
fbe6461d2b
sync PLIST so this port can be made into a package
1999-10-29 02:56:33 +00:00
dugsong
be7ad34ec1
add hping port
1999-10-29 00:18:57 +00:00
dugsong
58d17b2c1e
hping port
1999-10-28 22:53:00 +00:00
brad
a6ae46d009
upgrade to proftpd 1.2.0pre9
1999-10-27 22:54:42 +00:00
brad
2f201d52b2
upgrade to 1021 EPIC4 snapshot
1999-10-26 23:52:27 +00:00
espie
806e87b536
Update distsite.
...
checksum is ok, check your network, Chris.
package checked.
1999-10-26 15:19:12 +00:00