1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
Commit Graph

3241 Commits

Author SHA1 Message Date
Bill Fenner
f88da33da2 Update distfile location. 2001-01-12 01:32:05 +00:00
Andreas Klemm
6e2dbdc869 upgrade to new zebra version 0.90
- removed PORTREVISION (new version)
- new configure script: dialog menue allows you to set different zebra
  compile time options (if ! BATCH), currently supported:
  --with-libpam         = enable PAM authentication for vtysh
  --enable-nssa         = enable OSPF NSSA
  --enable-snmp         = enable SNMP support
- please note: port compiles fine when all options are set, but
  functionality has not been tested by me.
- silence portlint, trim pkg-comment to <=70 columns
- remove unneeded patch patch, 0.90 now contains fix for memory leak
- cosmetic: add patch for Makefile.in (don't link with -g)
- portlint: o.k.

In this BETA --enable-unixdomain and --enable-newrib became default !
To get old implementation back use the following configure options:
--enable-tcp-zebra # TCP/IP socket is used for protocol daemon and zebra.
--enable-oldrib    # Turn on old RIB implementation.
Note: I didn't add these options to configure script, so that people
      don't choose the wrong thing !

Some milestones of this release (see file NEWS for complete list):
- access-lists can have remarks
- memory leak with access-list and prefix-list name fixed
- UNIX domain socket server of zebra protocol is added
- PointoPoint interface network bug fixed
- Metric value is reflected to kernel routing table
- New RIB implementation has been added:
- BGP passive peer support problem is fixed
- Redistributed IGP nexthop is passed to BGP nexthop
- Fix bug of holdtimer is not reset when bgp cleared
- BGP-MIB implementation is finished
- When BGP connection comes from unconfigured IP address, close socket
  immediately.
- BGP flap dampening feature is added
* RIP
- Fix bug of refreshing default route
* OSPF
- Fix bug of Hello packet's option is not properly set when interface comes up
- Reduce unconditional logging
- New command for virtual-link configuration
- Memory leak related classfull network generation is fixed
2001-01-11 21:45:05 +00:00
Roger Hardiman
6fb976323b Upgrade from to version 0.9a3.m09 2001-01-11 17:15:45 +00:00
Bill Fumerola
d83930aac9 Update to 1.6.4 2001-01-11 07:59:56 +00:00
Kevin Lo
68c721ede9 Fix permissions of startup script
PR: 24162
Submitted by: MAINTAINER
2001-01-10 15:38:54 +00:00
FUJISHIMA Satsuki
61e53b988c add missing files/remove empty directories.
sort pkg-plist.

PR:		22346
Submitted by:	Rich Wood <rich@FreeBSD.org.uk>
2001-01-10 14:02:29 +00:00
Issei Suzuki
5fd3ba9ac0 - Fix compilation and installation error in CURRENT.
- maintainer is committer now.
- Style fix in patch-*

PR: 23255
2001-01-09 20:59:55 +00:00
Trevor Johnson
cd077a8bb8 Update for reorganization of master site.
PR:		24193
Submitted by:	Joseph Scott <joseph@randomnetworks.com>
2001-01-09 18:50:06 +00:00
David E. O'Brien
d796c04e05 Add a missing \
Submitted by:	Rich Winkel <rich@math.missouri.edu>
2001-01-09 17:09:44 +00:00
James E. Housley
ce0f2e976f New Port: net/neoupdate
A Perl Script to automagically update DNS at centralinfo.net or yi.org
when your IP changes, both offer free DNS services.
2001-01-09 15:19:17 +00:00
Maxim Sobolev
800576e62b Hand over maintainership to Matthew Emmerton <matt@gsicomp.on.ca>. I'm guilty
of not checking PR database before creating my own version of the port.
2001-01-09 08:17:00 +00:00
Peter Pentchev
a4a5a5be35 Update to 1.03.
PR:		24144 (almost)
Submitted by:	Dan Peterson <danp@cosmo.jt.org>
Approved by:	nbm (maintainer)
2001-01-09 07:49:47 +00:00
Kris Kennaway
236b21797c No-one apparently cares enough to update this port
from the old, insecure version. Goodbye! :)
2001-01-09 07:37:37 +00:00
Jun-ichiro itojun Hagino
8a1d4f194e drop myself from MAINTAINER. too many KAME platforms to support,
to little time...
2001-01-09 05:57:08 +00:00
Trevor Johnson
9db666b91a Update master site.
PR:		24159
Submitted by:	Joseph Scott <joseph@randomnetworks.com>
2001-01-09 01:36:11 +00:00
Will Andrews
052cf380ee Release to the world all of my ports that I don't use, excluding KDE 1,
which I'm holding for various reasons, so some kind soul can take the time
to fix them without having to wait for me.
2001-01-09 00:06:25 +00:00
Jun Kuriyama
b30f5074f1 Upgrade to 0.83.
Submitted by:	joseph@randomnetworks.com
PR:		ports/24158
2001-01-08 23:47:49 +00:00
Vanilla I. Shu
511045b36c Upgrade p5-HTML-Parser => 3.15
p5-Net-Daemon  => 0.34
	p5-Storable    => 1.0.7
