Commit Graph

11115 Commits

Author SHA1 Message Date
ajacoutot
c77903f53b Use override files instead of patching the schemas. 2012-10-10 12:49:17 +00:00
sthen
3ab3d02836 +tclap 2012-10-10 11:38:40 +00:00
sthen
2ef6851151 import ports/devel/tclap, feedback kirby@, feedback/ok dcoppa@
TCLAP is a small, flexible library that provides a simple interface
for defining and accessing command line arguments. It was initially
inspired by the user friendly CLAP libary. The difference is that
this library is templatized, so the argument class is type independent.
Type independence avoids identical-except-for-type objects, such
as IntArg, FloatArg, and StringArg. While the library is not strictly
compliant with the GNU or POSIX standards, it is close.

TCLAP is written in ANSI C++ and is meant to be compatible with any
standards-compliant C++ compiler. It is known to work on Linux,
MacOS X, Windows, and Solaris platforms. The library is implemented
entirely in header files making it easy to use and distribute with
other software. It is licensed under the MIT License for worry free
distribution.
2012-10-10 11:38:17 +00:00
sthen
d7a52cacbb +p5-Switch 2012-10-09 17:12:06 +00:00
sthen
e42866aeea import devel/p5-Switch, ok jasper
Switch.pm provides the syntax and semantics for an explicit case
mechanism for Perl. The syntax is minimal, introducing only the
keywords "switch" and "case" and conforming to the general pattern
of existing Perl control structures. The semantics are particularly
rich, allowing any one (or more) of nearly 30 forms of matching to
be used when comparing a switch value with its various cases.

This is from CPAN and works the same as a deprecated function in
Perl base which will be removed in a future version.
2012-10-09 17:11:31 +00:00
jeremy
de7b669d65 Upgrade to ruby-ncurses 1.2.1. Upstream has changed, and package
is now distributed as a gem, so deal with that.  Remove patch
that is no longer needed.  This release works with ruby 1.9, and
will build a ruby 1.9 package by default.

OK landry@
2012-10-09 10:24:06 +00:00
kirby
668fe9ebe1 missed rm 2012-10-09 07:38:29 +00:00
kirby
023d82b536 *** empty log message *** 2012-10-09 07:36:49 +00:00
rpe
988a8a52ed add quilt 2012-10-08 15:43:48 +00:00
rpe
81d0293866 Import quilt 0.60
Quilt allows you to easily manage large numbers of patches by keeping
track of the changes each patch makes. Patches can be applied,
un-applied, refreshed, and more.

whith help from sthen and aja, ok aja
2012-10-08 15:14:25 +00:00
ajacoutot
25f591f9c6 Offer this to robert@ 2012-10-08 10:39:24 +00:00
dcoppa
8db1eb592e CMake now creates shared libraries without soname.
Tested in a bulk build by landry@
Feedback by nigel@ and landry@
OK landry@
2012-10-08 07:23:09 +00:00
jasper
a6b5f8cd14 remove unused oldie.
ok aja@
2012-10-08 06:51:40 +00:00
jasper
fbd663358d unhook mm-common 2012-10-08 06:51:25 +00:00
ajacoutot
2c8edfb03d No need to include bsd.port.arch.mk. 2012-10-06 13:53:46 +00:00
brad
f3cd37d602 Bring in a bunch of bug fixes from microe's git repo on github.
ok jasper@
2012-10-04 07:23:17 +00:00
ajacoutot
1ae3511a6f -mono-flickrnet 2012-10-03 08:07:41 +00:00
ajacoutot
8bbab5de6b Remove. Unmaintained and nothing uses it in-tree.
ok jasper@
2012-10-03 08:07:20 +00:00
landry
c03f7c7ac3 Tighten the BUILD_DEPENDS on the fixed version of docbook to avoid
failing during package step because of missing manpages..
2012-10-02 20:56:18 +00:00
dcoppa
a6c495e401 Fix: ucred -> sockpeercred
ok kili@ (maintainer)
2012-10-02 13:35:40 +00:00
lteo
2ceebb941a Update to kdiff3 0.9.97. Notable changes:
* Memory usage optimized for comparison of large directories.
* In overview for two way diff show if only one side contains text.
* If text is selected in either input or output window use that in
  Find dialog.
* Command line option --cs doesn't change the config value permanently
  anymore.

Also remove unneeded flags from CXXFLAGS, sync WANTLIB, and update my
email address.

Thank you to brad@, espie@, and pascal@ for guidance on fixing
CXXFLAGS, and Amit Kulkarni for testing.

Tested on amd64 and i386.

OK brad@ sthen@
2012-10-02 01:54:47 +00:00
edd
4afb8c5efd We now require -fPIC to link ocaml-mlgmp.
OK sthen@
2012-10-01 21:20:55 +00:00
naddy
1363ad3c0a upstream fix for parallel builds (e.g., of webkit); ok espie@ 2012-10-01 17:47:44 +00:00
brad
3bef20e296 Update to fribidi 0.19.4.
ok sthen@
2012-10-01 07:46:47 +00:00
rpe
9592364826 no need for MASTER_SITES and EXTRACT_SUFX,
the www/pear module provides them

