Commit Graph

76791 Commits

Author SHA1 Message Date
jasper
a281d3d823 - update to 0.18.4
- tighten gssdp dependency
2012-08-20 08:53:39 +00:00
jasper
383e4fef0a - update to 0.12.2 2012-08-20 08:52:59 +00:00
dcoppa
21ac2e3b5f Remove '-lpthread'->'-pthread' hack 2012-08-20 08:24:42 +00:00
dcoppa
ef1092aee3 Remove '-lpthread'->'-pthread' hacks 2012-08-20 08:12:47 +00:00
dcoppa
367b2bd1b2 Garbage collect the pthread patching for CMake.
From Brad, thanks.
2012-08-20 08:07:34 +00:00
jasper
f575aff5d1 - remove now unneeded -lpthread/-pthread patches 2012-08-20 07:39:36 +00:00
ajacoutot
852d935447 Minor update to librsvg-2.36.2. 2012-08-20 06:29:23 +00:00
espie
e519fbf646 close variable spec 2012-08-20 02:49:55 +00:00
ajacoutot
9a08a16ef2 Remove the last bogus rcs id. 2012-08-19 22:59:06 +00:00
ajacoutot
057028b194 RCS id cleanup; also add OpenBSD RCS Id where missing... 2012-08-19 22:30:36 +00:00
jasper
926f21deb8 - remove now unneeded -lpthread/-pthread chunks 2012-08-19 21:38:05 +00:00
jasper
3464a639fa - remove now unneeded -lpthread/-pthread patches 2012-08-19 21:20:52 +00:00
jasper
a88832d037 - remove now uneeded -lpthread/-pthread patch 2012-08-19 21:12:20 +00:00
jasper
8a03c9f672 no need to be different, just to be different. 2012-08-19 21:08:34 +00:00
jasper
4a2b52bf7f - remove now unneeded -lpthread/-pthread chunk 2012-08-19 20:56:25 +00:00
jasper
b9dff7e387 - remove now unneeded -lpthread/-pthread patch 2012-08-19 20:55:25 +00:00
jasper
429dab7d12 - remove now unneeded -lpthread/-pthread related chunks. 2012-08-19 18:55:08 +00:00
pea
1d513c6da1 Bugfix update to 9.1.5.
2 CVE fixed (CVE-2012-3488 and CVE-2012-3489)

ok ajacoutot@
2012-08-19 18:22:32 +00:00
ajacoutot
4fce7f46a9 +viewnior 2012-08-19 16:31:58 +00:00
ajacoutot
0978d97663 Forgot to set MAINTAINER; just imported, no bump. 2012-08-19 16:31:48 +00:00
ajacoutot
e6f055b448 Import viewnior-1.3.
This is Viewnior, an image viewer program. Created to be simple, fast
and elegant. It's minimalistic interface provides more screenspace for
your images. Among its features are:
<...>

tested on macppc by and ok mpi@
2012-08-19 16:30:46 +00:00
ajacoutot
511858ba86 Remove -lpthread patch. 2012-08-19 15:50:25 +00:00
ajacoutot
ae7690b0b4 Fix MODULES line. 2012-08-19 15:14:25 +00:00
pascal
ec96a5487f Build fixes for powerpc.
ok aja@
2012-08-19 15:11:21 +00:00
matthieu
dcc7587643 Add adobe-source-sans-pro, a free sans-serif font from Adobe.
Name suggested by ajacoutot@, comment fix by naddy@. ok ajacoutot@, naddy@
2012-08-19 14:35:33 +00:00
ajacoutot
b81709215a Forgot in previous. 2012-08-19 13:31:39 +00:00
ajacoutot
ec4340a364 Remove lpthread patches from the "security" category. 2012-08-19 13:30:04 +00:00
ajacoutot
47f3bffd1f Bugfix update to p11-kit-0.13. 2012-08-19 11:10:43 +00:00
espie
a7ce4f6548 Woah. 2012-08-19 10:42:26 +00:00
espie
3b656100b7 well, another error... 2012-08-19 10:36:35 +00:00
sebastia
f6cae706a9 Add an rc script for the gdomap daemon.
suggested and ok landry@
2012-08-19 10:13:29 +00:00
sebastia
8d7e960162 The README file is moved to the GNUstep meta package
suggested by and OK landry@
2012-08-19 10:12:45 +00:00
sebastia
de731f89bf Install GNUstep README with the meta port, like its done for Gnome
and Xfce too, suggested by Landry.
Moved the file from gnustep-make, while there, remove some outdated
information, and make it better conform to README.template

