1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
Commit Graph

2258 Commits

Author SHA1 Message Date
Bill Fumerola
3273fba704 Upgrade SNMP to 4.0.1, which is a last minute bugfix.
Upgrade p5-SNMP to 1.8.1 and mark it broken as it is incompatible
with the ucd-snmp changes. If this is a huge problem, then a
repo copy of ucd-snmp can be made and we can have the hassle of
keeping two copies in our tree.
1999-08-27 20:18:47 +00:00
Chris Piazza
5432bc0f69 Update to version 4.0
Submitted by:	billf
1999-08-27 03:38:42 +00:00
Chris Piazza
f9d280992e Forced commit, the PR was actually
PR:		13262
1999-08-26 23:36:29 +00:00
Chris Piazza
d1815f1e6a Activate tcpflow 1999-08-26 23:32:41 +00:00
Chris Piazza
243b289ab1 Import of tcpflow.
Tcpflow is a tool for capturing data transmitted as part of TCP connections
(flows), and stores it in a way that is convenient for protocol
analysis or debugging.  tcpflow reconstructs the actual data streams
and stores each flow in a seperate file for later analysis.

PR:		13362
Submitted by:	Jose M. Alcaide <jose@we.lc.ehu.es>
1999-08-26 23:32:03 +00:00
David E. O'Brien
d99d6e104d Change Id->FreeBSD. 1999-08-25 07:23:21 +00:00
Michael Haro
430c36b5f0 MASTERSITE moved files around 1999-08-24 18:46:49 +00:00
Michael Haro
535add65ac grep -> ${GREP}
true -> ${TRUE}
false -> ${FALSE}
1999-08-23 04:23:59 +00:00
Michael Haro
235481b52a awk -> ${AWK}
basename -> ${BASENAME}
cat -> ${CAT}
cp -> ${CP}
ldconfig -> ${LDCONFIG}
mkdir -> ${MKDIR}
1999-08-22 23:33:47 +00:00
Michael Haro
5281212be3 chmod -> ${CHMOD}
chown -> ${CHOWN}
1999-08-22 19:01:07 +00:00
Bill Fenner
2f99f64224 Add rrdtool, and re-sort SUBDIR entries. 1999-08-22 08:42:30 +00:00
Bill Fenner
bd4a2c1361 Round Robin Database Tool - store time-series data with averaging or other
(lossy) historical compression, and create graphs.

PR:		ports/12717
Submitted by:	Dmitry S. Sivachenko <dima@Chg.RU>
1999-08-22 08:41:12 +00:00
Andreas Klemm
650f7f76c6 Upgrade to zebra 0.77
From: Kunihiro Ishiguro <kunihiro@zebra.org>
Date: Sun, 15 Aug 1999 23:47:59 +0900

This beta includes brand new ripd.  Almost codes of ripd is rewritten.
ripd's dynamic `network' command configuration is improved.  `timers
basic' command's semantics is changed to conforms to RFC2453.  ripngd
is also updated as same as ripd.  IPv6 kernel route handling bug is
fixed.  SIGUSR1 reopen logging file.  ospfd's bug of originating
network LSA is fixed.  Redistribute routes handling is much improved.
Now `no redistribute' works as expected.  BGP-4+ withdraw bug is
fixed.  IPv6 router advertisement codes are added but not yet usable.

* Changes in zebra-0.77
* Changes in lib
** SIGUSR1 reopen logging file.
** route-map is extended to support multi-protocol routing information.
** When compiling under GNU libc 2.1 environment don't use inet6-apps.

* Changes in zebra
** Basic IPv6 router advertisement codes added.  It is not yet usable.
** Fix IPv6 route addition/deletion bug is fixed.
** `show ip route A.B.C.D' works

* Changes in bgpd
** When invalid unfeasible routes length comes, bgpd send notify then
continue to process the packet.  Now bgpd stop parsing invalid packet
then return to main loop.
** BGP-4+ withdrawn routes parse bug is fixed.
** When BGP-4+ information passed to non shared network's peer, trim
link-local next-hop information.
** `no redistribute ROUTE_TYPE' withdraw installed routes from BGP
routing information.
** `show ipv6 route IPV6ADDR' command added.
** BGP start timer has jitter.
** Holdtimer configuration bug is fixed.  Now configuration does not
show unconfigured hold time value.

* Changes in ripngd
** Now update timer (default 30 seconds) has +/- 50% jitter value.
** Add timers basic command.
** `network' configuration is dynamically reflected.
** `timers basic <update> <timeout> <garbage>' added.

* Changes in ripd
** Reconstruct almost codes.
** `network' configuration is dynamically reflected.
** RIP timers now conforms to RFC2453.  So user can configure update,
timeout, garbage timer.
** `timers basic <update> <timeout> <garbage>' works.

* Changes in ospfd
** Bug of originating network LSA is fixed.
** `no router ospf' core dump bug is fixed.

* Changes in ospf6d
** Redistribute route works.
1999-08-19 00:01:32 +00:00
Satoshi Asami
e1486eec0f Add pipsecd 1999-08-18 07:19:06 +00:00
Matthew Hunt
fa0c40ffbb Import pipsecd, a tool for making IPsec tunnels.
PR:		13178
Submitted by:	Patrick Bihan-Faou <patrick@mindstep.com>
1999-08-16 22:14:42 +00:00
Poul-Henning Kamp
20d106b559 Remove this patch again. It seems that stubhost works now. 1999-08-16 21:13:47 +00:00
Bill Fumerola
cb30786ef1 Upgrade to 0.7.2, which fixes several large memory leaks. 1999-08-12 13:43:45 +00:00
Jim Mock
c0f6850e72 Updated to version 0.9.7 1999-08-12 09:20:45 +00:00
Chris Piazza
4687868b5c Use PKGNAME. Before it would have been ldapsdk_12311998 and now it is
-1998.12.31.

PR:             13055
Submitted by:   Neil Blakey-Milner <nbm@rucus.ru.ac.za>

Change three instances of 'mkdir -p' to ${MKDIR}
1999-08-11 04:12:15 +00:00
Andreas Klemm
1b33f07db8 Changes in 0.75, 0.76 is a bugfix release ...
BGP-4+ route handling is much improved.  ripngd perform route
aggregation with aggregate-address command.  When zebra starts up,
delete all installed routes which installed by zebra.  ospfd DR
election problem fixed.  `terminal length 0' bug is fixed.

BGP route-map now properly handles permit/deny and match/no match
mixture.  This fix is done by Rick Payne <rickp@rossfell.co.uk>.
--
Kunihiro Ishiguro

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
* Changes in zebra-0.75

* Changes in lib

** `termnal length 0' bug is fixed.

* Changes in zebra

** When zebra starts up, sweep all zebra installed routes.  If -k or
--keep_kernel option is specified to zebra dameon.  This function is
not performed.

* Changes in ripngd

** Aggreagte address command supported.  In router ripngd,
`aggregate-address IPV6PREFIX' works.

* Changes in bgpd

** Input route-map's bug which cause segmentation violation is fixed.

** route-map method improved.

** BGP-4+ nexthop detection improved.

** BGP-4+ route re-selection bug is fixed.

** BGP-4+ iBGP route's nexthop calculation works.

** After connection Established `show ip bgp neighbor' display BGP TCP
connection's source and destination address.

** In case of BGP-4+ `show ip bgp neighbor' display BGP-4+ global and
local nexthop which used for originated route.  This address will be
used when `next-hop-self'.

* Changes in ospfd

** Fix bug of DR election.

** Set IP precedence field with IPTOS_PREC_INTERNET_CONTROL.

** Schedule NeighborChange event if NSM status change.

** Never include a neighbor in Hello packet, when the neighbor goes
down.
1999-08-10 20:42:00 +00:00
David E. O'Brien
5324019ada Use proper type in call to res_mkquery()
Submitted by:	gcc -Wall and the letters R,T,F, and M
1999-08-10 08:24:12 +00:00
Bill Fenner
33f1ee4e0b Use empty MASTER_SITES= to indicate that there's nothing for the
distfile survey to check.
1999-08-09 06:27:14 +00:00
Justin M. Seger
1d778e52e5 Upgrade to bind 8.2.1
Submitted by:	ust@cert.siemens.de
PR:		ports/12875
1999-08-08 18:03:46 +00:00
Bill Fumerola
6a2612a398 Remove two files that aren't installed anymore.
Noticed By:	bento's logs.
1999-08-07 23:46:29 +00:00
Chris Piazza
185cf4d7d2 Update to 0.9.6
PR:		13011
Submitted by:	maintainer
1999-08-07 09:31:47 +00:00
Bill Fumerola
d7bc899542 Upgrade to 0.7.1, they actually released 0.7.1 before I could even
upgrade our tree to 0.7.0! It's good, however, because this version
fixes some significant bugs.
1999-08-05 20:14:21 +00:00
David E. O'Brien
5a11c282e2 Update patch checksum. 1999-08-05 17:35:40 +00:00
Dirk Froemberg
6ea24563ed Fix build and run problems in conjunction with OpenSSL.
Natively SSLtelnet works with SSLeay, only.

PR:		ports/12973
Submitted by:	Issei Suzuki <issei@jp.FreeBSD.ORG> (maintainer)
1999-08-05 08:00:25 +00:00
Chris Piazza
d54f62609d Update to version 0.72
PR:		12945
Submitted by:	maintainer
1999-08-03 21:46:40 +00:00
Masafumi Max NAKANE
4187bff36d Upgrade to 5.9.3. 1999-08-02 21:02:26 +00:00
Tim Vanderhoek
eb48f6f640 Re-enforce caps, no period. An "exceptions" file has been created
containing the ports editors/vim5, sysutils/star, and one other.
1999-08-02 16:55:21 +00:00
Satoshi Asami
d043fc2fcd IglooFTP beroftpd cftp curl downloader ftpfind ftpmirror ftpsearch
ftptool gftp greed gtm jmirror lftp llnlxdir llnlxftp mirror moxftp
ncftp ncftp2 ncftp3 omi pavuk proftpd spegla wget wu-ftpd wxftp yafc
yale-tftpd

have been moved to new category "ftp".
1999-08-02 11:15:41 +00:00
Chris Piazza
8a29f87d0d Fix up some grammar 1999-08-02 03:19:46 +00:00
Chris Piazza
27f3dde7ab Activate tund 1999-08-02 03:15:06 +00:00
Chris Piazza
2e4ddf6533 Import of tund.
TUND allows to organize IP over IP tunnel (IP packets are incapsulated
into UDP one). It works together with FreeBSD ipfw(8). Can be used
for tunneling private networks behind NATD.

PR:		12718
Submitted by:	Sergey Kosyakov <ks@itp.ac.ru>
1999-08-02 03:14:57 +00:00
Andrey A. Chernov
d8b5481cc7 upgrade to 1.03 1999-08-01 23:58:28 +00:00
Peter Wemm
5672bdec2f Update gated 3.5.10 -> 3.5.11 1999-08-01 04:13:42 +00:00
Steve Price
7fbb30ebb4 Update to the latest official version instead of the beta.
PR:		12908
Submitted by:	maintainer
1999-08-01 04:08:05 +00:00
Steve Price
921ec9203c Update to version 0.99072807.
PR:		12872
Submitted by:	maintainer
1999-08-01 03:11:38 +00:00
Steve Price
041a60736f Do a little better job of finding the moc binary.
PR:		12639
Submitted by:	maintainer
1999-08-01 02:55:15 +00:00
Steve Price
52ea699c95 Update to version 1.5.
PR:		12848
Submitted by:	maintainer
1999-08-01 02:47:41 +00:00
Steve Price
3e57e19ae1 Update to the latest release and fix a couple of bugs.
PR:		12711
Submitted by:	maintainer
1999-08-01 02:35:20 +00:00
Andreas Klemm
b5350bf6ef Upgrade to 0.74
OSPFd core dump during startup should be fixed.
BTW it's still not a complete OSPF implementation
as the author says on the mailing list:

"This is the first beta relase which includes (partly) workable ospfd.
Now ospfd works as inter area OSPF router.  When it works properly
route goes into the kernel.  Please note it does not support intra
area route, AS external route, multiple area, aging of LSA, etc...
Please use ospfd only in test environment.
BGP serious bug is fixed.  ripngd is almost rewritten to conform to
RFC2080.  ospf6d's LSA data structure is improved.  And also many bugs
are fixed."
1999-07-31 06:19:31 +00:00
Foxfair Hu
6bdfa59729 PR: 12870
Submitted by:	Leo Kim <leo@florida.sarang.net>
Reviewed by:	Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>

Missing a locale perl module when install mrtg, add it back.
1999-07-30 06:32:01 +00:00
Foxfair Hu
8ffef743ee PR: 12834
Submitted by:	Ying-Chieh Liao <ijliao@Terry.Dorm10.NCTU.edu.tw>

Update mrtg to 2.8.6.

The original maintainer, jfitz, has disappeared about more than a month.
I can't contact him by email, and have no idea to reach him in the other
way. So I take the update request from the submitter.
1999-07-29 03:26:40 +00:00
SADA Kenji
521370ce36 Move category from net to devel.
Cope with package-build time problem.

Requested by: hoek
1999-07-26 18:17:00 +00:00
Chris Piazza
9084228b18 Unbreak, ARCH was being passed through to the Makefiles
resulting in cc -I... i386 -c ... etc being used.

