Commit Graph

68446 Commits

Author SHA1 Message Date
jasper
d0b0bf1591 sync 2011-08-21 16:26:57 +00:00
jasper
4e55425528 import liboauth 0.9.4
liboauth is a collection of POSIX-c functions implementing the OAuth
Core RFC 5849 standard. liboauth provides functions to escape and encode
parameters according to OAuth specification and offers high-level
functionality to sign requests or verify OAuth signatures as well as
perform HTTP requests.

ok aja@
2011-08-21 16:26:18 +00:00
jasper
e4f2f5653b - bump autoconf version in preparation for libtool update
from brad
2011-08-21 14:37:53 +00:00
jasper
c157e04371 - update to 0.36
from wen heping, with a tweak by me
2011-08-21 14:29:50 +00:00
jasper
4bd2c9ace9 - update to 1.01
from wen heping
2011-08-21 14:19:08 +00:00
sthen
07a450d4e5 update to postfix 20110814 snapshot, from Brad. 2011-08-21 11:07:07 +00:00
sthen
dfe0775c4b update to MailScanner 4.84.3-1, from Brad. 2011-08-21 11:03:26 +00:00
sthen
8c57a70668 Fix MESSAGE/UNMESSAGE, since the php infrastructure changes this was telling
people to adjust /usr/local/conf/php5.sample/xcache.ini rather than the correct
file. ok Brad (maintainer).
2011-08-21 09:26:58 +00:00
sthen
870a4da7d5 Remove BROKEN-sparc64, this builds since sparc64 switched to gcc4. From Brad. 2011-08-21 09:23:54 +00:00
ajacoutot
a713d9ca50 Update to Zabbix 1.8.6.
For details, see:
http://www.zabbix.com/documentation/1.8/manual/about/what_s_new_1.8.6
2011-08-21 09:21:02 +00:00
ajacoutot
254dddc098 Update to ffmpeg2theora 0.28.
from Brad
2011-08-21 08:46:19 +00:00
haesbaert
038ece245b Putting myself. 2011-08-21 07:02:23 +00:00
landry
d087e1dd1e Remove BROKEN-sparc64, parrot now passes all regress tests on sparc64. 2011-08-20 16:48:37 +00:00
landry
4ce9806ad5 Update to rakudo 2011-07, from maintainer Pascal Stumpf. 2011-08-20 16:47:54 +00:00
landry
a9168a0423 Update to parrot 3.6.0, from maintainer Pascal Stumpf.
Add a patch from upstream git to fix a segfault during build on i386.
2011-08-20 16:47:05 +00:00
sthen
330192648a drop distfile mirror, pypi keeps old versions anyway. 2011-08-20 15:26:52 +00:00
jasper
5b71a07ffc - fix MASTER_SITES, this is actually hosted on pypi.. 2011-08-20 15:00:04 +00:00
sthen
1b6cae530a update to ircII 20110228, from Pascal Stumpf via Brad (maintainer).
- while there, prefer http MASTER_SITES
2011-08-20 09:11:51 +00:00
sthen
b7a20fd384 update radicale to 0.6, amongst other things adding support for ical4/iphone.
ok ian@, Sergey Bronnikov (maintainer).
2011-08-19 20:35:34 +00:00
kili
6f500bda5f Update to lilypond-2.14.2. 2011-08-19 20:26:46 +00:00
jasper
915cf8dd86 fix heap corruption and buffer overflow (CVE-2011-2896)
patch from upstream git

ok giovanni@ (MAINTAINER)
2011-08-19 08:57:07 +00:00
jasper
0b8ca0fab6 - update to 2.1.2
* fix a few type-conversion/shadowing warnings
- drop patches since it can be dealt with in FAKE_FLAGS

from Markus Bergkvist (MAINTAINER)
2011-08-19 08:04:02 +00:00
jasper
ae3cb0745d - update to 0.6.3 2011-08-19 07:58:00 +00:00
jasper
647586e882 Since URL shortener services can optionally be used (and we have them in ports
now), mention them.

ok sthen@
2011-08-19 07:45:38 +00:00
landry
ef34de738b +kdiff3 2011-08-19 07:13:00 +00:00
landry
cfc6cbbe06 Import kdiff3 0.9.95, req'd by marco@
KDiff3 is a program that:
  *  compares or merges two or three text input files or directories,
  *  shows the differences line by line and character by character (!),
  *  provides an automatic merge-facility
  *  supports KIO on KDE (allows accessing ftp, sftp, fish, smb etc.),
  *  Automatic merging of version control history

