1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
Commit Graph

4022 Commits

Author SHA1 Message Date
Roger Hardiman
97255dd6d3 Upgrade to version 0.10. This uses the latest pwlib library and can
transmit and receive video if you have a video capture card supported
by the bktr or meteor drivers.
2001-08-17 17:37:22 +00:00
Ying-Chieh Liao
059a981780 add click
The Click Modular Router

PR:		28707
Submitted by:	George V. Neville-Neil <gnn@neville-neil.com>
2001-08-17 16:47:04 +00:00
Roger Hardiman
1b0738ea87 Upgrade to 1.0.8 2001-08-17 16:25:14 +00:00
Roger Hardiman
7a133594ec Upgrade to 1.1.5 2001-08-17 16:16:23 +00:00
Maxim Sobolev
099f2759ab Actually pass over maintainership to Marco Molteni <molter@tin.it>
PR:		29676
Submitted by:	Marco Molteni <molter@tin.it>
2001-08-17 14:01:47 +00:00
Maxim Sobolev
5834495a7a - Update to 1.32;
- hand over maintainership to Marco Molteni <molter@tin.it>.

PR:		29676
Submitted by:	Marco Molteni <molter@tin.it>
2001-08-17 12:36:02 +00:00
Michael Haro
3b38f3af9f add missing % 2001-08-17 09:12:51 +00:00
Johann Visagie
f38c12f0a9 Fix ${MASTER_SITE_SUBDIR}
PR:		29733
Submitted by:	Shell Hung <shell@shellhung.org>
2001-08-16 15:18:50 +00:00
Dmitry Sivachenko
b017fbe820 Upgrade to 2.0 2001-08-16 10:43:08 +00:00
Anton Berezin
a12d0bea79 Update net/net/p5-NetAddr-IP to 2.23. 2001-08-16 09:51:34 +00:00
Jesper Skriver
641b0fc843 Hand over MAINTAINER to Michael Lyngbøl <lyngbol@wheel.dk> 2001-08-16 09:45:22 +00:00
Akinori MUSHA
329c977502 Conditionalize bzip2 dependencies. 2001-08-15 20:33:16 +00:00
Will Andrews
b4a7c57e95 *sigh* They changed the path to the tarballs again. This was verified
on my local mirror at ftp://csociety-ftp.ecn.purdue.edu/pub/kde/.  :\

Submitted by:	scottl
2001-08-15 16:25:13 +00:00
Will Andrews
3901adbb04 Update to KDE 2.2:
* All patches except sysutils/kdeadmin/files/patch-rpmMessages.c:
	- Either obsoleted or merged into KDE.
 * All pkg-plists:
	- Huge diffs are due to mass conversion from static HTML pages
	  to XML/XSL versions.
 * audio/kdemultimedia2:
	- aRts + Noatun, etc. now work and play MP3s et al properly,
	  using the mpg123 aRtsplugin.  Remove mpeglib[,_artsplug]
	  from compile.
 * converters/kdesupport2:
	- Obsolete.  No longer used in this version of KDE.
 * deskutils/kdepim:
	- Use autoconf and account for brokenness in the configure
	  script by replacing invocations of INSTALL under libical
	  with the proper incantations.
	- Per David O'Brien's request, move libimap to libkimap;
	  this was performed by Rik Hemsley <rikkus@kde.org>.
 * devel/kdesdk:
	- New module with some helpful tools.  One in particular that
	  seems demanded is ``kbabel'', which, as I've been told, is
	  a translator's wet dream.
	- Workaround dumb problem in kbabel's libgettext (which I could
	  not figure out how to remove) by replacing its error() with
	  errc().  KBabel seems to run fine with this patch.
 * devel/kdevelop:
	- Fix lame check for libkdeui.so.* by replacing it with just
	  a check for libkdeui.so.  It's been/being removed from
	  kdevelop after 2.2.
 * editors/koffice:
	- Fix kivio compile errors by substituting in PTHREAD_LIBS
	  in the correct place.  Compensate for kivio's dependency
	  on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so
	  in kivio.desktop.
 * games/kdegames2:
	- Some new games.
 * graphics/kdegraphics2:
	- Fix link errors in libkscan and kamera where they
	  require gettext (ie: add -lintl).
	- Fix compile error in kamera.cpp which is dependent on a
	  correctly done gphoto2.. of course, this will only help
	  people who've manually installed gphoto2 themselves.
 * net/kdenetwork2:
	- Mimelib was moved here (reason for removal of kdesupport2).
 * misc/kdeaddons:
	- New module to FreeBSD ports; some simple addons for KDE2.
	  Suggested by Lauri Watts <lauri@kde.org>.
 * misc/kdeutils2:
	- Added a couple manpages.
 * x11-clocks/kdetoys2:
	- Some new apps.
 * sysutils/kdeadmin:
	- Remove kuser from compile because it has some problems.  ;\
 * x11/kdelibs2:
	- Add libFAM dependency to help people who run FAM; FAM
	  increases the overall desktop responsiveness.
	  Submitted by Lauri Watts <lauri@kde.org>.
	- Add CUPS dependency to bring in KDE's new print system.
	- Add bzip2/libxml2 dependencies to support the new help kioslave.
	- Disable installation of libltdl stuff to prevent conflicts
	  with other stuff.  Submitted by wjv.
	- Add pkg-req script to avoid conflicts with kdelibs11; add
	  to Makefile too.  Submitted by benno.
	- Be sure to remove the pth header conflicts stuff from the
	  arts/mcop_mt section.
	- Fix problem with configure trying to find -lfam in the
	  wrong place.
	- Remove kspell and api subdirs from doc; we don't need them,
	  and there are problems trying to build/install them.
	  Submitted by Lauri Watts <lauri@kde.org>.
 * x11/kdebase2:
	- Solve link permissions problem by changing the modes on
	  files installed by kdesktop/init/Templates to 644.
	  Submitted by Jim Durham <durham@w2xo.pgh.pa.us>.
 * x11/kde2:
	- Bump version; no other changes.

