Commit Graph

10696 Commits

Author SHA1 Message Date
edd
efdb987b06 Import camomile; unicode library for objective caml.
From Chris Zimmermann with tweaks.

OK sthen@
2012-07-13 08:38:09 +00:00
edd
f6c372eda0 Import ounit; a unit testing tool for ocaml.
From Chris Zimmermann, with tweaks.

OK sthen@
2012-07-13 08:36:03 +00:00
gsoares
93e38ad1e1 update to 1.55
ok jasper@
2012-07-13 02:26:03 +00:00
jasper
0abc6be283 consistent spelling of Node.js, as used on the official web site 2012-07-12 21:42:53 +00:00
ajacoutot
9490a6a16e We actually have security/libgsasl. 2012-07-12 16:31:00 +00:00
dcoppa
957583efb2 Fix the old FindLua51 module too. 2012-07-12 16:26:13 +00:00
dcoppa
94b010f930 Finish the work with lua and cmake: it's nicer and more compact now. 2012-07-12 15:36:20 +00:00
ajacoutot
c13fc449b2 BZ link. 2012-07-12 11:40:52 +00:00
ajacoutot
a2e96fd92c typo in comment. 2012-07-12 11:20:25 +00:00
naddy
9469ee555a maintenance update to 1.25 2012-07-11 13:16:16 +00:00
ajacoutot
923f0b24ef Minor update to glib2mm-2.32.1. 2012-07-11 10:44:20 +00:00
dcoppa
1bd29a42b0 Add another couple of variables from lua.port.mk to ease future
work.
2012-07-10 18:55:58 +00:00
jasper
144e2930d7 handle multiple lua versions, for now everything builds with the "old" 5.1 in the new location.
use FLAVOR=lua52 to use lua 5.2 with these ports.
2012-07-10 15:22:44 +00:00
jasper
d81eaeb0d8 fixes for lua
from dcoppa@
2012-07-10 15:20:24 +00:00
ajacoutot
9c45efe7f5 Committed upstream. 2012-07-10 13:25:32 +00:00
jasper
06c2a066e1 regen 2012-07-09 22:47:31 +00:00
ajacoutot
373e14caa0 Use G_N_ELEMENTS instead of nitems. 2012-07-09 16:34:21 +00:00
ajacoutot
e6436e53e5 Update to libvmime-0.9.2 by merging mail/zarafa/libvmime.
It works much better with the new gnutls.
2012-07-09 15:25:57 +00:00
ajacoutot
f2e455db26 Fix with gnutls>=3. 2012-07-09 10:25:05 +00:00
edd
c9aa643043 link py-elftools 2012-07-09 09:30:36 +00:00
edd
bd60fd8293 import py-elftools, OK giovanni@ 2012-07-09 09:28:53 +00:00
kili
5ebc2be143 Bump due to signature changes after the update of hs-semigroup. 2012-07-08 22:36:40 +00:00
kili
1bdd8581ca Update to hs-semigroups-0.8.3.2.
From Dawe <dawedawe@gmx.de>.
2012-07-08 22:35:03 +00:00
sthen
e8efbdf060 revert -pthread in cflags, after a bit of discussion with aja and guenther
and looking at the port which wanted -pthread in cflags, I came to the
conclusion that the other port was wrong, so it's right to zap this again.
ok mpi ajacoutot
2012-07-08 22:21:32 +00:00
ajacoutot
1accbaf605 Committed upstream. 2012-07-08 21:02:45 +00:00
sthen
ce3a4663cb use LLVM_ARCHS to populate ONLY_FOR_ARCHS, better to have this in a
central place.
2012-07-08 18:36:12 +00:00
ajacoutot
a32f40fddf BZ links. 2012-07-08 18:03:39 +00:00
sthen
905b965e39 add -pthread to cflags as well as libs in the pc file. ok jasper@ mpi@ 2012-07-08 17:41:14 +00:00
sthen
ddc61472cb don't rely on param.h for nitems(), ok ajacoutot@ 2012-07-08 17:09:17 +00:00
jasper
3e442f1271 enable introspection support; needed for an upcoming mutter port
ok aja@
2012-07-08 11:49:53 +00:00
ajacoutot
4a407bbafe Don't compile with -DJS_C_STRINGS_ARE_UTF8. It is not the default, other
OSes do not enable it and our locale support is poor.
This actually unbreaks the whole javascript gang in GNOME (gjs...).
2012-07-07 22:46:19 +00:00
jasper
fe185fb833 FULLPKGNAME is bad, mkay? 2012-07-07 20:34:25 +00:00
jasper
11bdfc7c32 sync 2012-07-07 14:47:19 +00:00
jasper
78a9b239ee import rebar 2.0.0
rebar is an Erlang build tool that makes it easy to compile and test
Erlang applications, port drivers and releases.