2001-01-08 22:23:27 +00:00
Andreas Klemm
64850d1f42 remove port revision 2001-01-08 11:40:24 +00:00
Jun Kuriyama
57da72838b Use $PERL_CONFIGURE. 2001-01-08 06:44:24 +00:00
Andreas Klemm
0e8be8c84b - update port from 1-1-a6 to 1-1-a8
=> bumped PORTREVISION to 2
- pkg-plist still valid
2001-01-07 23:36:44 +00:00
Michael Haro
a0d4f7b310 update 0.9.6.2010 -> 0.10.1
PR:		23654
Submitted by:	    Joseph Scott <joseph@randomnetworks.com>
2001-01-07 19:08:31 +00:00
Michael Haro
2733c5f0e6 add an example of a PREFIX/rc.d/iplog.sh script for startup as daemon.
PR:		24128
Submitted by:	    MAINTAINER
2001-01-07 18:57:24 +00:00
Will Andrews
e40046b15d Clean up inefficient perl invocations; use multiple REs in the same call. 2001-01-07 17:49:52 +00:00
Kevin Lo
77faff66ef Fix pkg-plist
PR: 24124
Submitted by: MAINTAINER
2001-01-07 15:16:07 +00:00
Kevin Lo
edda04f4da Upgrade to 1.1.0
PR: 24118
Submitted by: MAINTAINER
2001-01-07 15:06:46 +00:00
Dmitry Sivachenko
d8c81b53a6 Release to ports@. Maintainer e-mail bounces (no such user). 2001-01-06 20:24:32 +00:00
Satoshi Asami
13cb86ebad Remove extra " perl5" at end of dependency line.
Submitted by:	obento..
2001-01-06 19:32:35 +00:00
Kevin Lo
cb6a188c3f Update to 0.16.1
PR: 24096
Submitted by: Ports Fury
2001-01-06 16:25:03 +00:00
Alexander Langer
0e8b58d01f Add firetalk 0.0.10, a multi-protocol chat/instant messaging library.
PR:		24104
Submitted by:	George Reid <greid@ukug.uk.freebsd.org>
2001-01-06 14:23:49 +00:00
David E. O'Brien
367c08ac94 Update to 5.1.0. 2001-01-06 08:09:15 +00:00
Mario Sergio Fujikawa Ferreira
a2475db721 The trick of installing icqlib.so as icqlib0.so was not fooling
libtool. The installed libs were unusable. Added a patch to
have it build the correct library.

Also, updated the pkg-comment to a more specific message.
2001-01-06 04:09:36 +00:00
Ben Smithurst
c2a9a076ef Add a patch to fix a couple of memory handling problems which show up with
MALLOC_OPTIONS=AJ.
2001-01-05 22:38:09 +00:00
Ben Smithurst
62b27d04c9 Reset maintainer to ports@FreeBSD.org, the old maintainer doesn't
use this software any more.

