Commit Graph

149971 Commits

Author SHA1 Message Date
Johan van Selst
b90edbcda8 - Update to latest release 3.4 b9
Submitted by:	maintainer (self)
Approved by:	flz (mentor)
2006-05-08 18:38:21 +00:00
Roman Bogorodskiy
438321efb2 Update to 1.3b.
PR:		96976
Submitted by:	Martin Wilke <freebsd@unixfreunde.de>
2006-05-08 18:19:24 +00:00
Pav Lucistnik
68f6e6f074 - Allow gcc 3.2+ on FreeBSD 4.X
PR:		ports/96894
Submitted by:	Dean Hollister <dean@odyssey.apana.org.au> (maintainer)
2006-05-08 18:12:41 +00:00
Hye-Shik Chang
e14b9989fc Update to 0.9.4 2006-05-08 17:45:50 +00:00
Stefan Walter
7dba988a90 Update to 0.4
PR:		96942
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
Approved by:	arved (mentor)
2006-05-08 17:24:58 +00:00
Dirk Meyer
5cc3049113 - make portlint happier 2006-05-08 17:08:01 +00:00
Mikhail Teterin
8f44911ca6 While trying to upgrade devel/tcllib several test failures were detected
in the RIPEMD128 implementation.

Turns out, the problem was fixed a few months ago by the TRF author in CVS.
This commit adds a patch and bumps portrevision.

Although the same problem existed in the TRF's RIPEMD160 implementation,
it did not affect this port, because it uses the OpenSSL's (or -lmd's)
implementations of all digests -- except those, which are considered
obsolete and no longer shipped. Like rmd128.

Thanks to:	Denis Shaposhnikov
2006-05-08 17:04:15 +00:00
James E. Housley
221c84a513 UPdate to DAT 4757 2006-05-08 16:20:54 +00:00
Pav Lucistnik
aacd7bd4b7 This plugin enables xmms to playback sound via the JACK audio server. The
plugin is actually a port of the xmms OSS sound ouput plugin to JACK, using
libjackasyn.

WWW:	http://gige.xdv.org/libjackasyn/xmms.php

PR:		ports/94292
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
2006-05-08 16:07:31 +00:00
Pav Lucistnik
4698cf70cb libjackasyn is a library that allows you to use programs written for the OSS
sound API with the JACK audio server (jackit.sf.net). libjackasyn is a library
that can be used for two purposes.

First it can be loaded via the LD_PRELOAD variable, turning OSS applications
automatically into JACK-aware applications.

Second, it can be used to link against the program during build time, making it
trivial to turn an OSS aware sound application into a JACK aware sound
application in a short time.

libjackasyn got its name from the asynchronous manner in which it communicates
with the JACK server, which means by using libjackasyn you will introduce an
additional delay exactly the size of one JACK audiobuffer (1024 samples or 44
ms with the JACK default settings). This delay can be reduced by reducing the
JACK buffersize. It should not matter for sound generating applications, but
it might introduce phasing effects when doing sound processing.

WWW:	http://gige.xdv.org/libjackasyn/

PR:		ports/94290
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
2006-05-08 16:05:17 +00:00
Volker Stolz
0dc98ba7f7 Update to 0.2.2
PR:		ports/96686
Submitted by:	Martin Wilke
2006-05-08 16:05:02 +00:00
Vasil Dimov
ee3587574e Update from 0.4r925 to 0.4r971 2006-05-08 14:52:54 +00:00
Steve Price
5d0109a383 Fix MASTER_SITES and remove USE_REINPLACE.
PR:		96914
Submitted by:	Joerg Pulz <Joerg.Pulz@frm2.tum.de>
2006-05-08 14:49:10 +00:00
Pav Lucistnik
b2074e4aca - Provide a precise location, according to Google Maps 2006-05-08 14:31:54 +00:00
Marcus Alves Grando
03ad0df1b9 - New port devel/py-rbtree
An RBTree is a fast, balanced efficient data structure with the
following properties:

get          O(log n)
set          O(log n)
delete       O(log n)
min          O(log n)
max          O(log n)
contains     O(log n)

Because the worst case timing is minimal across the range of standard
dict and ordered data operations it makes sense to use this when you
have volatile/dynamic sorted data.