From MAINTAINER Lawrence Teo, after an initial port by marco@
ok sthen@
2011-08-19 07:12:11 +00:00
jasper
b34d1f5738 sync 2011-08-19 06:44:21 +00:00
jasper
446a0d0c0f import leveldb, svn rev 48
LevelDB is a fast key-value storage library written at Google that
provides an ordered mapping from string keys to string values.

Features:
  - Keys and values are arbitrary byte arrays.
  - Data is stored sorted by key.
  - Callers can provide a custom comparison function to override
    the sort order.
  - The basic operations are Put(key,value), Get(key), Delete(key).
  - Multiple changes can be made in one atomic batch.
  - Users can create a transient snapshot to get a consistent view
    of data.
  - Forward and backward iteration is supported over the data.

ok sthen@
2011-08-19 06:44:00 +00:00
pirofti
0f007e6279 Update youtube-dl to 2011.08.04. Okay sthen@. 2011-08-18 21:36:46 +00:00
naddy
afefda1eb0 autoreconf calls libtoolize, so require devel/libtool at build time 2011-08-18 19:45:49 +00:00
naddy
5afc022b5c "symbol(fake_pck) size mismatch, relink your program"
fake_pck[] is defined in three places and two different sizes as a global,
but each time only used in the respective module, so make the definitions
static.
2011-08-18 19:23:22 +00:00
sthen
eaa203edfb Don't use -Werror, fixes build on arm. From Brad. 2011-08-18 19:22:31 +00:00
naddy
eb2967c29c 5.0 CD packages 2011-08-18 19:14:26 +00:00
jasper
becb5dfe7a - update to 1.6.4
from Wen Heping (MAINTAINER)
2011-08-18 19:05:45 +00:00
jasper
0dd5f7438c - update to 0.606
from Markus Bergkvist (MAINTAINER)
2011-08-18 19:04:16 +00:00
jasper
4050b0b53e Security fixes for CVE-2011-291{1,2,3,4,5}
Various integer overflows and off-by-one errors in libmodplug.
2011-08-18 17:56:47 +00:00
gsoares
6dcdabb94d update textproc/p5-XML-Elemental to 2.11
from Wen Heping who takes maintainership

OK jasper and Sam Smith (old MAINTAINER)
2011-08-18 15:32:29 +00:00
pirofti
9d1947ccb5 Update GiNaC to 1.6.1. Okay ajacoutot@. 2011-08-18 15:19:54 +00:00
mpi
7b26acd37f sync 2011-08-18 15:00:35 +00:00
mpi
eb5ba2a2fa Import pep8-0.6.1
pep8 is a tool to check your Python code against some of the style
conventions in PEP 8.

ok benoit@
2011-08-18 14:58:21 +00:00
gsoares
f881b7a1fa update x11/dmenu to 4.4
tweaks/OK sthen@ jim@(MAINTAINER)
2011-08-18 14:13:28 +00:00
gsoares
5205ee4945 - update devel/p5-BSD-arc4random to 1.50
- fix license marker

OK jasper@
OK Abel Abraham Camarillo Ojeda(MAINTAINER)
2011-08-18 13:43:25 +00:00
shadchin
9c5b64ca93 update to 2011h
ok jasper@, sthen@, maintainer timed out.
2011-08-18 12:53:35 +00:00
shadchin
5550bddf81 Update to 0.9.6
ok jasper@, sthen@, maintainer timed out.
2011-08-18 12:52:32 +00:00
mpi
5b577d56b8 sync 2011-08-18 12:27:09 +00:00
mpi
ee4d553a7e Import pyflakes-0.4.0
Pyflakes is a program to analyze Python programs and detect various
errors. It works by parsing the source file, not importing it, so
it is safe to use on modules with side effects.

ok rpointel@
2011-08-18 12:22:31 +00:00
jasper
3c6420831d sync 2011-08-18 11:48:49 +00:00
jasper
a417a61082 import WWW-Shorten-Bitly-1.14
WWW::Shorten::Bitly provides an easy interface for shortening URLs using
http://bit.ly. In addition to shortening URLs, you can pull statistics
that bit.ly gathers regarding each shortened WWW::Shorten::Bitly uses
XML::Simple to convert the xml response for the meta info and click
stats to create a hashref of the results.

ok sthen@
2011-08-18 11:48:12 +00:00
jasper
8add81e8e8 import WWW-Shorten-Googl-1.02
Perl interface to the goo.gl URL shortening service. Googl simply
maintains a database of long URLs, each of which has a unique
identifier.

ok sthen@
2011-08-18 11:47:42 +00:00
jasper
6948dfb794 - remove unused variable 2011-08-18 11:47:07 +00:00