Approved by:	maintainer
2001-01-05 22:37:24 +00:00
Brian Feldman
15128d4ba4 Heh, if USE_QT2, LIB_DEPENDS doesn't need qt22 ;)
Submitted by:	alex
2001-01-05 22:21:09 +00:00
Akinori MUSHA
a1b258baea Fix plist. A symlink to a directory should be removed by @unexec rm.
Found by:	bento
2001-01-05 18:59:13 +00:00
Chris D. Faulhaber
4da55bf3aa Update port to 8.2.2p7
No reponse from:	Maintainer
2001-01-05 14:03:21 +00:00
James E. Housley
727e0bd782 Update to 2.0.5
PR:		22563
Submitted by:	David W. Chapman Jr. <dwcjr@inethouston.net>
2001-01-05 02:51:27 +00:00
Maxim Sobolev
751fd5aaa4 Update to 1.0. 2001-01-04 20:57:31 +00:00
FUJISHIMA Satsuki
43895345be add missing message catalogue.
remove empty share/locale stuff.

Submitted by: bento
2001-01-04 17:09:32 +00:00
Kevin Lo
1c95237279 Update to 2.2.3
PR: 24067
Submitted by:  MAINTAINER
2001-01-04 15:03:10 +00:00
Will Andrews
2da155a48e Add p5-SOAP 0.28, perl modules providing an API to the Simple Object Access
Protocol.
2001-01-03 23:43:25 +00:00
Warner Losh
ac723a61ae I've given up the ghost using socks5 on my network. Since I'm
multiply overcomitted, I've giving this back to ports.
2001-01-03 22:38:34 +00:00
Dmitry Sivachenko
06f0a9d80d Remove bogus 0x0a from the end of line.
I don't know who put it there...
2001-01-03 20:29:49 +00:00
FUJISHIMA Satsuki
5c98bf2e70 fix kernel config description to fit FreeBSD 4 or later.
PR:		21905
Submitted by:	Alex Kapranoff <kappa@zombie.antar.bryansk.ru>
Commented by:	jedgar
2001-01-03 19:44:28 +00:00
Roger Hardiman
cb28c18732 Upgrade to OhPhone 1.1pl1 2001-01-03 14:37:08 +00:00
Roger Hardiman
a39475e9c5 Upgrade to Openam 1.0 beta 2 2001-01-03 14:15:12 +00:00
Roger Hardiman
d75ca4cdc3 Upgrade to 1.0alpha2 2001-01-03 14:10:28 +00:00
Roger Hardiman
654fad2b7d Upgrade to OpenH323 1.1pl1 and PWLib 1.1pl19 2001-01-03 14:02:24 +00:00
Roger Hardiman
23c803ac54 Upgrade to H323 Gatekeeper version 0.14a
This closes the PR below, which was to upgrade to 0.14.

PR:		ports/23636
2001-01-03 13:51:54 +00:00
Dmitry Sivachenko
d8aee0d766 Update to version 2.9.7. 2001-01-03 09:24:24 +00:00
FUJISHIMA Satsuki
369ec4e6f6 remove empty directory.
PR:		23845
Submitted by:	David W. Chapman Jr.
2001-01-02 14:59:49 +00:00
FUJISHIMA Satsuki
eb3ed74b61 change MASTER_SITES to new place.
PR:		23746
Submitted by:	David W. Chapman Jr.

