Commit Graph

51682 Commits

Author SHA1 Message Date
ajacoutot
1aece1c6d7 Import gmime-2.4.7
GMime is a C/C++ library for parsing and creating messages using the
Multipurpose Internet Mail Extension (MIME) as defined by several RFCs.

It is a required dependency for porting pinot and also for future GNOME
updates.
This can be installed alongside gmime-2.2.*

"reads fine" to jasper@
2009-07-24 09:03:51 +00:00
ajacoutot
4d3d45541e Tweak COMMENT.
Set no-default-conflict, since this port can be installed alongside with
the upcoming gmime24 port.

"reads fine" to jasper@
2009-07-24 08:49:39 +00:00
martynas
71ce12c718 put more work into sydney audio after the report from naddy@.
- fix some hella lame bugs inherited from sun, and clean up
- despite what the big clever comment says, callback thread will
be started twice if buffering is slow enough and will screw up
playback;  guard it
- supports s16 big endian as well
- audio_callback is void
- dont print stuff to stdout/stderr in the backend
- appropriately set writing buffer
- be more careful with lists in the audio callback
- create worker thread little bit earlier
- things i've forgotten to summarize
should fix stuttering videos & out-of-sync audio in weird cases.
2009-07-23 19:04:42 +00:00
martynas
30fec63c43 clean up dlsym nonsense; sndio will always be present for sydney
backend anyway
2009-07-23 17:17:41 +00:00
ajacoutot
04df3d500a +xapian-omega 2009-07-23 15:17:28 +00:00
ajacoutot
046c8498cd Import xapian-omega-1.0.14
Omega is an indexing and CGI search application built on top of the
Xapian search engine.

Reworked from an original submission from Daniel Dickman
2009-07-23 15:16:45 +00:00
giovanni
d490d010fc Add a missing @sample on PLIST and bump.
spotted by ajacoutot@
2009-07-23 08:26:38 +00:00
giovanni
cccf0c4adc Link Exaile to the build 2009-07-23 08:03:42 +00:00
giovanni
3e5a567328 Initial import of Exaile.
Help and ok landry@
Tested by Stephan A. Rickauer and other users.

music manager and player for GTK+ written in Python

Exaile is a music manager and player for GTK+ written in Python.
It incorporates automatic fetching of album art, handling of large
libraries, lyrics fetching, artist/album information via Wikipedia,
Last.fm submission support, and optional iPod support via a plugin.
2009-07-23 08:02:36 +00:00
giovanni
22d9c9ff17 Update to version 7.82.
From maintainer patrick keshishian, thanks
2009-07-23 07:51:20 +00:00
ajacoutot
a03dd75d17 Overdue update to hiawatha-6.15. 2009-07-23 05:54:15 +00:00
ajacoutot
0f3bd1aa5d Reround categories. 2009-07-22 22:51:38 +00:00
sthen
6c9f6a3cf7 more specific license marker 2009-07-22 21:19:13 +00:00
landry
fd239cd880 +thunar-archive 2009-07-22 20:44:20 +00:00
landry
884aa122f4 Import thunar-archive 0.2.4.
The thunar-archive-plugin is a plugin for the Thunar File Manager, which
adds archive operations to the file context menus. Using this plugin you
will be able to extract and create archive files from within Thunar using
an external archive handler. So far, xarchiver, file-roller and ark are
supported.

looks good to ajacoutot@
2009-07-22 20:43:43 +00:00
landry
e26ce40944 +xarchiver 2009-07-22 20:40:40 +00:00
landry
4527abd024 Import xarchiver 0.5.2.
Xarchiver is a lightweight desktop independent archive manager built
with the GTK+2 toolkit. It supports 7-zip, arj, bzip2, gzip, rar, lha,
lzma, lzop, deb, rpm, tar and zip archives if the corresponding
commandline tools are available.

looks good to ajacoutot@
2009-07-22 20:39:58 +00:00
naddy
eb54af552b 4.6 CD package lists 2009-07-22 20:10:19 +00:00
jolan
8b7c2d621b fix MESSAGE 2009-07-22 16:01:37 +00:00
naddy
8db5f06144 maintenance update to 1.73 2009-07-22 15:52:07 +00:00
robert
951f5c8ad4 Change the installation path from /var/www/phpldapadmin-${VERSION} to /var/www/phpldapadmin,
so we don't have to hardcode version numbers everywhere
2009-07-22 13:58:45 +00:00
ajacoutot
114204fba2 typo. 2009-07-22 13:42:08 +00:00
jasper
5bd6d49b4a - SECURITY FIX for CVE-2009-2347 (integer overflows in tiff tools)
patch taken from upstream bugreport:
http://bugzilla.maptools.org/show_bug.cgi?id=2079

ok ajacoutot@
2009-07-22 13:15:00 +00:00
ajacoutot
a1426e7c27 Remove unneeded variable. 2009-07-22 13:05:24 +00:00
ajacoutot
e375c6ffec Update to 1.0.14.
Add textproc to categories.
Enable regression tests.

