Commit Graph

62384 Commits

Author SHA1 Message Date
shadchin
36840c1072 Import libcue-1.4.0
Libcue is intended to parse a so called cue sheet from a char string or
a file pointer. For handling of the parsed data a convenient API is
available. This project is meant as a fork of cuetools.

ok jasper@
2010-12-10 20:45:53 +00:00
martynas
53838065ae mark it with VMEM_WARNING. ok sthen@ 2010-12-10 20:02:01 +00:00
jeremy
db78db6af6 Remove libogg from LIB_DEPENDS (libvorbis already depends on libogg).
Prompted and ok ajacoutot
2010-12-10 15:58:58 +00:00
jasper
933e2fd57e - missing dependency, spotted by landry@ 2010-12-10 13:57:34 +00:00
jasper
6fb8a0f83a - update p5-Po-Co-IRC to 6.52 2010-12-10 11:56:45 +00:00
jasper
32b3a2433e - update p5-Config-IniFiles to 2.65 2010-12-10 10:57:28 +00:00
jasper
c2ea0f2b86 - update p5-Net-DAV-Server to 1.301 2010-12-10 10:55:51 +00:00
landry
38b73bb9e6 Update to firefox-i18n 3.6.13 2010-12-10 10:54:41 +00:00
landry
b81ef08086 Chase firefox 3.6.13 update and update to xulrunner 1.9.2.13. 2010-12-10 10:54:24 +00:00
landry
9390a47d47 Update to mozilla-firefox 3.6.13:
Fixes MFSA 2010-74->84
http://www.mozilla.org/security/known-vulnerabilities/firefox36.html
2010-12-10 10:53:40 +00:00
jasper
9c32a79f74 sync (+1599,-1528) 2010-12-10 10:43:57 +00:00
landry
f6b71b0013 Update to firefox35 3.5.16.
Fixes MFSA 2010-74->84.
http://www.mozilla.org/security/known-vulnerabilities/firefox35.html
2010-12-10 10:36:00 +00:00
landry
408d469cdb Update to seamonkey 2.0.11.
Fixes MFSA 2010-74->84.
2010-12-10 10:04:21 +00:00
landry
afca047d9a +chroma-enigma 2010-12-10 09:44:05 +00:00
landry
c8de4df743 Import chroma-enigma:
Chroma can also play levels from the game Enigma. It features a "warts and all"
reimplementation based on a reverse engineering of the game engine, meaning
that, unlike various other conversions, solutions found with Chroma are
guaranteed to match those for the original game.

From Danil Levai on ports@ with tweaks by me, looks good to jasper@.
2010-12-10 09:43:34 +00:00
landry
309ec99f9d Update to thunderbird-i18n 3.1.7 2010-12-10 09:08:08 +00:00
landry
b4bddb71cc Bugfix update to mozilla-thunderbird 3.1.7. 2010-12-10 08:43:43 +00:00
landry
17a34451be Update to xfce4-systemload 1.0.0:
- Add libxfcegui4 to LIB_DEPENDS in preparation for Xfce 4.8
- Fix WANTLIB
See for details:
http://foo-projects.org/pipermail/xfce/2010-December/028011.html
2010-12-10 08:34:44 +00:00
jeremy
4d58b20618 +ruby-cicphash 2010-12-09 21:46:39 +00:00
jeremy
99b2448e38 +ruby-vorbis_comment 2010-12-09 21:45:17 +00:00
jeremy
c8aa8f0f33 Import ruby-vorbis_comment.
ruby-vorbis_comment is a ruby extension for manipulating Vorbis
comments. It wraps libvorbis and libogg, so it should be completely
standards compatible. Vorbis comment is the standard tagging format for
Ogg Vorbis, FLAC, and Speex files.

ok landry
2010-12-09 21:44:23 +00:00
jeremy
dbbd894f1e Import ruby-cicphash.
CICPHash has the exact same interface as Hash, but is case insensitive
and case preserving. Any value can be used as a key. However, you cannot
have two keys in the same CICPHash that would be the same if when
converted to strings would be equal or differing only in case.

ok landry
2010-12-09 21:43:46 +00:00
landry
7d510deae1 +chroma 2010-12-09 21:20:10 +00:00
landry
22ea9aea77 Import chroma 1.13:
Chroma is an abstract puzzle game. A variety of colourful shapes are arranged
in a series of increasingly complex patterns, forming fiendish traps that must
be disarmed and mysterious puzzles that must be manipulated in order to give up
their subtle secrets. Initially so straightforward that anyone can pick it up
and begin to play, yet gradually becoming difficult enough to tax even the
brightest of minds.

From Daniel Levai on ports@ with tweaks by me, ok jasper@
2010-12-09 21:19:29 +00:00
jeremy
b0efc65894 sync 2010-12-09 20:58:37 +00:00
robert
32b5241e41 - fix the libreoffice symlink
- fix the linux i386 bridge code
- use the correct fix for regcomp
2010-12-09 20:13:30 +00:00
jeremy
c771e09db8 Import ruby-jdbc-sqlite3.
With jdbc-sqlite3 you can connect to an SQLite3 embedded database from
JRuby without messing around with your Java classpath.

