Commit Graph

8125 Commits

Author SHA1 Message Date
naddy
aaea5782a9 no need for groff, mandoc handles these man pages just fine 2010-10-27 12:54:32 +00:00
jasper
1455ac7eb2 - update hs-gio to 0.11.1
- tighten dependency on hs-glib

ok kili@ (MAINTAINER)
2010-10-27 12:53:35 +00:00
jasper
914c42b267 - update hs-glib to 0.11.2
ok kili@ (MAINTAINER)
2010-10-27 12:53:10 +00:00
jasper
9814d516e8 - update gtk2hs-buildtools to 0.11.2
ok kili@
2010-10-27 12:52:49 +00:00
ajacoutot
92a03e3800 Include sys/sched.h. 2010-10-27 12:52:42 +00:00
ajacoutot
0fe400b179 Fix the f_fstypename call. 2010-10-27 11:38:58 +00:00
ajacoutot
a907e22e1f Add a run dependency on dconf now that we have it. 2010-10-27 11:04:27 +00:00
ajacoutot
a58a66c372 +dconf 2010-10-27 10:54:38 +00:00
ajacoutot
6da870657a Import dconf-0.5.1
dconf is a low-level configuration system. Its main purpose is to
provide a backend to GSettings on platforms that don't already have
configuration storage systems.

ok jasper@
2010-10-27 10:50:04 +00:00
jasper
4de87eac19 sync 2010-10-26 22:43:16 +00:00
jasper
eb913e4a89 import p5-Sub-Lambda 0.02
This module provides syntactic sugar for lambda abstractions and
applications. Perl supports lambdas through subroutine references.

ok sthen@
2010-10-26 22:41:29 +00:00
jasper
e41dc104c1 import p5-IO-Lambda 1.20
This module is another attempt to fight the horrors of non-blocking I/O.
It tries to bring back the simplicity of the declarative programming
style, that is only available when one employs threads, coroutines, or
co-processes.

ok sthen@
2010-10-26 22:40:57 +00:00
jeremy
006fde0cd9 Handle the rest of the fallout from the splitting of MODRUBY_LIB_DEPENDS
into MODRUBY_WANTLIB and using CONFIGURE_STYLE = ruby gem ext.  Use the
lang/ruby module for all dependent ports, setting
MODRUBY_{BUILD,RUN}DEP=No if necessary.

ok landry, phessler, sthen
2010-10-26 21:42:13 +00:00
dcoppa
2c6d0109b6 Zap some unwanted optimization flags ("-O3", "-Os") that were brought
in by cmake when the CMAKE_BUILD_TYPE var is used.

Pointed out by and OK steven@
2010-10-26 18:31:18 +00:00
jasper
cdc020429f - missed USE_GROFF 2010-10-26 17:20:58 +00:00
kili
8a86e0161a Fix $OpenBSD$ marker and a typo in pkg/DESCR.
From Charles Smith.
2010-10-26 16:52:52 +00:00
jasper
8668c5d0bb sync 2010-10-26 15:22:28 +00:00
jasper
3f54ab80b9 import p5-Test-Inter 1.01
This is another framework for writing test scripts. It is loosely
inspired by Test::More, and has most of its functionality, but it is
not a drop-in replacement.

feedback/ok sthen@
2010-10-26 15:21:28 +00:00
naddy
6ebce09c16 Big oops! Bring back fcntl-o.m4 fix. It is packaged and in fact
picked up by other ports, e.g. audio/xmms.  touch(1) the file to
avoid triggering an autotools rebuild cascade.

Breakage noticed by landry@
2010-10-26 14:15:01 +00:00
landry
55cc617f99 spacing 2010-10-26 10:15:39 +00:00
landry
dc4a17fad1 Convert to use www/mozilla MODULE, removes shitload of lines. Less kittens cry.
Went in a bunch of bulks without fallout..
2010-10-26 10:01:33 +00:00
sthen
e3397f5a31 use kvm_getproc2; ok ajacoutot@ 2010-10-26 09:44:32 +00:00
jasper
7e8a4c8e5e - update openocd to 0.4.0
* from Anthony J. Bentley (ok MAINTAINER)

