Commit graph

2722 commits

Author SHA1 Message Date
Alexander Langer
5b582eae63 - Support CFLAGS/PREFIX/LOCALBASE properly
- Add WWW: line into pkg/DESCR

PR:		19345
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-06-28 12:53:16 +00:00
Archie Cobbs
1949444b57 Add new port. 2000-06-28 00:31:45 +00:00
Andreas Klemm
ce940401d9 update to 0.87 2000-06-27 16:29:01 +00:00
Alexander Langer
e9fa85a643 respect NOPORTDOCS.
PR:		19316
Submitted by:	maintainer
2000-06-27 14:03:18 +00:00
Masafumi Max NAKANE
918db29434 Set umask to 027.
Suggested by:	kjm@rins.ryukoku.ac.jp (KOJIMA Hajime)
2000-06-26 08:32:23 +00:00
Masafumi Max NAKANE
ca1cafa45d Upgrade to 6.1.15.
The problem with temporary file/directory permission, which have been
dealt with by patches/patch-a[b-i] seems to have gone away.
However, I haven't examined the rest of the code to determine whether
security problems with this program have been corrected.
(CF: FreeBSD-SA-00:04.)
2000-06-26 07:57:09 +00:00
Justin M. Seger
ffa87d6390 Upgrade to 2.0pl1. This fixes the recent security issue posted to bugtraq.
PR:	ports/19502
2000-06-26 02:23:41 +00:00
David E. O'Brien
7b56fac47b Update to 3.0b1pl14
PR:		19493, 18475
Submitted by:	Cyrille Lefevre <clefevre@citeweb.net>
2000-06-25 21:08:08 +00:00
Maxim Sobolev
3ff2217f3d Remove "Extra" item on deinstall.
Submitted by:	bento
2000-06-23 08:50:08 +00:00
Will Andrews
f67050feec Unleash all of these ports upon the people. I no longer have any interest
in any of them, but will be happy to assign MAINTAINER to others and commit
updates for them.
2000-06-22 05:52:15 +00:00
Archie Cobbs
15fef94738 Update to mpd-3.0b8. 2000-06-22 01:29:54 +00:00
Maxim Sobolev
0ecef16e4f 1. Update to pchar-1.2.
2.  New MASTER_SITES and WWW.
3.  pchar-1.2 makes patches/patch-PctestIpv6Udp.h unnecessary.
4.  Add patches/patch-pchar.8 (patch from author) to fix a typo.  (Will be
    fixed in next pchar release.)
5.  Install CHANGES file in doc directory.
6.  Fix PLIST to keep bento happy.

PR:		19305
Submitted by:	Bruce A. Mah <bmah@cisco.com> (author of the pchar)
2000-06-21 15:34:47 +00:00
John Polstra
3d21afad7b Add "exec" to the beginning of commands passed to "su ... -c ...".
With some shells (csh in particular) this eliminates a useless
process waiting for the command to finish.

Submitted by:	Mikhail Teterin <mi@privatelabs.com>
2000-06-21 05:00:15 +00:00
Chris Piazza
10ae656be9 Remove maintainership of most of my ports. I don't really have
time to maintain these and I'm just not interested in these particular
ones any more.
2000-06-20 21:45:58 +00:00
CHOI Junho
91c0c783d9 - fix DESCR to correct maintainer. oops. 2000-06-20 14:31:17 +00:00
CHOI Junho
b94f60a58b - fix core-dump problem in 4.x reported in ports/18573
- cleanup patches and extra file
- fix unnecessary delay(from byung)
- resurrect MAINTAINER line(me)
- fix distfile location
- fix DESCR to correct maintainer

PR:		ports/18573
Submitted by:	byung@nowcool.dhs.org
2000-06-20 14:27:33 +00:00
Jacques Vidrine
6dc9bdb0c8 Locally hosted distfiles moved to ftp.freebsd.org. 2000-06-20 13:37:39 +00:00
Maxim Sobolev
8b10e5fbd0 The port assigns PLIST_SUB after <bsd.port.pre.mk> is included, so substitution
of %%PREFIX%% for ldconfig didn't work.

Submitted by:	Makoto MATSUSHITA <matusita@jp.freebsd.org>
2000-06-18 09:36:13 +00:00
Will Andrews
1e60866cc1 Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX.
Add some missing/wrong dependencies.  Show how to respect CC/CFLAGS.  Many
miscellaneous modifications.  I used more excessive hacks to force p5-Jcode
and p5-WWW-Search to respect CC/CFLAGS.

Patches largely done by:	Christian Weisgerber <naddy@mips.inka.de>
2000-06-17 02:37:15 +00:00
Satoshi Asami
ffb21b5654 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)

Line up the rhs of variable assignments nicely.  Remove a couple of extra
whitespaces while I'm here.

Suggested by:	 sobomax
2000-06-16 21:52:40 +00:00
Satoshi Asami
6ee8c0d084 Fix typo (database -> databases) that killed INDEX build. 2000-06-16 21:31:26 +00:00
Maxim Sobolev
5178b48938 Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
2000-06-16 10:38:50 +00:00
Maxim Sobolev
dc1177a9a5 Fourth round of INSTALLS_SHLIBS conversion. 2000-06-16 08:48:22 +00:00
Maxim Sobolev
61ebd322a2 Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking
it.