ok sthen@
2012-07-07 14:28:59 +00:00
sthen
dd1b331639 update pear-Date-Holidays/Finland to 0.1.2, from Johan Huldtgren 2012-07-06 19:14:35 +00:00
jasper
ce9783b19c - build COMMENT from Makefile.inc 2012-07-06 16:41:21 +00:00
ajacoutot
d948f0f666 Remove unneeded chunk. 2012-07-06 16:25:05 +00:00
ajacoutot
db4cc08965 Mark BROKEN on powerpc. 2012-07-04 12:47:50 +00:00
dcoppa
806c7f2749 Fix typo: "_CXX_" -> "_C_"
(upstream git commit b9ccaf5f7977b7444a50a7b1dbb1902422f7ab27)
2012-07-03 07:48:54 +00:00
gonzalo
4755978915 Little update for Jenkins to 1.472:
A lot of change from our version:

http://jenkins-ci.org/changelog

Tested on i386.

Ok aja@ and 'sure' ian@ (maintainer).
2012-07-02 13:42:34 +00:00
bluhm
cad20efad3 update p5-Data-Random to 0.07 2012-06-28 21:38:52 +00:00
jeremy
0376117422 Update node-fibers to 0.6.8, works with node 0.8.0.
Build process changed from waf to gyp, so modify patches accordingly.
2012-06-28 17:27:51 +00:00
giovanni
55251f60d0 Update to 2.006, lot of bug fixed and full ipv6 support
ok sthen@ merdely@ (Mantainer)
2012-06-28 14:39:50 +00:00
dcoppa
3f404a247d Update to libyajl-2.0.4
ok jasper@
2012-06-28 08:50:49 +00:00
dcoppa
d595a0834d Fix mandir path when using GNUInstallDirs.cmake: on OpenBSD it's
$prefix/man, not $prefix/share/man. While here, fix infodir too.

Pointed out by sthen@
Ok landry@, sthen@
2012-06-27 19:28:39 +00:00
rpointel
50e576bd2e regen PLIST to permit to build with Python 3.2.3, bump revision. 2012-06-27 19:19:46 +00:00
rpointel
650dcb06bc regen PLIST to permit to build with Python 3.2.3, bump revision. 2012-06-27 19:09:14 +00:00
rpointel
fc05848416 regen PLIST to permit to build with Python 3.2.3, bump revision. 2012-06-27 19:01:51 +00:00
rpointel
c6f02c516b Update to 0.6.27, regen PLIST to permit to build with Python 3.2.3. 2012-06-27 19:00:50 +00:00
jasper
447a9b9d9f Fix another underquoted warning. 2012-06-27 11:58:56 +00:00
sthen
c228ee382b +p5-Config-Std 2012-06-27 09:03:02 +00:00
sthen
70c96bdb32 import ports/devel/p5-Config-Std from Chris Bennett ok landry@
Config::Std - Load and save configuration files in a standard format
The configuration language is deliberately simple and limited, and the
module works hard to preserve as much information (section order,
comments, etc.) as possible when a configuration file is updated.
2012-06-27 09:02:43 +00:00
pascal
22a126276a Add @conflict with osh. 2012-06-26 22:08:39 +00:00
matthieu
082aa98d10 Stop using ${SHELL} to execute ${install_sh} it's already there.
ok sthen@, brad@ sent the patches for 1.10 and 1.12.
2012-06-26 20:31:47 +00:00
kili
347d83aa64 Bump to force an update after the move of our libtool from ports
to src. Otherwise people who have apr already installed won't get
an update, leading to apr-1-config --apr-libtool still saying
/usr/ports/infrastructure/bin/libtool, which in turn causes (at
least) a build of www/apache-httpd to fail.

ok espie@
2012-06-26 19:35:30 +00:00
jasper
2259cf12c9 - these patches (or chunks) are not needed anymore since arpa/inet.h -r1.12 2012-06-26 13:17:32 +00:00
landry
38e2759d91 Update to py-hg-git 0.3.1 and unbreak it, since it doesn't work with our
current mercurial....
From viq
2012-06-26 07:26:41 +00:00
espie
c6287b2b53 fix @conflict marker
while there, put common things in Makefile.inc
bump revs according to discrepancies in COMMENT and in @conflict
2012-06-25 15:45:14 +00:00
ajacoutot
e270006ec3 update to liblouis-2.4.1. 2012-06-23 12:04:44 +00:00
naddy
12ab41d731 drop gcc3 workaround 2012-06-22 16:53:51 +00:00
jasper
9b7fdc2930 - set PKG_ARCH=*
- fix trailing whitespace
      - doesn't need groff

      ok sthen@ (MAINTAINER)