feedback and OK landry@
2012-08-19 10:11:57 +00:00
espie
ea92e68247 new version, can now display one line of text per-beat.
those lines come from stdin, because scripting is the simplest
way to get nice behavior without making things too complex.
2012-08-19 09:55:19 +00:00
landry
fc9f17f575 It seems that configure now runs fine on hppa, remove the CONFIGURE_ENV
variables forcing the longjmp/siglongjmp/sigaltstack values to no.
2012-08-19 09:47:56 +00:00
ajacoutot
0ae8b6a0b9 Update to cyphertite-1.3.4.
from David Hill (maintainer)
2012-08-19 06:08:51 +00:00
ajacoutot
276dca6870 Update to libxmlsd-0.9.0.
from David Hill (maintainer).
2012-08-19 06:08:17 +00:00
avsm
ffb6fb2ac7 +ocaml-lwt
+ocaml-zed
2012-08-19 00:28:31 +00:00
avsm
0852c11f05 initial import of lwt-2.4.0; espie@ ok
Does not include the enhanced top-level, which will be added in a later update.
From Christopher Zimmermann <madroach@gmerlin.de>

--
Lwt provides very light-weight cooperative threads for OCaml;
``launching'' a thread is a very fast operation, it does not require
a new stack, a new process, or anything else. Moreover context
switches are very fast. In fact, it is so easy that a thread can
be launched for every system call. And composing cooperative threads
will allow highly asynchronous programs.
2012-08-19 00:27:50 +00:00
avsm
4e17c8a397 initial import of ocaml-zed-1.2; ok espie@
from Christopher Zimmermann <madroach@gmerlin.de>
--
Zed is an abstract engine for text edition. It can be used for
writing text editors, edition widgets or readline clones.
2012-08-19 00:10:48 +00:00
avsm
6ab97a4958 let omake compile with ocaml-4.00.0
- do not -Werror due to new warnings in the compiler trigger failures
- install examples
- bump REVISION
From Christopher Zimmermann <madroach@gmerlin.de>, fixes from me
2012-08-19 00:06:31 +00:00
avsm
c53c905319 update to mldonkey-3.1.3 for the stable port
* replace MODOCAML_NATIVE by ocaml_native PROPERTY
* remove patches included upstream
ok espie@
From Christopher Zimmermann <madroach@gmerlin.de>
2012-08-18 23:47:27 +00:00
avsm
aa027dc789 camlimages->ocaml-camlimages 2012-08-18 23:36:38 +00:00
avsm
a507a5fcd7 update to ocaml-camlimages-4.0.1
* rename to ocaml-camlimages from camlimages for consistency
* new MASTER_SITES and DISTFILES naming scheme
* switch to omake
* remove gettext dependency
* remove lablgtk dependency - only needed for examples
* remove ghostscript runtime dependency - only needed for postscript.

From: Christopher Zimmermann <madroach@gmerlin.de>
2012-08-18 23:35:30 +00:00
avsm
2e6308c102 +ocaml-net,pcre
+ocaml-lambda-term
+ocaml-react
2012-08-18 23:26:13 +00:00
avsm
6683787d0b initial import of ocaml-react-0.9.4; ok espie@
From: Christopher Zimmermann <madroach@gmerlin.de>
--
React is an OCaml module for functional reactive programming (FRP). It
provides support to program with time varying values : declarative
events and signals. React doesn't define any primitive event or
signal, it lets the client chooses the concrete timeline.

React is made of a single, independent, module and distributed under
the BSD3 license.
2012-08-18 23:13:53 +00:00
avsm
faa7dea406 bump ocaml-xml-light REVISION to account for the earlier PLIST change;
prodded by ajacoutot@
2012-08-18 23:02:37 +00:00
ajacoutot
4f20d1860d Fix DESCR. 2012-08-18 22:58:00 +00:00
avsm
30f1451be0 initial import of ocaml-lambda-term-1.2
From: Christopher Zimmermann <madroach@gmerlin.de>
--
Lambda-Term is a cross-platform OCaml library for manipulating the
terminal. It provides abstraction for keys, mouse events, colors as
well as a set of widgets for writing curses oriented applications.
2012-08-18 22:56:33 +00:00
avsm
17267501e9 +ocaml-text
+ocaml-xmlm
2012-08-18 22:52:31 +00:00