- set license version
- new style DEPENDS
2010-10-26 09:29:32 +00:00
merdely
e38cf0fd51 Update to 0.99
Suggestion and OK jasper@
2010-10-26 09:09:18 +00:00
jasper
e5c5517979 - update libftdi to 0.18 2010-10-25 20:55:53 +00:00
steven
6565e780fe indicate reason for gnu libtool 2010-10-25 11:39:59 +00:00
jasper
9a1bd7622e - update to 0.17016
- install examples
2010-10-25 11:05:32 +00:00
jasper
9f691a83d1 - update to 0.06 2010-10-25 11:03:49 +00:00
steven
5b7a9e4c1b unbreak by detecting openbsd libtool during configure
spotted by jasper@
2010-10-25 09:10:07 +00:00
kili
8297d6d4fe Remove devel/hood (wrong location). 2010-10-24 22:21:41 +00:00
kili
1f83dae46a And now import into the right directory (hs-hood, not just hood) as
noticed by jasper@. DESCR-Blurb again:

HOOD is a small post-mortem debugger for the lazy functional language
]Haskell. It is based on the concept of observation of intermediate
data structures, rather than the more traditional stepping and
variable examination paradigm used by imperative language debuggers.
2010-10-24 22:18:35 +00:00
ajacoutot
ff07e285bc Remove USE_X11. 2010-10-24 20:58:58 +00:00
kili
8786b6dc2b + hs-hood 2010-10-24 20:12:04 +00:00
kili
7bc3124a66 HOOD is a small post-mortem debugger for the lazy functional language
]Haskell. It is based on the concept of observation of intermediate
data structures, rather than the more traditional stepping and
variable examination paradigm used by imperative language debuggers.
2010-10-24 20:10:33 +00:00
landry
d65322a390 terminal was renamed to xfce4-terminal 2010-10-24 19:06:34 +00:00
sthen
3b2bbaacc0 Add MODPY_WANTLIB, adjust MODPY_LIB_DEPENDS to new-style LIB_DEPENDS,
update all ports to match. Plists don't change -> no bump.
Looks ok to jasper.
2010-10-24 15:53:55 +00:00
jasper
e4a7d37e6e - improve handling libtool a bit better 2010-10-24 15:33:14 +00:00
naddy
324fdff35c transmission-gui -> transmission-gtk; from robert@openbsd.pap.st 2010-10-24 14:43:13 +00:00
jasper
f23b59bbf5 - update gobject-introspection to 0.9.12 (development release needed by folks)
teeth-grindingly ok'd by aja
2010-10-24 13:40:27 +00:00
landry
bb0a268768 So long, xulrunner 1.8. You were nice in the firefox 2.0 days, but your
last release was nearly two years ago, you're crippled by security
issues, abandoned by your parents in favor of your younger brother,
and those days nothing uses you anymore. RIP in the attic..
agreed by jasper@ and phessler@
happiness ensues...
2010-10-24 13:28:44 +00:00
landry
00f631174d Eclipse is now the only user of xulrunner 1.8, so in order to kill the latter
make eclipse-browser build against xulrunner 1.9. This breaks the swt html browser
widget, and according to http://www.eclipse.org/swt/faq.php#browserlinux
only newer eclipse versions work fine with recent xulrunners.

Eclipse itself definitely needs an update, any takers ?
2010-10-24 13:12:16 +00:00
ajacoutot
ec61722990 Tesseract lang pkg changed names. 2010-10-24 12:46:19 +00:00
jasper
1bd49a8242 - update p5-POE to 1.293 2010-10-24 11:42:39 +00:00
jasper
e90f53f2a2 sync 2010-10-24 11:42:08 +00:00
jasper
7e7ee89512 import p5-Object-Pluggable 1.29
Object::Pluggable is a base class for creating plugin enabled objects.
It is a generic port of POE::Component::IRC's plugin system.
If your object dispatches events to listeners, then Object::Pluggable
may be a good fit for you.

ok sthen@
2010-10-24 11:39:32 +00:00
jasper
aa9e54882f - disable Werror to allow this to built on at least mips64el 2010-10-23 17:55:57 +00:00
naddy
5b0d619cab remove an unused patch file that triggers an autotools rebuild cascade 2010-10-23 16:24:32 +00:00
steven
83c4da679d replace MODFORTRAN_WANTG77 with MODFORTRAN_COMPILER 2010-10-23 15:09:57 +00:00
ajacoutot
4e1a5bdcbd Explicitely set --disable-schemas-compile. 2010-10-23 14:10:16 +00:00
jasper
47fe5ca567 - remove deanna@ as maintainer after several tries and a very long timeout 2010-10-23 11:04:18 +00:00