Hall of shame entry:	sobomax
2000-06-16 08:19:52 +00:00
Jacques Vidrine
a0a60590ca Fix depends.
Reported by:	bento.freebsd.org
2000-06-15 19:40:35 +00:00
Ade Lovett
f0679cfe33 Fix another figure out GLIB_CONFIG but use hardcoded glib-config
in the configure file pilot botch
2000-06-15 18:56:12 +00:00
Maxim Sobolev
835d6b8655 Third round of INSTALL_SHLIBS=yes fixes. 2000-06-15 17:59:45 +00:00
Maxim Sobolev
5cb1434004 Second round of INSTALL_SHLIBS=yes fixes. 2000-06-15 17:12:51 +00:00
Maxim Sobolev
1de95a9ce1 First round of INSTALL_SHLIB fixes. 2000-06-15 16:44:16 +00:00
Will Andrews
eb8bb24d27 Fix small typo.
Submitted by:	W. Gerald Hicks <jhix@mindpspring.com>
2000-06-14 18:37:20 +00:00
David E. O'Brien
dd0f42a31c Add isc-dhcp3 after the repo copy from isc-dhcp2. 2000-06-14 16:23:17 +00:00
David E. O'Brien
ca783cc60b Update to Beta version of ISC's version 3 DHCP suite.
This may be useful to monitor changes in the DHCP suite.
2000-06-14 16:21:21 +00:00
David E. O'Brien
0ceb8693e5 This fixes the suposed fix of Makefile rev 1.29 ad patch-aj rev 1.1.
This port is now PREFIX clean and installs files into the right locations
(I previously marked it BROKEN because it wasn't).

Bad "fix" by:	JHK
Absent maintainer would would not fix this himself:	jseger
2000-06-14 15:43:47 +00:00
Maxim Sobolev
a9f22cd584 Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE. 2000-06-14 13:21:38 +00:00
David E. O'Brien
28f2f348d9 Remove a broken mastersite. 2000-06-10 20:44:37 +00:00
Jim Mock
25489a7b36 Update to version 0.9.19. 2000-06-10 17:57:50 +00:00
Will Andrews
46271d5b7b Update the good ole docs location and make PLIST generation on-the-fly so
Bruce won't have to chase the distfile around.

PR:		19154
Submitted by:	MAINTAINER
2000-06-09 22:14:41 +00:00
Satoshi Asami
fe90a46320 Define MASTER_SITE_SUBDIR=asami/LOCAL_PORTS as these are moved to my
area on the local ports tree.
2000-06-09 21:59:16 +00:00
Kenjiro Cho
2d43415fa0 upgrade ttt-1.4 to ttt-1.5.
add ttt to the ipv6 virtual category.
2000-06-09 08:39:14 +00:00
Maxim Sobolev
551cb65285 Use mkstemp() instead of insecure mktemp().
PR:			19047
Hall of Shame entry:	Mikhail Teterin <mi@aldan.algebra.com> (for his !@#$%^ ego)
2000-06-09 07:23:48 +00:00
Alexander Langer
fd3dbf7840 portlint
Reviewed by:	will
2000-06-08 20:25:53 +00:00
Roger Hardiman
10f6ebe328 Update to 0.9 alpha 1 2000-06-08 11:02:57 +00:00
Roger Hardiman
aff996ce40 freebsd->FreeBSD and fix a portlint failure 2000-06-08 10:24:39 +00:00
Roger Hardiman
3c34d9ce77 freebsd->FreBSD and fix some portlint failures 2000-06-08 10:22:36 +00:00
Roger Hardiman
cd8ef11737 Updated with comments from the PR
PR:		ports/19032
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-06-08 10:14:49 +00:00
Roger Hardiman
049af8bc95 Put back an EXTRACT_SUFFIX I missed 2000-06-08 07:14:37 +00:00
Roger Hardiman
5f2de6f2cd Makefile and DESCR improvements
PR:		ports/19031
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-06-08 07:08:16 +00:00
Satoshi Asami
60a1e3f2d9 List the name of the file instead of just specifying the directory.
Submitted by:	bento
2000-06-07 23:18:07 +00:00
David E. O'Brien
d624138fd5 The local-distfiles dir on ftp.freebsd.org was moved under ports/. 2000-06-07 17:44:39 +00:00
Satoshi Asami
e1e3142837 Add xarchie.1.
Submitted by:	bento
2000-06-07 09:07:33 +00:00
Satoshi Asami
641d036461 Add lib/libsocket++_p.a (now that's one hard filename to type!) and
lib/libsocket++.so.

Submitted by:	bento
2000-06-07 07:59:23 +00:00
David E. O'Brien
55ddf4365b Become the guinnie-pig and move all my Freefall ~/public_html distfiles
over to the new ftp.freebsd.org local distfiles site.
2000-06-07 03:09:25 +00:00
Will Andrews
bfa2b79a99 Update LIB_DEPENDS for gd: gd.0 -> gd.1. 2000-06-06 17:56:52 +00:00
Maxim Sobolev
4a3f2ff49b Add missed "@dirrm share/doc/Sharity-Light".
Submitted by:	bento
2000-06-06 07:18:04 +00:00
Maxim Sobolev
0a409bd159 --with-lib-MesaGL --> --with-lib-GL to avoid errors when utah-glx used instead of Mesa. 2000-06-05 11:39:16 +00:00
Kris Kennaway
3a944c1cda Remove directory on deinstall
Submitted by:	bento
2000-06-05 07:01:08 +00:00
Kris Kennaway
ab3b17cb0a Remove directory on deinstall
Submitted by:	bento
2000-06-05 04:52:23 +00:00
Kris Kennaway
9adebaa010 Remove directory on deinstall 2000-06-05 03:25:17 +00:00
Jim Mock
ee6e65cdcd Update to version 0.9.18. 2000-06-03 17:06:18 +00:00
Hajimu UMEMOTO
44771d5bb4 Update to 0.07 2000-06-03 15:44:08 +00:00
Boris Popov
31be57baa3 Add 'Novell' keyword.
Submitted by:	Alfred Perlstein
2000-06-03 00:46:37 +00:00
Kris Kennaway
2e079a0471 Update to libnet-1.0.1b and portlint
No response from:	Maintainer
2000-06-02 22:51:20 +00:00
Will Andrews
6d3ee5ac44 Add GTK-GNUTella, a GTK interface to Gnutella, that neat new protocol for
transferring files / chatting, etc.

PR:		18657
Submitted by:	Rod Taylor <rbt@zort.on.ca>
2000-06-02 15:54:08 +00:00
Maxim Sobolev
165ef83f6b Adjust for the libgtkgl version bump.
I hate this, but:
PEOPLE, WHEN YOU ARE UPGRADING SOME LIBRARY AND SEEING VERSION BUMP PLEASE
ADJUST LIB_DEPENDS OF ALL PORTS DEPENDING ON THAT LIBRARY!

Submitted by:	bento
Forgotten by:	will
2000-06-02 07:43:40 +00:00
Jim Mock
ecea061497 Update to version 0.9.17. 2000-06-01 19:31:26 +00:00
Will Andrews
7e5683c484 Fix PLIST problems, make installation more robust, and change email addr
for MAINTAINER.

PR:		18950
Submitted by:	maintainer
2000-06-01 17:39:40 +00:00
Ade Lovett
95065990cc Remove GNOME 1.0 dead wood, now we're at 1.2 2000-06-01 16:30:32 +00:00
Ade Lovett
8bd85a9d02 Updates for new shared library versions in GNOME 1.2 2000-06-01 16:25:45 +00:00
Tim Vanderhoek
e0bd2bc552 pedantry: spell FreeBSD.org capitalised thusly 2000-05-29 19:52:18 +00:00
Steve Price
f2c380cf26 Update to version 5.3.7.
PR:		18737
Submitted by:	Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>
2000-05-29 04:31:39 +00:00
Steve Price
7322abeb85 Update to version 5.3.7.
PR:		18736
Submitted by:	Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>
2000-05-29 04:28:38 +00:00
Steve Price
cf2246dbeb Add the following distribution patches: 5226, r157, and rpvfs.
PR:		18731
Submitted by:	Richard Sather <satherrl@dssrg.curtin.edu.au>
2000-05-29 03:34:52 +00:00
Steve Price
6df78d2b8f Update to version 4.6.1.
PR:		18626
Submitted by:	maintainer
2000-05-29 03:18:41 +00:00
Steve Price
6c8810f07d Update to version 1.2.10.
PR:		18841
Submitted by:	R\xe9mi Guyomarch <rguyom@321.net>
2000-05-29 02:36:54 +00:00
Steve Price
eb8ca8b29c Don't build any profiled libraries and use CXXFLAGS to specify -I. so this
port actually builds.
2000-05-28 04:07:29 +00:00
Steve Price
b1dd3740d4 Distfile checksum changed. Looks like CR/LF vs. LF diffs as 'diff -urN'
showed no change.
2000-05-28 03:35:49 +00:00
Steve Price
8c19aa3ec7 Remove some files that aren't installed when the esound port is not already
installed.
2000-05-28 03:33:36 +00:00
Steve Price
af6df91166 Remove bogus patch that was causing package failures on bento. 2000-05-28 03:29:00 +00:00
Hajimu UMEMOTO
08c0d2041b Activate p5-Socket6. 2000-05-24 19:57:16 +00:00
Hajimu UMEMOTO
10c3a2ce04 This Perl5 module supports getaddrinfo() and getnameinfo() to
intend to enable protocol independent programing.
If your environment supports IPv6, IPv6 related defines such as
AF_INET6 are included.
2000-05-24 19:52:02 +00:00
Will Andrews
da5eed337a Add STING, a TCP-based network measurement tool that measures end-to-end
network path characteristics. sting is unique because it can estimate
one-way properties, such as loss rate, through careful manipulation and
observation of TCP behavior.

Since Benno submitted the port first, and since the patches are nearly
identical, Benno will get credit for creating the port.  However, since
Kelly offered to maintain it, he will get the job.

PRs:		18476, 18508
Submitted by:	Benno Rice <benno@netizen.com.au>,
		Kelly Yancey <kbyanc@posi.net>
2000-05-22 08:35:10 +00:00
Will Andrews
cacac1ac3a Update to 0.4.5 and give this port a MAINTAINER.
PR:		18629
Submitted by:	Andrew L. Neporada <andrew@chg.ru>
2000-05-22 08:25:02 +00:00
Will Andrews
c01e929561 Update to 3.4. 2000-05-20 05:54:19 +00:00
Will Andrews
f249ed9f30 Update category Makefiles to move kmud to net from games.
Repo-copy by:	asami (gotta document this somewhere :-)
2000-05-19 19:56:44 +00:00
Will Andrews
92a51de894 Update to 0.4.1. 2000-05-19 19:45:40 +00:00
Chris Piazza
cc3897a83e Make the makefile and INSTALL script to work correctly with pkg_add.
PR:		18635
Submitted by:	maintainer
2000-05-19 06:37:24 +00:00
Kris Kennaway
2ceec1944e Upgrade to arla 0.33.1
Submitted by:	Assar Westerlund <assar@stacken.kth.se>
PR:		ports/18580
2000-05-18 03:12:00 +00:00
Will Andrews
eafa6a8cbb Update category Makefiles to add KDE2 ports. 2000-05-17 23:39:59 +00:00
Bill Fumerola
982787c28b Fixes for recent kernel changes, this will screw over people (like me)
who have a -CURRENT before:

Fri May 5 9:58:59 2000 UTC by phk

.. however, since no __FreeBSD_version bump was performed, I can't
handle this with the usual Makefile magic.

Submitted by:	kuriyama-san
Reviewed by:	Matt Ayres <mayres@chc-chimes.com> ("it works now")
2000-05-17 20:27:13 +00:00
Will Andrews
042e4bf173 Change MAINTAINER to myself, and clean these ports up a little.
Approved by:	se (previous maintainer)
2000-05-17 11:37:43 +00:00
Maxim Sobolev
3b9c8bbf4c 's|sobomax@altavista.net|sobomax@FreeBSD.org|' 2000-05-17 11:07:02 +00:00
Will Andrews
3b539acd63 Woop doop de doop, I've managed to circumvent the kdesupport2 build
problems by disabling ODBC library building.  Apparently kdenetwork2
doesn't need that support (it does need mimelib), so we're all right
on that!

This is the import of KDESUPPORT and KDENETWORK 1.90 (aka KDE2 beta).

Repo-copies by:	asami
2000-05-17 09:21:53 +00:00
Kris Kennaway
3e401242f3 <security-officer>
Mark FORBIDDEN due to remote buffer overflow, pending upgrade.
</security-officer>
2000-05-17 04:05:57 +00:00
Bill Fumerola
1b34274e25 o Upgrade to 4.1.2
o Correct PLIST
o Correct MANx

PR:		18548
Submitted by:	Amakawa Shuhei <sa264@cam.ac.uk>

o Finally fix shared libraries

Submitted by:	billf, will(sorta)
2000-05-17 01:11:51 +00:00
Jason Evans
2bd29d2c3d Clean up Makefile to allow removal of the stub files/Makefile.
Submitted by:	obrien
2000-05-16 20:56:35 +00:00
Jacques Vidrine
2c56623ff6 Upgrade 0.90b -> 0.93 2000-05-16 17:01:41 +00:00
Neil Blakey-Milner
8b5c744c32 Upgrade jabber-transport to 1.0
PR:		18602
Submitted by:	Kostya Lukin <lukin@sapa.ivcme.elektra.ru> (maintainer)
2000-05-16 14:18:46 +00:00
Neil Blakey-Milner
2c6dcd605b Upgrade libetherx to 1.0
PR:		18601
Submitted by:	Kostya Lukin <lukin@sapa.ivcme.elektra.ru> (maintainer)
2000-05-16 14:15:38 +00:00
Neil Blakey-Milner
dc112585bd Upgrade libjabber to 1.0
PR:		18600
Submitted by:	Kostya Lukin <lukin@sapa.ivcme.elektra.ru> (maintainer)
2000-05-16 14:13:21 +00:00
Boris Popov
4a11ecc2c2 Update to version 0.99pl18. 2000-05-16 07:45:41 +00:00
David E. Cross
6ce9858a52 Submitted by: dec
Oops, forgot the new patches.
2000-05-15 00:44:58 +00:00
David E. Cross
b1c285afc5 Submitted by: dec
Upgrade gated to the latest public version from http://www.gated.org
Version 3.6

Assume maintainer status
2000-05-15 00:43:37 +00:00
Justin M. Seger
759df22916 Nuke net/ivs
Development on this ceased in 1997 and it isn't fully functional on
FreeBSD anyway.  If someone still has a desire to use this software,
go to http://www.gaia-interactive.com/rv/ and download "Rendez-Vous",
the replacement for ivs.
2000-05-14 17:04:17 +00:00
Josef Karthauser
68c047d36c Multiple US cvsup servers were mentioned, but only one of the three UK
ones, so I've added the other two.
2000-05-13 20:42:11 +00:00
Bill Fumerola
370c339925 First crack at updating to 4.1.1, more features to come, but at least
the newest version is here.
2000-05-12 20:21:27 +00:00
Tim Vanderhoek
f5a27b3b34 Comment clean-ups. 2000-05-12 20:00:17 +00:00
Archie Cobbs
ba2be00761 Update master site. 2000-05-11 03:28:47 +00:00
Satoshi Asami
3b9ee8cb50 Remove some directories upon deinstallation.
Submitted by:	bento
2000-05-10 06:06:16 +00:00
Archie Cobbs
a4d7e1d4f2 Update version 3.0b6 -> 3.0b7 (better backwards compatibility) 2000-05-09 18:59:04 +00:00
Jason Evans
0084da0daa Activate the cvsupit port. 2000-05-09 05:19:47 +00:00
Jason Evans
dbd24b7a91 Make cvsupit a real port, rather than a hand-rolled package.
Begged for by:	jkh
2000-05-09 04:08:18 +00:00
Archie Cobbs
1b25730f0c Update to mpd-3.0b6. 2000-05-08 21:25:34 +00:00
Jim Mock
af00a2ab33 Make use of the newly available bzipped tarball. 2000-05-08 18:07:40 +00:00
Satoshi Asami
fb5157eab7 Remove empty directories that end with "Net" upon deinstallation.
Submitted by:	bento
2000-05-08 08:07:43 +00:00
Jim Mock
27f8eaae34 Update to version 0.9.15. 2000-05-08 00:00:17 +00:00
Chris D. Faulhaber
b5c867f81a Fix PLIST (Add bin/lp5250d)
PR:		18441
Submitted by:	tkato@prontomail.ne.jp
2000-05-07 21:43:45 +00:00
Munechika SUMIKAWA
2665e04616 re-enable IPv6 supporting. 2000-05-07 15:18:14 +00:00
Akinori MUSHA
38ffab0121 Update to 2.0.7.
PR:		ports/18266
Submitted by:	Anton N. Breusov <antonz@library.ntu-kpi.kiev.ua>
Approved by:	MAINTAINER
2000-05-06 16:33:02 +00:00
Jim Mock
e8515be59f Update to version 0.1.3. 2000-05-04 00:40:42 +00:00
Bill Fumerola
79800cd7b2 Upgrade to 1.6.3-stable, this will be replaced by freeradius once they
actually make a release.
2000-05-03 23:04:49 +00:00
Roger Hardiman
2b7f959ade Update to version 0.63, also called 0.6alpha3 2000-05-03 16:13:40 +00:00
Roger Hardiman
c9be8b85b9 Reimport of openam in the corect place, ports/net 2000-05-03 06:24:41 +00:00
Roger Hardiman
a45df0084a Use the USE_NEWGCC option to make this port compile on FreeBSD 3.x 2000-05-02 16:55:57 +00:00
Roger Hardiman
3dae68dcd2 Use USE_NEWGCC 2000-05-02 16:54:12 +00:00
Roger Hardiman
106fc016e6 Make the port build on FreeBSD 3.x.
This required the use of USE_NEWGCC and passing the CXX
variable into the port via the CPLUS flag

PR:		ports/18067
2000-05-02 16:45:12 +00:00
Roger Hardiman
7be335258a Add openam 2000-05-02 15:00:23 +00:00
Roger Hardiman
56adec5137 Update to version 0.61 2000-05-02 14:05:03 +00:00
Steve Price
f1db6f199f gtksamba has been repo-copied to gnosamba to reflect name change by
authors.
2000-05-01 10:25:48 +00:00
Roger Hardiman
c40ebd9b75 Update to OpenH323 1.1beta1 and pwlib 1.1pl15
Note, the H323 Video Conferencing application this builds is now called
ohphone  (previously it was called voxilla)
2000-05-01 08:59:05 +00:00
Roger Hardiman
79938e1156 Update with new mastersite at sourceforge. 2000-05-01 08:12:30 +00:00
Roger Hardiman
24ca53872c Update with new mastersite at sourceforge.
Fix build error seen on bento when referencing the working directories of
other ports.
2000-05-01 08:12:19 +00:00
Andreas Klemm
a15d266ac4 Update zebra to 0.86
From its developer:

Hi, this is Kunihiro.

I think this version is the most stable OSPF version ever had.  We'll
keep on fixing and adding new feature to ospfd.  And also some BGP's
route selection problems are fixed.  Many patches are included.

* Changes in zebra-0.86

* Changes in lib
** Fix bug of exec-timeout command which may cause crush.
** Multiple same policy for "access-list", "ip prefix-list, "as-path
   access-list", "ip community-list" is not duplicated.
** It used to be "ip prefix-list A.B.C.D/M" match routes which mask >= M.
   Now default behavior is exact match so it only match routes which mask == M.

* Changes in bgpd
** "match ip address prefix-list" is added to route-map.
** A route without local preference is evaluated as 100 local preference.
** Select smaller router-id route when other values are same.
** Compare MED only both routes comes from same neighboring AS.
** "bgp always-compare-med" command is added.
** Now MED value is passed to IBGP peer.
** When neighbor's filter is configured with non-existent access-list,
   as-path access-list, ip prefix-list, route-map.  The behavior is changed
   from all permit to all deny.

* Changes in ospfd
** Fix bug of external route tag byte order.
** OSPF Neighbor deletion bug which cause crush is fixed.
** Some route calculation bug are fixed.
** Add sanity check with router routing table.
** Fix bug of memory leak about linklist.
** Fix bug of 1-WayReceived in NSM.
** Take care of BIGENDIAN architecture.
** Fix bug of NSM state flapping between ExStart and Exchange.
** Fix bug of Network-LSA originated in stub network.
** Fix bug of MS flag unset.
** Add to schedule router_lsa origination when the interface cost changes.
** Increment LS age by configured interface transmit_delay.
** distribute-list is reimplemented.
** Fix bug of refresh never occurs.
** Fix bug of summary-LSAs reorigination.  Correctly copy OSPF_LSA_APPROVED
   flag to new LSA. when summary-LSA is reoriginatd.
** Fix bug of re-origination when a neighbor disappears.
** Fix bug of segmentation fault with DD retransmission.
** Fix network-LSA re-origination problem.
** Fix problem of remaining withdrawn routes on zebra.

* Changes in ripd
** Do not leave from multicast group when interface goes down bug is fixed.

* Changes in zebra
** Remove client structure when client dies.
** Take care static route when interface goes up/down.
2000-05-01 07:02:17 +00:00
Steve Price
6b041e4e09 Adding the ip-tun, jabber-transport, libetherx, and libjabber ports. 2000-05-01 03:26:00 +00:00
Steve Price
878c790879 Adding jabber-transport version 0.9.
An online presence and instant messaging server.  The Jabber transport
(jserver) is a daemon for Jabber clients to connect and communicate with.

PR:		17982
Submitted by:	Kostya Lukin <lukin@okbmei.msk.su>
2000-05-01 03:25:19 +00:00
Steve Price
3fdb725a98 Adding libetherx version 0.9.
Originally, the etherx daemon routed XML streams among agents.
Now the etherx daemon has morphed into a library that allows any agent
to become the daemon if the daemon is not found.

You can learn more about Etherx at
WWW: http://etherx.jabber.org/

PR:		17981
Submitted by:	Kostya Lukin <lukin@okbmei.msk.su>
2000-05-01 03:22:27 +00:00
Steve Price
245051bca7 Adding libjabber version 0.9.
Currently, libjabber provides Jabber transports with various library functions.

For general information about Jabber, including a quick introduction
to Jabber concepts, see the FAQ at
WWW: http://docs.jabber.org/

PR:		17980
Submitted by:	Kostya Lukin <lukin@okbmei.msk.su>
2000-05-01 03:20:27 +00:00
Steve Price
ad12aab6e9 Adding ip-tun version 1.0.
Establishes an RFC-2003 style IP encapsulation tunnel using a tun(4)
kernel interface combined with divert sockets and IP firewall rules,
implemented in a user-space daemon. No kernel mods are required,
except enabling divert sockets, IPfirewalls, and a number of tun
interfaces.

PR:		17415
Submitted by:	Yu-Shun Wang <yushunwa@isi.edu>
2000-05-01 03:17:23 +00:00
Steve Price
5fe3289c2d Make this port actually work with 'ADDITIONAL_SKINS=yes'.
PR:		18287
Submitted by:	Michael Joyner <mjoyner@wolf.dyns.cx>
2000-04-30 20:55:42 +00:00
Steve Price
9e804cdf41 - Update to version 0.3.3
- Update MASTER_SITES and add WWW: line to pkg/DESCR

PR:		17854
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-04-30 19:34:30 +00:00
Steve Price
0eed2eed45 Use patch for amiga style outbound from author's site, instead of EXTRA_PATCH.
PR:		17892
Submitted by:	Denis Shaposhnikov <dsh@vlink.ru>
2000-04-30 19:29:28 +00:00
Kris Kennaway
b735adbb4b Chase the checksum (docs updated, a code syntax error fixed and prototypes
updated)

Noticed by:	bento
2000-04-30 02:39:25 +00:00
Steve Price
eab37d37bb Distfile changed on MASTER_SITE.
PR:		18204
Submitted by:	David G. Andersen <dga@lcs.mit.edu>
Reviewed by:	maintainer
2000-04-30 00:25:17 +00:00
Steve Price
ed2f0fd67e Update to version 991603.
PR:		18249
Submitted by:	Koji Kondo <koji@jp.above.net>
2000-04-30 00:09:56 +00:00
Steve Price
d10c826958 s/gopher2\.3/gopher2_3/
PR:		18274
Submitted by:	Andreas Schulz <ats@first.gmd.de>
2000-04-30 00:00:52 +00:00
Steve Price
f12a69f1c4 Update to version 4.0.99i.
PR:		18279
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-04-29 23:55:43 +00:00
Kris Kennaway
135883b714 Mark BROKEN: compiler error
Noticed by:	bento
2000-04-29 21:53:59 +00:00
Kris Kennaway
824b908119 Mark BROKEN: icqnix.install does not compile
Noticed by:	bento
2000-04-29 20:58:43 +00:00
Jim Mock
60662cc25e Update to version 0.9.14. These guys have finally added BSD daemon icons,
so we no longer need to use the penguin ones.  Woo hoo! :-)
2000-04-28 19:06:22 +00:00
Neil Blakey-Milner
992ae644cd Activate dnscache 2000-04-28 08:29:22 +00:00
Neil Blakey-Milner
8dbf47fcd3 Add dependency to daemontools, now that we have a compatible version. 2000-04-27 22:56:59 +00:00
David E. O'Brien
16800ae2c7 Upgrade to 2.4.3. 2000-04-27 18:59:01 +00:00
Neil Blakey-Milner
2cd3c80e2a Import of port for dnscache, djb's set of DNS utilities, including a
caching name server.
2000-04-26 19:12:06 +00:00
Justin M. Seger
c28970332e This hasn't been beta in a while.
Pointed out by:	Jim Bloom <bloom@acm.org>
2000-04-25 20:28:41 +00:00
Satoshi Asami
cd9733e03a Replace ${WRKDIRPREFIX}${PORTSDIR}/net/openh323/work with
${WRKDIRPREFIX}${.CURDIR}/../openh323/work so this will compile
when ${PORTSDIR} is a symlink.

Approved by:	maintainer
2000-04-24 19:13:14 +00:00
Akinori MUSHA
8e6405e403 Make update.sh accept command line options that are passed to CVSup.
Now users can schedule CVSup e.g. as follows:

    45 0-6,8-23 * * * root nice -15 /usr/local/etc/cvsup/update.sh -s
    45 7        * * * root nice -15 /usr/local/etc/cvsup/update.sh

Approved by:	John Polstra <jdp@polstra.com>
2000-04-24 14:01:58 +00:00
Kris Kennaway
f405a281e3 Update MASTER_SITE (fennerize) 2000-04-24 07:42:58 +00:00
Will Andrews
893faf26fc Add p5-Net-ext, a set of Perl5 modules for using sockets with.
PR:		17597
Submitted by:	Igor Vinokurov <igor@zynaps.ru>
2000-04-24 02:05:55 +00:00
Vanilla I. Shu
a0f96c0212 Upgrade
p5-Authen-PAM => 0.09
	p5-Chart-PNGgraph => 1.21
	p5-FastCGI => 0.52
	p5-GD => 1.27
	p5-GD-Graph => 1.30
	p5-HTML-Stream => 1.45
	p5-IMAP-Admin => 1.2.2
	p5-IRC => 0.63
	p5-Image-Size => 2.901
	p5-MIME-Lite => 1.137
	p5-MIME-Tools => 4.124
	p5-Mail-POP3Client => 2.6
	p5-Mail-Tools => 1.1401
	p5-MatrixReal => 1.3a5
	p5-Net-Whois => 1.9
	p5-Parse-RecDescent => 1.78
	p5-Proc-Simple => 1.14
	p5-Term-ReadKey => 2.14
	p5-Text-Template => 1.23
	p5-Time => 100.010301
	p5-TimeDate => 1.09
	p5-Tk => 800.021
	p5-XML-Parser => 2.28
2000-04-23 12:25:12 +00:00
Will Andrews
152e0c53e2 Add kxicq, another ICQ client for KDE.
PR:		17353
Submitted by:	Andrey Novikov <andrey@novikov.com>
2000-04-23 06:08:28 +00:00
Vanilla I. Shu
b7fe3ddec4 Upgrade
p5-Errno => 1.09
    p5-File-BasicFlock => 98.1202
    p5-File-Sync => 0.09
    p5-Filter => 1.18
    p5-HTML-Parser => 3.07
    p5-IO-Tty => 0.03
    p5-IO-stringy => 1.210
    p5-Mysql => 1.2213
    p5-Net => 1.703
    p5-Storable => 0.6.11
    p5-URI => 1.06
    p5-libwww => 5.48
2000-04-22 22:25:32 +00:00
Vanilla I. Shu
19caf44942 Add a patch for I18N, and correct pkg/PLIST. 2000-04-22 21:19:39 +00:00
Bill Fenner
c70193a463 Remove junker@jazz.snu.ac.kr as MAINTAINER; mail has been bouncing for
2 months.
2000-04-21 22:04:03 +00:00
Roger Hardiman
d5de07a862 Update to OpenGatekeeper 0.50 2000-04-21 07:31:35 +00:00
Roger Hardiman
0beabdc500 Update to OpenH323 Gatekeeper 0.12 pre 4 2000-04-21 07:20:01 +00:00
Roger Hardiman
c79c6bc05d Remove space in MAKE_ENV command 2000-04-21 06:42:10 +00:00
Michael Haro
f85e19d389 PREFIX -> LOCALBASE 2000-04-20 20:33:42 +00:00
Michael Haro
a785a1bb0a ln -> ${LN} (portlint) 2000-04-20 20:32:21 +00:00
Michael Haro
f4379217e4 remove DISTNAME as it was PORTNAME-PORTVERSION 2000-04-20 20:28:34 +00:00
Michael Haro
724c25955e make portversion conform 2000-04-20 20:27:44 +00:00
Michael Haro
9879782f26 PREFIX -> LOCALBASE (portlint) 2000-04-20 20:26:07 +00:00
Michael Haro
b098567825 PREFIX -> LOCALBASE 2000-04-20 20:25:29 +00:00
Michael Haro
5034414b87 fix variable ordering (portlint) 2000-04-20 20:19:33 +00:00
Michael Haro
2334bad4e6 remove duplicate variable and extra blank lines (portlint) 2000-04-20 20:18:57 +00:00
Michael Haro
af27580cce PREFIX -> LOCALBASE (portlint) 2000-04-20 20:18:09 +00:00
Michael Haro
435f2f0857 portlint:
chmod -> ${CHMOD}
	echo -> ${ECHO}
	http:// -> WWW: http://
2000-04-20 20:17:33 +00:00
Michael Haro
590b2f78cc use WWW: (portlint) 2000-04-20 20:16:17 +00:00
Michael Haro
7a417cfa07 white space and use WWW: (portlint) 2000-04-20 20:15:22 +00:00
Michael Haro
93e97c645d PREFIX -> LOCALBASE 2000-04-20 20:14:20 +00:00
Michael Haro
75bf91c727 make port version conform to our standards and add WWW: (portlint) 2000-04-20 20:13:50 +00:00
Michael Haro
9ef1fb7384 use WWW: (portlint) 2000-04-20 20:08:24 +00:00
Michael Haro
1e05173e9e remove extra blank line (portlint) 2000-04-20 20:07:18 +00:00
Michael Haro
4118d21e64 white space fixes and add WWW: (portlint) 2000-04-20 20:06:48 +00:00
Michael Haro
b908eee640 add WWW: to url (portlint) 2000-04-20 19:59:18 +00:00
Michael Haro
eee331fbe1 remove duplicate DISTNAME 2000-04-20 19:58:29 +00:00
Kris Kennaway
b26e0c5b28 Add gnut 0.3.24, a text-mode client for the Gnutella distributed
file-sharing network.
2000-04-20 05:40:31 +00:00
Roger Hardiman
a7efe0219b Add USE_BISON.
In theory this is not needed. This port does not need bison.
One of its dependent ports (openh323) needs bison and openh323
already has USE_BISON in its makefile.
However, without this bento complains that the port needs
bison and fails to build the package.
2000-04-19 12:13:55 +00:00
Yukihiro Nakai
b70c986b47 Update to 1.0.3 2000-04-19 05:02:30 +00:00
Michael Haro
7ef3f92c60 add patches 2000-04-18 00:11:36 +00:00
Michael Haro
6467e3c9d8 update to 0.15.8
PR:		18052
Submitted by:	    KATO Tsuguru <tkato@prontomail.ne.jp>
2000-04-18 00:09:57 +00:00
Michael Haro
a2004a3739 change header file order
PR:		18055
Submitted by:	Kostya Lukin <lukin@sapa.ivcme.elektra.ru>
2000-04-17 23:30:55 +00:00
Kris Kennaway
8ef6d2d050 Update to arla 0.32
Submitted by:	maintainer
2000-04-17 01:11:21 +00:00
Jeremy Lea
b4455771cc Standardize all user defined options to the booleans WITH_FOO and
WITHOUT_FOO.  Begin the process of reserving these prefixes for user defined
options.

No comment by:	ports
2000-04-17 00:19:02 +00:00
Jeremy Lea
877b8a533b Standardize all user defined options to the booleans WITH_FOO and
WITHOUT_FOO.  Begin the process of reserving these prefixes for user defined
options.

No comment by:	ports
2000-04-17 00:18:05 +00:00
Kris Kennaway
d12f14432c Replace AWOL maintainer with an active one (Assar Westerlund <assar@stacken.kth.se>)
No response from:	thepish (previous maintainer)
2000-04-16 23:43:54 +00:00
Roger Hardiman
e7b382c88d Update to use ${WRKDIRPREFIX}${PORTSDIR} when refering to the working directory of other ports. 2000-04-16 19:01:36 +00:00
Satoshi Asami
4190a2434c WRKSRC-related fixes. 2000-04-16 10:44:52 +00:00
Kris Kennaway
142040ae41 Add patch. 2000-04-16 09:31:00 +00:00
Kris Kennaway
dba281ef60 Upgrade to 3.50.9, which fixes the local root compromise.
Submitted by:	Tony Maher <Tony.Maher@eBioinformatics.com> (Maintainer)
2000-04-16 09:30:06 +00:00
Will Andrews
8a5f39c621 Add mudix to net category, moved from games. Also upgrade to version 3.2.
And fix building on 4.0+, which have ncurses in the base, but unfortunately
base ncurses is useless.

Noted by;	"Oleg V. Volkov" <rover@lglobus.ru>
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp> (fix for -current)
Approved by:	asami (in regards to no repo-copy)
2000-04-16 04:30:28 +00:00
Will Andrews
f594e54bbe Add AMCL, which is a GTK-based MUD client. 2000-04-16 04:16:49 +00:00
Roger Hardiman
3eb4c2c3cd Add gatekeeper port 2000-04-15 15:04:09 +00:00
Roger Hardiman
c7859e2957 Add gatekeeper, another H323 Gatekeeper using the
OpenH323 project's H323 stack. (the other one is called opengatekeeper)
Works with all the H323 VideoPhone clients including voxilla, ohphone and
NetMeeting
2000-04-15 15:02:51 +00:00
R. Imura
3ae5dfd5fe Putting back DISTNAME. 2000-04-15 12:57:13 +00:00
Satoshi Asami
aadea45cf9 Put back DISTNAME. 2000-04-15 10:05:17 +00:00
David E. O'Brien
1aaa8742ca Remove bogus "." in the PORTVERSION. 2000-04-15 09:43:45 +00:00
David E. O'Brien
aa1ff89493 Fix bogon in the PORT{NAME,VERSION} conversion. 2000-04-15 09:38:52 +00:00
Satoshi Asami
8b31cf37d5 Need to add back DISTNAME since PORTVERSION has an extra period. 2000-04-15 08:57:37 +00:00
Satoshi Asami
a22690b887 Remove extra "u". 2000-04-15 08:38:35 +00:00
Bill Fumerola
418a7d2a87 Upgrade to 0.8.7, disable snmp for now. Its messed up.
Requested by:	scanner@closed-networks.com
2000-04-15 07:19:48 +00:00
Satoshi Asami
fc8c1859fa Remove gtkicq.
Reported by:	John Reynolds <jjreynold@home.com>
2000-04-15 06:45:27 +00:00
Satoshi Asami
0ff41e3e14 "p" (meaning "patch") -> ".". 2000-04-15 01:44:53 +00:00
Satoshi Asami
0025270cc8 Revert package name. 2000-04-15 01:43:35 +00:00
Satoshi Asami
25753f8cd7 "pl" -> ".", not "p". 2000-04-15 01:42:33 +00:00
Satoshi Asami
7c9c4abbde The "p" in "1.1p6" means "patch" or "patchlevel", so they should be
converted to "1.1.6", not "1.1.p6" (which usually means "1.1
prerelease 6").
2000-04-15 01:40:10 +00:00
Satoshi Asami
9ead3a36dd Revert version from 1.2.1 back to 1.21 -- I can't find any evidence
it should be called "1.2.1", so I assume it was just a typo.
2000-04-15 01:37:05 +00:00
Akinori MUSHA
9ca4ec6659 Define NO_WRKSUBDIR = yes instead of setting WRKSRC = ${WRKDIR}
PR:		ports/18009
Submitted by:	tkato@prontomail.ne.jp
2000-04-14 18:40:29 +00:00
Akinori MUSHA
52190dc850 Portlint COMMENT's.
Everybody should read the Handbook again!

PR:		ports/18008
Submitted by:	tkato@prontomail.ne.jp
2000-04-14 18:16:14 +00:00
Akinori MUSHA
6eff5967a7 Tiny cosmetic fixes.
Assure master ports and their lang-specific slaves of having
consistent categories.
2000-04-14 17:10:50 +00:00
Satoshi Asami
d71114c357 There was one PKGNAME hiding inside an .if. 2000-04-14 10:07:58 +00:00
Satoshi Asami
dad9a57abe Convert to PORTNAME/PORTVERSION. 2000-04-14 08:49:30 +00:00
Michael Haro
a7f42416d7 update g-k ports with PORTNAME/PORTVERSION and fix error in fkiss's Makefile 2000-04-14 06:53:26 +00:00
Chris Piazza
93a61d6874 Update with the new PORTNAME/PORTVERSION variables 2000-04-09 18:14:07 +00:00
SADA Kenji
32a9b4c6ac Added an option: -a <address> .
It allows you to set the address of a domain in the SOA record.
 It will adds a "IN A <address>" line to the SOA.
 This is needed for sites that want a default address for a partial name -
 say just yahoo.com instead of forcing users to always type www.yahoo.com.

Submitted by:	"David Peterson" <chief@mail.idrive.com>
2000-04-08 17:55:02 +00:00
Bill Fumerola
31083f810a 0.8.4 -> 0.8.6
Once again my snail like pace has paid off as 0.8.5 had a major bug.
2000-04-07 18:57:12 +00:00
Bill Fumerola
2a5f012c3c Assume maintainership 2000-04-07 01:09:06 +00:00
Peter Wemm
c8108e4a4a I (obviously) no longer have the inclination to maintain this port.
I have no testing environment for it at all.
2000-04-06 20:32:06 +00:00
Gary Palmer
21ee26afd7 Resign as maintainer. I had thought someone else volunteered to take
over, but apparently they never changed the MAINTAINER flag.
2000-04-06 17:07:33 +00:00
Roger Hardiman
b0f2bed72f Fix typo spotted by program author 2000-04-06 10:34:10 +00:00
Roger Hardiman
33da2a1278 Upgrade to 0.44 (also called 0.4alpha4) 2000-04-06 09:50:33 +00:00
Will Andrews
ccc3a83ff0 Add gtkicq, a GTK-based ICQ clone.
PR:		17258
Submitted by:	Dan Papasian <bugg@bugg.strangled.net>
2000-04-06 05:04:24 +00:00
Roger Hardiman
5ac978f7a5 Add OpenGatekeeper 2000-04-05 14:37:27 +00:00
Roger Hardiman
4278ebb974 Import of OpenGateKeeper.
This is a H323 Gatekeeper for H323 compliant videophone programs
such as voxilla, OhPhone and OpenPhone (see /usr/ports/net/openh323)
and commericial programs like NetMeeting.

More information can be found at
http://www.opengatekeeper.org
2000-04-05 14:34:50 +00:00
Roger Hardiman
2c4b07b959 Do not allow OpenH323 to autodetect the OS, OS Version and
CPU architecture.
Instead pass in the actual values, as defined in bsd.port.mk

Also, fix bug in do-install which prevented Alpha installs.

Submitted by:	Karl.Dietz@frankfurt.netsurf.de
2000-04-04 13:38:09 +00:00
Michael Haro
7f36306e66 forgot a file 2000-04-02 17:30:44 +00:00
Will Andrews
95328bd93d Activate adns 2000-04-02 05:44:16 +00:00
Will Andrews
63eef36fd6 Add adns, an asynchronous DNS resolver library that provides a way to do
nslookups in a non-blocking manner. The adns distribution also comes with
some utilities similar to dig, host, nslookup, etc.

The port that I'm importing rips out the ${PORTOBJFORMAT} checking and
also trims the extra stuff in pkg/DESCR, which the original submission
contained.

PR:		17510
Submitted by:	Kostya Lukin <lukin@sapa.ivcme.elektra.ru>
Reviewed by:	billf, mharo
2000-04-02 05:37:29 +00:00
Michael Haro
28b70c3cc1 use ssh in base system, if it exists.
PR:		17520
Submitted by:	Brooks Davis <brooks@one-eyed-alien.net>
2000-04-02 04:26:02 +00:00
Michael Haro
57298ea748 OpenLDAP to optionally build with BerkleyDB2 and tcp_wrappers
PR:		17136
Submitted by:	yds@dppl.com
2000-04-02 03:27:54 +00:00
Michael Haro
6bc545c651 update to 1.6.2
PR:		17300
Submitted by:	maintainer
2000-04-01 22:08:30 +00:00
Michael Haro
cead7b551c update to 0.9.3
PR:		17734
Submitted by:	maintainer
2000-04-01 21:29:31 +00:00
Brian Feldman
84a5ce14a5 Update to version 0.81. QT 2.1 (beta) is now needed. Thanks a bundle to
the submitter!!

Submitted by:	Matt Heckaman <matt@arpa.mail.net>
2000-04-01 05:21:42 +00:00
Michael Haro
dd80423437 Update port net/ntp to 4.0.99g
PR:		17284
Submitted by:	KATO Tsuguru tkato@prontomail.ne.jp
2000-04-01 04:28:04 +00:00
Michael Haro
a06e397d22 change distfile name
Add patch for using system CFLAGS.
Add support for amiga style outbound.

PR:		17576
Submitted by:	maintainer
2000-04-01 01:39:43 +00:00
Will Andrews
d8a1439d05 Update to 3.4.3. This is not a downgrade. The update is needed for the
import of the pvmpov port.

Approved by:	maintainer
2000-03-29 21:24:08 +00:00
Kris Kennaway
89a307bf8a Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn't
have time to maintain them.

Approved by:	andy
2000-03-29 07:16:59 +00:00
Jim Mock
ea33666616 Update to version 0.9.13. 2000-03-28 17:20:35 +00:00
Jim Mock
650210eba2 Update to version 0.9.12 2000-03-27 06:07:33 +00:00
R. Imura
403c782e43 Fix incomplete PLIST. 2000-03-25 19:44:56 +00:00
R. Imura
3daf5ca497 Doing KDE style mtree in kdelibs.
OK'd by:	will
2000-03-25 16:14:50 +00:00
Vanilla I. Shu
2b0bfb8f16 Add a patch for I18N fontset. 2000-03-25 14:41:41 +00:00