Noticed by:	bento.freebsd.org
1999-07-24 06:09:46 +00:00
Chris Piazza
3fd025381e Fix install error, ${INSTALL_MAN} ${MAN8} -> .. ${MAN8}.gz.
I broke this a while ago and didn't notice it until
now.
1999-07-24 05:58:58 +00:00
Tatsumi Hosokawa
9663fef70c Actually requires 2.0.5a
Submitted by:	"Oleg V. Volkov" <rover@lglobus.ru>
1999-07-24 00:53:52 +00:00
Tatsumi Hosokawa
ed243d3c9f Upgraded to samba-2.0.5a. 1999-07-23 06:41:43 +00:00
Bill Fumerola
96e6736efa Update from b16 to b18, which does contain a FreeBSD fix. 1999-07-22 23:25:08 +00:00
David E. O'Brien
9ea9f96993 Clean up EGCS warnings.
Submitted by:	Bill Fumerola <billf@jade.chc-chimes.com>
1999-07-22 20:08:48 +00:00
Mike Smith
6aa2ebee92 Catch up with all of Citrix' recent changes:
- back to a .Z tarball again
 - a few new files in the installed product

PR:		ports/12763 (reported breakage)
1999-07-22 17:29:26 +00:00
Robert V. Baron
8602d898ba Distfile coda-4.6.6.tgz is no longer stored at CMU.
Fetch it from freebsd repository.
1999-07-22 11:54:34 +00:00
Marcel Moolenaar
d7d791cfa6 Make port depend on linux_base instead of linux_lib. 1999-07-21 14:55:43 +00:00
Satoshi Asami
de2c8b70d7 You need egcs to build ksirc. Take it out for 3-stable PLIST for now. 1999-07-21 03:17:23 +00:00
Poul-Henning Kamp
dbd5f002ca Fix the same problem for OSPF as -ag does for RIP: non 127/8 addresses on
a loopback interface are ok.
1999-07-20 13:20:00 +00:00
Andreas Klemm
fd07efbaee remove typo, seems to be I'm a victim of the heat wave ;-) 1999-07-18 11:52:13 +00:00
Andreas Klemm
aa11dde4cd make zebra startup script executeable in final destination... 1999-07-18 11:46:32 +00:00
Andreas Klemm
d577b530cb - Improve startup script
- OSPF tested, zebra works well as designated (DR)
  and backup designated router (BDR)
- Disable debugging to meet FreeBSD package policy (no debug)
1999-07-18 11:42:26 +00:00
Andreas Klemm
da57b0623d Make zebra port more user friendly be providing a nice start stop script
which is prefix-clean:
- Install a zebra startup script ${PREFIX}/rc.d/zebra.sh
- Can be used as start and stop script (expects "start" or
- "stop" as argument).
- If config file is present in ${PREFIX}/etc/zebra
	- Starts zebra, ripd, ospfd and bgpd
	- Stops (kills)  ripd, ospfd, bgpd and at last zebra
1999-07-18 10:31:43 +00:00
Andreas Klemm
4595bf80df Update zebra to 0.73.
New beta, many bugfixes...
1999-07-17 22:14:37 +00:00
David E. O'Brien
263d6a8e9f Upgrade to version 0.6.3.
Don't use offical master sites for now.  Both webservers are down and one
returns a message that they don't know for how long.
1999-07-15 12:13:44 +00:00
David E. O'Brien
913b66d3bc Upgrade to version 0.3.6.
The previous state of this port had MD5 checksum problems, and upon fetching
a new distfile found that version "0.3.5" of the distfile contained the
directory "xwhois-0.3.6".
1999-07-14 23:20:27 +00:00
David E. O'Brien
708be082fd After I pointed out to the `mtr' author that FreeBSD binaries are available,
he asked me why we were two versions behind... hummm.., not any more. :-)
1999-07-14 10:24:29 +00:00
David E. O'Brien
9c87f4c3c3 Add a "manpage" I found.
Don't install doc files if NOPORTDOCS is defined.
Properly put docs files in pathchar specific doc dir.
1999-07-12 22:29:03 +00:00
Tatsumi Hosokawa
82ac8bdb52 Added --privatedir option to configure option.
Submitted by:	Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
1999-07-12 08:44:04 +00:00
Tatsumi Hosokawa
ccf3fc7896 PR: ports/8276
Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
Samba's WINS database was cleaned during reboot.
1999-07-12 08:38:14 +00:00
SADA Kenji
101bf0652a Some portlints.
PR:		ports/12201
Submitted by:	Nick Hibma <nick.hibma@jrc.it>
1999-07-10 20:08:06 +00:00
Bill Fumerola
15a0552137 This port uses a DIST_SUBDIR. The IGNORE message doesn't.
This is confusing (and makes the IGNORE message wrong.)
1999-07-09 23:01:42 +00:00
Chris Piazza
ec06511b46 Bring the changes from cvsup-bin in to support alpha and make other
architectures in the future easier to support.
1999-07-05 04:22:39 +00:00
Chris Piazza
16c631b262 Fix to work on the alpha and make future architectures easily
supported.
1999-07-05 04:16:44 +00:00
Steve Price
818f82c32f Make this port reinstall friendly and remove an extraneous blank line. 1999-07-04 21:37:28 +00:00
Steve Price
cbd6508c9d Installs i386 binaries, so mark this for i386 only. 1999-07-04 21:30:57 +00:00
Steve Price
a09fbeacc4 Set IS_INTERACTIVE for this port. 1999-07-04 21:25:58 +00:00
Steve Price
af5b2c6773 Use 'install -c' to make this reinstall friendly. 1999-07-04 20:58:32 +00:00
Steve Price
17d87cca36 Installs i386 binaries, so mark this for i386 only. 1999-07-04 20:50:37 +00:00
David E. O'Brien
9c107961c1 The lines creating PREFIX/etc/rc.d/tdetect.sh were totally bogus.
The resulting file was obviously never looked at by the maintainer.
1999-07-04 19:18:49 +00:00
David E. O'Brien
c54c3907dc Move the noise about compile options from pre-fetch to pre-patch.
Some people like to ``make fetch'' in one location and take the distfiles
home for the build.  We should be quiet in succesful fetch situations.
1999-07-04 17:08:55 +00:00
Jacques Vidrine
13b2309ccf . Update 0.64 -> 0.65
. USE_BZIP2
1999-07-03 15:32:23 +00:00
Tim Vanderhoek
a48bc2f5ee Fix instances of "This is ...." 1999-07-03 09:31:52 +00:00
Chris Piazza
99c25961e6 1) Add a patch to fix the syntax for 'lpc status' for FreeBSD 3.x+
2) Shorten down a long line in DESCR.

PR:		12442
Submitted by:	Isupov A.Yu <isupov@moonhe.jinr.ru>
1999-06-30 03:57:40 +00:00
Chris Piazza
595fce410f Make samba auto-use Kerberos 5 a la security/ssh
Note: I haven't tested this because I don't use krb5, but I trust
that it works.

PR:		12143
Submitted by:	Walt Howard <howard@ee.utah.edu>
1999-06-29 05:44:21 +00:00
Satoshi Asami
d6b6216d7c Complete resurrection of bind8 by adding it to net/Makefile. :> 1999-06-28 22:41:33 +00:00
Bill Fumerola
15c5eaf394 Bring back bind8, even -CURRENT only has 8.1.2, this port is more up-to-date.
Requested By:	a bazillion people both on mailing lists and #FreeBSD.
1999-06-28 21:25:34 +00:00
SADA Kenji
65850f01ae Activate cvsweb.
PR:	ports/12412
1999-06-28 17:27:52 +00:00
Satoshi Asami
b5561bc515 Whoops, forgot to move epic4 from net to irc.
Pointed out by:	billf
1999-06-28 08:55:19 +00:00
Chris Piazza
cad6c0c117 Generic-NQS, a freely available Network Queuing System that provides
configurable limits on jobs on a per queue basis as well as for the
total queue system.
It is based on the de facto NQS standards and is interoperable with
commercial NQS products.

PR:		6699
Submitted by:	Tony Maher <tonym@angis.org.au>
1999-06-28 07:07:31 +00:00
Chris Piazza
1f6bb5e181 Move generic-nqs to the net category. 1999-06-28 07:02:11 +00:00
Chris Piazza
e6e1f16451 Fix a typo (p5-SNMP_Simple -> p5-SNMP_Session) 1999-06-28 05:47:03 +00:00
Bill Fumerola
94643a8e9a Whoops, forgot quirc. 1999-06-28 01:54:56 +00:00
Bill Fumerola
08339d7df6 New ports/{irc,java,x11-servers} categories, Step #2 - update old Makefiles. 1999-06-28 01:46:17 +00:00
Tim Vanderhoek
e32f86f31b Remove trailing spaces, and any periods that were hidden by them. 1999-06-28 00:45:20 +00:00
Chris Piazza
fd29eff5a8 Activate p5-SNMP_Session 1999-06-27 17:42:48 +00:00
Chris Piazza
2ac3045663 Import of the SNMP_Session perl module. This module differs
from existing SNMP packages in that it is completely stand-
alone.

PR:	12231
Submitted by:	Stephen J. Roznowski <sjr@home.net>
1999-06-27 17:41:45 +00:00
Andreas Klemm
eb11b51ed9 Long awaited upgrade to version 1.2a
It lastet so long, because of personal time constraints and based
on the fact, that I had to do the very time consuming task, to
revamp the whole big brother installation heavily.

This could be avoided, if Sean could provide a Makefile with a real
install: target and not the drainbamaged
	"unpack, compile and let the whole sh**^H^H^H^Hbunch
	 remain here(tm)" philosophy."
(me lucky one, that apsfilter has changed about 1-2 years ago ;-)

- make install target now copies the workdir to ${PREFIX}/bb
  and then moves or removes files and directories as needed

- revamped client configuration and introduced a
	${PREFIX}/share/bb/bbclients
  directory.

Hope you like it this way ;-)
1999-06-27 14:23:08 +00:00
Michael Haro
dff50f43f3 Shorten DESCR file so it is only 24 lines long. 1999-06-27 07:54:43 +00:00
Michael Haro
1f4a287f09 Support ${PREFIX} better and also only depend on tcp_wrappers if it
doesn't exist in the base system.
1999-06-27 06:40:24 +00:00
Michael Haro
a34a75aba7 use ${PREFIX} and only require tcp_wrappers if it isn't part of the
base system.
1999-06-26 22:58:41 +00:00
Tim Vanderhoek
dd9ff05a6a Commit #3/4 to enforce caps, no period.
FWIW, checkout of these things took 5+hrs, staying on the local
.freebsd.org net w/o hitting the 'net at all.

As promised,

$ time cvs ci
real    67m51.701s
user    0m1.250s
sys     0m5.345s
1999-06-26 19:12:45 +00:00
Andreas Klemm
7dcd272063 purely cosmetic: nuke commented out BROKEN line 1999-06-26 17:45:32 +00:00
Andreas Klemm
971040175b Upgrade zebra to 0.70.
0.70 is a bugfix release to 0.69
from the announcement on the zebra mailinglist:
I've just fixed critical bug of zebra's routing information base
calculation which introduced in zebra-0.69.  ospfd bugs which causes
core dump are also fixed.  Configuration search path bug is fixed by
NAGUCHI kay.  RIPng in filter bug is fixed by itojun.
* Changes in zebra-0.70
* Changes in zebra
** Critical routing information base calculation bug check is fixed.
** zebra ipv4 message is extended to support external/internal route flavor.
** Now if internal route doesn't has direct connected nexthop, then nexthop
is calculated by looking up IGP routing table.
* Changes in bgpd
** `neighbor PEER update-source IFNAME' command added as ALIAS to
`neighbor PEER interface IFNAME'.
* Changes in ospfd
** DD null pointer bug is fixed.
1999-06-26 12:01:35 +00:00
Andreas Klemm
d1ecc97553 update ntpdate to last version 4.0.93a
got a patch to make it run.

Submitted by:	sorry, deleted mail too fast
1999-06-26 06:54:17 +00:00
Justin M. Seger
ce5fc21e50 Nuke bind8, it's been in the base system for a while now. 1999-06-25 20:22:17 +00:00
Justin M. Seger
c1c6dfd089 * Upgrade to dhcp-2.0 release.
* Install manpages instead of catpages
1999-06-25 20:08:41 +00:00
SADA Kenji
128e8e2fb0 Fix typo of sampe config file.
Approved by:	maintainer
1999-06-23 15:24:43 +00:00
Chris Piazza
9ba143eb76 Activate downloader. 1999-06-23 00:45:09 +00:00
SADA Kenji
29a2ad252c Import true contents of repo.copied kde11*-i18n ports.
Submitted by:   Ryuichiro Imura <imura@cs.titech.ac.jp>
1999-06-22 23:42:27 +00:00
Sheldon Hearn
63668b8540 Don't depend on the tcp_wrappers port if tcp_wrappers is included in the
base system.

PR:	12090
Submitted by:	Parag Patel <parag@codegen.com>
1999-06-21 12:43:07 +00:00
Chris Piazza
eb8de8ddbf Activate trickyirc. 1999-06-21 01:20:35 +00:00
Jordan K. Hubbard
bc4db783c8 Unbreak this port - it's easy enough to get the config files in the
right places.
1999-06-20 15:10:14 +00:00
John Polstra
d38d5563d1 Activate pptpclient. 1999-06-19 22:43:59 +00:00
John Polstra
f9c4cd9156 New port for the "pptp-linux" VPN client. It allows a FreeBSD machine
to connect to a remote NT server, making it behave as if it were on
the same LAN.
1999-06-19 22:41:33 +00:00
Andreas Klemm
cc2d7ec287 Update zebra port to 0.68
From the announcement on the zebra mailing list:

ospfd is much improved.  DR election bug is fixed.  Database
description can be sent and received.  Now Neighbor State Machine
goes to Full.  We are working on zebra-0.70 can provide real OSPF
routing feature.

bgpd aggregate-address command is added.  At this momemnt summary-only
aggregation is supported.  `ip community-list' command is added.
New route-map command such as `set community' or `match community'
is added.