ok robert@
2012-09-30 19:45:11 +00:00
jasper
d41504b639 - update to libgata-0.13.2 2012-09-30 11:02:29 +00:00
sthen
42c6a55c0c don't .include <bsd.port.arch.mk> just to get definitions from arch-defines 2012-09-30 09:16:36 +00:00
ajacoutot
8c78974c57 So, there is this new unexplained trend going on in ports which is
to remove "-Wl,-soname" because (as I was told) "we don't do that"...
Ok well, this break things, so put my soname back.
2012-09-29 19:27:33 +00:00
ajacoutot
388c0f6585 @comment -> post-install rm 2012-09-29 13:14:04 +00:00
jasper
ce158f072f sync 2012-09-29 10:26:19 +00:00
jasper
55797c3ae9 import py-isodate-0.4.8
Python module that implements ISO 8601 date, time and duration parsing.
The implementation follows ISO8601:2004 standard, and implements only
date/time representations mentioned in the standard. If something is not
mentioned there, then it is treated as non existent, and not as an
allowed option.

ok aja@
2012-09-29 10:25:57 +00:00
ajacoutot
e9bf35ab9d Update to libgdata-0.13.1. 2012-09-29 07:42:40 +00:00
landry
8182ed9af8 Mark as ONLY_FOR_ARCHS=amd64 i386 powerpc sparc64, since there's little
luck it build or ever work on other archs. Maybe sparc, mips64*, alpha
or arm someday ?
2012-09-29 07:17:47 +00:00
landry
46d0145c17 Mark as BROKEN-hppa, triggers an ICE in src/tr1/assoc_laguerre.cpp,
apparently related the switch to PIE and the fact that boost uses
precompiled .gch headers.
2012-09-29 07:08:38 +00:00
sthen
6b66e41d9d drop maintainer as per his request
while there drop USE_GROFF
2012-09-28 18:56:56 +00:00
sthen
5b614b27f4 drop maintainer as per his request 2012-09-28 18:55:27 +00:00
jasper
b4023884b4 - drop support for seed, which will be removed soon. 2012-09-28 14:43:43 +00:00
ajacoutot
189bbb6808 Update to liblouis-2.5.1. 2012-09-28 06:32:13 +00:00
ajacoutot
181ac31824 Update to pango-1.32.1. 2012-09-28 05:48:16 +00:00
naddy
35cd2db00c mark for parallel dpb building to shorten the time to libreoffice 2012-09-27 21:49:58 +00:00
naddy
402c9aa0d1 fix build: M_AUTH_AH is gone 2012-09-27 21:27:43 +00:00
jasper
12dcc9db63 - apply a patch from upstream which a nasty crash i've been observing 2012-09-27 18:50:37 +00:00
ajacoutot
ba8a7e44e8 Tweak after recent docbook changes. 2012-09-27 17:38:17 +00:00
ajacoutot
ff52f74e3c docbook-xsl already comes with libxslt. 2012-09-27 17:26:05 +00:00
jasper
f3a0bbb019 - remove BT_MAX_DEPTH and struct bt_frame from the public API as they don't belong there
and create issues with guenthers upcoming header cleaning.

  as discussed with guenther@
  ok landry@
2012-09-27 15:45:42 +00:00
jasper
a6ce913f8c sync 2012-09-27 14:56:58 +00:00
jasper
e304de1a09 import spice-protocol-0.12.2
The Simple Protocol for Independent Computing Environments (SPICE) is a
remote display system built for virtual environments which allows you to
view a computing 'desktop' environment not only on the machine where it
is running, but from anywhere on the Internet and from a wide variety of
machine architectures.

This package provides headers defining protocols.

ok aja@ gsoares@
2012-09-27 14:55:20 +00:00
ajacoutot
130fc832bd Fix bash-completion directory. 2012-09-27 12:48:30 +00:00
ajacoutot
321eb520e0 Update to libsoup-2.40.0. 2012-09-27 09:58:38 +00:00
jasper
b516e2ac87 - fix up LIB_DEPENDS-editor
ok aja@
2012-09-27 08:45:52 +00:00
ajacoutot
14438555fe Update to py-gobject3-3.4.0. 2012-09-27 08:43:51 +00:00
ajacoutot
21e9b8e67e Update to gsettings-desktop-schemas-3.6.0. 2012-09-27 08:35:45 +00:00
ajacoutot
9a90d07b6f Update to dconf-0.14.0. 2012-09-27 08:32:05 +00:00
jasper
5e36cfd899 - update to libpeas-1.6.0 2012-09-27 07:07:00 +00:00
ajacoutot
61fb87d932 Update to stable pango-1.32.0. 2012-09-26 21:37:00 +00:00
naddy
b854bf5c08 Permit building with MAKE_JOBS:
Don't call make -jN, instead pass MAKE_JOBS to HOTSPOT_BUILD_JOBS

ok kurt@, espie@
2012-09-26 18:23:04 +00:00
sthen
a26a1170e9 add DPB_PROPERTIES=Parallel for some things high in the dependency tree
which benefit from it.
2012-09-26 15:04:09 +00:00
espie
4e929abcd7 annotate for !parallel. too much time in configure scripts... 2012-09-26 09:34:09 +00:00
dcoppa
25049950c8 Bugfix update to 2.0.20
While here, add pthread to WANTLIB

Initial diff from David Hill
2012-09-26 07:36:09 +00:00
ajacoutot
c1e188d470 Update to glib2mm-2.33.13. 2012-09-25 22:45:32 +00:00
brad
070f3215ed Don't use the output of sdl-config and instea just pass both LOCALBASE
and X11BASE paths in CPPFLAGS/LDFLAGS.

