Commit Graph

68324 Commits

Author SHA1 Message Date
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
edd
85b5b4e03a Add gmp support, so as to enable missing arithmetic functions (eg.
rationalize/1). Also fix WANTLIB.

OK jasper@

NOTE: port-lib-depends-check is still broken for this port. For now we can use
lib-depends-check instead.
2011-08-18 10:51:08 +00:00
dcoppa
c9dfc6db1d Update to minitube-1.5.
Add a patch to disable checking for new versions at startup.

ok espie@, sthen@, pirofti@
2011-08-18 10:40:15 +00:00
jasper
269c3f1459 sync 2011-08-18 09:58:19 +00:00
jasper
ca3bded4d0 import ruby-gir_ffi 0.0.10
Ruby bindings for GNOME using the GObject Introspection Repository.

feedback/ok jeremy@
2011-08-18 09:56:34 +00:00
pirofti
0bc090f8d2 Update cln to 1.3.2. Okay ajacoutot@. 2011-08-18 09:50:13 +00:00
jasper
89d2dfc0ef - update to ffi-1.0.9
ok jeremy@
2011-08-18 09:49:12 +00:00
jasper
bcfc8dbb0b Remove symbols that aren't used in emacs anymore (thus no pkg change).
As pointed out on emacs-devel@gnu.org via manuel giraud, thanks!
2011-08-18 09:25:19 +00:00
jsg
acf35a8c47 unbreak after recent youtube changes and don't covert downloaded
video by default
ok martynas@
2011-08-18 08:27:33 +00:00
rpointel
651ce5740b Update Test-Differences to 0.61.
From Wen Heping (thanks).
2011-08-18 08:10:00 +00:00
jasper
6639eb58eb import drawterm 20110221
Drawterm is a program that users of non-Plan 9 systems can use to
establish graphical cpu connections with Plan 9 cpu servers.  Just as
a real Plan 9 terminal does, drawterm serves its local name space as
well as some devices (the keyboard, mouse, and screen) to a remote cpu
server, which mounts this name space on /mnt/term and starts a shell.
Typically, either explicitly or via the profile, one uses the shell to
start rio.

from Stanley Lieber (MAINTAINER)
ok sthen@
2011-08-18 08:04:03 +00:00
jasper
526f5f22f0 remove outdated amaya comment; lesstif flavor was removed 2011-08-18 08:01:28 +00:00
jasper
499bec6a69 sync 2011-08-18 07:59:56 +00:00
jasper
b9a0da5fa3 import p5-WWW-Shorten-3.02
Perl interface to URL shortening sites. These sites maintain databases
of long URLs, each of which has a unique identifier.

ok sthen@
2011-08-18 07:58:39 +00:00
ajacoutot
c19b14916a Bugfix update to gpicview-0.2.2. 2011-08-17 23:13:44 +00:00
jasper
9a5adfbdde sync 2011-08-17 19:05:00 +00:00
jasper
68356bb73f import Imager-QRCode-0.033
This module allows you to generate QR Code with Imager.

ok aja@
2011-08-17 19:04:13 +00:00
landry
6766f6f397 Update to linkchecker 7.1 from Amit Kulkarni who takes maintainership. 2011-08-17 17:13:10 +00:00
ajacoutot
0faa8624b2 Bugfix update to polkit-gnome-0.102. 2011-08-17 16:59:47 +00:00
ajacoutot
de4c8e82e7 Bugfix update to polkit-0.102. 2011-08-17 16:59:27 +00:00
nigel
e7aa8e37d5 remove unecessary ${SUDO} causes build failure with sudo
ok landry@ sthen@ aja@ jeremy@
2011-08-17 15:43:52 +00:00
nigel
f56499e5fb remove gtk+2 from comment
ok landry@ sthen@ aja@
2011-08-17 15:37:28 +00:00
edd
323e804fed Now that the OGG demuxer bug is gone, we remove reference to it in the READMEs.
From brad, OK sthen@
2011-08-17 15:12:15 +00:00