Commit Graph

4971 Commits

Author SHA1 Message Date
ajacoutot
90a7a119ab - fix CATEGORIES 2007-10-05 13:38:31 +00:00
sturm
f72e1e2bdb change default behaviour for arm-elf targets to always pass '-mfpu=softfpa'
to GAS unless '-mhard-float' is specified
sync patches while here

from maintainer
2007-10-05 13:14:12 +00:00
steven
c6ba93e2b7 bump PKGNAME after changing COMMENT 2007-10-05 09:18:35 +00:00
merdely
d1c5fbaddb Update to 0.9.4.
From Will Maier (MAINTAINER)
ok jolan@
2007-10-05 02:00:45 +00:00
msf
63d79b0058 fix the COMMENT, it was obviously never meant for Perl::Critic 2007-10-03 05:13:29 +00:00
jasper
e5d81d4310 we prefer the idiom of MODULES=devel/gettext over MODULES=gettext
"looks good" steven@
2007-10-02 19:09:44 +00:00
martynas
14622a7687 update for silc-toolkit-1.1; ok naddy@ 2007-10-02 17:35:48 +00:00
merdely
d1c25494d6 Update to silc-toolkit-1.1.3
From brad@
"just commit it" steven@
2007-10-01 21:30:06 +00:00
steven
3b92333205 switch teTeX -> texlive
discussed with sturm and mbalmer
2007-10-01 11:42:30 +00:00
mbalmer
e05da2f779 Maintenance update to Horde 3.1.5
Major changes compared to Horde 3.1.4 are:
    * Improved webroot detection.
    * Fixed language selection in login screen.
    * Updated Czech, Estonian, German, Polish, Spanish, and Simplified
      Chinese translations.
    * Small bug fixes and improvements.

The full list of changes (from version 3.1.4) can be viewed here:

http://cvs.horde.org/diff.php/horde/docs/CHANGES?r1=1.515.2.298&r2=1.515.2.306&ty=h
2007-10-01 09:02:52 +00:00
ajacoutot
4819a37312 +libopensync 2007-09-30 09:38:57 +00:00
ajacoutot
fc6e4c720a Import libopensync-0.31
OpenSync is a synchronization framework that is platform and
distribution independent. It consists of a powerful sync-engine and
several plugins that can be used to connect to devices.
OpenSync is very flexible and capable of synchronizing any type of data,
including contacts, calendar, tasks, notes and files.


Note that it is still a development version. But it's better to have
this in-tree now so that one can port the different sync plugins as they
come out. Also it will ease integration with other apps (i.e kdepim).

"as long as it doesn't break kdepim" espie@
2007-09-30 09:37:53 +00:00
simon
1a78cc31f0 update to version 0.08 and correct whitespaces 2007-09-29 20:12:14 +00:00
ian
ab51fc6231 += struts-console 2007-09-28 23:51:27 +00:00
ian
9a29346dd9 Configuration file editor for Struts (struts-config, taglibs,
validation, etc.), as an Eclipse plugin.
ok kurt@
2007-09-28 23:49:58 +00:00
bernd
865e1d69f2 Fix distinfo because of a re-rolled distfile. Bump PKGNAME because
I don't have the old distfile anymore to compare both.

Noticed by naddy@, thanks!
2007-09-28 18:42:10 +00:00
steven
58386d8b73 unbreak
ok bernd@
2007-09-28 09:55:41 +00:00
bernd
d345fec8a4 Update to ruby-daemons-1.0.8. 2007-09-27 18:56:32 +00:00
bernd
0c7dddf195 Update to ruby-gem_plugin-0.2.2. 2007-09-27 18:53:53 +00:00
steven
99504fb70f no runtime dependency on python.
ok bernd@
2007-09-27 11:54:56 +00:00
bernd
a5f5c27f6b + ruby-rcov 2007-09-26 17:21:07 +00:00
bernd
a2de2b942e Initial import of ruby-rcov-0.8.0.2.
A code coverage tool for Ruby featuring fast execution, multiple
analysis modes, cross-referenced XHTML and several kinds of text
reports, easy automation with Rake and Rant.

Submitted and maintained by markus@.

ok sturm@
2007-09-26 17:17:22 +00:00
bernd
c7dd7aecd5 + ruby-uuidtools 2007-09-26 16:49:04 +00:00
bernd
e2ef2b3a37 Initial import of ruby-uuidtools-1.0.1.
UUIDTools was designed to be a simple library for generating any of the
various types of UUIDs (or GUIDs if you prefer to call them that).
It conforms to RFC 4122 whenever possible.
2007-09-26 16:46:48 +00:00
bernd
015beb387f Update to libidn-1.1, mention the new license (GPLv3), drop maintainership.
Tested and ok steven@.
2007-09-26 05:05:40 +00:00
merdely
da16530e0b Add p5-Tie-Cache 2007-09-26 02:36:03 +00:00
merdely
937b0d5f65 Add Tie::Cache as a dependency for "an additional speed boost when
caching static data"