Special thanks to Lauri Watts <lauri@kde.org> for helping me test
packages generated by these changes on a virgin system.  I believe
that this is the best-tested update I've ever done for KDE, and it
really shines this time around.

I just noticed there are a couple other PRs in the PR db that need
to be addressed.  I will take care of those by tomorrow.  Sorry...

PR:			22735, 28549
Blanket approval by:	demon (kdesdk, kdevelop)
2001-08-15 12:43:08 +00:00
Doug Barton
564fdfefb4 Add some mirrors 2001-08-15 00:03:13 +00:00
Ying-Chieh Liao
2417f54546 make configure detects libintl
enable uk po

Submitted by:	sobomax
2001-08-14 17:47:29 +00:00
Trevor Johnson
66bade7457 The X11 headers are needed for compilation, but nothing from X is
needed at runtime.

requested by:  Rene K. Mueller <kiwi@the-labs.com>
2001-08-14 10:44:32 +00:00
Kevin Lo
d9654c368b Update to version 0.8.06
PR: 29149
Submitted by: MAINTAINER
2001-08-13 16:10:54 +00:00
Kevin Lo
ae7601d395 - Update to version 0.1.14
- Update MASTER_SITES

PR: 29510
Submitted by: MAINTAINER
2001-08-13 13:27:20 +00:00
Kevin Lo
69425c1541 Update to version 1.2.1
PR: 29668
Submitted by: MAINTAINER
2001-08-13 12:57:58 +00:00
Kevin Lo
de3b6c989a Update to version 0.8.2
PR: 29619
Submitted by: MAINTAINER
2001-08-13 12:48:44 +00:00
Kevin Lo
92943656a0 Update to version 1.1
PR: 29669
Submitted by: MAINTAINER
2001-08-13 12:31:03 +00:00
David W. Chapman Jr.
ab27a705ef Update to 1.1.6
PR:		29246
Submitted by:	maintainer
2001-08-12 17:01:22 +00:00
Dmitry Sivachenko
fed8efaebe Chase gnomemm shlib bump. 2001-08-12 12:29:52 +00:00
Ying-Chieh Liao
1ed0a9cd41 add libsocketcpp
A C++ wrapper library to the sockets
2001-08-12 11:20:29 +00:00
Akinori MUSHA
5237d7e77c Update to 1.3.6 and use the new ruby-uri module and the new
ruby-http-access module.
2001-08-12 06:42:27 +00:00
Akinori MUSHA
5d4473e8c4 The URb module has been renamed to URI and replaced the formerly
existed URI module, to be adopted officially in the near future.
2001-08-12 06:39:24 +00:00
Akinori MUSHA
c13efc6b90 Install GServer.rb via the ruby-gserver port instead of installing the
bundled one.
2001-08-12 06:29:54 +00:00
Akinori MUSHA
1c1687dbe6 Add ruby-gserver, a Ruby module which provides generic-server
facilities.
2001-08-12 06:25:36 +00:00
Trevor Johnson
b998530ecd Chase master site. 2001-08-12 06:12:08 +00:00
David W. Chapman Jr.
79d5ce819d Update to 2.28
PR:		29319
Submitted by:	Dmitry A. Yanko <fm@astral.ntu-kpi.kiev.ua>
Reviewed by:	maintainer
2001-08-12 03:26:13 +00:00
Dima Dorfman
3375d4b911 Add http_ping 20010709, a program that sends HTTP requests every few
seconds and times how long they take.  Similar to ping(8).
2001-08-11 18:55:26 +00:00
Yaroslav Tykhiy
7257596e98 New port: net/ehnt - A simple Cisco NetFlow data collector
This is a lightweight but well-featured tool for collecting
NetFlow version 5 packets from Cisco routers.