2012-06-22 11:38:13 +00:00
naddy
758513708e GCC3 is gone, we don't need to deal with it any longer; ok sthen@ 2012-06-21 16:17:40 +00:00
ajacoutot
8e9b80613b Update to ptlib-2.10.5; unbreak video in ekiga. 2012-06-21 14:23:51 +00:00
sthen
49a55c3e0f bump for plist changes 5.1 -> 5.2 2012-06-21 13:56:57 +00:00
kili
3d3026e0da Add missing dependency. Noticed by naddy. 2012-06-20 16:09:27 +00:00
kili
ebf7813e4d Add missing patch. 2012-06-19 21:10:59 +00:00
mpi
592ef45d74 Rework the OpenBSD backend to add *basic support* for non ugen(4) devices.
It is now possible to have a read access and submit control transfers to
all USB devices using libusb, please note that controllers and hubs also
appear as devices.

Requested by many, tested by and ok ajacoutot@, jasper@, henning@, shten@
2012-06-19 20:45:00 +00:00
jasper
135c62319b Adjust now that libtool lives in base
ok aja@ (who came up with the same goi diff)
2012-06-19 17:21:15 +00:00
sthen
83c15828b6 php-zip replaces pecl-zip 2012-06-16 12:52:04 +00:00
ajacoutot
0cacf80323 +iniparser 2012-06-16 09:49:32 +00:00
ajacoutot
e55737906f Import iniparser-3.1.
iniParser is a simple C library offering ini file parsing services.

input from and ok jasper@
2012-06-16 09:48:38 +00:00
dcoppa
d013c2ba21 Sync FindIconv, FindLCMS, FindLibintl modules with KDE's upstream git
Add FindLibLZMA module
(upstream git commit ee26019bd433020b8aad3c3a70bcb537e03b04ba)

Bugfix: FindPythonLibs: honor EXACT version specification
(upstream git commit 9d145b0998f21ae6d0571c5b6a7ab0168722df7c)

Bugfix: UseJava: fix find_jar() called with multiple files
(upstream git commit 5593d5718ec90f6a2e37ca4e2fdf3fc4537380ff)
2012-06-15 10:26:56 +00:00
ajacoutot
a1b7c39eb5 gtk-update-icon-cache:
Don't redirect errors to /dev/null and don't return true(1)
unconditionally. Instead, don't check for the existence of index.theme.
This will allow us to catch errors that may be happening because of a
missing dependency in the chain.

Some hidden issues may appear, in which case please contact me.

discussed with and ok blind jasper@
2012-06-15 08:32:14 +00:00
ajacoutot
9ab43017bd Fix update-desktop-database goo. 2012-06-15 06:52:15 +00:00
landry
a513534079 x11/qt4,-sqlite was folded back to x11/qt4, remove explicit dependencies
on it and bump REVISION.
2012-06-14 09:47:23 +00:00
dcoppa
cf153cacfa Fix libpthread linking (use '-pthread' instead of '-lpthread') for
cmake-based ports that use "CHECK_LIBRARY_EXISTS(pthread ...)".

Fix libpthread linking for devel/llvm too (additional care was
needed).

No fallout in a bulk build: thanks landry!
2012-06-14 09:32:00 +00:00
sthen
fbc95fb171 update to libyubikey 1.9, OK jasper@ 2012-06-14 07:30:09 +00:00
jasper
5adfd17387 - update to 0.92
from ryan boggs (MAINTAINER)
2012-06-12 17:30:48 +00:00
rpointel
f6b3b7c3b5 Update tortoisehg to 2.4.1, ok landry@. 2012-06-12 07:17:19 +00:00
rpointel
5bbcabdcdf Update mercurial to 2.2.2, ok landry@. 2012-06-12 07:16:43 +00:00
landry
d589e08e50 Fix WANTLIB (remove gmodule-2.0) and bump depending ports (others will
be updated in a sec)
2012-06-11 15:26:14 +00:00
gonzalo
1bd7835947 Add py-liblarch and py-liblarch_gtk 2012-06-11 13:47:39 +00:00
gonzalo
342e5e8521 gtk binding for liblarch.
Ok aja@
2012-06-11 13:45:05 +00:00
gonzalo
0179a9201d library to easily handle data structure
Ok aja@
2012-06-11 13:44:22 +00:00
sthen
2d21dc65fe zap quotes in PERMIT_* 2012-06-09 11:26:02 +00:00
gonzalo
65b15ff16a Add xxxterm -> xombrero
OK sthen@
2012-06-07 14:23:11 +00:00
jasper
c9993e545e sync 2012-06-07 12:07:14 +00:00
jasper
5e9bfc8cab import automake 1.12
from brad
ok sthen@
2012-06-07 12:06:47 +00:00
stsp
b69e7cfef0 Fix gnome-keyring description in DESCR-main, and other various DESCR tweaks.
ok sthen mpi
2012-06-06 14:20:36 +00:00
jasper
d7c9c58768 tweak 2012-06-06 11:52:42 +00:00
jasper
5c946ea30b - update to 1.0.2 2012-06-06 11:45:01 +00:00
ajacoutot
029a24ae87 Bugfix update to pango-1.30.1. 2012-06-05 12:45:20 +00:00
ajacoutot
98edccd788 Fix from upstream:
Fix crash on double free if loading WAV file failed.
2012-06-01 15:58:13 +00:00
ajacoutot
acdcd5dbba Fixes from upstream:
- Fix alignment issues on strict alignment architectures.
- Don't unnecessarily byte-swap on big endian hosts.