sweep share/locale/*/LC_MESSAGES if empty.
2001-01-02 14:56:27 +00:00
Brian Feldman
d5eaba1906 I have no clue why USE_QT2 got commented out.
Submitted by:	alex
2001-01-02 02:11:34 +00:00
Andreas Klemm
f315ab6c10 missing shared lib in pkg-plist -> PORTREVISION bump
PR:		23974
Submitted by:	David W. Chapman Jr. <dwcjr@inethouston.net>
2001-01-01 17:37:39 +00:00
Will Andrews
60f2b6b7a8 Goodbye, YEAR2000. Hello, 2001.
Approved by:	asami
2001-01-01 10:15:16 +00:00
Andreas Klemm
68672bb116 - fix pkg list concerning removal of port (missing symlinks and dir)
- bump port revision because of changes in the packing list (to allow
  pkg_delete to nuke the installed port entirely)

PR:		23975
Submitted by:	David W. Chapman Jr. <dwcjr@inethouston.net>
2000-12-31 11:34:50 +00:00
Mario Sergio Fujikawa Ferreira
013781b1f3 This is a repocopy of net/icqlib greatly done by
asami.
  The port mail/icqmail requires an old version
of icqlib brand 0.x.x.
  The icqlib port handles the current version brand
1.x.x.
  This icqlib0 port will be handling the old icqlib
brand 0.x.x.

PR:		ports/23156
Submitted by:	Nevermind <never@nevermind.kiev.ua>
Approved by:	asami (the repocopy)
2000-12-31 11:20:33 +00:00
Bill Fumerola
9208fd7439 From the submitter:
- <sys/conf.h> requires 'SPECNAMELEN'.
- 'SPECNAMELEN' is defined in <sys/param.h>
- however, disk.c includes <sys/conf.h> before including <sys/param.h>

Submitted by:	Makoto MATSUSHITA <matusita@jp.FreeBSD.org>
2000-12-31 05:17:01 +00:00
Andreas Klemm
f404786276 make port compile, patch was missing the subdir "lib" in its header
Submitted by:	Jeroen Ruigrok van der Werven <jruigrok@via-net-works.nl>
2000-12-30 17:48:13 +00:00
Daniel Harris
8e6db97f8c Update to 1.3.1.
PR:		23951
Submitted by:	Ying-Chieh Liao <ijliao@terry.dragon2.net>
Approved by:	maintainer
2000-12-30 17:14:40 +00:00
Kevin Lo
f3331cf9a6 Upgrade to 2.24
PR: 23947
Submitted by: MAINTAINER
2000-12-30 08:15:18 +00:00
Ben Smithurst
79537cf30a Update master site.
Approved by:	maintainer
2000-12-29 07:44:40 +00:00
Daniel Harris
d2d197f8e3 Update to 1.4, also remove . from pkg-comment.
PR:		23900
Submitted by:	maintainer
2000-12-28 15:26:26 +00:00
Masafumi Max NAKANE
02193c8292 Upgrade to 6.1.22.
Reminded by
PR:	22439
Submitted by:	Naoki IDO <ido@hitachi-ms.co.jp>
2000-12-27 20:58:29 +00:00
Andreas Klemm
2b8e0cf85e Fix vty memory leak
Patch in PR contains typo, got clean patch from zebra anon cvs server
Wrote e-mail to security officer and freebsd-audit to ask for
a) review
b) what to do next (FreeBSD Ports Security Advisory?...)
concerning a) the author of zebra already ok'd the patch.
converning b) waiting for SO or fbsd-auditers to respond

PR:		23856
Submitted by:	Vincent Poy <vince@oahu.WURLDLINK.NET>
Reviewed by:	Kunihiro Ishiguro <kunihiro@zebra.org>
Approved by:	Kunihiro Ishiguro <kunihiro@zebra.org>
Obtained from:	PR (partly) + zebra anon cvs server
2000-12-27 14:19:33 +00:00
Will Andrews
5c1d9218f1 Update to 3.5. Relase this port to the world so someone more interested
in maintaining it can take the job.

PR:		22893
Submitted by:	Ports Fury
2000-12-26 07:03:27 +00:00
Will Andrews
d204cd348e Add smm++ 4r4, a MUD client with a mapping functionality based on itcl.
PR:		22903
Submitted by:	Edwin Groothuis <mavetju@chello.nl>
2000-12-26 06:16:51 +00:00
Will Andrews
8fe68fd01c Add tas 1.0, a traffic accounting system that picks up ip and application
level traffic statistics, stores it and builds reports.

PR:		23824
Submitted by:	Anton Voronin <anton@urc.ac.ru>
2000-12-26 05:46:55 +00:00
Akinori MUSHA
209e27071a Update to 4.27. 2000-12-25 15:54:08 +00:00
Akinori MUSHA
ad8f3fe293 Add some missing files to pkg-plist. Sorry. 2000-12-25 14:23:06 +00:00
Jim Mock
8f96eeea1d Update to version 0.11.0pre4. 2000-12-24 01:41:06 +00:00
Daniel Harris
0a49356ed6 Update to 1.4.0.
PR:		22981
Submitted by:	joseph@randomnetworks.com
2000-12-23 20:41:08 +00:00
David E. O'Brien
8b3f98e6a3 return to ports .at. freebsd.org 2000-12-23 19:26:59 +00:00
David E. O'Brien
23e2bf7e0b Return to PORTS at F-R-E-E-B-S-D dot O-R-G. 2000-12-23 18:55:08 +00:00
David E. O'Brien
f950418b81 Tweak.
Submitted by:	Peter Pentchev <roam@orbitel.bg>
2000-12-23 18:53:58 +00:00
Jun Kuriyama
5e49eb6963 Add WITHOUT_AFPASP option to Makefile for afpd. 2000-12-23 05:08:32 +00:00
Jun Kuriyama
1157223634 Visit ${ALL} directories and make all instead of depending directory
itself.  On my environment, libatalk is not built because mtime of
libatalk directory is changed by applying patch to Makefile.

Stefan, please revert this if you don't like.
2000-12-23 05:07:12 +00:00
Jun Kuriyama
ea48b93ab9 Check libdes.a to use DES.
Submitted by:	Brook Schofield <brook.schofield@utas.edu.au>
PR:		ports/17652 (for net/netatalk)
2000-12-23 05:04:22 +00:00
David E. O'Brien
9c74ce92c3 Return to ports at freebsd.org 2000-12-22 22:45:18 +00:00
Kevin Lo
2986ac2519 Fix pkg-plist
PR: 23754
Submitted by: MAINTAINER
2000-12-22 14:39:48 +00:00
David E. O'Brien
febabb47cd Remove Y2k. Satoshi said it wasn't needed any more. 2000-12-21 20:16:10 +00:00
Kenjiro Cho
4a02723e93 update from ttt-1.5 to ttt-1.6.
LIB_DEPENDS changed from blt-2.4s to blt-2.4u.
2000-12-21 12:01:40 +00:00
Will Andrews
272b15896e Fix violations of COMMENT files.
PR:		22986
Submitted by:	Ports Fury
2000-12-21 08:54:25 +00:00
Will Andrews
90a3388650 As I was perusing Ports Fury's PR#22986, I decided to make some improvements
to the COMMENT files touched in that PR.  This should clean them up a bit
more.
2000-12-21 08:51:05 +00:00
Will Andrews
03a2650ad9 Update to use TCL/TK 8.3.
PR:		22495
Submitted by:	MAINTAINER
2000-12-21 06:53:34 +00:00
Will Andrews
e2d6082a71 Update to use ADNS. Bump PORTREVISION.
PR:		21720
Submitted by:	Peter Sapros <peterh@sapros.com>
2000-12-21 06:24:32 +00:00
Brian Feldman
99c523c297 Woops, commit Makefile, too. 2000-12-21 00:12:03 +00:00
Brian Feldman
b5f32d07ec Update Licq to 1.0.2. This should be _much_ more stable than 1.0 was. 2000-12-20 06:25:41 +00:00
David E. O'Brien
bb9cadac0d Complete the PLIST.
Submitted by:	David W. Chapman Jr. <dwcjr@inethouston.net>
2000-12-19 20:07:52 +00:00
Will Andrews
de4c3e5d62 Add balance 2.16, a generic tcp proxy with round robin load balancing
and failover mechanisms.

PR:		23337
Submitted by:	Joseph Scott <joseph@randomnetworks.com>
2000-12-19 12:17:21 +00:00
Will Andrews
0a01597ce7 Add sendip 1.3, a useful utility for testing various sockets behaviors.
This reminds me of W. Richard Stevens' sock(1) from his excellent UNIX
Network Programming Volume 1 book.  Well, not exactly, but..

PR:		23181
Submitted by:	Joseph Scott <joseph@randomnetworks.com>
2000-12-19 11:01:57 +00:00
Will Andrews
fdd85c0497 Add netmask 2.3.3, a tool for generating terse netmasks in several common
formats.

PR:		23005
Submitted by:	Mike Bristow <mike@urgle.com>
2000-12-19 10:29:26 +00:00
Maxim Sobolev
90f5154594 - Update to version 0.16.0.
PR:		23628
Submitted by:	Ports Furry
2000-12-19 08:07:57 +00:00
Dmitry Sivachenko
0aafce6a70 Remove trailing period and package name from the pkg-comment. 2000-12-18 20:32:55 +00:00
Donald Burr
5eb0e788db added another mirror. 2000-12-18 18:03:17 +00:00
Akinori MUSHA
c1b045b31d Update to 1.3. 2000-12-18 05:31:10 +00:00
David E. O'Brien
2d27e5e5f5 This is a simple Yahoo Messenger client that requires no windowing system,
and it therefore can be quite useful in situations where a minimal system
is being used or when a windowing system is otherwise unavailable or
unfeasible.

PR:		22857
Submitted by:	George Reid <greid@ukug.uk.freebsd.org>
2000-12-17 02:42:48 +00:00
David E. O'Brien
6813c02400 Offical Yahoo! instant messaging client 2000-12-17 02:40:30 +00:00
Clive Lin
6460e7b33c Correct path to depending object.
PR: 23586
Submitted by: Yen-Ming Lee <leeym@bsd.ce.ntu.edu.tw>
2000-12-16 18:28:50 +00:00
Jim Mock
9a46558ec7 Update to version 0.11.0pre3. 2000-12-16 05:29:31 +00:00
Vanilla I. Shu
0fc952125b Upgrade to 0.33. 2000-12-15 03:06:44 +00:00
James E. Housley
8d61bf6afb New Port: net/linpopup
X-Windows port of WinPopup

PR:		22973
Submitted by:	Roman Shterenzon <roman@xpert.com>
2000-12-14 03:40:31 +00:00
James E. Housley
95f68a9247 New Port: net/pdns
pdnsd is a proxy dns server with permanent caching

PR:		22963
Submitted by:	Roman Shterenzon <roman@xpert.com>
2000-12-14 03:27:37 +00:00
Clive Lin
900cf6ff9d New port: net/p5-Net-Jabber
Net::Jabber provides a Perl user with access to the Jabber Instant Messaging
protocol.

PR: 23514
Submitted by: Yen-Ming Lee <leeym@bsd.ce.ntu.edu.tw>
2000-12-13 17:57:09 +00:00
Dmitry Sivachenko
9ec0f99f4e Update to version 2.9.6. 2000-12-13 12:10:28 +00:00
David E. O'Brien
41e3d18ba0 Add sample RC startup script.
Submitted by:	Jun Kuriyama <kuriyama@imgsrc.co.jp>	(w/changes by me)
2000-12-13 08:26:16 +00:00
Dmitry Sivachenko
3bae29fa17 Update to version 2.9.5. 2000-12-12 21:36:44 +00:00
Chris D. Faulhaber
5b5075bb38 - Update port to 6.0.908
PR:		23497
Submitted by:	Martin Blapp <mb@imp.ch>
2000-12-12 15:54:55 +00:00
Clive Lin
d79c207ef7 Update to 3.13.3
PR: 23503
Submitted by: Maintainer
2000-12-12 15:47:29 +00:00
Kevin Lo
cef8910eaa Upgrade to 2.0.1 2000-12-12 03:02:24 +00:00
Akinori MUSHA
0bc3f89299 Fix @exec lines. Installing from the package, it failed to copy from
*.schema.default to *.schema.  Sorry.
2000-12-11 13:03:04 +00:00
Warner Losh
a86580e5c2 Mark as FORBIDDEN due to remove buffer overflows as reported on
bugtraq.  Kris asked me to do this due to his reduced connectivity.

Approved by:	kris
2000-12-11 07:01:47 +00:00
Steve Price
d15b341f53 - make -> MAKE
- Remove trailing period from pkg-comment
- Add WWW: line

PR:		23277
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-12-11 02:58:15 +00:00
Steve Price
b0642e71dd From submitter:
There is serious bug in handling requests in AATV module of AA_FORK
and AA_FREPLAY types in Merit AAA server. If AATV module not
responding for a long time main server drops original request without
cleaning some critical information (process counter aatv->proc_cnt).
As a result after some definite number of timeouts server stops
responding.

PR:		23212
Submitted by:	Andriy I Pilipenko <bamby@marka.net.ua>
2000-12-11 02:36:19 +00:00
Steve Price
939640937a Update to version 2.1.b7.
PR:		23144
Submitted by:	Eoin Lawless <eoin@maths.tcd.ie>
Approved by:	maintainer
2000-12-11 02:31:38 +00:00
Steve Price
771f5dfebc Update to version 1.0a9.
PR:		23143
Submitted by:	Eoin Lawless <eoin@maths.tcd.ie>
Reviewed by:	maintainer
2000-12-11 02:28:41 +00:00
Steve Price
53ad9271aa Update to version 4.6.10.
PR:		23095
Submitted by:	maintainer
2000-12-11 02:22:36 +00:00
Jordan K. Hubbard
978e774f34 Update to list more current branches and servers. 2000-12-06 02:24:19 +00:00
David E. O'Brien
a92bd00163 Opps, forgot to fix the file path after I re-generated the patch.
(we use some perl h0h0magic, so the file extention is non-standard)
2000-12-05 17:53:41 +00:00
Jim Mock
3524349510 Uh, actually update the rest of this port to version 0.11.0pre2. I forgot
to apply the diff before my last commit :-)
2000-12-05 05:23:23 +00:00
Jim Mock
2c441993f1 Update to version 0.11.0pre2. 2000-12-05 05:21:41 +00:00
Jordan K. Hubbard
70f3af8e48 Update to conform to modern times. 2000-12-04 22:10:57 +00:00
Alexander Langer
d873050469 Add xsmbrowser, a Tcl/Tk port of Windows' Network Neighborhood.
PR:		23260
Submitted by:	Roman Shterenzon <roman@xpert.com>
2000-12-04 11:10:33 +00:00
Mario Sergio Fujikawa Ferreira
3836c80193 Add a new official distribution patch, number 5655.
PR:		ports/23242
Submitted by:	maintainer
2000-12-03 03:24:22 +00:00
Kevin Lo
b97778f3a2 Fix pkg-plist.
PR: 23229
Submitted by: Ports Fury
2000-12-02 16:41:21 +00:00
David E. O'Brien
b597a8c699 Allow the selection of the [sys]log facility to use.
Submitted by:	David W. Chapman Jr. <dwcjr@inethouston.net>
2000-12-02 08:49:49 +00:00
David E. O'Brien
6a8382eed0 Update to 3.0 beta 2 patchlevel 11 2000-12-02 06:25:48 +00:00
Ade Lovett
09a4ed7fa5 Add CONFIGURE_ARGS so that named/lwresd put their pid files
in the "right" place (/var/run), as opposed to ${PREFIX}/var/run
2000-12-01 23:42:12 +00:00
Andreas Klemm
7eb4e513f0 From Sergey:
"The tac_plus user guide says that when passwd(5) file is used for user
 authentication, the expiry date checks against shell field of password file.
 Maybe it is OK for custom passwd files, but not for system password file.

 Here is a little patch below which allow the tacacs daemon check
 the expiration dates against 'expire' field of FreeBSD's master.passwd file.
 It is very useful for me, and may be useful for other FreeBSD&tacacs users."

Submitted by:	Sergey Levov <serg@informika.ru>
2000-12-01 20:42:49 +00:00
Maxim Sobolev
2d8ff23a74 Update iconv to 2.0 and reflect shared library version bump.
PR:		23163, 23164, 23165
Submitted by:	maintainer
2000-11-29 11:46:42 +00:00
Jason Evans
381fdeef1e Update to version 1.1.0. 2000-11-29 07:56:10 +00:00
Mike Smith
c2b3abb02f tcpreplay - a *working* libpcap trace file replay tool
Submitted by:	"Christopher N. Harrell" <cnh@ivmg.net>
2000-11-29 02:29:03 +00:00
Kevin Lo
bcc42b0565 Update to version 1.5.7
PR: 23136
Submitted by: Ports Fury
2000-11-28 15:31:16 +00:00
Brian Somers
31029d55c2 Call openlog() with LOG_PID.
Submitted by:	Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
PR:		23017
2000-11-28 10:31:32 +00:00
Nick Sayer
f0cc834642 Fix web site location
Approved by: kris
2000-11-27 20:35:36 +00:00
Peter Pentchev
a13c4d53b8 Update to 1.1.6.
PR:		ports/23009
Submitted by:	Joseph Scott <joseph@randomnetworks.com>
Approved by:	kris
Silence by:	maintainer <anders@fix.no>
2000-11-26 18:17:26 +00:00
Jim Mock
d45be7cfe8 Fix the configure args so that GNOME and ESD are both properly detected.
Submitted by:	Joe Clarke <marcus@jclarke-isdn4.cisco.com>
2000-11-26 05:06:26 +00:00
Maxim Sobolev
48f74b129b Update to 1.0.4. 2000-11-25 13:44:09 +00:00
Maxim Sobolev
49a888ed6d Capitalize first letter and put period at the end of sentence. 2000-11-25 12:55:23 +00:00
Satoshi Asami
34241581a3 ghostscript5 doesn't exist anymore, so change dependencies to ghostscript55. 2000-11-25 10:31:07 +00:00
Peter Pentchev
a08cc887be Take over maintainership
Approved by:	kris (former maintainer)
2000-11-25 08:13:46 +00:00
Roger Hardiman
dae7c4389d Add OpenH323 Proxy. This is based on OpenGatekeeper and adds H323
Proxy functions.

This means you can use H323 clients (like OhPhone and NetMeeting)
through FireWalls and with NAT.
2000-11-22 17:51:42 +00:00
Kevin Lo
171bd906f0 Update to version 2.2.2
PR: 23018
Submitted by: MAINTAINER
2000-11-22 15:14:49 +00:00
Roger Hardiman
f6574f11ad Add OpenMCU - a H323 Multipoint Control Unit.
The MCU allows multiple people to talk to each at the same time
if they are using H323 based Video Conferencing programs or using
H323 based Internet Phone applications.

Normally H323 applications can support 1 to 1 calls.

Only video is supported at this time. No video yet.

This is another spin off from the OpenH323 project.
  http://www.openh323.org
2000-11-22 13:53:23 +00:00
Peter Pentchev
05ce43b4f6 update my email address - roam@orbitel.bg -> roam@FreeBSD.org 2000-11-22 10:20:14 +00:00
David E. O'Brien
30abec63d9 Add $FreeBSD$, which help me in problem reports. 2000-11-22 02:22:51 +00:00
David E. O'Brien
c84d4079f1 Add $FreeBSD$, which help me in problem reports. 2000-11-22 00:57:33 +00:00
David E. O'Brien
2c98c659d1 Add $FreeBSD$, which help me in problem reports. 2000-11-22 00:26:04 +00:00
David E. O'Brien
1ceded9e6e Add $FreeBSD$'s which help me in problem reports. 2000-11-22 00:17:18 +00:00