The implementation includes a simple UDP-to-TCP converting server,
which may be used to replicate NetFlow data to multiple clients.

WWW: http://ehnt.sourceforge.net/

PR:		ports/29459
Submitted by:	Dmitry Morozovsky <marck@rinet.ru>
2001-08-11 17:38:05 +00:00
Roger Hardiman
d1f976003a Upgrade to version 1.0.9 which adds two new audio codecs. 2001-08-11 15:27:43 +00:00
Roger Hardiman
ea34565510 Upgrade to version 1.6.0 with pwlib 1.1.36.
This version adds support for the latest FreeBSD driver for the Quicknet
ISA and PCI telephony cards. These card have hardware G.723.1 audio
codecs onboard and also let you plug in a normal phone so you can
do VoIP apps with a normal telephone handset.
2001-08-11 15:19:26 +00:00
Roger Hardiman
0c4aacbf1a Upgrade to 1.0 pre 8 2001-08-10 16:03:02 +00:00
Roger Hardiman
a5add75358 Upgrade to OpenH323 1.5.7 2001-08-10 15:31:11 +00:00
Roger Hardiman
c01b5d0452 Upgrade to 1.0.7. This can play and record .wav audio files 2001-08-10 15:29:13 +00:00
Mario Sergio Fujikawa Ferreira
3ffa5c2476 Update to 0.3
Submitted by:	MAINTAINER
2001-08-10 04:12:14 +00:00
Bill Fumerola
e84371ec8e fix spelling error
Submitted by:	Bruce Dang <btdang@home.com> via IRC
2001-08-10 01:06:30 +00:00
Jimmy Olgeni
174f7b9b3f Remove a line containing a lonely "n" letter, causing make to fail :o) 2001-08-09 21:45:23 +00:00
David W. Chapman Jr.
e5773884f8 Update german samba mirror
Submitted by:	Noel Koethe <noel@koethe.net>
2001-08-09 18:14:46 +00:00
Peter Pentchev
76135f93d3 Mark as broken: the port maintainer considers this implementation of RFC2338
to be incomplete/incorrect.

PR:		29496
Submitted by:	maintainer
2001-08-08 09:23:27 +00:00
Peter Pentchev
55f340120b Update to 1.1.0. 2001-08-06 21:12:59 +00:00
Peter Pentchev
d00b977436 Move back to the real MASTER_SITE.
Update the checksum - the real MASTER_SITE has a different tarball
with the exact same contents, just rerolled.
No functional changes.
2001-08-06 21:04:57 +00:00
Johann Visagie
a31fe9594d - Change MASTER_SITES
- Modify installation script to be more discreet
- Bump PORTREVISION
- Update maintainer's email address

PR:		29204
Submitted by:	Tony Maher <tonym@biolateral.com.au> (MAINTAINER)
2001-08-06 10:10:25 +00:00
Mario Sergio Fujikawa Ferreira
63e7d790be o Update to 1.0
o Use MASTER_SITE_SOURCEFORGE instead of *_SUNSITE

PR:		28845
Submitted by:	Kato Tsuguru <tkato@prontomail.com>
2001-08-05 18:20:30 +00:00
Kris Kennaway
92f25d685f Upgrade to gnut 0.4.26 2001-08-05 08:12:35 +00:00
Mario Sergio Fujikawa Ferreira
0d4770a303 More graceful removal of dir var/db using unexec, ala Porters
Handbook suggestion

PR:		29427
Submitted by:	Pete Fritchman <petef@databits.net>
2001-08-05 04:24:27 +00:00
Mario Sergio Fujikawa Ferreira
5884e6ac73 o Update to 0.8.0
o Remove patch: integrated in the distribution

PR:		29419
Submitted by:	MAINTAINER
2001-08-05 03:23:26 +00:00