Commit graph

20850 commits

Author SHA1 Message Date
Martin Wilke
bd86a26520 - Fix a typo (Last update broke some dependent ports)
PR:		119084
Submitted by:	Dmitry Marakasov <amdmi3@amdmi3.ru>
Approved by:	maintainer timeout (3 week)
2008-01-26 22:52:50 +00:00
Pav Lucistnik
aa7ab7ae3f - Mark IGNORE on FreeBSD 7.x and up, kernel module cannot be loaded
PR:		ports/118972
Submitted by:	Marcus von Appen <mva@sysfault.org>
Approved by:	maintainer timeout (jylefort; 1 month)
2008-01-26 22:24:58 +00:00
Martin Wilke
4f8ea59bfc - Update to 0.14.0
PR:		119796
Submitted by:	Marcus von Appen <mva@sysfault.org> (maintainer)
2008-01-26 20:30:01 +00:00
Martin Wilke
201c149ecd - Pass maintainership to the last submitter
Submitted by:	Marcus von Appen <mva@sysfault.org> (request via irc)
2008-01-26 20:28:01 +00:00
Alex Dupre
3707b22cf9 Add support for FreeBSD 7.x.
PR:		ports/120004
Submitted by:	Cristian KLEIN <cristi@net.utcluj.ro>
2008-01-26 13:44:55 +00:00
Chin-San Huang
c74f246143 paexec -- Parallel executor, distributes tasks over network.
paexec distributes performing the given tasks across several CPUs or
machines on a network and collects the results from those
CPUs/machines

WWW: http://sourceforge.net/projects/paexec
2008-01-26 08:48:58 +00:00
Chin-San Huang
d49664bae7 The LIBMAA library provides many low-level data structures which are
helpful for writing compilers, including hash tables, sets, lists,
debugging support, and memory management.  Although LIBMAA was
designed and implemented as a foundation for the Khepera
Transformation System, the data structures are generally applicable to
a wide range of programming problems.

The memory management routines are especially helpful for improving the
performance of memory-intensive applications.

WWW: http://www.dict.org/
2008-01-26 05:39:51 +00:00
Chin-San Huang
8ac065d74d pipestatus - source file for POSIX shell that allows
to obtain an exit status of every program in a pipe.

                        MOTIVATION

When we program in shell we often run pipes like this

    prog1 args1 | prog2 args2 | ... | progN argsN

POSIX says that exit status of pipe is the exit status of LAST program
in it, i.e.  progN in our example. That is, exit status of all other
programs in pipe is silently ignored.  But in many situations exit
status of all programs in pipe should be checked to make program
robust. Some shells like BASH and ZSH have special extensions for
doing this but POSIX shell unfortunately doesn't provide an EASY way
for doing this.

In order to solve the problem, described above pipestatus was written.

WWW: http://sourceforge.net/projects/pipestatus/
2008-01-26 01:55:53 +00:00
Koop Mast
0946c66e59 Update to 2.14.11.
Small bug fix release.
2008-01-25 16:07:57 +00:00
Chin-San Huang
0aa55e94aa - Update to 1.7.1
- Changelog: http://pear.php.net/package/PEAR_Info/download/
2008-01-25 09:50:10 +00:00
Chin-San Huang
ea072d6d9b - Update to 1.31
- Changelog: http://search.cpan.org/dist/Term-Menus/ChangeLog
2008-01-25 09:08:02 +00:00
Cheng-Lung Sung
5be2e8b2d3 - Update to 0.07
Changes:
PR:		ports/119941
Submitted by:	maintainer (<hideo_AT_lastamericanempire dot com>)
2008-01-25 03:22:04 +00:00
Martin Wilke
c5f8b48b3d - Update to 0.6.1
PR:		119950
Submitted by:	Max Brazhnikov <makc@issp.ac.ru> (maintainer)
2008-01-24 23:16:12 +00:00
Dryice Dong Liu
13f552dc0b update to0.5a0.dev-r2306. Thanks alexander smishlajev <alex@ank-sia.com> for pointing out. 2008-01-24 16:19:28 +00:00
Mark Linimon
bd66bab195 Reset maintainer: aquatique-ports@rambler.ru bounces. 2008-01-24 08:29:49 +00:00
Sergey Skvortsov
ee59c3b6a9 Add p5-Class-Workflow 0.08, lightweight workflow system. 2008-01-24 08:02:52 +00:00
Cheng-Lung Sung
9c2457be7d - Update to 3.2700 (3.27)
Changes:	http://search.cpan.org/dist/PathTools/Changes
2008-01-24 04:32:01 +00:00
Cheng-Lung Sung
2409cfe44d Consistent hashing is a scheme that provides hash table functionality
in a way that the addition or removal of one slot does not
significantly change the mapping of keys to slots. In contrast, in
most traditional hash tables, a change in the number of array slots
causes nearly all keys to be remapped.

