Commit Graph

74739 Commits

Author SHA1 Message Date
jasper
5b1eb6ab8b missing run dependency 2012-05-08 07:11:48 +00:00
jasper
1ad74481b7 sync 2012-05-08 06:53:45 +00:00
jasper
b59dd8f301 import pidgin-sipe 1.13.1
This project develops a third-party plugin for the Pidgin multi-protocol
instant messenger. It implements the extended version of SIP/SIMPLE used
by various products:
Microsoft Office Communications Server (OCS 2007/2007 R2 and newer)
Microsoft Live Communications Server (LCS 2003/2005) Reuters Messaging
With this plugin you should be able to replace your Microsoft Office
Communicator client with Pidgin.

feedback/ok aja@
based on a submission by tom@singlesecond.com
2012-05-08 06:52:20 +00:00
jasper
48d957664a Security update to 2.10.4, fixes CVE-2012-2214, Pidgin Two Denial of Service Weaknesses
ok brad (MAINTAINER)
2012-05-08 06:49:41 +00:00
okan
a0fe15d957 unhook ImageMagick,no_x11 2012-05-08 03:04:18 +00:00
okan
28b5746b4c depend on ImageMagick, as opposed to ImageMagick,no_x11 (which is going
away).

ok ajacoutot@, ajacoutot@, sthen@
2012-05-08 03:00:41 +00:00
william
fa5ef5d96b +logtail 2012-05-08 02:56:55 +00:00
william
035c9a7d91 Import logtail (from logcheck-1.3.14)
logtail displays lines from a standard text file and keeps track of the
offset of the end of the file so that subsequent runs only display new
lines. The file's inode is also recorded so that rotated logs can be
detected.

ok sthen
2012-05-08 02:54:10 +00:00
halex
1fbdcad4e3 call exit 1 after cleanup in signal traps, or the shell keeps running after
SIGINT and friends

ok espie@
2012-05-07 21:11:43 +00:00
pascal
64ac5e1b7d - silence perl warnings about "defined(%hash)" being deprecated
- doesn't need groff
- specify GPL version

ok jasper@, Christian Rueger (maintainer)
2012-05-07 20:13:50 +00:00
jasper
fb4a988c0c Make sure node-gyp is able to find a python executable.
ok MAINTAINER
2012-05-07 20:11:47 +00:00
kili
50f3593a8f Add new hs- ports 2012-05-07 18:53:16 +00:00
kili
354d7fd19c + hs-hostname 2012-05-07 18:52:26 +00:00
kili
4600d42853 Allows QuickCheck2 properties to be used with the test-framework
package.

ok sthen@
2012-05-07 18:51:40 +00:00
kili
d366a5940d Allows HUnit test cases to be used with the test-framework package.
ok sthen@
2012-05-07 18:51:05 +00:00
kili
0f03bd4f29 Allows tests such as QuickCheck properties and HUnit test cases to
be assembled into test groups, run in parallel (but reported in
deterministic order, to aid diff interpretation) and filtered and
controlled by command line options. All of this comes with colored
test output, progress reporting and test statistics output.

some nits and ok sthen@
2012-05-07 18:50:40 +00:00
kili
f09f906c3a Very simple package providing a cross-platform means of determining
the hostname.

ok sthen@
2012-05-07 18:50:07 +00:00
kili
48c469b3c5 Pretty printing library based on Wadler's paper "A Prettier Printer".
It has been enhanced with support for ANSI terminal colored output
using the ansi-terminal package.

ok sthen@
2012-05-07 18:49:42 +00:00
kili
a0e01bad5f The shellish package provides a single module for convenient "systems"
programming in Haskell, similar in spirit to POSIX shells or PERL.

* Elegance and safety is sacrificed for conciseness and
  swiss-army-knife-ness.

* The interface exported by Shellish is thread-safe.

Overall, the module should help you to get a job done quickly,
without getting too dirty.

some nits and ok sthen@
2012-05-07 18:49:02 +00:00
kili
ac115f0902 Provides strict versions of some standard Haskell data types (pairs,
Maybe and Either). Also contains strict IO operations.

ok sthen@
2012-05-07 18:48:05 +00:00
kili
762ec07bbb A commandline parsing library, based on getopt. Comes with a powerful
attribute system. Supports complex interfaces with many options and
commands, with option & command grouping, with simple and convenient
API. Even though quite powerful, it strives to keep simple things
simple. The library uses "System.Console.GetOpt" as its backend.

In comparison to the other commandline handling libraries:

Compared to cmdargs, cmdlib has a pure attribute system and is based
on GetOpt for help formatting & argument parsing. Cmdlib may also
be more extendable due to typeclass design, and can use user-supplied
types for option arguments.

Cmdargs >= 0.4 can optionally use a pure attribute system, although
this is clearly an add-on and the API is a second-class citizen in
relation to the impure version.

GetOpt and parseargs both require explicit flag representation, so
they live a level below cmdlib. GetOpt is in fact used as a backend
by cmdlib.