ok simon@
2007-09-25 22:16:03 +00:00
merdely
8e64585139 This module implements a least recently used (LRU) cache in memory
through a tie interface. Any time data is stored in the tied hash, that
key/value pair has an entry time associated with it, and as the cache
fills up, those members of the cache that are the oldest are removed to
make room for new entries.

So, the cache only "remembers" the last written entries, up to the size
of the cache. This can be especially useful if you access great amounts
of data, but only access a minority of the data a majority of the time.

ok simon@
2007-09-25 22:11:54 +00:00
merdely
637c8bc061 Update to 0.12
From Volker.Wiegand
ok steven@, jasper@
2007-09-24 14:41:56 +00:00
merdely
d258205c1c Tweak HOMEPAGE and MASTER_SITES.
ok MAINTAINER (Will Maier) and simon@
2007-09-23 17:07:21 +00:00
pvalchev
4967057365 update to sdl-1.2.12. long due update, possible now since the macppc
X acceleration bug is now gone (thanks for ajacoutot for endless testing
of this issue), diff from brad
2007-09-22 01:12:38 +00:00
merdely
c12619bb77 Add libconfig 2007-09-21 20:23:50 +00:00
merdely
74893583cf Libconfig is a simple library for manipulating structured configuration
files. This file format is more compact and more readable than XML. And
unlike XML, it is type-aware, so it is not necessary to do string
parsing in application code.

Libconfig is very compact - just 25K for the stripped C shared library
(one-fifth the size of the expat XML parser library) and 39K for the
stripped C++ shared library. This makes it well-suited for
memory-constrained systems like handheld devices.

From Will Maier (MAINTAINER)

tweaks and ok sturm@ and kili@
2007-09-21 20:19:05 +00:00
steven
42d2d25b03 update to 0.73 2007-09-21 07:38:11 +00:00
msf
63db7b990e +p5-Expect-Simple
+p5-Test-Expect
2007-09-21 05:55:37 +00:00
msf
9e809e073e initial import of Test::Expect 0.30
Test::Expect is a module for automated driving and testing of
terminal-based programs. It is handy for testing interactive programs
which have a prompt, and is based on the same concepts as the Tcl Expect
tool. As in Expect::Simple, the Expect object is made available for
tweaking.
2007-09-21 02:41:48 +00:00
msf
22f30638f6 initial import of Expect::Simple 0.03
Expect::Simple is a wrapper around the Expect module which should
suffice for simple applications. It hides most of the Expect machinery;
the Expect object is available for tweaking if need be.
2007-09-21 02:38:59 +00:00
msf
5becbc2d29 use MASTER_SITE_RUBYFORGE 2007-09-20 12:48:05 +00:00
steven
20b11768fd update to 1.3.7
from maintainer Vlad Glagolev
2007-09-20 12:41:06 +00:00
msf
92205c62a2 use MASTER_SITE_RUBYFORGE 2007-09-20 12:33:32 +00:00
steven
7b6672e379 update to 1.2.10
tested and ok merdely@, simon@
2007-09-20 10:18:37 +00:00
steven
a5f69b4f28 update to 1.2.11
tested and ok merdely@, simon@
2007-09-20 10:17:21 +00:00
martynas
799cddec5f update to 2.14.0; REGRESS_FLAGS tweak and ok jasper@ 2007-09-19 13:19:50 +00:00
martynas
1e7fe25a2f update to 2.14.3; ok jasper@ 2007-09-19 13:11:09 +00:00
naddy
a01a0850ad adapt FLAC support to the FLAC 1.1.3+ API 2007-09-18 18:33:25 +00:00
naddy
68ccde1d59 adapt FLAC support to the FLAC 1.1.3+ API; ok mgrimm@ 2007-09-18 18:29:14 +00:00
kurt
d9e46b09e2 - fix patch borked by cvs changing cvs tag upon commit (i.e. $Revision$).
breakage reported by RD Thrush rd at thrush.com
2007-09-17 13:31:20 +00:00
naddy
827a4ca6e0 use autoconf instead of directly patching configure; it's more maintainable 2007-09-16 16:45:59 +00:00
simon
026a13bf4d remove surrounding quotes from COMMENT/PERMIT_*/BROKEN 2007-09-16 11:14:46 +00:00
simon
66ede79a7e remove surrounding quotes from COMMENT/BROKEN/PERMIT_* 2007-09-16 09:25:09 +00:00