ok naddy@ MAINTAINER
2012-09-25 22:05:22 +00:00
brad
bb1b1d9d26 Update to libsigsegv 2.10.
ok sthen@
2012-09-25 21:22:51 +00:00
bluhm
6e4b64584c update p5-Devel-NYTProf to 4.09 2012-09-25 21:19:31 +00:00
bluhm
1194b727e6 update p5-Data-Random to 0.08 2012-09-25 20:40:06 +00:00
ajacoutot
2d6894b3e2 Update to stable libgee-0.8.0. 2012-09-25 16:34:07 +00:00
ajacoutot
6ddcc324e4 Update to stable atk-2.6.0. 2012-09-25 16:28:39 +00:00
jasper
5d1938d1c4 - update to 3.38 2012-09-25 13:39:02 +00:00
jasper
dfbad2102c - use MODPY_ADJ_FILES 2012-09-25 13:33:50 +00:00
jasper
6c521ef134 - bump to 1.34.0; no real change since the previous development release. 2012-09-24 18:46:18 +00:00
ajacoutot
d9bbeb439a Update to stable glib2-2.34.0. 2012-09-24 04:11:50 +00:00
ajacoutot
cb06f05c99 Bugfix update to libsigc++-2.2.11. 2012-09-24 03:20:51 +00:00
jasper
7c3cc4f988 - update to 0.1.0 2012-09-23 17:52:27 +00:00
jasper
61367464b1 - update to 0.0.4 2012-09-23 17:31:55 +00:00
jeremy
5542f53b23 Now that ruby 1.9 is the default ruby implementation for gem/extconf
ports, for the ports that are built both on ruby 1.8 and ruby 1.9,
switch the category Makefiles to explicitly list the ruby18 FLAVOR
instead of the ruby19 FLAVOR.

Also, for home_run, fastri, and fastercsv, explicitly build only the
ruby 1.8 version of the port.  These libraries can run on ruby 1.9, but
it doesn't make sense to build a ruby 1.9 version by default.
2012-09-23 17:20:41 +00:00
jeremy
dde73a2a57 Update to ruby-ole 1.2.11.4, which runs correctly on ruby 1.9.3. 2012-09-23 17:03:36 +00:00
jeremy
0ee6cb4137 Don't use the format-executable CONFIGURE_STYLE, as it has been removed.
Switch to setting GEM_FLAGS instead.  Explicitly set FLAVOR and FLAVORS
to ruby18, as other ruby implementations ship with rake.
2012-09-23 17:02:42 +00:00
jeremy
4df01cf8a7 Explicitly set ports that only build or run on ruby 1.8 to have both
FLAVOR and FLAVORS set to ruby18, so attempting to build them without a
FLAVOR set still builds the ruby 1.8 version.
2012-09-23 17:00:49 +00:00
jeremy
ec54adfe61 Bump revisions for ruby gem/extconf ports after the switch to ruby 1.9
by default, since the ruby 1.8 version now has a ruby18 explicit FLAVOR.

Remove dependency on parsetree, since it isn't a required dependency,
and parsetree does not run on ruby 1.9.
2012-09-23 16:58:40 +00:00
jeremy
c3579f1baf Bump revisions for ruby gem/extconf ports after the switch to ruby 1.9
by default, since the ruby 1.8 version now has a ruby18 explicit FLAVOR.
2012-09-23 16:57:32 +00:00
rpe
a059fe3bd9 + gpatch 2012-09-23 12:33:56 +00:00
rpe
94759e9f78 add GNU patch
ok ajacoutot@ sthen@
2012-09-23 12:23:35 +00:00
matthieu
fe8c3e4a16 Link imake and imake-cf to the build. 2012-09-23 08:04:23 +00:00
matthieu
3eabca2f4b Don't install Motif.{rules,tmpl} from here.
x11/openmotif installs the correct versions.

bump revision.
ok landry@
2012-09-23 07:59:29 +00:00
matthieu
d356fb46a3 ConfigDir is now ${LOCALBASE}. ok landry@ 2012-09-23 07:58:50 +00:00
landry
181d9b3892 Remove useless dependency on deprecated pangox.
- remove useless patch to gfx/thebes/Makefile.in adding -lpangox-1.0 to
EXTRA_DSO_LDOPTS, this was maybe useful before ffx 3.0, but mozilla
stopped using pangox between 2.0 and 3.0. See for the last traces of
pangox.h use : https://bugzilla.mozilla.org/show_bug.cgi?id=528941. See
also bugs #323671/#338446
- backport the patch from #528941 to remove useless pangox.h inclusion
from www/firefox35.
- remove the RUN_DEPENDS on pangox-compat
- bump all corresponding REVISIONS
- while here, make sure all moz ports depend on latest nspr 4.9.2 since
  it'll be a requirement for upcoming gecko 16 releases
2012-09-22 10:30:17 +00:00
ajacoutot
0c6b1b3a18 Fix documentation installation. 2012-09-21 15:48:43 +00:00
ajacoutot
ef5cb32a0f Stupid autohell is stupid...
The situation is this: even when we --disable-gtk-doc, if gtk-doc is
actually installed at configure stage, tools like gtkdoc-rebase will be
picked up and run during the install target. That is bad because the
gtk-doc package may have been removed by then, especially during dpb(1)
bulks (we explicitely disable support for it so why should it stay...).

So for now, let's add the following env to configure whenever we use
--disable-gtk-doc, until a bettersolution is found...
CONFIGURE_ENV +=ac_cv_path_GTKDOC_CHECK="" \
		ac_cv_path_GTKDOC_REBASE="" \
		ac_cv_path_GTKDOC_MKPDF=""
2012-09-21 14:48:05 +00:00
jasper
f13cf07f87 sync comment now that it's been merged upstream 2012-09-21 13:57:32 +00:00
jasper
d6819a2f5e - update to 3.14.0 2012-09-21 13:51:17 +00:00
ajacoutot
6cc7590223 Forgot to sync PLIST. 2012-09-21 13:42:45 +00:00
ajacoutot
213a4a020a Update to atk-2.5.91. 2012-09-21 13:19:57 +00:00
jasper
c8c1ae70cc - update to 1.33.14 2012-09-21 13:19:40 +00:00
ajacoutot
6856337c8d +pangox-compat 2012-09-21 13:19:36 +00:00
ajacoutot
67a04068d1 Import pangox-compat-0.0.1.
This is a compatibility library providing the obsolete pangox library
that is not shipped by Pango itself anymore.