Consistent hashing was introduced in 1997 as a way of distributing
requests among a changing population of web servers. More recently, it
and similar techniques have been employed in distributed hash tables.

WWW:	http://search.cpan.org/dist/Set-ConsistentHash/

PR:		ports/119587
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2008-01-24 02:47:24 +00:00
Cheng-Lung Sung
cf573ca6cb Gearman client libraray for PHP.
WWW:	http://bugs.joestump.net/code/Net_Gearman/

PR:		ports/119586
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2008-01-24 02:19:01 +00:00
Lars Balker Rasmussen
8fdac3fbbb Update to 0.35 2008-01-23 22:48:46 +00:00
Lars Balker Rasmussen
27fea34ae9 Update to 0.52 2008-01-23 22:48:23 +00:00
Beech Rintoul
80223c60cf - Pass maintainership to Daniel Rucci <dan@rucci.org>
Approved by:	linimon (mentor)
2008-01-23 01:04:17 +00:00
Lars Balker Rasmussen
9ca7e5c565 Update to 0.34. See http://search.cpan.org/src/STEVAN/Moose-0.34/Changes 2008-01-23 00:25:11 +00:00
Xin LI
7fe23dfed7 Fix gem command after last update.
PR:		ports/119664
Submitted by:	maintainer
2008-01-22 21:10:55 +00:00
Yen-Ming Lee
7726069b9c - update to 0.10 2008-01-22 17:34:59 +00:00
Yen-Ming Lee
4f429e4710 - update to 5.10 2008-01-22 17:27:36 +00:00
Hye-Shik Chang
181574d682 - Update to 1.4.10. [1]
- Drop maintainership.

PR:		ports/119206
Submitted by:	Martin Dieringer <martin.dieringer@gmx.de>
2008-01-22 04:21:51 +00:00
Yen-Ming Lee
b12bb967c6 - Update to 20071205
PR:		119112
Submitted by:	leeym
Approved by:	maintainer timeout
2008-01-21 23:55:59 +00:00
Martin Wilke
57fefece3a - Update to 0.1.11
PR:		119871
Submitted by:	Ulrich Spoerlein <uspoerlein@gmail.com> (maintainer)
2008-01-21 22:31:40 +00:00
Martin Wilke
44f5ef93ce - Update to 0.2.6
PR:		119872
Submitted by:	Ulrich Spoerlein <uspoerlein@gmail.com> (maintainer)
2008-01-21 22:30:53 +00:00
Jason Evans
a31099a94d Update to cook 2.30. 2008-01-21 15:33:00 +00:00
Vsevolod Stakhov
6dd50d1fe4 * Update to 2.01
* Respect -O flags in CFLAGS

Reported by: pav
2008-01-21 12:04:18 +00:00
Hye-Shik Chang
a7c72398ce - Update to 0.17.2 [1]
- Drop maintainership

PR:		ports/119811 [1]
Submitted by:	Marcus von Appen <mva@sysfault.org> [1]
2008-01-21 04:12:03 +00:00
Hye-Shik Chang
64344b09b2 - Update to 0.26.1. [1]
- Drop maintainership.

PR:		ports/119810 [1]
Submitted by:	Marcus von Appen <mva@sysfault.org> [1]
2008-01-21 04:07:58 +00:00
Beech Rintoul
aaa34e41c8 - Fix core-dump issue when executing make test.
- Bump portrevision