ok landry
2010-12-09 20:12:46 +00:00
jeremy
5a6e000133 Import ruby-jdbc-postgres.
With jdbc-postgres you can connect to a PostgreSQL database from JRuby
without messing around with your Java classpath.

ok landry
2010-12-09 20:12:06 +00:00
jeremy
bd91e4702c Import ruby-jdbc-mysql.
With jdbc-mysql you can connect to a MySQL database from JRuby without
messing around with your Java classpath.

ok landry
2010-12-09 20:11:28 +00:00
jeremy
efd604ff64 Import ruby-jdbc-h2.
With jdbc-h2 you can connect to an H2 embedded database from JRuby
without messing around with your Java classpath.

ok landry
2010-12-09 20:10:48 +00:00
jeremy
6cb90e3248 Import ruby-rainbows.
Rainbows! is an HTTP server for sleepy Rack applications. It is based
on Unicorn, but designed to handle applications that expect long
request/response times and/or slow clients.

ok landry
2010-12-09 20:07:41 +00:00
jeremy
9c0c4b14d9 Import ruby-unicorn.
Unicorn is a HTTP server for Rack applications designed to take
advantage of features in Unix/Unix-like kernels and only serve
fast clients on low-latency, high-bandwidth connections.

ok landry
2010-12-09 20:06:47 +00:00
jeremy
47dae47918 Import ruby-kgio, a dependency for unicorn and rainbows.
kgio provides non-blocking I/O methods for Ruby without raising
exceptions on EAGAIN and EINPROGRESS. It is intended for use with the
Unicorn and Rainbows! Rack servers, but may be used by other
applications.

ok landry
2010-12-09 20:05:16 +00:00
jeremy
5ae6098d07 Import ruby-isolate, a regress dependency for unicorn and rainbows.
Isolate is a very simple RubyGems sandbox. It provides a way to express
and automatically install your project's Gem dependencies.

ok landry
2010-12-09 20:04:23 +00:00
ajacoutot
3cd50f7294 Maintenance update to pangomm-2.26.3. 2010-12-09 17:36:49 +00:00
ajacoutot
2fb064fafe WANTLIB. 2010-12-09 17:31:10 +00:00
ajacoutot
e5fe03f6f8 Upstream rerolling. 2010-12-09 17:14:04 +00:00
bluhm
9c817039ab update p5-IO-Socket-SSL to 1.37
ok jasper@
2010-12-09 16:42:04 +00:00
jasper
f7afd505ee sync 2010-12-09 16:08:16 +00:00
jasper
548620df41 import hs-tls 0.3.1
Native TLS protocol implementation, focusing on purity and more
type-checking.
Currently implement the SSL3.0, TLS1.0 and TLS1.1 protocol. Not yet
properly secure and missing some features. Do not yet use as replacement
to more mature implementation.
Only RSA supported as Key exchange for now.

ok kili@
2010-12-09 16:07:50 +00:00
jasper
722b5eaa03 - remove imlib1 flavor, which isn't built by default.
- add @pkgpath marker
2010-12-09 14:55:39 +00:00
jasper
cc6258251a import hs-cryptocipher 0.2
Symmetrical Block and Stream Ciphers: Camellia, RC4 and RSA.

ok kili@
 VS: ----------------------------------------------------------------------
2010-12-09 13:57:01 +00:00
jasper
edf7844e9e import hs-certificate 0.3.2
Certificates and Key reader/writer. At the moment only X509 certificate
and unencrypted private key are supported, but will include PGP
certificate and pkcs8 private keys.

ok kili@
2010-12-09 13:55:34 +00:00
jasper
60fd58e892 import hs-asn1-data 0.2.2
AN1 data reader and writer in raw form with supports for high level forms
of ASN1 (BER, CER and DER).

ok kili@
2010-12-09 13:55:04 +00:00
jasper
4415b06b3f - sync 2010-12-09 13:54:16 +00:00
jasper
eb48d926e1 import hs-base64-bytestring 0.1.0.1
Fast base64 encoding and decoding for ByteStrings.

ok kili@
2010-12-09 13:53:12 +00:00
ajacoutot
3297824871 Update to foo2zjs-20101208.
* new printer: HP LaserJet Pro CP1025nw (alpha quality)
2010-12-09 07:04:48 +00:00
okan
a08a210f0b - add rc script
- no need for groff
- remove MESSAGE since the remaining relevant snippet is in the manpage
(maintainer timeout)

feedback and ok ajacoutot@
2010-12-09 01:47:31 +00:00
okan
7520f9d783 - update to 1.8
- add rc script
- no need for groff
- remove README since the remaining relevant snippet is in the manpage
(maintainer timeout)

feedback and ok ajacoutot@
2010-12-09 01:46:05 +00:00
okan
fb664f768a add an appropriate rc_reload()
proded by and ok ajacoutot@
2010-12-09 01:44:15 +00:00