ok sthen@
2012-05-07 18:47:35 +00:00
kili
98bdc1c964 Provides a wide range of strategies and a unified combinator framework
for splitting lists with respect to some sort of delimiter.

ok sthen@
2012-05-07 18:44:56 +00:00
jasper
4a1b9539c3 regen patches 2012-05-07 18:11:29 +00:00
espie
5ce8777473 just some nits 2012-05-07 15:57:51 +00:00
pascal
ff89b11140 Update to blender 2.63. Get rid of ffmpeg flavour since it doesn't compile on
mips64el anyway, and enable ffmpeg unconditionally.
2012-05-07 15:45:42 +00:00
ajacoutot
2177400423 Add missing @sample.
ok robert@ (maintainer)
2012-05-07 14:41:56 +00:00
dcoppa
7defea07ff try_compile: Cleanup temporary directories
Since commit 4fbdce2b (try_compile: Use random executable file name,
2012-02-13) a different <target>.dir is used for each try-compile.
Cleanup the directories as well as their content to avoid accumulating
leftover temporary directories.
(upstream git commit 953257ca611526c9a161a22e5148802be1c67649)

Remove troublesome "Qt4Deploy" and "CTest.UpdateCVS" tests
(from gentoo's package/dev-util/cmake/files/)

Sync FindPkgConfig.cmake patch with upstream
2012-05-07 13:58:18 +00:00
okan
1f89378825 - update to 1.19.0
- convert to README
- use INSTDIR instead of PREFEX

from wen heping (MAINTAINER) with tweaks from me

ok sthen@
2012-05-07 13:35:47 +00:00
sthen
d557bcb08d +dos2unix 2012-05-07 12:07:35 +00:00
sthen
65893c67b5 import ports/converters/dos2unix
Convert text files with DOS or Mac line breaks to Unix line breaks and
vice versa. Features:

* Automatically skips binary and non-regular files.
* In-place, paired, or stdio mode conversion.
* Keep original file dates option.
* 7-bit and iso conversion modes like SunOS dos2unix.
* Conversion of Windows UTF-16 files to Unix UTF-8.

ok/reminder about /usr/local (now subst'ed in do-configure) ajacoutot@
ok pirofti
2012-05-07 12:07:07 +00:00
dcoppa
972bc1d24f Update to *release* 2012.05.06 2012-05-07 11:04:21 +00:00
pascal
21fda32a64 Don't hardcode GC_nprocs to 1 in boehm-gc, but get it from sysconf instead,
following a similar change in devel/boehm-gc.
From Brad.

ok kurt@
2012-05-07 10:34:33 +00:00
robert
fe539d183c fix the apache-ant build dependency 2012-05-07 09:52:56 +00:00
pascal
e8a23c8e5e The old (ms2) garbage collector is apparently broken now; using the new one
like everywhere else gives us at least a working parrot on powerpc.

ok ajacoutot@
2012-05-07 09:17:41 +00:00
robert
6c441074ee update to 3.5.3.2 2012-05-07 07:17:15 +00:00
dcoppa
498b61a3b2 Update to cmake-2.8.8
OK sthen@
2012-05-07 07:06:20 +00:00
ajacoutot
9fad053479 Set NO_REGRESS.
from Lawrence Teo
2012-05-07 05:09:47 +00:00
benoit
b125062ad7 - update py-asn1 to 0.1.3
ok landry@
2012-05-06 20:49:37 +00:00
jasper
2e00bd5f68 - update to 3.12.1 2012-05-06 20:14:32 +00:00
jasper
f614b7b800 - update to 1.1.29 2012-05-06 18:22:43 +00:00
jasper
39a33cab50 - update to 2.71, fixes CVE-2012-2451: insecure temporary file usage
from ian mcwilliam
2012-05-06 17:51:09 +00:00
ajacoutot
eaeb548473 Update to vtigercrm-5.4.0.
from new MAINTAINER Wen Heping
2012-05-06 15:29:35 +00:00
naddy
abd975e188 BUILD_DEPENDS is not subpackage-dependent 2012-05-06 13:58:23 +00:00
ajacoutot
8a87dc9ffe Update to gtranslator-2.91.4. 2012-05-06 09:43:24 +00:00
ajacoutot
438fef2cf7 This has been BROKEN on powerpc for a while, so mark it as such. 2012-05-06 07:35:32 +00:00
ajacoutot
daf8c04a06 Missing RUN_DEPENDS. 2012-05-06 07:21:17 +00:00
dcoppa
e02205e7d4 Update to pjsua-1.14.
From Holger Mikolon, thanks.
2012-05-05 19:54:04 +00:00
robert
b2a040d37c update to 2.7.14 2012-05-05 19:32:01 +00:00
robert
0665d2d40b update to 1.6.8 2012-05-05 19:29:49 +00:00
dcoppa
fa4bc9a99d Fix CMake check for pthread_mutex_lock: use check_library_exists()
function instead of the buggy check_symbol_exists().

ok sthen@
2012-05-05 19:24:01 +00:00