ok jasper@
2012-09-21 13:19:03 +00:00
ajacoutot
7132b9ccc7 Update to pango-1.31.2. 2012-09-21 13:18:00 +00:00
ajacoutot
7331be73e4 Update to glib2mm-2.33.12. 2012-09-21 13:17:18 +00:00
ajacoutot
9aafe34fee It's this time of the year again... update glib2 to the latest
available development release (glib2-2.33.14). A new stable is supposed
to come out within the next 2 weeks and we want to be proactive and get
some things in tree before the big GNOME 3.6 update that we will work on
at p2k12.

big thank to jasper@ for running this and the upcoming updates in a bulk
ok jasper@
2012-09-21 13:16:49 +00:00
ajacoutot
9685b7b35d Remove CONFIGURE_ENV now that freetype2 pc file has been fixed.
Require a current xenocara.
2012-09-21 06:31:27 +00:00
jasper
85510f1176 unconfuse DESCR
prompted by an issue reported by weerd@
2012-09-20 21:10:42 +00:00
jasper
6807c1f9b4 fix loading of introspected libraries 2012-09-20 20:56:34 +00:00
gsoares
dc9943512b update to 1.56; ok jasper@ 2012-09-20 19:35:09 +00:00
ajacoutot
47f7550ad8 +harfbuzz 2012-09-20 13:42:52 +00:00
ajacoutot
67d9879e4a Import harfbuzz-0.9.4.
HarfBuzz is an OpenType text shaping engine.

ok jasper@
2012-09-20 13:42:23 +00:00
jasper
561cfd5e28 sync 2012-09-20 12:50:47 +00:00
jasper
fce107179f import libvirt-glib 0.1.2
libvirt-glib wraps libvirt to provide a high-level object-oriented API
better suited for glib-based applications.

ok aja@
2012-09-20 12:48:39 +00:00
jasper
dd83ab271e add two LTS patches from upstream 2012-09-20 09:51:00 +00:00
jasper
129a168127 - update to 3.12.2 2012-09-19 18:15:40 +00:00
dcoppa
2a7d6dc36c Update to unbounded-delays-0.1.0.5 2012-09-19 13:15:56 +00:00
dcoppa
4ba206de13 Update to base-unicode-symbols-0.2.2.4 2012-09-19 13:15:17 +00:00
dcoppa
b4dbfb7f85 Update to MonadCatchIO-mtl-0.3.0.5 2012-09-19 13:14:31 +00:00
jasper
c3990dee0b sync after recent lua.port.mk change 2012-09-19 08:15:08 +00:00
ajacoutot
4a9621da1f Add VMEM_WARNING. 2012-09-18 18:05:16 +00:00
ajacoutot
f3d9095951 Rely on g_mount_can_unmount() from GLib for the gio-kqueue backend to
choose between kqueue(3) or poll(2) for monitoring. This allows dropping
the need for a gio-kqueue.conf file.
2012-09-18 13:05:59 +00:00
landry
ee15792e12 Update to nspr 4.9.2.
- Garbage collect patch adding -pthread hack while here.
- Improve pthread_set_name_np() call (returns void)
- Needed anyway by upcoming Mozilla 16 releases
been in a bunch of amd64 bulks, ok ajacoutot@
2012-09-17 20:00:09 +00:00
jasper
831b895a62 - update to 0.34.0 2012-09-17 08:05:04 +00:00
ajacoutot
3862af765a Sync the jsnativestack patch with the one in Firefox which is actually
more correct than this one.

ok landry@
2012-09-17 06:00:09 +00:00
jeremy
fc111005c8 Remove pure ruby gem ports that aren't compatible with ruby 1.9.
Most OK sthen@, ruby-prawn OK claudio@
2012-09-15 17:55:15 +00:00
jeremy
d9028f61a8 Unlink pure ruby gem ports that aren't compatible with ruby 1.9.
Most OK sthen@, ruby-prawn OK claudio@
2012-09-15 17:53:15 +00:00
jasper
88c01a4d66 - update to -/21 2012-09-15 09:53:59 +00:00
jasper
5243cfa0c6 - update to 0.14 2012-09-14 18:12:54 +00:00
sthen
ce5be91c38 Add missing build dep on texi2html, pointed out by nigel@.
Also add @comment'ed lines for lib/charset.alias and share/locale/locale.alias,
no problem at present but will save hassle if someone blindly update-plist's
later.
2012-09-12 12:59:05 +00:00
jasper
7d85734a84 bump to 0.27.1 2012-09-12 08:47:43 +00:00
sthen
9893517f58 update to gnu indent 2.2.10 2012-09-11 23:40:52 +00:00
jasper
70273c84ec - bump the fd.o pkg-config implementation to 0.27; some bits may
trickle into our pkg-config.
2012-09-11 09:37:42 +00:00
jasper
c6f1b901a0 sync 2012-09-11 07:27:03 +00:00
jasper
cdd3310712 import p5-File-FnMatch 01.02
File::FnMatch::fnmatch() provides simple, shell-like pattern matching.