In common usage its nearly as fast as the Python dict impl but has a
slightly more expensive usage of the compare function as the keys are
ordered and not hashed.

WWW:	http://www.python.org/pypi/RBTree/
2006-05-08 14:25:19 +00:00
Andrew Pantyukhin
cfc05be2e0 StumbleUpon is an extension that lets you "channelsurf" the best-reviewed
sites on the web.
It is a collaborative surfing tool for browsing, reviewing and sharing
great sites with like-minded people. This helps you find interesting
webpages you wouldn't think to search for.

PR:		ports/96771
Submitted by:	Lapo Luchini <lapo@lapo.it>
Approved by:	krion (mentor)
2006-05-08 14:25:06 +00:00
Oliver Lehmann
93f793ecdd fix coordinates 2006-05-08 14:24:49 +00:00
Andrew Pantyukhin
dea8edef3f CuteMenus is an extension that adds icons to menus of all available
versions of Firefox, Flock and Thunderbird.

WWW: http://www.cutemenuproject.com/

PR:		ports/96764
Submitted by:	Lapo Luchini <lapo@lapo.it>
Approved by:	krion (mentor)
2006-05-08 14:22:00 +00:00
Alexander Leidinger
02307ae3d1 Update to 2.2.0. 2006-05-08 14:20:56 +00:00
Andrew Pantyukhin
44110cc0fb Add xpi-mldonkey: an extension that handles p2p protocols links
PR:		ports/95983
Submitted by:	sat
Approved by:	krion (mentor)
2006-05-08 14:16:23 +00:00
Vasil Dimov
887a49142c graphics/xaralx-devel (slave port) needs to add entries to BUILD_DEPENDS
so initialize it here (master port) with += instead of =
2006-05-08 14:15:03 +00:00
Andrew Pantyukhin
9ce9065f46 - Update to 0.2.8.6
- Don't install docs (they are copies of the manpage)
- Add support for deb archives
- Depend on rpm-3 instead of rpm4

PR:		ports/96577
Submitted by:	sat
Approved by:	krion (mentor)
Approved by:	Mark Kane <mark@mkproductions.org> (maintainer)
2006-05-08 14:10:47 +00:00
Pav Lucistnik
b89d8be870 - Update to 0.6.1 2006-05-08 14:09:44 +00:00
Andrew Pantyukhin
0922dea7a2 Add parano: A Gnome program to deal with hashfiles
PR:		ports/96710
Submitted by:	sat
Approved by:	krion (mentor)
2006-05-08 14:06:14 +00:00
Andrew Pantyukhin
ef6a6b2985 - Move plist to Makefile
- Use BZIP2

PR:		ports/96687
Submitted by:	sat
Approved by:	krion (mentor)
Approved by:	Martin Wilke <freebsd@unixfreunde.de> (maintainer)
2006-05-08 14:03:37 +00:00
Andrew Pantyukhin
338db6b7ce - Update to 0.8.9
PR:		ports/96662
Submitted by:	sat
Approved by:	krion (mentor)
2006-05-08 14:00:15 +00:00
Andrew Pantyukhin
6a2e831b58 - Update to 0.9.7
PR:		ports/96654
Submitted by:	sat
Approved by:	krion (mentor)
2006-05-08 13:57:23 +00:00
Hideyuki KURASHINA
314f99714c Update my location as I've moved from Niigata to Tokyo last month. 2006-05-08 13:50:47 +00:00
Andrew Pantyukhin
a5734f324f Add cjc: The Console Jabber Client
PR:		ports/96097
Submitted by:	sat
Approved by:	krion (mentor)
2006-05-08 13:50:27 +00:00
Florent Thoumie
e6871cb55d - Fix harmless typo.
Spotted by:	pav
2006-05-08 13:50:00 +00:00
Vanilla I. Shu
79896468e1 Upgrade to 0.2. 2006-05-08 13:44:37 +00:00
Pav Lucistnik
a1ea4f35e8 BlueCloth is a Ruby implementation of Markdown, a text-to-HTML
conversion tool for web writers.

Markdown allows you to write using an easy-to-read, easy-to-write
plain text format, then convert it to structurally valid XHTML (or
HTML).

WWW: http://www.deveiate.org/projects/BlueCloth