prodded by Daniel Dickman, thanks.
2009-07-22 12:41:45 +00:00
okan
635aeaa93f update to 3.326
feedback and ok naddy@
2009-07-22 11:53:50 +00:00
sthen
872d0f79ed - enable Dovecot authentication (optional, adds no dependencies)
- regen PLIST, bump PKGNAME

ok fkr@ (maintainer)
2009-07-22 10:48:31 +00:00
okan
9b3ab06e7d update to 2.5.2
ok merdely@
2009-07-22 10:17:39 +00:00
okan
c9bca71adc update to 2.06, from new MAINTAINER (Gallon Sylvestre)
ok merdely@
2009-07-22 10:17:08 +00:00
claudio
380ef1076b Update to Net-BGP-0.13 which fixes a few showstopper problems.
OK sthen@
2009-07-22 09:03:48 +00:00
ajacoutot
1b1689b15f +xapian-core 2009-07-22 08:18:04 +00:00
ajacoutot
f7caac7ca3 Import xapian-core-1.0.13
Xapian is an opensource search engine library.
It is a highly adaptable toolkit which allows developers to easily add
advanced indexing and search facilities to their own applications. It
supports the Probabilistic Information Retrieval model and also supports
a rich set of boolean query operators.

This is a prerequisite of porting pinot.
2009-07-22 08:17:22 +00:00
kurt
4130c43025 update to 1.5.3:
- fix a use after free
- disable tls since we don't support it yet
- BSD endian fix from author Robert Lougher <rob.lougher at gmail.com>

testing and okay MANTAINER Frederick C. Druseikis <fdruseikis at sc.edu>
2009-07-22 00:31:57 +00:00
sthen
d6c17e0b16 bugfix update to 1.4.26; see http://www.asterisk.org/node/48610 2009-07-21 22:05:24 +00:00
sthen
f96657379e sync; 5841 (+350 -320) 2009-07-21 21:08:52 +00:00
landry
5343ef8848 Another week, another xfce4-weather maintenance release, 0.7,1 this time.
See http://foo-projects.org/pipermail/goodies-dev/2009-July/002435.html
2009-07-21 20:04:32 +00:00
martynas
4578e9080a do not even try to let configure.in pick up nanojit on sparc64.
sparc* also matches sparc64;  however, native asm code is missing
for jit on sparc64, and jit is not ready for 64-bit in general (yet).
should fix sparc64.  reported by matthieu@.
2009-07-21 19:53:17 +00:00
pea
78bfd95a99 Upgrade PostgreSQL to the latest version 8.4.0.
Initial diff (for rc and beta) from simon@

ok mbalmer@, simon@
commitski jasper@

BE CAREFULL: it's a major upgrade !
You MUST dump/restore all your data for this upgrade.
2009-07-21 19:43:45 +00:00
martynas
f2426580b9 give it a chance to recongize some external libs. 2009-07-21 19:43:04 +00:00
martynas
b2b8ed5d87 update to firefox-i18n-3.0.12 2009-07-21 19:31:33 +00:00
martynas
0c7ae6d7c7 security update to mozilla-firefox-3.0.12 2009-07-21 19:25:49 +00:00
landry
0c1feaee00 Update to wormux 0.8.4, this release fixes various bugs, updates
some translations and sounds, and most of all adds a dedicated
network game server. See website for hints on how to use/configure it.
Remove now unneeded build_dep on automake-1.9.
2009-07-21 19:16:49 +00:00
landry
7b684cd978 +yokadi 2009-07-21 19:14:30 +00:00
landry
6cf2403b31 Import yokadi 0.10.0.
Yokadi is a command-line oriented, SQLite powered, TODO list tool. It
helps you organize all the things you have to do and you must not
forget. In Yokadi you manage projects, which contains tasks. At the
minimum, a task has a title, but it can also have a description, a due
date, an urgency or keywords.

ok pea@
2009-07-21 19:13:46 +00:00
ajacoutot
0a54904b02 Bugfix update to gob2-2.0.16 2009-07-21 15:46:21 +00:00
jasper
d68dfcbd7b - only run local tests
from maintainer
2009-07-21 14:24:52 +00:00
jasper
1156496df8 - update p5-AnyEvent to 4.85
from James Wright
2009-07-21 13:52:52 +00:00
jasper
e4e2d96dc1 ECURITY FIX for CVE-2009-0217 (XML Signature HMAC Truncation Spoofing)
patch extracted from mono 2.4.2.2
2009-07-21 13:51:41 +00:00
ajacoutot
33f694372f For some reason, port-lib-depends-check throws an error when building
totem on an empty system.
For some reason, adding a couple of run_depends unconfuses it... (why?)

port-lib-depends-check breakage noticed by sthen@ who also lost some time
on trying to understand this...
2009-07-21 13:21:48 +00:00
ajacoutot
c6cde9dcd0 Fix device insertion command. 2009-07-21 12:35:54 +00:00