PR:		ports/119539
Submitted by:	Daniel Rucci <dan@rucci.org>
Approved by:	linimon (mentor)
2008-01-21 00:24:17 +00:00
Martin Wilke
da967402c9 - Update to 5.1.2
PR:		119721
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2008-01-20 22:20:27 +00:00
Martin Wilke
e58ba969f3 The SPL_Types extension is a collection of special typehandling classes.
WWW: http://pecl.php.net/package/SPL_Types/

PR:		ports/119678
Submitted by:	Ditesh Shashikant Gathani <ditesh at gathani.org>
2008-01-20 22:16:32 +00:00
Martin Wilke
3b7614b856 The automap extension is a fast map-based autoloader.
WWW: http://pecl.php.net/package/automap/

PR:		ports/119827
Submitted by:	Ditesh Shashikant Gathani <ditesh at gathani.org>
2008-01-20 22:09:10 +00:00
Martin Wilke
cc534a3dac - Update to 1.0a
PR:		119798
Submitted by:	peter.schuller@infidyne.com (maintainer)
2008-01-20 21:57:05 +00:00
Martin Wilke
52c405bae7 - Update to 1.5.0 2008-01-20 21:56:56 +00:00
Martin Wilke
081fbf3fa2 - Update to 1.1.0
PR:		119677
Submitted by:	Matthew D. Fuller <fullermd@over-yonder.net> (maintainer)
2008-01-20 21:56:20 +00:00
Martin Wilke
72ea7f4603 - Update to 1.1
PR:		119676
Submitted by:	Matthew D. Fuller <fullermd@over-yonder.net> (maintainer)
2008-01-20 21:56:19 +00:00
Martin Wilke
af821e0368 - Update to 0.93.0
PR:		119146
Submitted by:	Radim Kolar SF.NET <hsn@sendmail.cz> (maintainer)
2008-01-20 21:56:07 +00:00
Martin Wilke
25ae9a87d7 - Update to 0.28 2008-01-20 14:29:54 +00:00
Marcelo Araujo
13d720683b - Update to 2.1.
Approved by:	stas (mentor, implicit)
2008-01-20 13:21:35 +00:00
Rong-En Fan
f4b3e9af3e devel/p5-gearmand is replaced by devel/p5-Gearman-Server
PR:		ports/116611
Submitted by:	Vivek Khera <vivek at khera.org> (maintainer)
2008-01-20 12:09:16 +00:00
Marcelo Araujo
584b05e2f6 - Update to 1.68.
PR:		ports/119763
Submitted by:	Felippe de Meirelles Motta <lippemail@gmail.com>
Approved by:	Craig Manley <cmanley@xs4all.nl> (maintainer), itetcu (mentor, implicit)
2008-01-20 01:40:29 +00:00
Lars Balker Rasmussen
1558a8d51e Update to 1.38 (no relevant changes) 2008-01-19 22:16:42 +00:00
Pav Lucistnik
91a75361df The Abilities of LibRCC Library
===============================

    * Language Autodetection
    * On the fly translation between languages, using online-services!
    * Encoding Autodetection for most of European Languages1
    * Support for encoding detection plugins (besides Enca and LibRCD)
    * Recoding/translation of multi-language playlists!
    * Cache to speed-up re-recoding.
    * Possibility to configure new languages and encodings.
    * Shared configuration file. For example mentioned TagLib and LibID3 patches
    do not have their own user interface, but will utilize the same recoding
    configuration as XMMS.
    * As well the separate program for configuration adjustment is available.
    * GTK/GTK2 UI Library: you can add properties page to your GTK application
    with 3 lines of code.
    * Menu localization opportunity

WWW: http://rusxmms.sourceforge.net

PR:		ports/119187
Submitted by:	Ulrich Spoerlein <uspoerlein@gmail.com>
2008-01-19 19:17:03 +00:00
Pav Lucistnik
644b660fd0 Library used by ruxmms for autodetection of russian charset
WWW: http://rusxmms.sourceforge.net/

PR:		ports/119187
Submitted by:	Ulrich Spoerlein <uspoerlein@gmail.comm>
2008-01-19 19:07:57 +00:00