Commit Graph

76968 Commits

Author SHA1 Message Date
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
avsm
b9dd37022f initial import of ocaml-xmlm-1.1.0
From: Christopher Zimmermann <madroach@gmerlin.de>
--
Xmlm is an OCaml module for streaming XML IO. It aims at making XML
processing robust and painless. The streaming interface can process
documents without building an in-memory representation. It lets the
programmer translate its data structures to XML documents and
vice-versa. Functions are provided to easily transform arborescent
data structures to/from XML documents.
2012-08-18 22:51:21 +00:00
avsm
2a6e96791c initial import of ocaml-text-0.6, a library for dealing with unicode characters
From Christopher Zimmermann <madroach@gmerlin.de>
--
OCaml-Text is a library for dealing with ``text'', i.e. sequence of
unicode characters, in a convenient way

It supports:

  - character encoding/decoding using iconv
  - manipulation of text as UTF-8 encoded strings
  - localised text functions such as compare, upper, ...
  - human readable regular expression inside patterns
2012-08-18 22:49:29 +00:00
avsm
dda70b738c update to hevea-1.10
* use new PROPERTY ocaml_native
* patch Makefile / config.sh to respect environment variables

From: Christopher Zimmermann <madroach@gmerlin.de>
2012-08-18 22:47:00 +00:00
avsm
3262fe6634 +ocaml-ssl
cryptokit->ocaml-cryptokit
2012-08-18 22:41:58 +00:00
avsm
4015bb18af update to ocaml-cryptokit-1.6
* new HOMEPAGE, new MASTER_SITE
* use new CONFIGURE_STYLE=oasis
* rename from cryptokit to ocaml-cryptokit

From: Christopher Zimmermann <madroach@gmerlin.de>
2012-08-18 22:40:36 +00:00
avsm
51f6b4c5ee initial import of ocaml-ssl-0.4.6
from Christopher Zimmermann <madroach@gmerlin.de>
2012-08-18 22:34:57 +00:00
avsm
525475822f update ocaml-xml-light to use the ocaml_native property.
no PLIST change, so no rev bump

From: Christopher Zimmermann <madroach@gmerlin.de>
2012-08-18 22:31:20 +00:00
avsm
9ce0b926a6 update to ocaml-rss-2.0
* new MASTER_SITES and HOMEPAGE
* use new PROPERTY ocaml_native
* patch to support install on bytecode-only arch

From: Christopher Zimmermann <madroach@gmerlin.de>
2012-08-18 22:28:53 +00:00
avsm
dca34fd82c update to ounit-1.1.2 and update to new ocamlfind site-lib
From: Christopher Zimmermann <madroach@gmerlin.de>
2012-08-18 22:26:12 +00:00
avsm
6319596fa3 update to findlib-1.3.3
* support for ocaml 4.00.0
* change sitelib to /usr/local/lib/ocaml
* new MASTER_SITES and HOMEPAGE
* remove dependency on groff
2012-08-18 22:24:50 +00:00
avsm
b1de06d819 update to ocaml-pcre-7.0.2
* fix on non-native arch (sparc64)
* use OASIS configure_style to simplify port

From: Christopher Zimmermann <madroach@gmerlin.de>
2012-08-18 22:22:41 +00:00
avsm
1e9f298d4f update to ocaml-net-3.6
- add pcre FLAVOR
- use the ocaml_native arch check
- remove old patches

From: Christopher Zimmermann <madroach@gmerlin.de>
2012-08-18 22:19:21 +00:00
avsm
42bc399fc1 update ocaml-mlgmp to use ocaml_native property and have a META file for ocamlfind
* bump REVISION
* update ocamlfind sitelib
* use new ocaml_native PROPERTY
* add ocamlfind META info
2012-08-18 22:16:27 +00:00
avsm
36332ea9ea update ocaml-camomile installation directory for ocamlfind sitelib
From: Christopher Zimmermann <madroach@gmerlin.de>
2012-08-18 22:13:17 +00:00
avsm
daaf9f6b02 update to ocaml-calender-2.03.2
* change MASTER_SITE
* use ocamlfind -> add pre-fake target

From: Christopher Zimmermann <madroach@gmerlin.de>
2012-08-18 22:06:49 +00:00
avsm
8bd1d40a7d update to ocaml-batteries-1.5.0
* META info fixed upstream
* move cmxs to PFRAG.native-dynlink
* update ocamlfind sitelib path
* /usr/local/ocaml/site-lib/batteries/ocaml is a script, not executable
* Fix toplevel help system
  The path to the documentation is hardcoded at build time.
  Therefore DOCROOT may not be prefixed by WRKINST at build time.

From: Christopher Zimmermann <madroach@gmerlin.de>
2012-08-18 22:04:48 +00:00
avsm
db4ecc52b8 update to cil-1.5.1
* BROKEN on all non-native archs for now
* new MASTER_SITE
* clean up Makefile
* remove obsolete patch
* update PLIST
From: Christopher Zimmermann <madroach@gmerlin.de>
2012-08-18 22:00:56 +00:00
ajacoutot
39662da5d4 Missing dependency on devel/py-gobject3
spotted by espie@
2012-08-18 21:58:13 +00:00
avsm
a3df9fb951 * bump version to 2.0.2
* use OASIS build system
* remove obsolete patches
* enable regression tests
From: Christopher Zimmermann <madroach@gmerlin.de>
2012-08-18 21:57:24 +00:00
avsm
a964285fc8 * bump version to 2.0.2
* use OASIS build system
* remove obsolete patches
* add WANTLIB
* add empty REGRESS_TARGET

From: Christopher Zimmermann <madroach@gmerlin.de>
2012-08-18 21:55:07 +00:00
avsm
0ffcd882eb update to ocaml-4.00.0
- uses new ocaml_native and ocaml_native_dynlink arch properties
- changelog: http://caml.inria.fr/pub/distrib/ocaml-4.00/notes/Changes

From Christopher Zimmermann <madroach@gmerlin.de> with fixes from me
2012-08-18 21:49:16 +00:00
avsm
cb284e6f57 Add ocaml_native and ocaml_native_dynlink properties to the arch defines.
These will be used shortly by the ocaml-4 port update.
2012-08-18 21:45:28 +00:00
sthen
523e27e78b bugfix update to roundcube 0.8.1 2012-08-18 21:34:56 +00:00