PR:		ports/96651
Submitted by:	Alastair Rankine <arsptr@optusnet.com.au>
2006-05-08 13:22:09 +00:00
Renato Botelho
0e8c34c0e9 - Update to 1.1.1 (fixes a security issue)
- Ensure ejabberd can find its files

PR:		ports/96675
Poked by:	Denis Shaposhnikov
Submitted by:	maintainer
2006-05-08 12:37:38 +00:00
Florent Thoumie
94e723b0ad - Update my coordinates now that I moved to Dublin. 2006-05-08 12:35:47 +00:00
Max Laier
2a915f57cc Update my coordinates with something more fitting, now that google has
decent satellites of germany.  Before I was endangering the local
kindergarden.
2006-05-08 12:25:47 +00:00
Pav Lucistnik
e6503f9d1c - Remove multimedia/gnonlin port in favor of gstreamer-plugins-gnonlin port 2006-05-08 12:15:49 +00:00
Ion-Mihai Tetcu
1e54999864 Use the new tarball from sourceforge and unbreak fetching.
Diff to the old one:
- INSTALL rewording
- Makefile is gone (autogenerated)
- xmlwrapp-config is gone, it uses only configure.pl
- xmlwrapp.pc is gone (wasn't installed anyway)

Also patch configure.pl for the right path to perl.

PR:		ports/96634
Submitted by:	Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> (me)
Approved by:	lawrance (mentor)
2006-05-08 12:03:53 +00:00
Ion-Mihai Tetcu
5feb56050f Fix plist and remove BROKEN.
PR:		ports/94081
Submitted by:	Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> (me)
Reviewed by:	Andrey Slusar <anrays@gmail.com>
Approved by:	Dryice Liu <dryice@dryice.name> (maintainer), lawrance (mentor)
2006-05-08 11:47:37 +00:00
CHOI Junho
10e69259c2 To always find libmagic.so in sysutils/file in [4567].x.
PR:		ports/96782
Submitted by:	Rong-En Fan <rafan@infor.org>
2006-05-08 10:38:33 +00:00
Edwin Groothuis
cfc515375f remove USE_REINPLACE for all categories starting with I 2006-05-08 10:32:04 +00:00
Edwin Groothuis
c7e1a8638e remove USE_REINPLACE for all categories starting with H 2006-05-08 10:31:37 +00:00
Emanuel Haupt
4bfe5afe58 - Use USE_X_PREFIX
- Bump PORTREVISION
2006-05-08 10:26:59 +00:00
Alex Dupre
fc81a8c2f1 Fix package build.
Approved by:	maintainer
2006-05-08 10:02:13 +00:00
Volker Stolz
15faf1fad9 Update to 6.4.2
This build uses an unthreaded RTS, please see the GHC mailing lists for
details and report any problems you observe (eg. non-termination/segfaults in
compiled binaries).

Approved by: cabal
2006-05-08 09:51:18 +00:00
Florent Thoumie
f52da22443 - Fix bogus OSVERSION test.
Reported by:	Joey Mingrone <joey@mingrone.org>
2006-05-08 09:43:21 +00:00
Florent Thoumie
3e626d303b - Don't force the interface up, this may turns the radio on needlessly.
PR:		ports/93681
Submitted by:	Adrian Filipi <adrian@ubergeeks.com>
2006-05-08 09:37:17 +00:00
Florent Thoumie
c97523180e - Update to 0.7.0.
PR:		ports/95835
Submitted by:	chinsan <chinsan.tw@gmail.com>
2006-05-08 09:29:46 +00:00
Andrew Pantyukhin
d14aab6936 - Update to 0.9.1
- RC'ify
- Take maintainership

PR:		ports/95889
Submitted by:	me
Approved by:	krion (mentor)
2006-05-08 07:55:34 +00:00
Andrew Pantyukhin
0158f69d3d - Update to 1.5.12
- portlint(1)
- Take maintainership

PR:		ports/95886
Submitted by:	me
Approved by:	krion (me)
2006-05-08 07:53:48 +00:00
Andrew Pantyukhin
e120b50c21 - Update to 2.6.10
- Take maintainership

PR:		ports/95869
Submitted by:	me
Approved by:	krion (mentor)
2006-05-08 07:43:49 +00:00