from UMEZAWA Takeshi
ok sthen@
2012-09-11 07:25:06 +00:00
sthen
36d16b790c add a wrapper to LD_PRELOAD pthread, maintainer timeout 2012-09-10 14:37:59 +00:00
ajacoutot
d564010b05 Sync comment; no pkg change. 2012-09-10 08:08:49 +00:00
ajacoutot
0909c35992 Explicitely patch for DATADIRNAME; the hack from the gnome MODULE will
be removed soon.
2012-09-10 07:42:33 +00:00
landry
21abbb2473 Update to libofx 0.9.5. 2012-09-09 20:27:47 +00:00
ajacoutot
bd23252961 Explicitely patch for DATADIRNAME; the gnome module hack for it will be
removed soonish.
2012-09-09 17:36:26 +00:00
rpointel
24d5f0fa5d Update tortoisehg to 2.5.
ok landry@.
2012-09-08 08:03:03 +00:00
rpointel
3267f8a341 Update mercurial to 2.3.1 and take maintainership (wcmaier didn't use it).
ok wcmaier@ (old maintainer), landry@ and jim@.
2012-09-08 08:00:45 +00:00
stsp
0f2f097e68 Add a patch from upstream to fix the no_ap2 flavour build, prodded by aja.
No revision bump needed since this doesn't affect generated packages.
2012-09-07 23:30:32 +00:00
sthen
19b3902855 block autoconf from finding mzscheme, which is part of racket, currently
in openbsd-wip repo. from Juan Francisco Cantero Hurtado.
2012-09-07 21:38:00 +00:00
ajacoutot
e2ff114871 Fix MASTER_SITES. 2012-09-07 14:40:59 +00:00
sthen
ec2304b599 Use MAKE/CONFIGURE_ENV= LD_PRELOAD=libpthread.so to allow these to build.
Marked with XXX to remove if perl becomes linked with pthread itself.
2012-09-07 08:09:59 +00:00
jasper
8abb6aa436 - update libsigsegv to 2.9
* most of the openbsd definitions have been included upstream
- re-adjust the included m88k definition (checked with miod@)

from Brad
ok aja@
2012-09-06 06:29:05 +00:00
sthen
651353dd61 fix RTTI building since moving to CMake - problem reported & fix tested
by Tony Sidaway, thanks!
2012-09-05 23:19:24 +00:00
avsm
c0728d2077 update to lwt-2.4.1
- patches now upstream, so remove local versions
- add missing GMAKE dependency (I am fixing this requirement in OASIS directly too)
2012-09-05 21:39:09 +00:00
avsm
6265a75a69 remove the manual dependency on findlib, since the CONFIGURE_STYLE=oasis includes it now 2012-09-05 21:37:26 +00:00
jasper
7092139267 sync 2012-09-05 07:34:32 +00:00
jasper
6ff4dbbb70 import py-newt-syrup 0.2.0
Newt Syrup is a Python framework for creating text-based
applications. The framework depends on the Python bindings for Newt.

ok aja@
2012-09-05 07:32:24 +00:00
jasper
325e28bbb6 import newt 0.52.14
Newt is a programming library for color text mode, widget based user
interfaces. Newt can be used to add stacked windows, entry widgets,
checkboxes, radio buttons, labels, plain text fields, scrollbars, etc.,
to text mode user interfaces. Newt is based on the S-Lang library.

feedback/ok aja@
2012-09-05 07:31:48 +00:00
jasper
69815b5392 - update to 3.4.3 2012-09-04 12:26:12 +00:00
ajacoutot
5c2dfe2ea3 Bugfix update to libgsf-1.14.24. 2012-09-03 19:37:39 +00:00
kili
070d9d3ff5 Better fix: just use the pregenerated Lexer and Parser. 2012-09-03 17:35:25 +00:00
kili
ce51b6ffb1 Missing devel/alex and devel/happy in BUILD_DEPENDS.
Noticed by nigel@
2012-09-03 17:01:54 +00:00
ajacoutot
a0373b57bc Forgot to cvs add this patch... thanks nigel@ 2012-09-03 14:35:52 +00:00
jeremy
c6147e4185 Provide the path to the ruby binary when building swig. Without this,
swig can't find ruby.  While this doesn't seem to affect swig's output,
it's definitely more correct.

OK aja@
2012-09-03 08:11:40 +00:00
kili
0afda10308 Add fixes for ghc-7.4. 2012-09-02 22:12:36 +00:00
kili
2b720f38c3 Update to darcs-2.8.1. 2012-09-02 21:58:45 +00:00
kili
85769265aa Update to tar-0.3.2.0. 2012-09-02 21:57:28 +00:00
kili
67e291c17b Update to data-lens-2.9.0. 2012-09-02 21:56:59 +00:00
kili
1fba03164b Update to comonad-transformers-2.1.2. 2012-09-02 21:56:18 +00:00
kili
3ddb936eb2 Update to semigroupoids-1.3.4. 2012-09-02 21:55:13 +00:00
kili
5f51d0962e Update to comonad-1.1.1.6. 2012-09-02 21:54:38 +00:00
kili
64730fef40 Fix build with ghc-7.4. 2012-09-02 21:54:08 +00:00
kili
a225c5c3ec Update to hasktags-0.68.2. 2012-09-02 21:53:10 +00:00
kili
7e52c08ff3 Update to hoogle-4.2.11. 2012-09-02 21:51:55 +00:00
kili
2b3c0e4b74 Update to simple-sendfile-0.2.4. 2012-09-02 21:50:08 +00:00
kili
84f7929497 Update to sendfile-0.7.6. 2012-09-02 21:47:33 +00:00
kili
bf5ec2e1a7 Update to glade-0.12.1. 2012-09-02 21:46:15 +00:00
kili
c877edec6d Update to pango-0.12.3. 2012-09-02 21:43:31 +00:00
kili
f34b2b631b Update to gio-0.12.3. 2012-09-02 21:43:02 +00:00
kili
fbaaae302a Update to glib-0.12.3.1. 2012-09-02 21:42:25 +00:00
kili
7373d80ca1 Update to gtk2hs-buildtools-0.12.3.1. 2012-09-02 21:41:20 +00:00
kili
dd89d7bb5d Update to data-lens-template-2.1.5. 2012-09-02 21:40:46 +00:00
kili
ce82b3a6a0 Update to hint-0.3.3.4. 2012-09-02 21:37:22 +00:00
kili
9cd010de81 Update to vector-algorithms-0.5.4. 2012-09-02 21:36:35 +00:00
kili
4c3501874c Update to iteratee-0.8.8.2. 2012-09-02 21:35:59 +00:00
kili
8f9d9746dc Update to hlint-1.8.29. 2012-09-02 21:35:29 +00:00
kili
3e7faeeed8 Update to unix-compat-0.3.0.1. 2012-09-02 21:29:17 +00:00
kili
e0ab87420e Update to ghc-mtl-1.0.1.1. 2012-09-02 21:28:37 +00:00
kili
47264c7f76 Update to vector-0.9.1. 2012-09-02 21:24:58 +00:00
kili
a4a37f3c11 Update to primitive-0.4.1. 2012-09-02 21:24:31 +00:00
kili
5074253264 Update to uniplate-1.6.7. 2012-09-02 21:23:43 +00:00
kili
1ca1bd97fe Update to hashable-1.1.2.3. 2012-09-02 21:23:17 +00:00
kili
3b85252014 Update to ListLike-3.1.5. 2012-09-02 21:22:25 +00:00
kili
dcb27a6f93 Udpate to pugs-DrIFT-2.2.3.20120203. 2012-09-02 21:21:48 +00:00
kili
6f8e19adf0 Update to MetaObject-0.0.6.20110925. 2012-09-02 21:19:01 +00:00
kili
c5bb12b861 Update to murmur-hash-0.1.0.5. 2012-09-02 21:16:32 +00:00
kili
8ed32f5107 Update to distributive-0.2.2. 2012-09-02 21:14:36 +00:00
kili
c0ecfab86c Update to contravariant-0.2.0.2. 2012-09-02 21:14:02 +00:00
kili
02cd723867 Update to case-insensitive-0.4.0.1. 2012-09-02 21:11:52 +00:00
kili
3a196912d5 Update to blaze-builder-enumerator-0.2.0.4. 2012-09-02 21:11:25 +00:00
kili
57f702c1d1 Update to aeson-0.6.0.2. 2012-09-02 21:10:43 +00:00
kili
20f1820e90 Update to haskeline-0.6.4.7. 2012-09-02 20:33:23 +00:00
kili
6c03c31f09 Update to dataenc-0.14.0.3. 2012-09-02 20:32:13 +00:00
kili
8b026bc87c Update to MonadCatchIO-transformers-0.3.0.0. 2012-09-02 20:31:43 +00:00
kili
47ae13d045 Update to cpphs-1.13.3. 2012-09-02 20:30:51 +00:00
kili
b9d69f25f5 Update to logict-0.5.0.1. 2012-09-02 20:28:18 +00:00
kili
b27a0b08e1 Update to cmdargs-0.9.5. 2012-09-02 20:27:16 +00:00
kili
c5f5c3f688 Update plist and bump. 2012-09-02 20:25:16 +00:00
kili
a521459e00 Update to List-0.4.2. 2012-09-02 20:22:33 +00:00
kili
9871c4bdc4 Update to enumerator-0.4.19. 2012-09-02 20:21:42 +00:00
kili
b62b1a6159 Bump. 2012-09-02 20:21:09 +00:00
kili
02bf0e0822 Update to transformers-0.3.0.0. 2012-09-02 20:17:53 +00:00
kili
98aab3f1b9 Update to text-0.11.2.0. 2012-09-02 20:16:35 +00:00
kili
b251b58d6c Update to syb-0.3.6.1. 2012-09-02 20:15:42 +00:00
kili
e32402982d Update to stm-2.3. 2012-09-02 20:15:14 +00:00
kili
e19a467bfd Update to parsec-3.1.2. 2012-09-02 20:14:40 +00:00
kili
d6fa3ecb6c Update to parallel-3.2.0.2. 2012-09-02 20:13:42 +00:00
kili
2514134652 Update to network-2.3.0.13. 2012-09-02 20:13:08 +00:00
kili
18279cf8d5 Update to mtl-2.1.1. 2012-09-02 20:12:12 +00:00
kili
e0eb252818 Update to QuickCheck-2.4.2. 2012-09-02 20:11:17 +00:00
kili
3320e0cba3 Update to happy-1.18.9. 2012-09-02 20:10:36 +00:00
kili
d48f0d27c4 Update to cabal-install-0.14.0. 2012-09-02 20:09:42 +00:00
kili
c4f1acc5c3 Update to alex-3.0.1. 2012-09-02 20:09:08 +00:00
kili
340756b9c0 Update to haddock-2.11.0 (using the sources bundled with ghc-7.4.2;
see comment in the Makefile).
2012-09-02 20:06:54 +00:00
kili
135c150047 Add devel/hs-random dependency.
Update to pugs-compat-0.0.6.20120229.163800.
2012-09-02 20:04:19 +00:00
kili
b670cc117b Add devel/hs-random dependency. 2012-09-02 20:00:55 +00:00
kili
1684d3a5f5 Remove hs-deepseq. It's now included in the ghc package. 2012-09-02 19:59:41 +00:00
kili
af2ea00742 Remove dependency on devel/hs-deepseq, which is now
included in the ghc package.
2012-09-02 19:57:48 +00:00
ajacoutot
9b50138806 Keep --as-needed since it works fine now. 2012-09-02 18:03:28 +00:00
matthieu
3aac1c660d - fix MASTER_SITES and distinfo
- install all needed files
ok espie@
2012-09-02 18:01:48 +00:00
matthieu
c01c0d5a9c fix MASTER_SITE and distinfo. ok espie@ 2012-09-02 18:00:31 +00:00
kili
f23de849b3 Hook new hs-ports to the build. 2012-09-02 17:00:59 +00:00
kili
a66745fa52 This package provides a straightforward port of monadLib's BaseM
typeclass to transformers.

ok sthen@
2012-09-02 15:27:28 +00:00
ajacoutot
569a210242 Fix DESCR.
Don't hardcode /usr/local.
Missing NO_REGRESS.
2012-09-02 14:37:49 +00:00
espie
2398ba661a matthieu wants to scrape imake off xenocara
initial port, to be worked in-tree
(no need for autoconf to discover we have mkstemp...)
2012-09-02 14:14:02 +00:00
espie
75d9505a29 matthieu wants to scrape imake off xenocara
imake-config files for ports
(to be finished in-tree)
2012-09-02 14:13:09 +00:00
miod
d1af360949 Add m88k and vax support, and add them to the ONLY_FOR_ARCHS list. No version
bump as it did not build before.
ok landry@
2012-09-01 18:22:04 +00:00
landry
8e3a8d782e Add quirk to update postler to geary. 2012-09-01 18:17:21 +00:00
miod
db9eab8ba7 Add m68k to the NOT_FOR_ARCHS list, needs significant work to build. 2012-09-01 18:15:06 +00:00
espie
ef70979bcb + p5-Devel-TraceUse 2012-09-01 17:11:48 +00:00
espie
fac0a2dcf4 Devel::TraceUse, simple way to know whether your perl script pulls
the kitchen sink in.

landry@ approved.
2012-09-01 17:11:02 +00:00
ajacoutot
0bbbd35e32 register-plist did not catch the devel/glib2 -main -> empty change.
espie asked me in such a nice way to fix this that I'm bumping all ports
that have a direct dependency on glib2.
2012-09-01 14:36:56 +00:00
landry
bf0ac51cca Garge collect nsSound.cpp, the original one uses libcanberra
properly and thus sndio. Bump corresponding REVISIONs.
2012-09-01 14:35:06 +00:00
stsp
2a512d2377 Update to Subversion 1.7.6 and fix WANTLIB for pthread; ok sthen 2012-09-01 13:40:18 +00:00
naddy
046d7dbf7d bsd.lib.mk does not build _pic.a libraries any longer 2012-09-01 12:02:26 +00:00
bluhm
4a00ff80ba update p5-Devel-NYTProf to 4.08
ok sthen@
2012-08-31 18:06:36 +00:00
pascal
df44ab302a Disable PIE for now in clang until someone is masochistic enough to figure
out how to best handle enabling it by default.  Manually speficying -fpie
-Wl,-pie will still work, of course.

ok sthen@
2012-08-31 16:21:20 +00:00
dcoppa
d475b0a293 Update to cmake-2.8.9.
"There was no cmake fallout in the bulk on amd64" jasper@
Also tested by Brad with a handful of CMake using ports
2012-08-31 12:28:31 +00:00
kili
368971ee5f Conduits are an approach to the streaming data problem. It is meant
as an alternative to enumerators\/iterators, hoping to address the
same issues with different trade-offs based on real-world experience
with enumerators.

ok matthew, sthen.

(forgot to import this one the other day and imported devel/hs-lifted-base
twice instead)
2012-08-31 07:53:42 +00:00
bluhm
7c69a419a4 - no USE_GROFF
- space before =
2012-08-30 21:16:14 +00:00
kili
47f37a647e A basic random number generation library, including the ability to
split random number generators.

ok matthew, sthen.
2012-08-30 21:08:54 +00:00
kili
23cee212ca Stream socket data using conduits.
ok matthew, sthen.
2012-08-30 21:05:07 +00:00
kili
97cff64f1f This package defines the type class MonadBaseControl, a subset of
MonadBase into which generic control operations such as catch can
be lifted from IO or any other base monad. Instances are based on
monad transformers in MonadTransControl, which includes all standard
monad transformers in the transformers library except ContT.

ok matthew, sthen.
2012-08-30 21:02:34 +00:00
kili
4bc6411595 lifted-base exports IO operations from the base library lifted to
any instance of 'MonadBase' or 'MonadBaseControl'.

ok matthew, sthen.
2012-08-30 21:01:44 +00:00
kili
d03630f9f6 A Haskell 98 logically uninhabited data type. Used to indicate that
a given term should not exist.

ok matthew, sthen.
2012-08-30 20:56:05 +00:00
kili
3456fbfc81 A vault is a persistent store for values of arbitrary types. It's
like having first-class access to the storage space behind IORefs.
The data structure is analogous to a bank vault, where you can
access different bank boxes with different keys; hence the name.
Also provided is a /locker/ type, representing a store for a single
element.

ok matthew, sthen.
2012-08-30 20:55:05 +00:00
kili
07d31c5364 The Resource transformer keeps track of all registered actions, and
calls them upon exit (via 'runResourceT'). Actions may be registered
via 'register', or resources may be allocated atomically via
'allocate'. allocate corresponds closely to bracket.

ok matthew, sthen.
2012-08-30 20:53:14 +00:00
kili
f3e24282c0 Wrapper to mmap(2), allowing files or devices to be lazily loaded
into memory as strict or lazy ByteStrings, using the virtual memory
subsystem to do on-demand loading.

ok matthew, sthen.
2012-08-30 20:51:27 +00:00
kili
03d1349e31 Convert streams of builders to streams of bytestrings.
ok matthew, sthen.
2012-08-30 20:49:42 +00:00
ajacoutot
57af6dc327 Merge -docs into -main. 2012-08-30 10:08:46 +00:00
jasper
59f1cd0a21 add missing build dependency on python
spotted by landry@
2012-08-29 20:20:43 +00:00
ajacoutot
4d8426b28a Don't need to patch this anymore.
from Brad
2012-08-29 16:06:56 +00:00
ajacoutot
03cc48e949 Update to libgee-0.7.90. 2012-08-29 14:45:32 +00:00
sthen
85a7d74bd9 Re-sync CLang with the OBSD_LIB_SPEC now used in base (-lc for libs was
removed again). From Brad.
2012-08-29 00:45:47 +00:00
landry
cbea8bbe71 Update to py-distutils-extra 2.36. 2012-08-28 10:04:31 +00:00
fgsch
dad5d0df54 fix info docs references and bump version.
somewhat ok by espie@.
2012-08-27 21:07:26 +00:00
ajacoutot
5c597331cf +libdshconfig 2012-08-27 14:34:56 +00:00
ajacoutot
347ba5fa15 Import libdshconfig-0.20.9.
Library for parsing dsh-style configuration files.

from rpe with some tweaks
ok sthen@
2012-08-27 14:34:19 +00:00
sthen
4c1056d028 drop ish@ as maintainer, per his request 2012-08-27 13:53:10 +00:00
sthen
87aa8f23af Fix .if statement dealing with mips64/mips64el to work-around and ld(1) failure.
From Brian Callahan.
2012-08-27 13:50:15 +00:00
ajacoutot
322d1bcffc A bug fix update to nasm 2.10.4.
from Brad
2012-08-27 06:21:14 +00:00
avsm
fe0795a3b9 cil: add a missing BUILD_DEPENDS on findlib, bump REVISION
noticed by naddy@
2012-08-26 20:17:42 +00:00
avsm
ce103f1721 ocaml-calendar: add a missing BUILD_DEPENDS on sysutils/findlib and bump REVISION
noticed by naddy@
2012-08-26 20:12:13 +00:00
ajacoutot
e55137f7da Bug fix update to automake 1.12.3.
from Brad
2012-08-26 07:21:16 +00:00
ajacoutot
e2894e788c Remove -pthread patching and sync a bit closer to a pending patch
for upstream since the original project is missing libpthread
linking all together.

from Brad (maintainer)
2012-08-26 07:17:20 +00:00
pascal
551d2539ac Update to gdb 7.5. 2012-08-25 19:15:44 +00:00
mpi
1a37f49f5d Remove -pthread patch and add libusb1 as static dependency, from Brad
ok ajacoutot@
2012-08-25 15:27:40 +00:00
mpi
00095af6da Remove -pthread patch, from Brad
ok ajacoutot@
2012-08-25 15:25:51 +00:00
ajacoutot
957114e314 Change MASTER_SITES_ZARAFA. 2012-08-25 14:45:08 +00:00
ajacoutot
25786f41a4 Update to ptlib-2.10.7. 2012-08-25 13:15:23 +00:00
jasper
f3d7c92dfb - this'll also need ocaml-camomile to run 2012-08-24 09:33:31 +00:00
sthen
84ab3e0928 sync wantlib and bump epoch 2012-08-23 15:00:56 +00:00
sthen
0e6bfec3fa sync wantlib 2012-08-23 15:00:32 +00:00
sthen
75c96f5f11 mend a broken pkgname, XML-Sablotron -> p5-XML-Sablotron 2012-08-23 14:45:14 +00:00
sthen
d443de5cb5 missing wantlib/modules; p5-* thingys which are *not* just WANTLIB+=c. 2012-08-23 13:52:39 +00:00
avsm
65797c8320 unbreak devel/cil build by removing a straggling patch from the previous changeset
noticed by sthen@
2012-08-22 20:10:38 +00:00
pascal
c619f16384 Mimic the new gcc -pthread semantics. From Brad.
looks good to matthew@
2012-08-21 17:51:53 +00:00
dcoppa
b5e1dfa552 Add support for hppa (and unbreak build)
Problem reported by landry@
Cluestick from kettenis@
2012-08-21 13:22:50 +00:00
sthen
6b71415200 Add missing dep on ocaml-lwt.
Put WANTLIB in the normal place.
2012-08-21 13:06:28 +00:00
robert
0eca5ea284 update to 8.31 2012-08-21 11:31:34 +00:00
jasper
680162c4f9 - add some patches from upstream git:
* fix uimanager demo
* make Gtk-2.0.typelib useable again
2012-08-21 09:36:19 +00:00
avsm
61fb827cfb update ocaml-lambda-term to install man pages in the right location.
this requires the last ocaml.port.mk change to CONFIGURE_STYLE=oasis.
bump REVISION.

from: Christopher Zimmermann <madroach@gmerlin.de>
2012-08-21 00:26:46 +00:00
ajacoutot
bf49a62be9 s/--with-pthread/--with-pthreads
Add MODGNU_CONFIG_GUESS_DIRS.
2012-08-20 12:51:55 +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
ajacoutot
9a08a16ef2 Remove the last bogus rcs id. 2012-08-19 22:59:06 +00:00
espie
a7ce4f6548 Woah. 2012-08-19 10:42:26 +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
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
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
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
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
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
7ab36748ae Remove irrelevant $FreeBSD RCS ids. 2012-08-18 12:41:37 +00:00