zebra's IPv6 related bug is fixed.  VTY input buffer overflow bug
is fixed.

DEFUN can eat (a|b|c) statement.  So (deny|permit) is useful for
like this:

bgpd(config)# access-list test ?
  deny              Access list for denies
  permit            Access list for permits

Changes in zebra-0.68
++ Changes in lib
- DEFUN() is extended to support (a|b|c) statement.
- Input buffer overflow bug is fixed.
++ Changes in bgpd
- `ip community-list' is added.
- set community and match community is added to route-map statement.
- aggregate-address A.B.C.D/M partly works.  Now it works only
  summary-only mode.
++ Changes in zebra
- IPv6 network address delete bug is fixed.
++ Changes in ospfd
- DR election bug fixed.
- Now Database Description can be send or received.
- Neighbor State Machine goes to Full state.
++ Changes in ospf6d
- router zebra related bug is fixed.
1999-06-19 10:21:08 +00:00
Chris Piazza
e7320d495d Activate blackened 1999-06-19 08:58:50 +00:00
Michael Haro
06470acd88 Add master site
PR:		12222
Submitted by:	CHOI Junho cjh@kr.freebsd.org
1999-06-18 17:31:21 +00:00
Bill Fumerola
18a505adb8 1. Make this port easier to upgrade later on.
2. Use the correct location of perl5
1999-06-17 16:09:09 +00:00
Bill Fumerola
6b7509ec76 Remove trailing whitespace
Found By:	portlint
1999-06-17 16:05:40 +00:00
Bill Fumerola
3d0bc5ede0 The patch changed on us without bumping the version number.
Update the makesum.

Noticed by:	bento errorlogs.
1999-06-17 13:39:04 +00:00
Bill Fumerola
0842350b47 Portlint, this port doesn't need to include bsd.port.{pre,post}.mk
Also the Makefile was copied from the Samba makefile it seems, so I
fixed the first 5 comment lines so they were actually accurate.

Noticed from:	bento errorlogs
1999-06-17 13:38:20 +00:00
Bill Fumerola
28766f8c52 I copied this from being a patch to being a file. Boy do I feel silly that
I forgot to stript the patch information from it.

Submitted by:	maintainer
1999-06-17 12:50:54 +00:00
John-Mark Gurney
355f2a7175 activate domtools 1999-06-17 10:02:36 +00:00
John-Mark Gurney
9aaf246709 import of domtools
'domtools' is a set of DNS information extraction utilities.

The commands in the 'domtools' package allow you to traverse DNS domain
hierarchies, list all hosts (or subdomains) within a given domain,
convert host name to IP address and vice-versa, convert a normal IP address
to the "in-addr.arpa." format and vice-versa, and more. These commands can be
used manually, or included as building blocks for higher level DNS tools.
They generate output that is easily computer parsable.
1999-06-17 10:00:30 +00:00
Bill Fumerola
04001a7aa9 Use -pthread not libc_r
Submitted by:	jmg
1999-06-16 18:11:45 +00:00
Bill Fumerola
b651eecd22 Add rtsp_proxy, because Apple was kind enough to share. 1999-06-16 16:49:12 +00:00
Bill Fumerola
659b107e5b This is a port of Apple Computer's open source rtsp_proxy.
QuickTime streaming uses RTP/RTSP protocols

WWW: http://www.apple.com/quicktime/developers/rtsproxy.html

PR:		ports/12194
Submitted By:	Richard Kiss <richard@homemail.com>
1999-06-16 16:47:38 +00:00
Jun Kuriyama
4847085f29 Use make_smbpasswd, not mksmbpasswd.sh. 1999-06-15 14:32:21 +00:00
David E. O'Brien
2d5a1b43d5 BROKEN='port installs files into /etc (dhclient.conf) rather than PREFIX/etc'
Also, dhcpd.conf must be in /etc the way isc-dhcp2 is compiled.
1999-06-15 00:40:08 +00:00
Foxfair Hu
074e0f6919 Add one more URL.
Requested by:	maintainer.
1999-06-14 06:40:41 +00:00
John-Mark Gurney
0e1e6ea40a make port adhere to ${PREFIX} 1999-06-14 05:01:45 +00:00
Foxfair Hu
3c297dabc6 Point to the maintainer's homepage about mars_nwe. 1999-06-14 02:51:58 +00:00
Foxfair Hu
1476a3f017 Submitted by: maintainer:Boris Popov <bp@butya.kz>
Update to mars_nwe-0.99.pl17.
1999-06-14 02:47:59 +00:00
John-Mark Gurney
229d422a33 forgot to activate till now...
Reminded by a mail to: Alex Perel <veers@disturbed.net> aka Storm-
1999-06-12 09:52:46 +00:00
John-Mark Gurney
a5f8d579c0 rinetd - simple TCP-only port redirector program.
Submitted by: Alex Perel <veers@disturbed.net> aka Storm-
1999-06-12 04:45:53 +00:00
Satoshi Taoka
98c75e3a9c Added yafc 1999-06-11 09:07:29 +00:00
Steve Price
df1a590b46 Add the quirc port. 1999-06-09 01:59:05 +00:00
Steve Price
933abeff0e Add the brouted port. 1999-06-09 00:32:16 +00:00
Steve Price
bd07fcc1da Initial import of brouted version 1.2b.
Dynamic routing daemon acting on source IP of TCP connection

PR:		11515
Submitted by:	swjeong <swjeong@bbs.kitel.co.kr>
1999-06-09 00:31:17 +00:00
Steve Price
974c2997e1 Make this port honor CFLAGS.
PR:		11520
Submitted by:	Oscar Bonilla <obonilla@fisicc-ufm.edu>
1999-06-09 00:13:13 +00:00
Steve Price
b9415de6e8 Add wais support.
PR:		11728
Submitted by:	Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co>
1999-06-08 23:50:35 +00:00
Steve Price
c7389411b1 Update for new MASTER_SITE.
PR:		12074
Submitted by:	maintainer
1999-06-08 23:17:00 +00:00
Bill Fumerola
26806cc64f Upgrade to version 1.2.3 1999-06-08 22:39:45 +00:00
Steve Price
593990a1e7 The xforms ports is no longer an i386-only port. 1999-06-08 22:15:15 +00:00
Hidetoshi Shimokawa
3efef38a70 Replace i386-freebsd with PERL_ARCH so that packages can be built on alpha. 1999-06-07 10:57:49 +00:00
Paul Richards
49b1aa0044 Update to latest version of sdk. 1999-06-06 21:01:45 +00:00
Paul Richards
89c3a17742 Update to latest version of sdk.
Tidy up some commented out lines and whom entry.
1999-06-06 21:01:32 +00:00
Paul Richards
c485740af2 Fix the whom entry and change a hardcoded path to ${PREFIX} 1999-06-06 20:34:45 +00:00
Justin M. Seger
c7472aaf1a portlint cleanups
Partially submitted by:	n_himba
PR:			ports/12032
1999-06-06 12:51:53 +00:00
Michael Haro
5ce8e8e5c7 Remove the test to create ${PREFIX}/share/info/dir as it is now
in bsd.port.mk and this helps to unify the check and install.
1999-06-05 22:32:11 +00:00
Michael Haro
defb095dec Update to 990522 release
PR:		12029
Submitted by:	Koji Kondo koji@dti.ad.jp
1999-06-05 20:11:37 +00:00
Robert V. Baron
3e8d2f62e4 Sync with 5.2.4 1999-06-04 23:00:03 +00:00
Michael Haro
5c9f4544a4 Activate roxirc 1999-06-04 06:18:52 +00:00
Bill Fumerola
f84dd4af62 Replace a dead master site with MASTER_SITE_SUNSITE and the appropriate
directory within.
1999-06-04 03:19:25 +00:00
Justin M. Seger
d04f750efd Upgrade to 2.0.4b
Submitted by:	Palle Girgensohn <girgen@partitur.se>
PR:		ports/11877
1999-06-04 01:44:54 +00:00
Andrey A. Chernov
11e7baf89f upgrade to 0.4.1 1999-06-03 08:31:13 +00:00
Michael Haro
d13f8f365e Activate ttcp 1999-06-02 06:20:35 +00:00
Michael Haro
f54bf74009 TTCP is a benchmarking tool for determining TCP and UDP performance
between two systems.

I could never remember where to get it, others may find it useful
to have in the ports collection too.
1999-06-02 06:14:11 +00:00
Justin M. Seger
4df78b912f Use latest patches from ISC.
PR:		ports/11784
1999-05-31 17:36:29 +00:00
Steve Price
7334e5c303 Fix build on Alpha. 1999-05-31 04:47:02 +00:00
Steve Price
6729c90da3 Use new gnome libs.
PR:             11844
Submitted by:   Jeremy Lea <reg@shale.csir.co.za>
1999-05-30 04:04:53 +00:00
Steve Price
c5344554d9 Use new gnome libs.
PR:             11844
Submitted by:   Jeremy Lea <reg@shale.csir.co.za>
1999-05-30 03:49:40 +00:00
Steve Price
b3ac985891 Remove kde 1.0 ports in favor of the 1.1 versions. 1999-05-29 05:01:38 +00:00
Steve Price
898dd65bc9 USE_LIBTOOL=yes and misc. cleanup.
PR:		11855
Submitted by:	Jeremy Lea <reg@shale.csir.co.za>
1999-05-29 04:38:22 +00:00
Steve Price
92103d6d5c Update to use gtk version 1.2.3.
PR:		11842
Submitted by:	Jeremy Lea <reg@shale.csir.co.za>
1999-05-29 03:56:15 +00:00
Steve Price
34e350e7ea Use glib version 1.2.3.
PR:		11841
Submitted by:	Jeremy Lea <reg@shale.csir.co.za>
1999-05-29 03:47:54 +00:00
Satoshi Asami
5f5dc45b2a Fix WRKSRC so it can be found.
Submitted by:	maintainer

Add NO_PACKAGE, there are some stuff hardcoded into the compiled ROM files.
1999-05-29 01:12:52 +00:00
Jacques Vidrine
323ecb288c gwget -> gtm 1999-05-28 22:31:23 +00:00
Jacques Vidrine
7837a3de02 Add another MASTER_SITES entry. 1999-05-28 20:53:31 +00:00
Jacques Vidrine
7f52ec3420 Fix PLIST (a couple of icons were forgotten during the last update).
PR:	ports/11871
1999-05-28 20:50:11 +00:00
Satoshi Asami
9d05d4c30c Gotta run ldconfig from PLIST too. 1999-05-28 11:43:17 +00:00
Jacques Vidrine
2cc0d85082 Update 0.62a -> 0.64 1999-05-27 16:16:09 +00:00
Kris Kennaway
610a5e8ff0 Update to v0.3.5
PR:		11614
1999-05-27 12:50:26 +00:00
Satoshi Asami
bb42dcd49d Add ldapsdk and perldap.
Forgotten by:	paul
1999-05-27 11:18:36 +00:00
Thomas Gellekum
25490e549c Forget about ${PREFIX}/include/giflib. 1999-05-27 07:32:49 +00:00
Paul Richards
5387df7a3f Initial import of the Mozilla Perl interface to LDAP 1999-05-25 22:47:01 +00:00
Paul Richards
c0e2ce55be Initial import of the Mozilla LDAP sdk. 1999-05-25 22:44:25 +00:00
Michael Haro
eb8a9a8461 Update to 0.6.2
Submitted by: Oyvind Moll  oyvindmo@initio.no
PR Number: 11882
1999-05-25 18:24:40 +00:00
Steve Price
d16b6fb6c2 Use KDE version 1.1 instead of version 1.0. 1999-05-24 02:31:51 +00:00
Michael Haro
8f58b17226 Upgrade to version 3.1.1
PR Number: 11817
Originator:     Dominic Mitchell
1999-05-22 06:53:03 +00:00
Satoshi Asami
65281e8ece Add png dependency. That fixes the PLIST problem, so add back deleted
entries.

Submitted by:	maintainer
1999-05-20 19:08:04 +00:00
Stefan Bethke
5663940d42 Fix MASTER_SITES. 1999-05-17 08:17:57 +00:00
Satoshi Asami
0c3e5b018e Misc. PLIST cleanups.
Submitted by:	Jeremy Lea <reg@shale.csir.co.za>
1999-05-12 11:19:22 +00:00
Satoshi Asami
34cffc3d20 Upgrade to fix build problem.
Submitted by:	maintainer
1999-05-12 08:05:13 +00:00
Seiichirou Hiraoka
ea91897a30 Activate coda5_doc 1999-05-11 01:24:57 +00:00
Seiichirou Hiraoka
784ba7ed39 Update to 5.2.0
PR: ports/11610
Submitted by: ijliao@Terry.Dorm10.NCTU.edu.tw
1999-05-11 01:21:59 +00:00
Satoshi Asami
f1bd8397c5 Remove missing files. I'm not sure if this is the right fix but
it will at least get the build going again.
1999-05-10 22:35:43 +00:00
Stefan Bethke
3d5107edf8 Update man page for atalkd: add explanation for -router. 1999-05-10 01:10:19 +00:00
Jun-ichiro itojun Hagino
aab5d7d841 upgrade to 0.64.1.
(I tested this with KAME-ready kernel so it should work fine)
1999-05-09 18:24:16 +00:00
Steve Price
7350323c55 Update to version 0.99030108.
PR:		11578
Submitted by:	maintainer
1999-05-09 16:46:19 +00:00
Steve Price
fd79e90fca Hopefully a little bit better worded COMMENT. :) 1999-05-09 01:19:12 +00:00
Steve Price
ece4102415 Activate the libnet port. 1999-05-09 01:17:10 +00:00
Steve Price
253c687d8f A C library for creating IP packets.
PR:		9901
Submitted by:	Peter Shipley <shipley@dis.org>
1999-05-09 01:16:35 +00:00
Satoshi Asami
7cf51e743f Finish moving libicq from devel to net. 1999-05-08 10:32:29 +00:00
Satoshi Taoka
6ba6d0f02a Fixed ${LIB_DEPENDS} from devel/libicq to net/libicq 1999-05-08 01:42:40 +00:00
Satoshi Taoka
933fb0d5d4 Fixed ${CATEGORIS} from devel to net 1999-05-08 00:24:25 +00:00
Bill Fumerola
13d26afc8c We don't fetch libpcap anymore, so why include it's MASTER_SITE?
Submitted by:	Anders Nordby <anders@fix.no>
Pointy Hat:	Me.
1999-05-07 19:31:59 +00:00
Seiichirou Hiraoka
3f834dccac Activate IglooFTP 1999-05-07 17:44:05 +00:00
Justin M. Seger
b749631790 Switch to USE_ZIP 1999-05-07 02:30:21 +00:00
Bill Fumerola
a844f9a47a BROKEN= "4.2 has been released, this port is no longer fetchable"
Also make a bunch of style changes, most of them related to USE_BZIP2.
1999-05-06 21:49:25 +00:00
Bill Fumerola
95779fde89 (1) Upgrade to 1.1
PR:		ports/11536
Submitted by:	Anders Nordby <anders@fix.no>

(2) Fix some uglyness
1999-05-06 20:47:23 +00:00
Jun Kuriyama
07d7c1719b Cleanup empty directories. 1999-05-06 13:38:02 +00:00
Jun Kuriyama
5794688437 Add .packlist and cleanup empty directory. 1999-05-05 22:03:05 +00:00
Satoshi Taoka
ba06ff91b7 I moved icqlib from devel to net. Fixed ${CATEGORY} and ${LIB_DEPENDS}
with respect to the change.
1999-05-05 14:13:55 +00:00
Seiichirou Hiraoka
50a7c11433 Update to 0.8.0
PR: ports/11495
Submitted by: cpiazza@home.net
1999-05-05 14:13:45 +00:00
Satoshi Taoka
c1d410aead Add icqlib 1999-05-05 13:59:05 +00:00
Satoshi Taoka
295cbd60ba icqlib is a library required by kicq, KDE ICQ client.
PR:		10649
Submitted by:	Pavel Andreev <paxvel@iname.com>
1999-05-05 13:57:00 +00:00
Archie Cobbs
e23ea93287 Update to version 2.0b2. 1999-05-05 05:11:37 +00:00
Steve Price
2c78917c6b LIB_DEPENDS on the new unified xview port. 1999-05-04 23:18:39 +00:00
Steve Price
5af2dded5c libtool has been updated to version 1.3 so fixup where we look for it. 1999-05-04 22:36:19 +00:00
SADA Kenji
269378eaa7 Justify md5. 1999-05-04 15:28:56 +00:00
Satoshi Asami
275aad51ae USE_XLIB. 1999-05-04 11:40:35 +00:00
Stefan Eßer
c6161bba71 Upgrade KDE to Release 1.1.1. 1999-05-03 22:29:39 +00:00
Michael Haro
5b9355a3b1 WWW: This is definately the daemon's work. In Chuck we trust. 1999-05-03 05:26:53 +00:00
Steve Price
21dfd2dcf8 Add the tdetect port. 1999-05-03 03:00:28 +00:00
Steve Price
f61a972ad1 Initial import of tdetect version 0.2.1.
A utility for detecting traceroutes and reporting them via syslog.

PR:		9899
Submitted by:	Peter Shipley <shipley@dis.org>
1999-05-03 02:49:35 +00:00
Steve Price
e73cbfb5c0 Change version required comment too. 1999-05-03 01:56:26 +00:00
Tatsumi Hosokawa
6d272ef8b9 smbrun does not compiled. 1999-05-03 01:54:02 +00:00
Michael Haro
af01b6d8a4 broken: structure has no member named `tv_usec'. 1999-05-03 01:11:25 +00:00
Michael Haro
a89d8b834b Update licq to version 0.61
PR:		11453
Submitted by:	maintainer
1999-05-02 20:21:41 +00:00
Michael Haro
8b3baf3127 update to version 3.3a 1999-05-02 19:19:17 +00:00
Justin M. Seger
c6ed5af9f6 Upgrade to isc-dhcp-2.b1.27 1999-05-02 11:19:14 +00:00
Michael Haro
6158d64b91 BROKEN if kerberos not installed. Do check and report as broken if so. 1999-05-02 09:36:40 +00:00
Steve Price
4e3ed35958 Finish updating to version 1.5.4.3-beta16.
PR:		11290
Submitted by:	maintainer
1999-05-01 03:15:12 +00:00
Archie Cobbs
27c5150c98 Unbreak egcs compilation by removing -Werror flag instead of fixing all
the warnings (it's easier, and a couple of the fixes were incorrect anyway).
The next version of mpd will have these warnings fixed, at which time -Werror
may be restored... though doing so is debatable in the first place.
1999-04-30 19:31:17 +00:00
Satoshi Taoka
ad04c59247 Added kicq 1999-04-30 17:16:33 +00:00
Satoshi Taoka
db057c69ba Add irssi, ns and nam 1999-04-30 17:11:18 +00:00
Satoshi Taoka
21a9cb742b The UCB/LBNL Network Animator
PR:		11341
Submitted by:	Oscar Bonilla <obonilla@fisicc-ufm.edu>
1999-04-30 17:02:05 +00:00
Satoshi Taoka
6a364c19b2 The UCB/LBNL Network Simulator Version 2
PR:             11340
Submitted by:   Oscar Bonilla <obonilla@fisicc-ufm.edu>
1999-04-30 16:54:42 +00:00
Satoshi Taoka
119ce48288 KDE/Qt based ICQ clone
PR:		10651
Submitted by:	Pavel Andreev <paxvel@iname.com>
1999-04-30 16:37:21 +00:00
Kris Kennaway
e517e9a8f6 Unbreak (Makefile defines -Werror, which is causing problems in the new
world order of egcs due to some trivial warnings).

Prompted by:	bento.freebsd.org
1999-04-30 13:40:53 +00:00
Kris Kennaway
97c42220fd Unbreak. 1999-04-30 12:59:50 +00:00
Peter Wemm
542106539c Trivial update from b14 -> b16. 1999-04-29 20:27:22 +00:00
Michael Haro
8930ede6ef Add WWW: 1999-04-27 04:58:43 +00:00
Michael Haro
d32b246261 update to 0.9.4 1999-04-27 03:56:52 +00:00
Michael Haro
fca7970b5a update port and use gtk12 1999-04-26 19:36:01 +00:00
Michael Haro
060784c71a Update net/p5-New-RawIP to 0.06b
PR:		11311  (thats 11311 backward)
Submitted by:	maintainer
1999-04-26 02:39:28 +00:00
Andreas Klemm
b9bbac18bb nuke kirc 1999-04-25 20:47:37 +00:00
Bill Fumerola
8684147ba7 Upgrade to 1.0r9, the previous version had been dropped.
The deleted patches were merged into the program.

Obtained from:	http://www.socks.nec.com/patch-socks5.html
		(the new patches, that is)

NOTE: I'd love to have used PATCH_SITES and its cohorts,
however the patches from the web site were directory-ambigous
and adding them to our repository is the best way to avoid a
lot of glue and uglyness in the Makefile.
1999-04-25 03:49:17 +00:00
Kris Kennaway
8717f2ffac Upgrade to 0.34, remove dependency on gtk-1.1 in favour of 1.2
PR:		11158
Submitted by:	cpiazza@home.net
1999-04-24 14:15:09 +00:00
Michael Haro
606345bd58 Change maintainer email address over to freebsd.org 1999-04-22 15:59:03 +00:00
Michael Haro
aa3374648f gtk11 -> gtk12 1999-04-22 07:57:18 +00:00
Marc G. Fournier
0f398af16d Another bunch off WWW: links in DESCR 1999-04-22 00:55:05 +00:00
Stefan Bethke
8caed28090 Move URL to pkg/DESCR. 1999-04-21 00:29:38 +00:00
Stefan Bethke
b389c3c772 Update MASTER_SITES
ADD WWW_SITE (for net/netatalk)
1999-04-20 22:54:02 +00:00
Michael Haro
4032918c93 Fix patchfile to use gtk11-config
Noticed on:  http://bento.freebsd.org/
1999-04-20 18:59:03 +00:00
Steve Price
89e6065d22 Update to the 19990420 version, which fixes the problem with the
'ip address' command on FreeBSD.

Submitted by:	Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>
Ok'd by:	maintainer
1999-04-20 03:54:47 +00:00
Joseph Koshy
5cc8c8a88d Add a few MASTER_SITES 1999-04-20 03:46:00 +00:00
Michael Haro
bed5f080fd Use compressed files as distfiles. saves space + saves bandwidth = good for all 1999-04-20 03:06:01 +00:00
Michael Haro
e55d4974b3 Send the port bloat to DISTFILES.
Noticed by: Chuck Robey <chuckr@picnic.mat.net>
1999-04-20 02:31:23 +00:00
Michael Haro
7d1a3fcc5c enable gaim 1999-04-19 00:17:28 +00:00
Michael Haro
11a39ceff0 the GTK+ AOL Instant Messenger
PR:		10976
Submitted by:	Jim Mock jim@corp.au.triax.com
1999-04-19 00:15:51 +00:00
Jacques Vidrine
333076314b * Mark this BROKEN for a.out systems.
3.6.1 tickles a linker bug in the a.out ld:
  ``ld: internal error: RRS relocs exceed allocation 343''
* Remove the patches.aout directory since it was forgotten during
  upgrade 3.5.3->3.6.1 by <kuriyama@FreeBSD.ORG>
* Remove most of the crud from the main Makefile that was there
  for the a.out build

I'm going to add a tag for the 3.5.3 (1999/04/06 really) port in
case someone must build ucd-snmp for a 2.2.x FreeBSD
1999-04-18 19:14:44 +00:00
Andreas Klemm
0178ef2b54 marked BROKEN
zebra isn't working
Can't set interface's address.
Can't set interface's address.
Can't set interface's address.
Can't set interface's address.
waiting for a fix from author.
1999-04-18 18:14:58 +00:00
Eric L. Hernes
fe0dfc6fe3 uncomment etherboot 1999-04-18 13:43:37 +00:00
Eric L. Hernes
0dc03b5b33 make it a bit more aesthetically pleasing.
Requested by:	Satoshi, of course
1999-04-18 13:43:02 +00:00
Satoshi Asami
d72eab1c58 Remove etherboot until it can be cleaned up. 1999-04-18 10:24:12 +00:00
Masafumi Max NAKANE
39d58d3d95 Upgrade to 5.9.1. 1999-04-18 06:31:28 +00:00
Eric L. Hernes
41947c86e4 Attach etherboot 1999-04-16 21:47:05 +00:00
Eric L. Hernes
8caddd382b add etherboot
PR:		ports/9480
Submitted by:	Doug Ambrisko (ambrisko@whistle.com) with a little tuning by me
1999-04-16 21:44:23 +00:00
Michael Haro
5f9e516c02 activate ezbounce 1999-04-16 19:35:01 +00:00
Michael Haro
7758e17a1c Make slirp not broken
PR:		10414
Submitted by:	Timothy J. Lee <timlee@netcom.com>
1999-04-16 16:14:10 +00:00
Kris Kennaway
07c84dec0c Respect CC and CFLAGS
Reviewed by:		obrien
1999-04-16 10:26:23 +00:00
Michael Haro
024fd18ce3 add a backup mastersite 1999-04-16 09:19:46 +00:00
Michael Haro
91df83818f Add ninja 1999-04-15 03:23:41 +00:00
Michael Haro
d4013c4a1a Add greed 1999-04-14 06:01:55 +00:00
Bill Fumerola
cc6b8bd3b4 Upgrade to v0.37
99% of this update was from the original PR, which upgraded this port to 0.35
Because I sat on this for a week (sorry) another version was released.

I did not include the ports version number in the DESCR file as patched in
the PR, however, because I feel it is not needed.

Also the patches below have been removed because the author included a
a variation of them in the source code.

PR:		ports/11053
Submitted by:	Gianmarco Giovanelli <gmarco@giovannelli.it>
1999-04-13 20:53:18 +00:00
Satoshi Taoka
ddafb0a8ee Added pvm 1999-04-13 17:11:22 +00:00
Satoshi Taoka
767eb5c7d2 Parallel Virtual Machine libraries and environment
PR:		ports/10562
Submitted by:	Dima Sivachenko dima@netserv1.chg.ru
1999-04-13 17:10:20 +00:00
Andreas Klemm
93ce7c224f upgrade zebra to new version from 19990408
PR:		11063
1999-04-12 20:12:43 +00:00
Kenjiro Cho
42d05774aa update: ttt-1.3 -> ttt-1.4 1999-04-12 10:25:24 +00:00
Satoshi Asami
fc34fa636a Portlint. 1999-04-12 08:24:16 +00:00
Satoshi Asami
9d5bc54949 Remove empty line. 1999-04-12 08:22:43 +00:00
Justin M. Seger
eeac0bd479 Remove a few files from the PLIST which aren't actually installed.
PR:		ports/11075
Submitted by:	mharo
1999-04-11 22:46:21 +00:00
Andreas Klemm
521368db3b only style 1999-04-11 11:48:57 +00:00
Justin M. Seger
608d0d28ce Activate net/naim 1999-04-10 19:46:26 +00:00
Justin M. Seger
eab057bf16 Import of net/naim 0.9.3
A chat program for use with America Online's Instant Messenger. The
name naim is derived from n's AIM client, but it could also have been
derived from ncurses AIM client because of naim's use of the ncurses
text-mode screen library.

PR:		ports/10197
Submitted by:	Michael Haro <mharo@area51.fremont.ca.us>
1999-04-10 19:41:37 +00:00
Justin M. Seger
c22b27290f Activate net/kvirc 1999-04-10 19:10:56 +00:00
David E. O'Brien
dd761bd963 Upgrade to 2.3.1. Fixes security hole described at
http://rsync.samba.org/cgi-bin/rsync?findid=1706.

PR:		ports/10987
Submitted by:	Cy Schubert <cschuber@uumail.gov.bc.ca>
1999-04-09 18:08:59 +00:00
Andrey A. Chernov
86cbf8b977 upgrade to 1.0606 1999-04-07 21:33:28 +00:00
Andrey A. Chernov
02d7ebb780 add p5-URI 1999-04-07 21:01:17 +00:00
Andrey A. Chernov
2d5a546145 oops, change category 1999-04-07 20:59:45 +00:00
Andrey A. Chernov
69449f36ba URI interface 1999-04-07 20:56:04 +00:00
Justin M. Seger
0355fa0c46 MASTER_SITE_DIR had a leading / which caused fetch to disallow fetching
the port

PR:		ports/10995
Submitted by:	mharo@area51.fremont.ca.us
1999-04-07 17:45:26 +00:00
Justin M. Seger
65ec7f54c1 Upgrade to p5-SNMP-1.8b5
PR:		ports/11000
Submitted by:	Dima Sivachenko <dima@Chg.RU>
1999-04-07 17:38:31 +00:00
Jacques Vidrine
ca9004f2f1 Correct dependency list: gnomelibs -> gnomecore 1999-04-07 16:23:52 +00:00
Jun Kuriyama
5e751949ff Upgrade to v3.6.1 and apply some patches. But this version still has
kvm_read() problem on some RELENG_3 system.

No response from:	maintainer
PR:			ports/7330, ports/8908, ports/8909
1999-04-07 16:07:41 +00:00
Matthew Hunt
c112a2fba2 Upgrade to 0.4.0.
Suggested by:	R. Beasley <rbeasley@uberhacker.org>
1999-04-06 20:47:00 +00:00
Bill Fenner
5827c7f43b Master site moved. 1999-04-06 19:00:36 +00:00
Seiichirou Hiraoka
c50fb4c6f9 Fix configure problem
PR: ports/10940
Submitted by: mharo@area51.fremont.ca.us
1999-04-06 12:16:54 +00:00
Seiichirou Hiraoka
7dcf0eaf79 Fix configure probrem
PR: ports/10940
Submitted by: mharo@area51.fremont.ca.us
1999-04-06 12:02:41 +00:00
Justin M. Seger
c1196dd22b Upgrade to bind 8.2
Submitted by:	Brad Hendrickse <bradh@uunet.co.za>
PR:		ports/10861
1999-04-04 14:28:39 +00:00
Steve Price
6c852ed026 Activate the kdetelnet port. 1999-04-03 01:57:32 +00:00
Steve Price
f846fca4bc Import of kdetelnet version 0.61.
A Frontend for telnet, rlogin, ssh in K Desktop Environment.

PR:		6687
Submitted by:	Hans Petter Bieker <hanspb@persbraten.vgs.no>
1999-04-03 01:57:16 +00:00
Steve Price
06729b1c13 Activate the bpft port. 1999-04-03 01:51:12 +00:00
Steve Price
810e5e4bf0 Import of bpft version 2.0.
The BPF Traffic Collector.

PR:		10679
Submitted by:	Oddbjorn Steffensen <oddbjorn@tricknology.org>
1999-04-03 01:51:01 +00:00
Steve Price
a0287a9afc Activate the gftp port. 1999-04-03 01:39:04 +00:00
Steve Price
9b5c65f85e Activate the p5-Socks ports. 1999-04-03 01:29:19 +00:00
Steve Price
8a1ef1ac9a Import of p5-Socks version 0.03.
perl5 module to communicate with socks v4 and v5 servers

PR:		10003
Submitted by:	Yukihiro Nakai <Nacai@iname.com>
1999-04-03 01:29:03 +00:00
Steve Price
bde78b342a Update MASTER_SITE.
PR:		10887
Submitted by:	Michael Haro <mharo@area51.fremont.ca.us>
1999-04-02 03:22:54 +00:00
Satoshi Taoka
322e7b039b Added jmirror 1999-04-02 01:07:56 +00:00
SADA Kenji
ec35e94680 Remove ``WWW.jp.FreeBSD.ORG/~sada/*'' addresses from MASTER_SITES
& PATCH_SITES, and use ${MASTER_SITE_PORTS_JP} instead.
We couldn't use ``WWW.jp.FreeBSD.ORG/'' address soon.
1999-03-31 16:41:31 +00:00
Jun-ichiro itojun Hagino
33c070fa6d Stabilize the build.
PR:		9919
1999-03-31 04:32:32 +00:00
Satoshi Asami
c8d3704543 Remove gtkicq.
Reported by:	"Chad R. Larson" <chad@anasazi.com>
1999-03-31 00:47:51 +00:00
Satoshi Taoka
1438b90824 Added icmpquery 1999-03-30 17:30:08 +00:00
Satoshi Taoka
d3773c0797 Small utility for finding out time & netmask through ICMP.
PR:		ports/9366
Submitted by:	Dom Mitchell <Dom.Mitchell@palmerharvey.co.uk>
1999-03-30 17:26:38 +00:00
Bill Fenner
6d5d7ac158 Update sdr 2.4's MASTER_SITE and distfile name. 1999-03-30 00:20:44 +00:00
James FitzGibbon
52b39be809 Upgrade to v2.7.2
PR: ports/10598, ports/10831
Submitted by: mharo@area51.fremont.ca.us (10831), dima@Chg.RU (10598)
1999-03-29 17:09:04 +00:00
SADA Kenji
52682b3d26 Remove original patch distribution address (removed the file there),
and gzip the mirroring patches.
1999-03-28 18:04:46 +00:00
Dirk Froemberg
022f745a66 ${PREFIX}/bin/ssleay -> ${PREFIX}/bin/openssl due to openssl upgrade.
Unfortunaly SSLtelnet doesn't work with openssl-0.9.2b at the moment.
We'll try to fix this as soon as possible.

OK'ed by:	Issei Suzuki <issei@jp.freebsd.org> (maintainer)
1999-03-26 08:44:57 +00:00
Justin M. Seger
9a3e302217 Nuke MASTER_SITES that aren't any good. 1999-03-24 19:31:53 +00:00
Steve Price
55f64949d1 Make this build again.
PR:		10561
1999-03-24 17:44:51 +00:00
David E. O'Brien
2401edbf01 Add another mastersite. 1999-03-23 17:57:50 +00:00
Justin M. Seger
c55c536b4a Nuke net/am-utils, it's been in the base system for a while now. 1999-03-23 02:15:23 +00:00
Stefan Bethke
a00fd2fc83 man pages were missing hinst to options NETATALK
PR:		ports/9694
1999-03-22 21:59:53 +00:00
Stefan Bethke
40be034042 Update to asun-2.1.3 1999-03-22 21:34:23 +00:00
Justin M. Seger
0dbcaf91f1 Update to version tf tf-4.0s1 1999-03-22 12:49:50 +00:00
Peter Wemm
6be30c4d5c kludge so that the os detection doesn't think freebsd4.0 is svr4. 1999-03-22 02:21:12 +00:00
Peter Wemm
a03de7509a Update 6.1.4 -> 6.1.5 1999-03-22 02:20:27 +00:00
David E. O'Brien
e80b7f5543 Move ``dict'' from the "net" to the "textproc" category. 1999-03-22 01:17:24 +00:00
Seiichirou Hiraoka
3107392eba Add MASTER_SITES
PR: ports/10685
Submitted by: andy@icc.surw.chel.su
1999-03-20 14:44:50 +00:00
Satoshi Asami
d46a6ab48b Portlint. 1999-03-19 22:29:54 +00:00
Satoshi Asami
67a8434bb9 Add ftpmirror and gnome-icu, delete gnomeicu. 1999-03-19 22:25:55 +00:00
Jacques Vidrine
2a668f8673 gnomeicu is actually the new name for gtkicq. Fix mistake of
importing gnomeicu as a new port:

* repository copy of ports/net/gtkicq to ports/net/gnome-icu [asami]
* update ports/net/gnome-icu to 0.62a
* remove ports/net/gtkicq
* remove ports/net/gnomeicu

PKGNAME remains gnomeicu-0.62a.  It is expected that after some
time has passed, that we can rename the port directory from
gnome-icu to gnomeicu.
1999-03-18 22:32:43 +00:00
Satoshi Taoka
42d57a80e5 Updated to netpipes-4.2
PR:		ports/10506
Submitted by:	Michael Haro mharo@area51.fremont.ca.us
1999-03-18 06:52:59 +00:00
Robert V. Baron
97f3f58eed Upgrade to 5.2.0 1999-03-17 15:42:59 +00:00
Jacques Vidrine
00d94c509d activate gwget 1999-03-17 08:31:20 +00:00
Jacques Vidrine
230c418397 Activate gnomeicu 1999-03-16 09:01:17 +00:00
Steve Price
46078c3af0 Repository copy from ircd-hybrid-5 to ircd-hybrid. 1999-03-15 22:41:47 +00:00
Jacques Vidrine
24ad6dcfd4 Update of libicq and gicq.
libicq:  0.20 -> 0.33
  gicq:    0.22 -> 0.33
1999-03-15 19:59:24 +00:00
Steve Price
f32c00feba Fix the following problems:
Move files in share/* to share/zephyr/
        Fix bogus path to xzwrite.bitmap in XZwrite
        Remove appropriate directories in PLIST

PR:		10139
Submitted by:	Sheldon Hearn <sheldonh@iafrica.com>
1999-03-15 02:23:52 +00:00
Steve Price
43133f5e9b Update to version 1.4p4.
PR:		10205
Submitted by:	Michael Haro <mharo@area51.fremont.ca.us>
1999-03-15 02:03:38 +00:00
Steve Price
b530ac6901 Update to version 2.2.11.
PR:		10374
Submitted by:	Pedro F. Giffuni <pfgiffuni@bachue.usc.unal.edu.co>
1999-03-15 01:27:27 +00:00
Steve Price
b68e27cc3f Set 'version required:' comment to 2.4. 1999-03-15 01:14:11 +00:00
Jun Kuriyama
1bee4c9df0 Add homepage. 1999-03-10 16:00:12 +00:00
James FitzGibbon
4b0dca9c1f Upgrade to v2.6.6
Remove bogus runtime dependency on p5-PV
PR:	ports/9728
Requested-by: irving@bokonon.logiclink.com, dima@Chg.RU
1999-03-10 15:02:23 +00:00
Jacques Vidrine
19c6563b22 * Upgrade 0.52 -> 0.59
* Honor PREFIX
* Install into ${PREFIX}/share/tik instead of ${PREFIX}/lib/${PKGNAME}
* Clean up installation
1999-03-10 07:30:12 +00:00
Tatsumi Hosokawa
95f34b4756 PR: ports/10404
Submitted by:	girgen@partitur.se
Samba PLIST was not up to date.
1999-03-09 07:38:05 +00:00
Foxfair Hu
08c2848da3 Correct patch-aa, some space error cause patch rejection when installing.
Submitted by :	MAINTAINER
1999-03-09 04:20:04 +00:00
Justin M. Seger
4887b34dbf Upgrade to ripe-whois-tools-2.4
PR:	ports/10315
Submitted by:	<Palle Girgensohn> girgen@partitur.se
1999-03-09 03:08:24 +00:00
Jacques Vidrine
012c485751 Activate gnomenetwork.
Reminded by:	Steve Price <steve@FreeBSD.ORG>
1999-03-09 02:34:33 +00:00
Foxfair Hu
147d611938 Update mars_nwe to 0.99.pl15.
Submitted by:	MAINTAINER
Update mars_nwe to 0.99.pl15
Submitted by:   MAINTAINER
Update mars_nwe to 0.99.pl15 and remove one patch.
Submitted by:   MAINTAINER
1999-03-08 17:29:12 +00:00
Foxfair Hu
73a0bedf08 Update mars_nwe to 0.99.pl15.
Submitted by:	MAINTAINER
Update mars_nwe to 0.99.pl15
Submitted by:   MAINTAINER
1999-03-08 17:28:42 +00:00
Foxfair Hu
bd7de455a2 Update mars_nwe to 0.99.pl15.
Submitted by:	MAINTAINER
1999-03-08 17:27:46 +00:00
Foxfair Hu
5a2d8fc7d4 upgrade xferstat to 2.14.
Submitted by:	Ying-Chieh Liao <ijliao@Terry.Dorm10.NCTU.edu.tw>
PR:	10318
upgrade xferstat from 2.13 to 2.14.
Submitted by: 	Ying-Chieh Liao <ijliao@Terry.Dorm10.NCTU.edu.tw>
PR:	10318
1999-03-08 16:58:49 +00:00
Foxfair Hu
054733cba9 upgrade xferstat to 2.14.
Submitted by:	Ying-Chieh Liao <ijliao@Terry.Dorm10.NCTU.edu.tw>
PR:	10318
1999-03-08 16:57:45 +00:00
Foxfair Hu
3552eefdaf Update to 19990207 RELEASE, change MAINTAINER as submitter's wish and make
portlint happy.
Submitted by: Dima Sivachenko <dima@Chg.RU>
PR:	10336
Update to 19990207 RELEASE, change MAINTAINER as submitter's wish and make
portlint happy.
Submitted by: Dima Sivachenko <dima@Chg.RU>
PR:     10336
1999-03-08 16:43:14 +00:00
Foxfair Hu
5ef099a246 Update to 19990207 RELEASE, change MAINTAINER as submitter's wish and make
portlint happy.
Submitted by: Dima Sivachenko <dima@Chg.RU>
PR:	10336
1999-03-08 16:42:48 +00:00
Justin M. Seger
f9af75f65c Nuke isc-dhcp v1. Version 2 will be out of beta in a few days. 1999-03-08 00:22:37 +00:00
Justin M. Seger
3045550669 Upgrade to patchlevel 18
Submitted by:	Michael Haro <mharo@area51.fremont.ca.us>
PR:		ports/10459
1999-03-07 13:01:15 +00:00
Wolfram Schneider
bf28a6cf7f Cleanup MASTER_SITES 1999-03-06 22:40:25 +00:00
Bill Fumerola
ccf6052c72 Activate p5-Net-RawIP, prepare for the attack of the perl traceroute programs! 1999-03-06 18:19:24 +00:00
Bill Fumerola
11915f1dcf This package provides a class object which can be used for creating,
manipulating and sending a raw IP packets with optional feature for
manipulating ethernet headers.

http://quake.skif.net/RawIP/

PR:		ports/10110
Submitted By:	Dima Sivachenko <dima@Chg.RU>
1999-03-06 18:18:19 +00:00
Bill Fumerola
44e9bfec0d Activate clusterit, a collection of clustering tools 1999-03-06 17:43:30 +00:00
Bill Fumerola
21603991bf This is a collection of clustering tools to turn your ordinary everyday pile
of UNIX workstations into a speedy parallel beast. This facilitates managing
a set of program executing in parallel with a very flexible authentication
scheme.

http://www.inficad.com/~garbled/clusterit.html

PR:		ports/9907
Submitted By:	Dima Sivachenko <dima@Chg.RU>
1999-03-06 17:42:11 +00:00
Tatsumi Hosokawa
68169bb87b upgraded to 2.0.3 1999-03-03 15:48:34 +00:00
Bill Fumerola
74cd9bf9bc Add more MASTER_SITES, and unbreak by doing so.
Caught by:	Satoshi's script
1999-03-02 21:18:43 +00:00
Steve Price
6dc90f8f41 Use glib11 instead of glib. 1999-03-02 01:53:46 +00:00
Bill Fumerola
c0f94b39e7 Add a MASTER_SITE (freefall) 1999-03-01 22:15:45 +00:00
Kris Kennaway
eba4963deb Add a MASTER_SITE of my own, since the distfile seems to change sometimes
without updating version number.

Requested by: Satoshi
1999-03-01 10:51:39 +00:00
Kris Kennaway
7dfd588442 Upgrade to 0.3.3 1999-03-01 10:47:15 +00:00
Satoshi Asami
3d45976da3 Portlint. 1999-02-28 21:48:09 +00:00
Satoshi Asami
8a075676ef Portlint (files -> ${FILESDIR}). 1999-02-28 21:41:09 +00:00
Satoshi Asami
5c08790661 You need a dash (-) between the name and version numbers in ${PKGNAME}. 1999-02-28 21:38:19 +00:00
Justin M. Seger
3abdd885f8 Upgrade to patchlevel 17 1999-02-28 14:08:11 +00:00
David E. O'Brien
61f146f58a BROKEN= 'single mastersite unreachable' 1999-02-28 07:15:05 +00:00
David E. O'Brien
732390dac1 MASTER_SITE_SUBDIR was broken. My choices in fixing were either go with
GZIP or BZIP2 distfiles.  I went with BZIP2.
1999-02-28 06:06:25 +00:00
Bill Fumerola
6b7caf65d4 Submitter has updated his MASTER_SITE 1999-02-27 19:32:09 +00:00
Bill Fumerola
a2d92dbd36 Activate ggsd 1999-02-27 18:09:33 +00:00
Bill Fumerola
e52e93b676 GGSD is a Generic Graphical Server Daemon. It allows anyone to make a simple
script and then start a network server to run it.

http://devplanet.fastethernet.net/files.html

(committers note: this would be good for testing scripts that are later
used with tcp_wrappers)

PR:		ports/10109
Submitted By:	Dima Sivachenko <dima@Chg.RU>
1999-02-27 18:04:08 +00:00
Justin M. Seger
6c2372d759 Upgrade to isc-dhcp2.b1.16 and unbreak. 1999-02-27 04:32:21 +00:00
Robert V. Baron
53edbcf7a0 New Release 1999-02-26 16:08:55 +00:00
Archie Cobbs
ff98c782ee Update to mpd-2.0b1. 1999-02-26 06:25:11 +00:00
Bill Fumerola
43af861713 portlint 1999-02-25 22:01:14 +00:00
Satoshi Asami
c0e0a9c1f8 It uses the shared library of tcp_wrapper, so change BUILD_DEPENDS
to LIB_DEPENDS.

Reported by:	nakai@gct.co.jp
1999-02-25 01:57:43 +00:00
Bill Fumerola
40409c789d More 'rapper' confusion, fixing COMMENT grammer.
Noticed By:	Satoshi 'the-bde-of-ports' Asami
1999-02-23 23:20:23 +00:00
Bill Fumerola
c7362b9fc6 Rappers have turntables, wrappers are security programs. 1999-02-23 22:50:10 +00:00
Joerg Wunsch
810724627f Update to version 19990215
Submitted by:	Stefan `Sec` Zehl <sec@42.org>
1999-02-23 15:25:34 +00:00
Bill Fumerola
4895a4e5eb Activate xferstats 1999-02-22 22:46:18 +00:00
Bill Fumerola
893ef34cf4 Re-Import of xferstats, please see ports/textproc/xferstats/Makefile 1999-02-22 22:45:12 +00:00
Robert V. Baron
038cdc33f0 Upgrade to Coda Release 5.0.2 1999-02-21 20:10:05 +00:00
Steve Price
eb00f869e7 New MASTER_SITE.
PR:		9971
Submitted by:	maintainer
1999-02-18 16:05:49 +00:00
Justin M. Seger
9a1f1fd5d1 Upgrade to tf-4.0g3 1999-02-16 03:06:22 +00:00
Chuck Robey
ad07b38b81 Update net/mpich to version 1.1.2. The examples/test directory now
compiiles and runs, too!
PR:		8364 and 10076
Submitted by:	David Bader  <dbader@eece.unm.edu>
1999-02-15 23:39:21 +00:00
Satoshi Asami
7169966088 gnome shlib is now at version 1. 1999-02-13 20:51:55 +00:00
Satoshi Asami
ed979b076e Remove pkgname from front of COMMENT. 1999-02-13 01:11:10 +00:00
Steve Price
000eb6cccd Update to version 1.2.0.
PR:		9900
Reviewed by:	maintainer
1999-02-12 23:57:01 +00:00
Jun Kuriyama
a607930346 Upgrade to v1.2.
PR:		ports/9790
Submitted by:	maintainer
1999-02-12 15:40:41 +00:00
Satoshi Asami
b70bc2b5e5 Fix to configure problem.
PR:		9730
Submitted by:	maintainer
1999-02-12 02:55:21 +00:00
John Polstra
04803b345d Take over maintainership of these ports. We control the horizontal.
We control the vertical.
1999-02-12 02:29:03 +00:00
Mike Smith
d70ac232fc Fix the distfile detection, broken when BROKEN was used over the previous
method.

Submitted by:	Matthew Thyer <matt@camtech.com.au>
1999-02-11 19:32:19 +00:00
Andrey A. Chernov
2b51c40574 remove hack uu.h -> uudeview.h, I alredy fix uulib 1999-02-11 09:43:54 +00:00
Mike Smith
5cef80e62e THe distribution file is gzipped. 1999-02-10 23:22:21 +00:00
Mike Smith
0142939d94 We want the gzipped file, not the compressed file. Don't refer to the
distribution archive as "source".

Submitted by:	 "Viren R. Shah" <viren@rstcorp.com>
1999-02-10 23:21:36 +00:00
David E. O'Brien
7591552dfa BROKEN='port installs two files into /etc (dhclient.conf & dhclient-script) rather than PREFIX/etc. The port does not install required dhclient-script at all.' 1999-02-10 18:24:23 +00:00
John Polstra
a23fa84476 Update for new release 16.0 of CVSup. (It was 15.4.2 before.)
Adjust MASTER_SITES.
1999-02-10 02:48:01 +00:00
Tatsumi Hosokawa
7937664f66 added mirror sites. 1999-02-10 00:26:02 +00:00
Tatsumi Hosokawa
9ade161339 tarball was remade. 1999-02-10 00:13:54 +00:00
Mike Smith
16139fadb4 New Linux client version (3.0.15) released.
Submitted by:	Martin Eggen <martineg@ifi.uio.no>
1999-02-09 23:43:34 +00:00
Tatsumi Hosokawa
5158d682ff PR: ports/9953
Submitted by:	girgen@partitur.se, dirk@FreeBSD.ORG
Changed nawk to awk in script/updatesmbpasswd.sh
1999-02-09 16:24:55 +00:00
Bill Fumerola
4efc0edb2d Activate net/curl, remove www/urlget 1999-02-09 15:37:07 +00:00
Tatsumi Hosokawa
ad02b30974 PR: ports/9953
Reviewed by:	hosokawa@FreeBSD.org
Submitted by:	girgen@partitur.se, dirk@FreeBSD.ORG
1. added --with-lockdir to CONFIGURE_ARGS
2. changed nawk to awk in script/convert_smbpasswd
1999-02-09 15:25:01 +00:00
Tatsumi Hosokawa
d47e624378 upgraded to 2.0.2 1999-02-09 14:06:53 +00:00
Tatsumi Hosokawa
788dc90e45 Upgraded to 2.0.2 1999-02-09 14:00:25 +00:00
Stefan Eßer
87bf3684b2 Remove extra argument to "configure" that had been committed by accident. 1999-02-08 22:30:01 +00:00
Stefan Eßer
dd6fe9e879 Upgrade to KDE 1.1 RELEASE. 1999-02-08 22:25:54 +00:00
David E. O'Brien
26737b5d1a Upgrade to 1.4.0p5 1999-02-07 19:46:13 +00:00
Stefan Eßer
523f3928b7 Upgrade to KDE-1.1pre2 ... 1999-02-06 23:22:08 +00:00
Peter Wemm
28a54d3d14 Unbreak for >= 3.0. 1999-02-04 01:56:42 +00:00
Steve Price
d09a4b8691 Don't know why the comments at the top of the file were removed
in revision 1.31 (the commit message doesn't say) but I'm adding
them back to make portlint happy.
1999-02-03 23:31:07 +00:00
Bill Fumerola
30a5bed44f unBROKEN_ELF, it seems to work now.
PR:		ports/9896
Submitted By:	wollman, many others
1999-02-03 20:19:11 +00:00
Peter Wemm
a9e9ca3131 Update (at long last) from gated 3.5.9 to 3.5.10. 1999-02-03 15:46:28 +00:00
Satoshi Asami
5114e2637e Adjust port Makefiles to new EXTRACT_* variable defaults. See log of
bsd.port.mk rev. 1.304 for details on the change.

The fix here is one of the following.

(1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining
    EXTRACT_* commands.

(2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously
    calling the "tar" command (i.e., arguments like "-xzf" are spelled
    out).

(3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS},
    add ${EXTRACT_AFTER_ARGS} to the command line as well.

(4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS
    is set, define the other two too.
1999-02-03 11:12:01 +00:00
Bill Paul
c4cc48c41f Add an extra patch for support/ethertalk/bpfiltp.c to allow Columbia
Appletalk to run on FreeBSD 3.0 and up. The mechanism used to add a
non-IP multicast group via SIOCADDMULTI changed between 2.2.x and 3.0,
but bpfiltp.c:pi_addmulti() was not changed to match. Without this
patch, the port will compile but aarpd will not run. (This kind of messes
up everything since the port is built to use Ethertalk Phase 2, and
none of that works without aarpd.)
1999-02-01 21:39:13 +00:00
Bill Fumerola
d39dca2410 Say hello to "muh" 1999-01-30 02:05:12 +00:00
Bill Fumerola
050b8136f9 Welcome xwhois. 1999-01-29 23:59:05 +00:00
Bill Fumerola
602cdefd4c A GTK-based frontend to the whois service (RFC954).
PR:		ports/9260 & ports/9671
Submitted By:	Kris Kennaway <kkennawa@physics.adelaide.edu.au>
1999-01-29 23:44:22 +00:00
Matthew Hunt
76a2567263 Import of ipw, a "whois" replacement that automatically queries
several databases.
1999-01-29 21:27:11 +00:00
Matthew Hunt
c0897df329 Activate ipw. 1999-01-29 21:26:22 +00:00
Satoshi Asami
ed6e4436cd Add coda5_client and coda5_server. 1999-01-28 10:59:03 +00:00
Satoshi Asami
45c4bff8c8 Remove two files that don't exist.
Submitted by:	maintainer
1999-01-28 10:15:20 +00:00
John Polstra
28eacf3dc2 Instead of trying to auto-detect whether X11 is installed, require
the user to define NO_X11 if it is not.  The auto-detection scheme
caused problems for Satoshi's port building system.
1999-01-28 05:39:19 +00:00
Robert V. Baron
fe7666a76b Create new coda5_{server,client} packages to access GPL'd Coda 5.0 1999-01-27 15:37:05 +00:00
Bill Fenner
5261958626 ${MASTER_SITE_GNU} got rearranged in December; let's catch up. 1999-01-27 07:41:29 +00:00
Andreas Klemm
651269fa96 Update ntp port to 4.0.91.
I decided, not to choose the newest developement snapshot,
because it's a rapidly moving target and as you can see,
they doesn't store older SNAP's on their master site.

This would break the port every now and then and I don't
want to update the port on a daily or weekly basis (at least
it's a resource problem of time and money, this thing is too
big and expensive for me here in Germany).

-rw-r--r--   1 59       59       4528325 Jan 10 15:33 ntp-4.0.91.tar.gz
                                             ^^
-rw-r--r--   1 59       59       4552788 Jan 26 22:22 ntp-4.0.91d.tar.gz
                                             ^^                 ^
1999-01-27 04:58:10 +00:00
Foxfair Hu
070438d49d Active net/mars_nwe. 1999-01-27 01:59:24 +00:00
Foxfair Hu
45b1d1bc45 Fix conflict when initial importing.
Fix conflict when initial importing.
1999-01-27 01:33:13 +00:00
Foxfair Hu
46daed9bc7 Initial import of Mars_NWE v0.99pl14.
Free Netware(tm) emulator (file/remote print/system binary server) written by
Martin Stover, porting to FreeBSD by Boris Popov (bp@butya.kz).

PR		9231
Submitted by:	Boris Popov <bp@butya.kz>
1999-01-27 01:27:42 +00:00
Bill Fumerola
2ac8c10423 Move ports/net/{portscanner,strobe} to ports/security 1999-01-26 22:19:07 +00:00
Foxfair Hu
20788e4981 Oops... give wrong working directory. Clean it up. 1999-01-26 12:52:35 +00:00
Foxfair Hu
5dbacc7fa6 Initial port - mars_nwe, Netware server emulator for Un*x systems.
FreeBSD porting by Boris Popov (bp@butya.kz).
1999-01-26 12:06:17 +00:00
Steve Price
1265dc060e No longer borken for ELF. Honor PREFIX and CFLAGS. Fix build on alpha.
Use X11BASE to find the X11R6 directory.  Give rid up a bunch of extra
cruft in patch-aa and split into one patch per file.
1999-01-26 02:56:30 +00:00
Jacques Vidrine
c7470ab0c2 Fixup: Ports that want gtk+ 1.0.x should now reference gtk10-config. 1999-01-22 22:18:10 +00:00
Wolfram Schneider
a371e45103 Delete master site ftp://ftp.cs.tu-berlin.de/pub/FreeBSD/CVSup/ 1999-01-22 11:50:31 +00:00
Vanilla I. Shu
89bfc93efa Unbroken.
PR:	ports/9428
Submitted by:	Palle Girgensohn <girgen@partitur.se>
1999-01-21 17:53:42 +00:00
Satoshi Asami
6267bd3144 COMMENT should be one line only. Move the "NOTE:" to DESCR. 1999-01-18 23:07:32 +00:00
Foxfair Hu
be3be53b4a Add one more MASTER_SITE. 1999-01-18 09:28:29 +00:00
Satoshi Asami
4eab2ea329 Add virtual category "windowmaker". 1999-01-18 06:43:04 +00:00
Steve Price
fde0945fec Update to version 0.52.
PR:		9481
Submitted by:	Eugene M. Kim <astralblue@usa.net>
1999-01-18 03:15:33 +00:00
Steve Price
e48c182ba8 Update to version 1.5.4.3-beta14.
PR:		9509
Submitted by:	maintainer
1999-01-18 03:10:35 +00:00
Steve Price
b97bef3f42 Make this port respect CFLAGS.
PR:		9489
Submitted by:	Kris Kennaway <kkennawa@physics.adelaide.edu.au>
1999-01-18 02:55:18 +00:00
Tatsumi Hosokawa
ce1bc62da3 Version up (Samba-2.0.0)
Reviewed by:	Tatsumi Hosokawa <hosokawa@jp.FreeBSD.org>
Submitted by:	Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
1999-01-18 02:34:06 +00:00
Vanilla I. Shu
0e18da54e6 Upgrade to 0.3.1. 1999-01-17 20:03:34 +00:00
Satoshi Asami
24e0c17eb5 Mark it broken for parallel building case, it tries to do something cute
with installation directories in configure (and they don't exist at that point).
1999-01-15 02:41:44 +00:00
Marc G. Fournier
a43086689f Add a couple more Y2K links... 1999-01-13 03:37:28 +00:00
Dirk Froemberg
06dd0c6707 Build a shared version of the library, too.
(maintainer didn't respond within a week, aka maintainer timeout)
1999-01-12 23:37:51 +00:00
Marc G. Fournier
bdc7db3bb6 Add Y2K= links 1999-01-12 18:25:32 +00:00
Vanilla I. Shu
edecf3c4f0 Change maitainer's email address,
and BROKEN some gnome ports until I upgrade it.
1999-01-12 16:51:33 +00:00
Hidetoshi Shimokawa
7ec739a3a8 Use %%PERL_VER%% and %%PERL_ARCH%%. 1999-01-12 00:06:05 +00:00
Hidetoshi Shimokawa
145684059e Rewrite p5- module's PLIST for alpha.
Use newly introduced %%PARL_ARCH%% for dirname of architecture
dependent libraries.
(i.e. s!%%PERL_VER%%/i386-freebsd!%%PERL_VER%%/%%PERL_ARCH%%!)

Approved by: asami
1999-01-11 15:34:56 +00:00
Steve Price
b5d1f6da44 Fix build, add new patches, and cleanup PLIST.
PR:		9219
Submitted by:	maintainer
1999-01-11 05:05:41 +00:00
Steve Price
ab1c7b713a Unbreak build.
PR:		9345
Submitted by:	Sheldon Hearn <axl@iafrica.com>
1999-01-10 18:36:10 +00:00
Steve Price
788890af6c Urk, forgot to commit this with previous update. 1999-01-10 18:00:04 +00:00
SADA Kenji
17c6c9a4fc Remove a useless target. 1999-01-10 15:56:35 +00:00
Dirk Froemberg
1136e15539 Change dependencies from SSLeay to openssl, the successor of SSLeay. 1999-01-10 14:11:19 +00:00
Satoshi Asami
a949ff1e14 Make dependency lines point to right directories -- they were still
using the old names (without "11").
1999-01-08 09:54:21 +00:00
Andreas Klemm
8e90e5380f Update to ntp-4.0.90h. 1999-01-07 19:51:12 +00:00
Matthew Hunt
0aaa0b110c Correct distfile fennerage, and upgrade to 0.3.3 while we're at it. 1999-01-07 18:38:54 +00:00
Satoshi Asami
2c68836164 Add kde*11 dirs. 1999-01-07 12:05:29 +00:00
Hidetoshi Shimokawa
ec8a4e66c1 Added 'ONLY_FOR_ARCHS=i386' to XForms dependent ports.
XForms has not been available for FreeBSD/alpha yet.
1999-01-07 08:19:57 +00:00
Steve Price
a50f73322d Update to use new WRKSRC directory.
PR:		9353
Reviewed by:	maintainer
Submitted by:	Allan Saddi <asaddi@philosophysw.com>
1999-01-07 06:35:14 +00:00
Jun-ichiro itojun Hagino
38151bf19e update base version to 981222.
Reviewed by:	Andreas Klemm <andreas@klemm.gtn.com> (maintainer)
1999-01-07 06:28:36 +00:00
Hidetoshi Shimokawa
4b86d315ca Add 'ONLY_FOR_ARCHS=i386' to linux_lib dependent ports. 1999-01-07 02:31:51 +00:00
Stefan Eßer
8f11472006 Upgrade to the first pre-release of KDE 1.1.
This port requireat least s version 1.41 of the Qt library.
There will be an error reported by configure, if only an earlier
version is found, but no automatic port dependency exists (i.e.
the x11-toolkits/qt141 port has to be manually built and installed).

There may still be a problem with a missing -lXext in the kdesupport
port. This will be taken care of during the next few days, if the
problem still exists ...
1999-01-07 00:52:05 +00:00
David E. O'Brien
0e9f0034d0 add a mirror site 1999-01-06 21:33:42 +00:00
David E. O'Brien
55271ad187 Upgrade to version 3.4 1999-01-06 21:27:04 +00:00
David E. O'Brien
787fd232bb Fix for 3.x systems. I can't test this on 2.x any longer, but I believe this
will still compile there too.
1999-01-06 20:58:06 +00:00
Dmitrij Tejblum
b727f8ef63 Upgrade to 1.2. 1999-01-06 17:11:24 +00:00
Satoshi Asami
afaa25f0cc Mark these broken while Stefan works on an upgrade. 1999-01-06 05:42:38 +00:00
Warner Losh
d3e518b4e5 Update port to 1.0r8.
Patches-ad and ae from
	Andre Albsmeier <andre.albsmeier@mchp.siemens.de>

I've not had a chance to test this as much as I'd like, but it has
become obvious to me that a possibly minorly broken port is better
than a definitely broken port.

Thanks to obrian for the gentile reminder...
1999-01-06 04:49:29 +00:00
David E. O'Brien
65b1f7947a fix my mis-quoting. 1999-01-06 03:59:14 +00:00
David E. O'Brien
7b04b1e1f9 BROKEN= 'socks5-v1.0r7 is not available at NEC's website. Latest is v1.0r8' 1999-01-05 19:02:32 +00:00
Bill Fenner
1b84b2644a Unbreak BROKEN_ELF. You can't just take a string with the word
"couldn't" in it and enclose it in single quotes, folks...
1999-01-05 16:31:27 +00:00
Vanilla I. Shu
f56ea1a531 Upgrade to 0.5.1, and change LIBDEPEND to glib11-devel. 1999-01-05 13:50:00 +00:00
Jun-ichiro itojun Hagino
e236768ddc upgrade base version of mrt to 1.5.1a.
Obtained from:	KAME ports (also maintained by me)
1999-01-05 09:45:25 +00:00
Steve Price
6d8715b53a The distfiles have now been fixed.
PR:		9307
Submitted by:	maintainer
1999-01-05 01:07:25 +00:00
Steve Price
ba5f361d3d Update to released version 2.0.
Suggested by:	Leif Neland <root@swimsuit.internet.dk>
Reviewed by:	maintainer
1999-01-04 20:56:20 +00:00
David E. O'Brien
519068f8e9 Change do-fetch target so automatated ``cd /usr/ports ; make fetch'' will work. 1999-01-04 16:26:59 +00:00
Dirk Froemberg
b6d82fbf1c Path for MASTER_SITES was incomplete.
Add another two MASTER_SITES while I am here.

PR:		ports/9311
Submitted by:	Ron Rosson <insane@oneinsane.net>
1999-01-04 15:49:04 +00:00
Steve Price
ead4ead456 Update to the June 18, 1998 version.
PR:		4405
Submitted by:	Yukihiro Nakai <nakai@TokyoNet.AD.JP>
1999-01-04 04:56:48 +00:00
SADA Kenji
5c14f123a5 Use tclsh instead of wish and remove files/pkgIndex.tcl
(now created by tclsh)
Change option var. TCLJP's usage.
Depend to tcl80{,jp}.1 .
Submitted by:	KUNISHIMA Takeo <kunishi@c.oka-pu.ac.jp>
1999-01-02 20:27:42 +00:00
Steve Price
00ed53f124 Update to version 1.1.2.
PR:		9241
Submitted by:	maintainer
1999-01-02 19:49:20 +00:00
Hidetoshi Shimokawa
7a52687601 Fix wrong order of PLIST.
'ldconfig -m %B' must be next after libraries and shouldn't be next after
include files because '%B' represents the prefix of previous file.
And sort alphabetically.
1999-01-02 16:10:24 +00:00
SADA Kenji
5210753b38 Activate ppxp
Submitted by:	Norio Suzuki <nosuzuki@e-mail.ne.jp>,
		KUNISHIMA Takeo <kunishi@c.oka-pu.ac.jp>
1998-12-31 17:21:42 +00:00
SADA Kenji
3898f250e0 This is a new user process PPP software pakgae. It is easy to setup
and has nice GUI to control connection. This PPP software make a
connection on demand and can traslate IP address and port numbers as
called as NAT. This spackage have many console programs, ppxp is
standard terminal oriented console, xppxp is X client console, tkppxp
is Tcl/Tk based console, and much more.
Submitted by:	Norio Suzuki <nosuzuki@e-mail.ne.jp>,
		KUNISHIMA Takeo <kunishi@c.oka-pu.ac.jp>
1998-12-31 17:20:18 +00:00
David E. O'Brien
6582e241f6 turnon bounce,relay,telserv 1998-12-30 04:34:00 +00:00
David E. O'Brien
b55f82d86e A telnet server (using the telnet protocol) analogous to the unix talk
command that allows the equivalent of talk requests via telnet.
1998-12-30 04:32:57 +00:00
David E. O'Brien
d699d09cb6 A little program to bounce tcp connections to another machine/port. 1998-12-30 04:31:42 +00:00
David E. O'Brien
99a4b96b35 Relay is a very simple proxy that can be used for building simple firewalls.
telnet, ftp, and finger client rappers are provided.
1998-12-30 04:30:48 +00:00
David E. O'Brien
b5ee406703 Some how this got formated as a text paragraph w/line breaks at column 80. 1998-12-30 03:56:28 +00:00
Bill Fumerola
f8710ef576 Update MAINTAINER to reflect my proper e-mail address. 1998-12-29 18:22:59 +00:00
Stefan Bethke
d4d8650a5d pid files where put in the wrong place.
PR: ports/9169
1998-12-29 00:40:37 +00:00
Mike Smith
9f13cb8112 Update the port's supporting text and fetch behaviour as requested by
Citrix(R) via Michael Richtberg <michaelr@citrix.com>.
1998-12-28 23:38:16 +00:00
SADA Kenji
c7727b0423 Discard h2n-bind4 and Activate h2n. 1998-12-24 18:54:08 +00:00
SADA Kenji
8ff7f60bb0 h2n, easy BIND[48] configure and maintainance tool.
This program is introduced in NUTSHELL's ``DNS & BIND''.
1998-12-24 18:52:39 +00:00
Seiichirou Hiraoka
413ae1c4c0 Activate net/tik 1998-12-24 15:29:21 +00:00
Seiichirou Hiraoka
df23e214f4 PR: ports/9139
Submitted by:	pdoshi01@student.vill.edu
A Tcl/Tk based AOL Instant Messenger (AIM) Chat Client
1998-12-24 15:28:00 +00:00
Steve Price
f8852c7770 Activate the xgirc port. 1998-12-24 07:38:51 +00:00
Steve Price
70369d768b Activate the binkd port. 1998-12-24 06:56:35 +00:00
Steve Price
be1da4b0c9 Initial import of BinkD version 0.9.2.
A Fidonet TCP/IP mailer.

PR:		7689
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
1998-12-24 06:55:54 +00:00
David E. O'Brien
0fd6aca142 turn on dlint 1998-12-23 17:58:48 +00:00
David E. O'Brien
fd6b63bd86 lint for DNS zones (Domain Name Server zone verification utility) 1998-12-23 17:57:50 +00:00
Justin M. Seger
761d77b1a3 Distfile changed on master_site
PR:		ports/9170
Submitted by:	girgen@partitur.se
1998-12-23 02:12:29 +00:00
Steve Price
38c2f70d57 Update to version 3.3.2r3.
PR:		9164
Submitted by:	maintainer
1998-12-23 01:43:14 +00:00
Satoshi Asami
914e167eb8 Use PLIST_SUB to avoid changing three hundred lines in PLIST every time
there is an upgrade.
1998-12-22 04:22:17 +00:00
David E. O'Brien
e40252bc79 Mark broken for ELF:
Error in startup script: couldn't load file "/usr/local/lib/tkined1.4.9.so":
/usr/local/lib/tkined1.4.9.so: Undefined symbol "Tk_CanvasTagsParseProc"

This is just waiting for those budding Tk/tcl hackers to dive in.  :-)
1998-12-19 18:33:30 +00:00
Bill Fumerola
9cbd8bebbc Spelling nit. 1998-12-19 15:39:05 +00:00
Poul-Henning Kamp
03c262c7a1 Update to scotty 2.1.9 1998-12-18 23:23:08 +00:00
Seiichirou Hiraoka
5665eccda4 Remove net/p5-Radius.This is the same to security/p5-Authen-Radius 1998-12-18 12:51:48 +00:00
David E. O'Brien
e1367d6ff3 Fix PREFIX expansion in manpage. 1998-12-18 09:06:29 +00:00
Bill Fumerola
b3a0f88280 Activate pavuk 1998-12-16 22:40:00 +00:00
Jun Kuriyama
4ffe687a9a Path for p5-Net-DNS is moved. 1998-12-16 15:48:55 +00:00
Seiichirou Hiraoka
823f0f0bc3 Add SUBDIR += p5-Radius 1998-12-16 11:11:24 +00:00
Matthew Hunt
482669d332 Upgrade to 0.3.2 or 981213, depending on which of their two versioning
systems you like to use.

Submitted by:	Seiichirou Hiraoka <flathill@flathill.gr.jp>
1998-12-14 22:36:07 +00:00
Justin M. Seger
f23aa52387 Backout previous commit by flathill.
All it did was to remove the PLIST_SUB functionality that makes upgrading this
port easier, and added a MASTER_SITE that had the same IP address as the other
one.
1998-12-11 23:55:05 +00:00
Seiichirou Hiraoka
309077bd92 PR: ports/8873
Submitted by: kkennawa@physics.adelaide.edu.au
Update to  tinyfugue 4.0 Gamma 2
1998-12-11 16:37:42 +00:00
Jordan K. Hubbard
f4cd4668e0 Fix this - the backslash was escaping a trailing tab, not the newline. 1998-12-11 12:05:49 +00:00
Seiichirou Hiraoka
4a7c15a8f9 Add CONFIGURE_ENV to remove patch-aa 1998-12-11 02:30:33 +00:00
Justin M. Seger
007ce88990 Install HTML documentation in ${PREFIX}/share/doc/bind8
PR:	7750
1998-12-10 02:59:27 +00:00
Bill Fumerola
4f183f626d Update MASTER_SITES.
Thanks To:	Fenner's portsurvey and ftpsearch.lycos.com
1998-12-09 22:35:05 +00:00
Bill Fumerola
cac129def7 Update/Add MASTER_SITES.
Informed By:	Fenner's portsurvey
1998-12-09 20:47:38 +00:00
Bill Fumerola
8f30fdf0b1 Remove dead MASTER_SITES, add fresh MASTER_SITES.
Gotta Love:	Fenners portsurvey
1998-12-09 20:37:17 +00:00
Bill Fumerola
200796e6c5 Remove some stale MASTER_SITES, add some new MASTER_SITES
Remind By:	Fenner's portsurvey
1998-12-09 20:24:02 +00:00
Bill Fumerola
9e96b2a02e Add MASTER_SITE_SUNSITE to MASTER_SITES to make this file much more
fetchable.

Remind By:	Fenner's survey
1998-12-09 20:19:18 +00:00
Justin M. Seger
a30513e6ea Upgrade to tf 4.0 gamma 2 1998-12-09 05:03:11 +00:00
Bill Fumerola
13c88310bf Null commit. Last commit was to upgrade to 2.2.1, not 2.0.1 as stated in the message.
Pointed Out:	roberto
1998-12-09 03:03:13 +00:00
Bill Fumerola
f81fe2b825 Upgrade to 2.0.1
Submitted by:	Ron Rosson
1998-12-08 21:40:06 +00:00
Vanilla I. Shu
46e75df23f Upgrade to 0.1.4. 1998-12-08 16:14:58 +00:00
Vanilla I. Shu
e97309f6f3 Compress manpage.
(I send the patch to maintainer long time ago).
1998-12-08 16:12:25 +00:00
Bill Fumerola
04b5d77f2e Activate nttcp
PR:		ports/8546
1998-12-08 04:20:11 +00:00
Bill Fumerola
e1487b22a8 Import of nttcp
This program is an up to date version of the ttcp program.
It uses inetd (or simulates its behaviour) to start off the remote
side program which will send/receive data. Both sides measure the time
and number of bytes transfered. The local side will print the measures.
The format of the output can be specified on the commandline.

PR:		ports/8546
1998-12-08 04:18:08 +00:00
SADA Kenji
81bf575b32 Move one of MASTER_SITES. 1998-12-07 22:22:10 +00:00
Steve Price
7f5f51a792 Remove the trailing '/' from *_DEPENDS definitions.
Caught by: A little perl script for INDEX generation that Satoshi
           and I are working on. :)
1998-12-07 05:34:38 +00:00
Satoshi Asami
75e0c6c35e Sort entries. In particular, "large", "medium", "small" sort in this order,
dispite their meanings.  (Sometimes we're too smart for computers. :)

Found by:	sorting ports/INDEX by "sort -t '|' +1 -2"

(Note: the whole "x11" category appears at the end with the above sort
 command, but I'll leave that the way it is for now -- "ls" shows it
 before other x11-* entries.)
1998-12-07 02:22:12 +00:00
David E. O'Brien
3b10d2acb5 Hey! how did that -lkvm get in there? :) 1998-12-05 21:52:21 +00:00
Seiichirou Hiraoka
fbd73cc668 Change install script.(use .for and .endfor) 1998-12-05 17:58:00 +00:00
David E. O'Brien
804e7f5248 Upgrade to version 1.4.0p3. 1998-12-05 11:24:05 +00:00
Bill Fumerola
bd9fc85624 Reflect that the ASN feature only works on RIPE registered ASNs.
Submitted by:	Dan Nelson <dnelson@emsphone.com>
1998-12-04 21:58:16 +00:00
Bill Fumerola
b4129e0437 (much needed) Upgrade to 980831, it's a shame that ARIN and RIPE don't
have the same whois output.

Reviewed by:	Dan Nelson <dnelson@emsphone.com>, billf
1998-12-04 21:53:43 +00:00
Joseph Koshy
54306339cc Activate `argus'. 1998-12-04 08:14:56 +00:00
Joseph Koshy
261d78a15a Import of `argus', a generic IP network transaction auditing tool.
Argus runs as an application level daemon, promiscuously reading network
datagrams from a specified interface, and generates network traffic audit
records for the network activity that it encounters.  It is the way that
Argus categorizes and reports on network activity that makes this tool
unique and powerful.

PR:		ports/8954
Reviewed by:	jkoshy
Submitted by:	Jonathan Hanna <jhanna@home.com> (maintainer)
1998-12-04 08:13:06 +00:00
Jun Kuriyama
720ee00686 A network bandwidth monitor intended for the WindowMaker dock.
PR:		ports/7780
Submitted by:	"Richard M. Neswold" <rneswold@drmemory.fnal.gov>
1998-12-03 11:06:34 +00:00
Jun Kuriyama
5e510f386e Activate wmnet. 1998-12-03 11:04:52 +00:00
Bill Fenner
4db5888fca Update to tcptrace 5.1.0 1998-12-02 20:40:41 +00:00
Stefan Bethke
fa53d10263 Added two more MASTER_SITES, as per Satoshi's request. 1998-12-02 01:02:37 +00:00
Bill Fumerola
3d1ffb1bb3 Activate wxftp
PR:		ports/8413
1998-12-01 22:12:56 +00:00
David E. O'Brien
afb7120e36 add dnsutl
PR:	8664
1998-12-01 12:00:32 +00:00
David E. O'Brien
4d7307bda2 dns-rev Take the forward DNS mapping and generate the reverse mapping.
dns-hosts Take the forward DNS mapping and generate the /etc/hosts file.
dns-ng Take the	forward	DNS mapping and	generate the /etc/netgroup file.

Submitted-by:	Karl.Dietz@triplan.com
PR:		8664
1998-12-01 11:59:36 +00:00
Vanilla I. Shu
a5202dfe68 Upgrade to 0.1.2. 1998-12-01 09:01:48 +00:00
Satoshi Asami
91d180e5ff Don't attempt to build if kernel source is missing. 1998-12-01 08:31:44 +00:00
Satoshi Asami
6b3ced65a9 Move Makefile.inc to ${FILESDIR}, copy it to ${WRKSRC} during extract
and include it explicitly.

The previous method of relying in the implicit inclusion of "../Makefile.inc"
broke when WRKDIRPREFIX is set.
1998-12-01 08:23:30 +00:00