from Brad
2012-06-01 15:58:00 +00:00
ajacoutot
612f280208 Fixes from upstream:
- Clean up symbol visibility.
- Don't force quit in signal handler, since we might double-free things.
- Disable reverb flag in modplug decoder. It's producing trash in some cases.
- Don't underflow array when parsing timidity config file.
- Fix read_config_file() not closing the file when there is an error.
- Honor the return code from recursive read_config_file() call.
- Reset some state on shutdown to prevent crash when reinitializing.

from Brad
2012-06-01 15:57:51 +00:00
jasper
7234d01e93 sync 2012-06-01 07:31:09 +00:00
jasper
053f265fbb import autoconf 2.69
from brad
ok sthen@
2012-06-01 07:30:46 +00:00
stsp
9a7fba050f Update to Subversion 1.7.5 and fix WANTLIB; help and ok mpi@ 2012-05-30 12:16:14 +00:00
jasper
218b2aa27c committed upstream 2012-05-30 11:09:10 +00:00
jasper
fcf75f8e78 Apply patches from upstream bugzilla (#676090, malicious escape sequences can cause denial of service). 2012-05-29 20:31:40 +00:00
jasper
5da10430d2 - update to 0.32.2, includes a fix for an issue which mosh has been assigned
CVE-2012-2385.
2012-05-29 20:30:03 +00:00
jasper
dce658b206 - update to 3.35 2012-05-28 15:29:58 +00:00
fgsch
bc869f4771 Fix master site for ecj-3.7.1.jar 2012-05-28 13:53:18 +00:00
jasper
150a15179b - update to 2011-10-30 2012-05-28 12:05:09 +00:00
landry
0b8fa99641 Mark as BROKEN on sparc64, asm illegal operands (and -fno-tree-ter
doesn't "fix" it)
2012-05-28 10:30:39 +00:00
jasper
76f72bcb56 Adjust to use the same automake version as what they were originally
generated with for the test suite.

from brad
ok sthen@
2012-05-26 11:53:07 +00:00
jasper
1e878a85e0 - let g-c-a use the clang module to get the correct includes path
- add a reminder commennt in llvm/Makefile

discussed with and ok sthen@
2012-05-26 09:14:34 +00:00
jasper
3e87bbf734 - unbreak regress tests and set REGRESS_IS_INTERACTIVE=x11 2012-05-26 08:56:44 +00:00
jasper
c145857916 - update to 0.6 2012-05-26 08:44:32 +00:00
sthen
68d394c41c Update to LLVM 3.1.
Thanks Brad for pointing out a few problems with my original diff.
2012-05-25 09:05:49 +00:00
shadchin
353cfedef2 Switch ports on musepack, ok ajacoutot@ 2012-05-24 18:36:45 +00:00
jasper
1dd4aa573a adjust for node.port.mk location change 2012-05-23 15:13:20 +00:00
jasper
a17cc79e1c - update to 1.0.1
* release notes can be found here: http://arduino.cc/en/Main/ReleaseNotes
- set default baud rate for the uno, instead of defaulting to older boards.

tested by various
2012-05-22 21:26:11 +00:00
ajacoutot
36e724c1eb No need for --disable-gtk-doc, missed when I reviewed landry's commit. 2012-05-22 14:58:41 +00:00
landry
ef810b282a +glade3 2012-05-22 14:54:49 +00:00
landry
a71550fcd3 Resurrect devel/glade3 from the Attic and update it to 3.8.2. It can
still be used by Gtk2 apps/libs, while devel/glade is Gtk3 only.
No conflict as they can be installed alongside.
Discussed/ok ajacoutot@
2012-05-22 14:53:32 +00:00
jasper
a0492d2d5f - update to 6.2.5
from  Christopher Zimmermann
2012-05-22 11:46:40 +00:00
giovanni
9e135bf55b Email::Mime::Creator and Email::MIME::Modifier has been included into Email::MIME
spotted & ok bluhm@
ok sthen@
2012-05-21 13:52:55 +00:00
sthen
b5f7fc550b Include the PIC flag when linking, as well as building, the shared
library, from Brad.
2012-05-19 08:24:50 +00:00
jasper
cad94fa7af - update to 0.5.1 2012-05-18 20:44:10 +00:00
sthen
2a314ebad8 shared libraries should not use INSTALL_PROGRAM; from dhill 2012-05-18 18:26:23 +00:00
naddy
96b74a66f4 no need for groff 2012-05-17 22:23:02 +00:00
landry
981c23b608 add bug # url 2012-05-17 10:23:24 +00:00
landry
7d8652ecf1 add comments explaining damn patches 2012-05-17 08:59:00 +00:00
ajacoutot
86265ce150 Fix usage of the _POSIX_THREAD_PRIORITY_SCHEDULING macro.
from Brad
2012-05-17 05:01:35 +00:00
landry
7058cc3a99 Ensure GJS is not picked as a hidden dependency (reported by naddy@) 2012-05-16 19:35:22 +00:00
edd
f1121baa4f Bump the maximum number of uhid devices SDL can address from 4 to 16. It is
quite easy to exhaust the SDL default of 4.

OK jasper@
2012-05-16 14:01:19 +00:00
jasper
f9e47381a1 make sure the .lua files go into the DATADIR. 2012-05-16 12:04:19 +00:00
jasper
f3ebab3756 fold PFRAG.shared into PLIST, all this was SHARED_ONLY already anyway. 2012-05-15 20:45:12 +00:00
jasper
45bf6e64b9 use MODLUA_WANTLIB 2012-05-15 19:48:30 +00:00
jasper
fa4d879b11 adjust to new lua.port.mk 2012-05-15 15:15:19 +00:00
ajacoutot
d5247563b9 Minor update to gsettings-desktop-schemas-3.4.2. 2012-05-15 14:00:46 +00:00
jasper
68e64f4c94 - use ${PREFIX}/share/doc/ instead of ${PREFIX}/doc/ 2012-05-15 08:45:11 +00:00
dcoppa
ae2b2f4867 Sync with what bentley@ pushed upstream. 2012-05-15 08:36:28 +00:00
ajacoutot
787779247e Bugfix update to glib2-2.32.3. 2012-05-15 06:31:34 +00:00
bentley
77cf8307a0 Set wxWidgets_INCLUDE_DIRS_NO_SYSTEM.
This prevents compiler errors with cmake/wxwidgets:
"error: template with C linkage"

See the variable's comments and links in
/usr/local/share/cmake/Modules/FindwxWidgets.cmake for more information.

ok dcoppa@ (MAINTAINER)
2012-05-14 19:24:33 +00:00
ajacoutot
03c85def82 Bugfix update to py-gobject3-3.2.2. 2012-05-14 17:18:16 +00:00
jasper
ec285f6a40 - update to 3.4.2 2012-05-14 16:46:16 +00:00
rpointel
3e40fb1112 Update p5-Error to 0.17018, from David Hill, I added REGRESS_DEPENDS. 2012-05-14 05:02:42 +00:00
kili
8f5e743f7b Add a 0.5 GB build dependency to get a 2.7 kB LaTeX package, which
is required for a successful build and package.

found and ok by jasper@
2012-05-13 21:27:38 +00:00
dcoppa
ac90a412d6 Bugfix update to 2.0.19. From dhill. 2012-05-13 13:50:17 +00:00
jasper
02fce385a2 - update to 1.0
ok MAINTAINER
2012-05-12 11:46:34 +00:00
jasper
ee27ae92c1 regen plist 2012-05-12 07:08:01 +00:00
jasper
6050f0277d - update to 0.5
* among the various bugfixes, this now includes a full gtk-demo example
2012-05-11 21:19:48 +00:00
kili
4c7d1d30de Always use curl (for now) instead of magically using hs-HTTP if
it's installed.

Found while tracking down a completely different problem reported.

"looks good" jasper@
2012-05-11 20:59:47 +00:00
jasper
44cfa762d9 regen PLIST
(no REVISION bump needed)
2012-05-11 20:51:03 +00:00
jasper
ddda8698fa regen PLIST 2012-05-11 20:49:58 +00:00
ajacoutot
ab824696fa +log4c 2012-05-11 11:44:27 +00:00
ajacoutot
7423b6c15a Import log4c-1.2.1.
Log4c is a library of C for flexible logging to files, syslog and 
other destinations. It is modeled after the Log for Java library 
(http://jakarta.apache.org/log4j/), staying as close to their API 
as is reasonable.

based on a submission from Markus Schatzl
ok jasper@
2012-05-11 11:43:49 +00:00
ajacoutot
2c9b511af1 Remove an unncessary patch now that the system time.h header has been
fixed. No pkg change.

from Brad
2012-05-11 06:06:11 +00:00
ajacoutot
dc0312a858 Update to py-gobject3-3.2.1. 2012-05-11 05:38:25 +00:00
rpointel
34252e08f3 Update tortoisehg to 2.4, from me with a tweak by landry@.
ok landry@.
2012-05-11 05:33:57 +00:00
rpointel
31139d17a5 Update mercurial to 2.2.1.
ok wcmaier@ (maintainer).
2012-05-11 05:32:50 +00:00
jasper
c372572ab9 enable regress tests 2012-05-10 13:17:48 +00:00
jasper
2db3b5a940 sync 2012-05-10 13:16:26 +00:00
jasper
7d4e2ad1af import node-expresso 0.9.2
Expresso is a JavaScript TDD framework written for nodejs. Expresso is
extremely fast, and is packed with features such as additional assertion
methods, code coverage reporting, CI support, and more.

ok sthen@
2012-05-10 13:15:46 +00:00
ajacoutot
10fe6d903c Update to py-tz-2012c.
MAINTAINER timeout
2012-05-10 08:47:28 +00:00
jasper
b7292ed89a - set NO_REGRESS where applicable and add a comment as to why it's set
- run the tests of node-pg during 'regress' not 'build'

with and ok sthen@
2012-05-10 08:41:39 +00:00
kili
6fcbf62ceb Update to darcs-2.8.0. 2012-05-09 21:00:20 +00:00
jasper
9566522718 sync 2012-05-09 15:25:19 +00:00
jasper
dd7073a40f import node-npm 0.0.3
Make Node Module is a build tool for making native node.js modules.

ok sthen@
2012-05-09 15:24:04 +00:00
ajacoutot
72fc7b989e Update to libclog-0.6.1.
from David Hill (maintainer)
2012-05-09 14:35:53 +00:00
mpi
524938b448 Update libusb-compat to 0.1.4, take maintainership.
ok dcoppa@, ajacoutot@
2012-05-09 09:43:07 +00:00
jasper
3681ae85d3 - bump node requirement to the latest and greatest 2012-05-09 06:39:04 +00:00
jasper
c9b9ea117b - bump after recent node.port.mk change 2012-05-08 17:11:02 +00:00
espie
2f7daaa920 typo in REGRESS_DEPENDS 2012-05-08 17:04:52 +00:00
naddy
036077dd75 typo 2012-05-08 11:35:27 +00:00
kili
50f3593a8f Add new hs- ports 2012-05-07 18:53:16 +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
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
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
dcoppa
498b61a3b2 Update to cmake-2.8.8
OK sthen@
2012-05-07 07:06:20 +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
39a33cab50 - update to 2.71, fixes CVE-2012-2451: insecure temporary file usage
from ian mcwilliam
2012-05-06 17:51:09 +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
ajacoutot
0881ce2ba6 Fix RUN_DEPENDS-gnome-keyring; no need to depend on ruby nor python for
this subpackage.

ok stsp@ (maintainer)
2012-05-05 10:12:52 +00:00
pascal
f60ae88499 Minor update to 7.4.1. 2012-05-04 21:09:29 +00:00
stsp
82864b0efd Remove devel/rsvndump. The same functionality is provided by the 'svnrdump'
command shipped with devel/subversion.
ok dcoppa gonzalo brynet
2012-05-04 09:39:02 +00:00
stsp
badc44b2ee Unhook devel/rsvndump. 2012-05-04 09:37:35 +00:00
jasper
a415e91633 Add comment about msp430mcu-20120406-sf3522088.patch 2012-05-04 08:58:55 +00:00
jasper
43725a9b49 Fix MASTER_SITES1 2012-05-04 08:56:39 +00:00
jasper
d88413864d add LTS patch msp430-libc-20120224-sf3522752 2012-05-04 08:56:23 +00:00
kurt
cab1900edc Use -gstabs to address package growth on amd64. Noted by sthen@ tested
by naddy@
2012-05-03 21:48:21 +00:00
ajacoutot
b30aa1e14d Maintenance update to desktop-file-utils-0.20. 2012-05-03 15:24:54 +00:00
ajacoutot
b2490555a3 Update to libdvdread-4.2.0.
from Brad, ok sthen@
2012-05-03 06:51:07 +00:00
okan
69af18eb51 update to 1.07; from Wen Heping (MAINTAINER)
ok landry@
2012-05-02 14:32:24 +00:00
naddy
9c220e77c8 explicitly link with apr libs 2012-05-01 20:37:41 +00:00
ajacoutot
24c2f58734 Update to nasm 2.10.
Bulk testing by sthen@
from Brad, ok maintainer
2012-05-01 15:25:26 +00:00
sebastia
ce396c95af Fix Itcl library loading.
Feedback and OK stu@
2012-05-01 06:58:45 +00:00
ajacoutot
646aeecd0b Minor update to dconf-0.12.1. 2012-05-01 06:17:38 +00:00
ajacoutot
dd99bb690a Bugfix update to glib 2.32.2. 2012-05-01 06:17:01 +00:00
ajacoutot
39c9e10fa3 Minor update to libaudiofile-0.3.4. 2012-05-01 06:04:48 +00:00
rpointel
d040020a23 Update tortoise hg to 2.3.2. 2012-04-30 17:01:44 +00:00
rpointel
d44a23f5cb Update mercurial to 2.1.2.
ok wcmaier@ (maintainer).
2012-04-30 17:01:02 +00:00
kurt
fd66a02930 Get GC_nprocs from sysconf _SC_NPROCESSORS_ONLN instead of
hardcoding to 1. From Brad Smith <brad@comstyle.com> tested
in bulk build by naddy@
2012-04-30 15:33:16 +00:00
ajacoutot
3a01eba84b Remove unneeded patch. 2012-04-30 14:50:15 +00:00
espie
5c2736798f kill sqlite3 as REGRESS_DEPENDS 2012-04-30 13:12:15 +00:00
landry
109f321adc xfce-utils should update to xfce4-session. 2012-04-30 13:03:18 +00:00
ajacoutot
a5bce20506 Remove BROKEN-amd64, this builds fine now that we have rthreads.
ok sthen@
2012-04-30 07:58:16 +00:00
ajacoutot
9536a9e540 Fix dependencies for -gnome-keyring; sqlite3 is in base and
libgnome-keyring already brings all the other required deps.

ok sthen@ and no objection from stsp@ (maintainer)
2012-04-29 12:43:25 +00:00
mpi
e0bbd4b9f8 Update to py-pip-1.1.
from Wen Heping (maintainer)
2012-04-29 11:14:00 +00:00
kili
5467963030 + hs-configurator 2012-04-28 19:41:14 +00:00
kili
7aba193696 Configuration management library for programs and daemons.
Features include:
* Automatic, dynamic reloading in response to modifications to
  configuration files.
* A simple, but flexible, configuration language, supporting several
  of the most commonly needed types of data, along with
  interpolation of strings from the configuration or the system
  environment (e.g. @$(HOME)@).
* Subscription-based notification of changes to configuration
  properties.
* An @import@ directive allows the configuration of a complex
  application to be split across several smaller files, or common
  configuration data to be shared across several applications.

ok jasper@
2012-04-28 19:29:01 +00:00
stu
dbf00e87df Update to tclcl 1.20
ok sthen@ sebastia@
2012-04-28 18:07:12 +00:00
espie
29a66ec5cd fix 2012-04-28 15:32:47 +00:00
ajacoutot
689f54b24a --localstatedir=/var is the default now. 2012-04-28 10:52:08 +00:00
sthen
8f80d38833 Merge Subversion's gnome-keyring FLAVOR back into the main build and
use a subpackage instead. This was split previously because gnome-keyring
required linking pthread causing file-descriptor I/O issues with the main
binary.  ok stsp@
2012-04-28 09:53:38 +00:00
stsp
4f98ba8e4a Quirks for apr/apr-util updates: apr,mt->apr; apr-util,mt->apr-util 2012-04-28 09:52:08 +00:00
stsp
37d1f04989 apr and apr-util 'mt' flavour is gone 2012-04-28 09:50:49 +00:00
stsp
f3c9dee24f Update to APR-util 1.4.1. Enable threads by default, remove the 'mt' flavour.
Grab maintainership.
ok sthen
2012-04-28 09:49:43 +00:00
stsp
a4a2a5df05 Update to APR-1.4.6. Enable threads by default and remove the 'mt' flavour.
Grab maintainership.
ok sthen
2012-04-28 09:48:17 +00:00
ajacoutot
b0388efda7 Update to libclog-0.5.0.
from David Hill (maintainer)
2012-04-28 09:28:04 +00:00
ajacoutot
d06f83a4fc Update to libexude-0.7.0.
from David Hill (maintainer)
2012-04-28 09:27:29 +00:00
gsoares
b1f6e71ad2 update to 0.22; (maintainer timeout)
looks good to jasper@
2012-04-27 18:46:15 +00:00
jeremy
922d83ee7b Update to rubygems 1.8.23, fixes SSL security issues when installing
gems.
2012-04-27 18:41:07 +00:00
rpointel
d50b03d404 Update mxDateTime to 3.2.4.
Fixed a compatibility problem with Python 2.7's distutils that was
introduced in Python 2.7.3 (spotted by landry@).
2012-04-27 08:20:25 +00:00
kili
84cca7a6da Update to hs-hashed-storage-0.5.9 (required by an upcoming
update of devel/darcs).
2012-04-25 22:02:39 +00:00
jasper
aa0045971b - update arduino to 1.0, please see the changelog:
http://arduino.cc/blog/2011/10/04/arduino-1-0/
   - various changes related to this port:
      * adjust sketch extensions from .pde to .ino
	 * deal better with different arduino variants
	    * adjust template to get it compiling/linking again

	    tested by various
2012-04-24 06:37:32 +00:00
espie
9a5123226b bump since nss changed 2012-04-24 06:05:50 +00:00
sthen
e7e448a021 Update Clang to use _REENTRANT instead of _POSIX_THREADS when using the
-pthread flag. From Brad.
2012-04-23 23:11:01 +00:00
espie
a2cc74b81c sqlite3 in base system 2012-04-23 19:29:30 +00:00
espie
4ed7caa04f first pass at handling sqlite3 move 2012-04-23 17:15:17 +00:00
okan
acf4188161 add p5-String-Truncate and p5-Module-Which 2012-04-23 15:44:56 +00:00
okan
80c19f4bc5 import p5-Module-Which; ok sthen@
Finds out which version of Perl modules are installed.
2012-04-23 15:42:12 +00:00
okan
933948033b import p5-String-Truncate; ok sthen@
A module for when strings are too long to be displayed in...
2012-04-23 15:41:10 +00:00
jasper
abdcd487f1 - update to 1.1.3
- remove gcc2 patches which are unneeded (unless someone with a usb-capable
vax shows up)
- reset maintainer

ok william@ (previous maintainer)
2012-04-23 13:39:50 +00:00
ajacoutot
5ee4dfff3a Do not warn about bad dconf paths. We do this temporarily so prevent
huge vomit from pkg_add when running glib-compile-schemas. Once most
applications are fixed, we'll remove this patch.
2012-04-23 12:49:47 +00:00
mpi
381c9bac1e Remove now unused BUILD_DEPENDS.
spotted by Brad
2012-04-23 08:48:08 +00:00
ajacoutot
54cc1c22eb Update to automake-1.11.5.
from Brad
2012-04-23 08:01:14 +00:00
sthen
dc1f710c31 +3 p5's 2012-04-22 20:33:19 +00:00
sthen
5b6e924ae8 import ports/devel/p5-DateTime-Format-SQLite, from Andreas Voegele, ok okan@
DateTime::Format::SQLite understands the formats used by SQLite for its
date, datetime and time functions.  It can be used to parse these
formats in order to create DateTime objects, and it can take a DateTime
object and produce a timestring accepted by SQLite.
2012-04-22 20:32:59 +00:00
sthen
33d1f89f85 import ports/devel/p5-Time-Warp, from Andreas Voegele, ok okan@
Time::Warp offers developers control over the measurement of time.
2012-04-22 20:32:31 +00:00
sthen
a13c4b446a import ports/devel/p5-MouseX-Types, from Andreas Voegele, ok okan@
The type system provided by Mouse effectively makes all types global,
which can be a problem when different parts of the code base want to use
the same name for different things.  MouseX::Types lets you declare
types using short names, but behind the scenes it namespaces all your
type declarations, preventing name clashes between packages.
2012-04-22 20:30:38 +00:00
mpi
a9524fd4e8 Re-adds `-pthread' to the .pc file, this unbreaks application depending
on libusb1, I wrongly removed this patch during the last commit.

spotted by nigel@
2012-04-22 19:52:05 +00:00
ajacoutot
54243e173d Use a new version of the gio-kqueue patch that already has one of our
local patches.
Merge the cocoa/foundation patches from upstream.
2012-04-22 16:58:42 +00:00
ajacoutot
0691c69586 Use RCDIR instead of /etc/rc.d when refering to packages rc scripts.
discussed with espie and sthen
ok sthen@
2012-04-22 11:41:55 +00:00
ajacoutot
86f65194dd Mark the port as for use with gcc4 only and garbage collect a gcc3
workaround patch.

from Brad
2012-04-22 10:18:13 +00:00
jasper
236ba12816 - update to 2.5.0 2012-04-22 09:17:50 +00:00
mpi
8873cee4c9 Update libusb1 to 1.0.9
All OpenBSD specific code has been committed upstream.

ok sthen@, ajacoutot@, jasper@
2012-04-22 09:06:37 +00:00
jasper
6d52d703dc - update to 1.8 2012-04-22 09:04:33 +00:00
jasper
70f715a732 - update to 3.3.2 2012-04-22 09:04:20 +00:00
jasper
e751c5ab5a - update to 1.5.2
from wen heping
2012-04-21 19:15:56 +00:00
sthen
9627a6cd1a Add deps required to get script/myapp_server.pl to run. 2012-04-20 23:43:27 +00:00