Commit Graph

10119 Commits

Author SHA1 Message Date
ajacoutot
8d06c23fe5 Missed in previous. 2012-02-16 22:16:50 +00:00
ajacoutot
1755b358f1 From upstream: SoupHTTPInputStream: don't burn through GCancellable fds
(i.e. stop eating all those FDs)

ok landry@
2012-02-16 22:16:02 +00:00
ajacoutot
cc7b2981f0 Only continue when kevent() fails when we get EINTR; and return NULL
otherwise. This prevent the calling process to go into a loop.
2012-02-16 22:08:39 +00:00
espie
5ee810f609 update fix: vte2 should *not* update to vte3.
parts of gnome want vte3, and yet some other stuff (py-vte) still wants vte2.
if we let vte2->vte3 because of gnome, then py-vte will complain, and the
update won't happen.

considering we've set things up so vte2 and vte3 can coexist, the thing to do
is have vte2 update to vte2-newer, let gnome3 pick and install vte3 as well,
keeping py-vte happy and ending with a fully updated machine.

On the way, need to tell quirks AND vte about vte-pyhelper, which vanished
into vte2/vte3 (and again, pick one).

(triggers a bug in pkg_add caching which requires -current, btw ;( )

Solves update issue reported by Mikolaj.

Ports STILL fully locked, this making it in as a vital update thing,
(no don't ask, your silly little update won't make it)

okayed by naddy@
2012-02-06 22:07:09 +00:00
ajacoutot
9852adda0e Implement platform_get_argv0.
We are using autohell to put '-Wstrict-aliasing' into Makefile.am.

ok sthen@
2012-02-02 07:10:17 +00:00
mpi
0dd16b57f8 Fix a memleak reported by upstream.
ok ajacoutot@
2012-02-01 13:26:20 +00:00
ajacoutot
7e96a56543 Compile the gobject parts with -O0 on 64bit arches. There is a nasty
SEGFAULT when using g_closure() on at least amd64; unclear whether this
is a gcc/binutils/glib... bug yet but we want to be on the safe side for
the release.
Hopefully someone will be able to figure this out, I haven't...

Thanks to Stuart for teaching me PROPERTIES.
ok sthen@ naddy@
2012-01-29 17:28:01 +00:00
william
791cd5e982 update to 1.05, drop USE_GROFF, and update maintainer; ok sthen 2012-01-29 02:41:33 +00:00
landry
818cde702f Comma at end of enumerator list is not valid in c++ (and errors out when
using -pedantic), and some c++ code (like, mozilla) might use libnotify.
Fix offending header.

ok ajacoutot@
2012-01-28 09:33:09 +00:00
ajacoutot
fe15fa4bed Disable altivec for powerpc for now as it segfaults.
ok Brad (maintainer) sthen@
2012-01-27 09:44:11 +00:00
naddy
849196b437 Belatedly bump versions for libraries we know had symbol changes due
to the addition of stpcpy().  Prodded by espie@
2012-01-26 22:08:26 +00:00
sthen
49fb698bf8 BUILD_DEPENDS on p5-YAML-Tiny. Bump not needed. 2012-01-26 12:04:00 +00:00
ajacoutot
c9a1d04b41 SECURITY update to t1lib-5.1.2.
CVE-2011-0764 CVE-2011-1552 CVE-2011-1553 CVE-2011-1554 CVE-2011-0764
CVE-2011-1552 CVE-2011-1553 CVE-2011-1554 CVE-2010-2642 CVE-2011-0433

from Brad (maintainer)
2012-01-26 08:48:54 +00:00
kili
3f78558e7d Update to 0.8.8.1.
The only port depending on it (textproc/hs-attoparsec-iteratee)
wil get an update, too.

Add myself to MAINTAINER.
2012-01-25 21:44:21 +00:00
kili
175073d7d3 Sort. 2012-01-23 21:08:25 +00:00
kili
b72386c055 Hook new hs-* ports. 2012-01-23 21:07:58 +00:00
kili
33e542cb07 A continuation-based, backtracking, logic programming monad. An
adaptation of the two-continuation implementation found in the paper
"Backtracking, Interleaving, and Terminating Monad Transformers"
available here: http://okmij.org/ftp/papers/LogicT.pdf.

ok ajacoutot@
2012-01-23 21:07:22 +00:00
kili
4cf8b50264 Automatically derive 'Lens'es for your data type for use with
'Data.Lens'.

ok ajacoutot@
2012-01-23 21:06:47 +00:00
kili
f0a16f9c35 Haskell 98 lenses.
ok ajacoutot@
2012-01-23 21:06:16 +00:00
kili
55d98468ee Comonad transformers.
ok ajacoutot.
2012-01-23 21:05:45 +00:00
kili
ac150d6220 Provides a wide array of semigroupoids and operations for working
with semigroupds.
A Semigroupoid is a Category without the requirement of identity
arrows for every object in the category.

ok ajacoutot@
2012-01-23 21:05:02 +00:00
kili
c4db4246ca Haskell 98 distributive functors -- dual to Traversable.
ok ajacoutot@
2012-01-23 21:04:08 +00:00
kili
13ab2a2e1a Haskell 98 contravariant functors.
ok ajacoutot@
2012-01-23 21:03:31 +00:00
kili
add271b16c Haskell 98 comonads.
ok ajacoutot@
2012-01-23 21:02:56 +00:00
kili
60060e9cb0 In mathematics, a semigroup is an algebraic structure consisting
of a set together with an associative binary operation. A semigroup
generalizes a monoid in that there might not exist an identity
element. It also (originally) generalized a group (a monoid with
all inverses) to a type where every element did not have to have
an inverse, thus the name semigroup.

ok ajacoutot@
2012-01-23 21:02:17 +00:00
kili
f02f37d96d This package provides a Haskell library for working with base16-encoded
data quickly and efficiently, using the ByteString type.

ok ajacoutot@
2012-01-23 21:01:37 +00:00
kili
b9aa56ab42 A JSON parsing and encoding library optimized for ease of use and
high performance.

ok ajacoutot@
2012-01-23 21:00:49 +00:00
kili
39e8e214b7 Efficient hashing-based container types. The containers have been
optimized for performance critical use, both in terms of large data
quantities and high speed.

The declared cost of each operation is either worst-case or amortized,
but remains valid even if structures are shared.

ok ajacoutot@
2012-01-23 21:00:08 +00:00
kili
87ab3a7c4c A library for efficiently rendering Haskell datatypes to bytestrings.
ok ajacoutot@
2012-01-23 20:59:17 +00:00
jeremy
e08194612a Update to 1.6.9. Fix REGRESS_DEPENDS and remove some unimportant files.
From Jiri B.

OK sebastia@
2012-01-22 16:46:41 +00:00
jeremy
1c6646e9e0 Update to 1.16.2, from Jiri B.
OK sebastia@
2012-01-22 16:36:25 +00:00
ajacoutot
157dfa2c61 Minor update to libgee-0.6.4. 2012-01-22 15:14:14 +00:00
ajacoutot
f5d46be714 Sync patches after upstream commit.
Remove bogus patch (indentical).

no pkg change
2012-01-22 11:55:10 +00:00
kili
79d2f3854d Update to 0.1.0.3.
Contains a performance improvement and fixes a buffer overrun (or at least
an out-of-bounds read).

ok ajacoutot@
2012-01-21 17:15:34 +00:00
ajacoutot
1a24040dae Some fixes and cleaning up.
from Brad
maintainer timeout
2012-01-21 07:53:58 +00:00
sthen
9c76f842e6 NOT_FOR_ARCHS=sparc, this uses too much memory, as found by phessler 2012-01-19 08:41:13 +00:00
okan
1a61b57ce9 +p5-Module-Install, +p5-Test-DistManifest 2012-01-18 16:56:28 +00:00
okan
2a20ee63fb import Test::DistManifest
This module provides a simple method of testing that a MANIFEST matches
the distribution.

from LEVAI Daniel with tweeks from me.  ok jasper@
2012-01-18 16:52:02 +00:00
okan
bff7baa8e9 import p5-Module-Manifest
It can load a MANIFEST file that comes in a Perl distribution tarball,
examine the contents, and perform some simple tasks.  It can also load
the MANIFEST.SKIP file and check that.

from LEVAI Daniel with tweeks from me.  feedback and ok jasper@
2012-01-18 16:50:57 +00:00
mpi
82918e4d22 Always try to open a node in rw mode if possible, the same endpoint may
be used for reading and writting and don't close it if a timeout occured

Fix a regression reported by mpf@, ok ajacoutot@
2012-01-18 14:09:52 +00:00
sthen
42e4d7a644 update to libmagic 5.10 2012-01-17 17:36:47 +00:00
ajacoutot
ecfd97cfa9 New revision of the gio-kqueue backend patch that fixes an issue when
unmounting devices that would make gvfsd-trash go into a loop.
Courtesy of Dmitry Matveev.
2012-01-17 16:50:29 +00:00
ajacoutot
a5e6152b1b Cope with recent aspell-XX renaming. 2012-01-17 11:06:10 +00:00
bentley
1827d9578d +p5-Getopt-ArgvFile 2012-01-17 07:58:53 +00:00
bentley
67c6e8b633 Import p5-Getopt-ArgvFile-1.11.
This module simply interpolates option file hints in @ARGV by the
contents of the pointed files. This enables option reading from files
instead of or additional to the usual reading from the command line.

ok sthen@
2012-01-17 07:57:37 +00:00
kili
8fcbe0f8e2 Update to hs-vector-0.7.1.
This is a requirement for an update of hs-snap I'm working on.

While here, add myself as maintainer (in addition to jim@, who is
too busy with private stuff for now).

There's a newer version available, but 0.7.1 is much less intrusive
to other depending ports (i.e. it doesn't break anything).

"go for it" jim@ (for co-maintaining and working on snap and related ports)
2012-01-16 23:32:02 +00:00
sthen
6547f2adb8 clean whitespace, no change with cvs di -w 2012-01-16 22:12:36 +00:00
sthen
7a046af2ec update pear-Date-Holidays-EnglandWales 2012-01-16 22:12:15 +00:00
sthen
666c4198e7 add holiday info for additional countries 2012-01-16 22:11:36 +00:00
dhill
ec38afd35c Add REGRESS_FLAGS 2012-01-16 16:27:53 +00:00
ajacoutot
73aed125bd Missing USE_LIBTOOL.
Missing WANTLIB.
2012-01-16 15:46:56 +00:00
ajacoutot
eee20c8dd6 Missing USE_LIBTOOL. 2012-01-16 15:46:14 +00:00
dhill
674e66bc42 + libee 2012-01-16 15:32:37 +00:00
dhill
795b81b40b import libee, an event expression library inspired by CEE.
ok benoit
2012-01-16 15:31:51 +00:00
ajacoutot
ac7ce7ec98 Full stop in DESCR. 2012-01-16 15:26:01 +00:00
dhill
281209ef0c + libestr 2012-01-16 15:22:38 +00:00
dhill
cae6f98f56 import libestr, a library for some string essentials
ok benoit
2012-01-16 15:17:58 +00:00
ajacoutot
3696df367d Major update to libaudiofile 0.3.3.
Changelog available at http://www.68k.org/~michael/audiofile/

ok naddy@
2012-01-16 11:01:47 +00:00
kili
826db96537 Update to hs-hoogle-4.2.8. 2012-01-15 17:21:48 +00:00
kili
44978fe7b0 Update to hs-case-insensitive-0.3.0.1.
There a newer version available (0.4.0.1) but this has to wait after some
ports depending in hs-case-insensitive have been updated.
2012-01-15 17:17:30 +00:00
kili
135df930b2 + hs-hashable 2012-01-15 16:59:38 +00:00
kili
4fdf20daa7 This package defines a class, 'Hashable', for types that can be
converted to a hash value.  This class exists for the benefit of
hashing-based data structures.  The package provides instances for
basic types and a way to combine hash values.

ok dcoppa@
2012-01-15 16:58:28 +00:00
sthen
4a3713997b Update p5-File-ChangeNotify to 0.20, fixing a bug in the kqueue watcher.
From Andreas Voegele.
2012-01-13 12:24:18 +00:00
naddy
6ad7a26783 bump revision for plist changes 5.0 -> 5.1 2012-01-13 00:55:14 +00:00
kili
64e9934bcb Bump after the xhtml update in lang/ghc.
Not strictly necessary, but I don't want to get a heart attack
because of some people who don't use packages and don't
rebuild all hs-ports properly.
2012-01-12 20:20:05 +00:00
gsoares
4b23d809d8 update devel/cppcheck to 1.52
while here, fix MAKE_FLAGS to enable correctly the pcre dependency
that is used by regex optional support (--rule/--rule-file)

OK sthen@
2012-01-12 14:04:25 +00:00
dcoppa
8903ff6939 Some fixes from upstream git:
fixes for Modules/FindRuby.cmake

fix wrong use of IS_ABSOLUTE into Modules/GenerateExportHeader.cmake

fix Source/cmLocalUnixMakefileGenerator3.cxx: exit the loop when
we have determined the language
2012-01-12 13:14:33 +00:00
sthen
adc0f3dcb5 update to acpica 20111123; adds support for ACPI 5.0 2012-01-11 02:35:14 +00:00
nigel
e6b777dc67 Update firefox to 3.6.25 and xulrunner to 1.9.2.25
Ok landry@ stsp@
2012-01-10 23:58:27 +00:00
bluhm
55599c0259 - fix spaces around =
- sort according to Makefile.template
2012-01-10 00:21:11 +00:00
landry
7e3204c604 Upgrade to py-buildslave 0.8.5, from MAINTAINER Piotr Sikora, Thanks!
Tested by edd@ and myself.
2012-01-09 19:57:38 +00:00
landry
0d153574f7 Upgrade to py-buildbot 0.8.5, from MAINTAINER Piotr Sikora, in my tree
since september... be sure to run 'buildbot upgrade-master' if upgrading
an existing setup, as explained in README.
Tested by edd@ and myself.
2012-01-09 19:56:54 +00:00
ajacoutot
1afd4f7267 tsk tsk tsk. 2012-01-09 17:39:19 +00:00
robert
53a34592e0 s/kvm_getprocss/kvm_getprocs/g in unused code and warning messages 2012-01-09 17:22:15 +00:00
bluhm
b3527edefc - update p5-List-MoreUtils to 0.33
- take MAINTAINER
- no USE_GROFF
ok ajacoutot@ dhill@
2012-01-09 16:46:08 +00:00
robert
6c3edfd3f9 fix after kinfo_proc2 removal 2012-01-09 16:45:20 +00:00
sthen
64c8e71c1f Bugfix update to 3.1.7 2012-01-09 09:35:47 +00:00
dcoppa
0b7f7a5fee Update to cmake-2.8.7.
Tested in a bulk build by naddy@
2012-01-07 22:14:51 +00:00
dhill
63305e6e12 update to 0.6.0 2012-01-07 01:49:19 +00:00
sthen
b1fc144040 regression fix update to m4-1.4.16; from Brad 2012-01-06 23:08:01 +00:00
ajacoutot
a1738e64e4 Remove workaround after wchar.h header was fixed.
from Brad
2012-01-06 07:39:55 +00:00
ajacoutot
44e2d4a00b Update to desktop-file-utils-0.19. 2012-01-02 14:07:06 +00:00
ajacoutot
88f403097e Integrate the GLib kqueue(2) backend from Dmitry Matveev's GSoC 2011.
As a consequence, explicitely disable the FAM backend.
This bring a huge improvement compared to what we've been using before
(gio-fam+gamin): file / directory monitoring and notifications are next
to instantaneous without any cpu overhead like it was before.

This means we can also drop the bootstrap FLAVOR of gamin that was
needed because of the cyclic dependency (gamin->glib2->gamin).
2012-01-01 09:00:46 +00:00
kili
1b1084e088 Adjust dependency on hs-regex-compat. Darcs works fine
with the new version.

ok jasper@
2011-12-31 22:30:49 +00:00
kili
94f4cad048 Bump after previous hs- library updates.
Necessary because of ghc's over-aggressive inlining
which causes ABI changes in libraries depending on
updated libraries.

ok jasper@
2011-12-31 22:19:45 +00:00
kili
54c1426d29 Update to hs-text-0.11.1.5.
ok jasper@
2011-12-31 22:15:04 +00:00
kili
dbad22be43 Update to hs-syb-0.3.3.
ok jasper@
2011-12-31 22:14:12 +00:00
kili
b077f8a175 Update to hs-regex-compat-0.95.1.
ok jasper@
2011-12-31 22:13:36 +00:00
kili
0e8ae19881 Update to hs-regex-posix-0.95.1.
ok jasper@
2011-12-31 22:12:47 +00:00
kili
180ee5ee35 Update to hs-network-2.3.0.5.
ok jasper@
2011-12-31 22:11:56 +00:00
kili
4f9e37b806 Update to hs-fgl-5.4.2.4.
ok jasper@
2011-12-31 22:11:19 +00:00
kili
a312b0064b Update to hs-HUnit-1.2.4.2.
@comment some binaries only used for testing, and
add a do-regress which uses those binaries (but from
${WRKBUILD}).

ok jasper@
2011-12-31 22:10:35 +00:00
ajacoutot
22bae48126 Missing gio-querymodules goo. 2011-12-30 11:15:20 +00:00
rpointel
73b2e6491a Update virtualenv to 1.7.
ok Wen Heping (maintainer).
2011-12-30 07:35:59 +00:00
espie
7da5784bc5 update to newer version. Patch away !POSIX Makefile behavior, stops the
Makefile from lying about itself ;)
2011-12-29 17:51:27 +00:00
fgsch
00072574a3 enter py-blinker. 2011-12-29 15:13:13 +00:00
fgsch
d9fcf2b497 sigh, kill this imported by mistake. 2011-12-29 15:10:49 +00:00
fgsch
b1f0fdc92d Import py-blinker, a fast, simple object-to-object and broadcast signaling.
input and ok rpointel@
2011-12-29 15:09:15 +00:00
kili
903b5233a6 Bump to enforce updates. 2011-12-27 21:10:28 +00:00
kili
34dfb8f049 Install the database directory in post-install to silent a
warning from pkg_create(1).

No package changes.
2011-12-24 20:40:22 +00:00
eric
4936c91b94 update to bzr-svn 1.1.2
ok ajacoutot@
2011-12-23 17:12:40 +00:00
eric
6608316a25 update to bzr 2.4.2
ok ajacoutot@
2011-12-23 17:12:04 +00:00
jasper
0bde01cd77 sync 2011-12-23 13:12:13 +00:00
jasper
1f4c927cd7 import droplet 1.1
Scality Droplet is a high perfomance Cloud Storage client library providing
a set of high-level features. It is open source and released under the BSD
License. Multiple backends are supported: S3 (Simple Storage Service), CDMI
(Cloud Data Management Interface), SRWS (Scality Simple Rest Web Service).
On-the-fly encryption/decryption and buffered I/O are also supported.

    initial port from Vadim Zhukov
	tweaks by me and sthen@, ok sthen@
2011-12-23 13:10:30 +00:00
stsp
b3fd891374 Add a maintainer_mode flavour which displays file and line-number information
for errors thrown from Subversion. This doesn't need to be built by default.
It can provide some leads when debugging Subversion problems on OpenBSD.
2011-12-23 10:34:36 +00:00
pascal
c8935d2093 Allow gdb to read core files on amd64. Patch originally from kettenis@
(from base gdb).

ok sthen@
2011-12-22 20:27:31 +00:00
jeremy
7efc2b07e3 Update to kgio 2.7.0, remove patches applied upstream. 2011-12-21 19:57:30 +00:00
jasper
827d53fbba sync 2011-12-21 19:28:19 +00:00
jasper
bbf1169b39 import ruby-systemu 2.4.4
systemu is a portable replacement for popen4 in ruby.

systemu can be used on any platform to return status, stdout, and stderr
of any command. Unlike other methods like open3/popen4 there is zero
danger of full pipes or threading issues hanging your process or
subprocess.

from matt dainty
ok jeremy@
2011-12-21 19:27:23 +00:00
jasper
d7078d34d2 our m4 lacks the -E option to turn warnings into errors.
from Stefan Rinkes
ok sthen@
2011-12-21 17:41:52 +00:00
landry
6eb752069d Add @pkgpath devel/vte,-pty-helper to allow seamless updates from
a september pkg snapshot, bump REVISION.
ok ajacoutot@
2011-12-21 15:47:45 +00:00
sthen
1daf4b249f Add an @pkgpath on [,python2.4] as well 2011-12-20 11:33:56 +00:00
sthen
e74887cc94 zap useless PY_FLAVOR 2011-12-20 11:26:24 +00:00
sthen
a3df91bf98 unbreak; py-mxDateTime is now flavourless 2011-12-20 11:20:41 +00:00
fgsch
50c8b4e058 kill python2.4 flavour. this was previously used for zope. 2011-12-20 07:00:18 +00:00
sthen
2311980f29 tweaks taken from Antti Harri's diff:
- correct GPL version number
- drop maintainer, Antti discussed this with jsyn@ some time ago
- no need for groff
- mention Ruby in DESCR, reformat
2011-12-19 22:35:34 +00:00
rpointel
4a86b02949 Update rats to 2.3.
From Jan Klemkow (thanks) with few tweaks by me, maintainer timeout.
2011-12-19 22:28:59 +00:00
mpi
fdcaa42737 +py-setproctitle
+py-xmlrunner
2011-12-19 10:42:39 +00:00
mpi
8257de2f58 Import py-xmlrunner 1.3.1
PyUnit-based test runner with JUnit like XML reporting.

ok benoit@
2011-12-19 10:39:20 +00:00
mpi
e1506e0835 Import py-setproctitle 1.1.3
setproctitle allows a process to change its title (as displayed by
system tools such as ps and top).

ok benoit@
2011-12-19 10:37:41 +00:00
ajacoutot
021115b214 Sync patch, no change. 2011-12-18 13:54:29 +00:00
mpi
530992c16f +py-country 2011-12-18 13:44:59 +00:00
mpi
cccdaecdab Import py-country 0.14.1
pycountry provides ISO country, subdivision, language, currency and
script definitions and their translations, taken from the iso-codes
package.

ok benoit@
2011-12-18 13:42:31 +00:00
sthen
51c1f7b105 update to fossil 1.21 (using new version number scheme), from maintainer
- while there, include headers in the correct order
(netinet/in.h should come before arpa/inet.h)
2011-12-16 11:32:22 +00:00
rpointel
e223a90198 permit to build with Python 3.
ok Wen Heping (maintainer).
2011-12-16 08:23:49 +00:00
ajacoutot
a5a3e49c21 Missing RCS Id. 2011-12-16 08:19:36 +00:00
rpointel
fff1ce095c add a @pkgpath devel/py3-distribute in PLIST.
ok aja@.
2011-12-16 08:16:32 +00:00
rpointel
7557a923c8 distribute' => 'py3-distribute.
bump revision. ok aja@.
2011-12-16 08:15:49 +00:00
ajacoutot
e6f12c7580 Maintenance update to libgsf-1.14.22. 2011-12-16 08:10:05 +00:00
nigel
e1b48cf378 always build without gconf
Ok jasper@
2011-12-15 23:05:44 +00:00
kili
2577c17009 For MODJAVA_BUILD=ant, pass JAVA_HOME via MAKE_ENV.
ok kurt@, tested in a bulk build by naddy@ (thanks!).
2011-12-15 21:31:29 +00:00
sthen
f0bb115a15 Remove unnecessary patch to ignore -Wbounded, it was included upstream
elsewhere in the file. Reported by Amit Kulkarni.
2011-12-15 08:39:51 +00:00
sthen
7ff2ae5f79 update to LLVM/CLang 3.0, thanks sebastia@ for testing.
- switch to cmake build
- add profiling support from jsg@
2011-12-14 22:58:23 +00:00
robert
4d2e9c6a34 update to pcre-8.21 and take maintainership;
ok jasper@
2011-12-14 21:52:42 +00:00
rpointel
b43ca9de90 -py3-distribute
+py-distribute,python3
2011-12-14 20:37:02 +00:00
rpointel
a9a1a74855 remove py3-distribute, replaced by py-distribute.
ok fgsch@.
2011-12-14 20:35:42 +00:00
rpointel
de4a42c3ac import py-distribute, I'm removing py3-distribute.
ok fgsch@.
2011-12-14 20:29:44 +00:00
rpointel
9e2b61ea87 add a conflict with py-distribute-*.
ok fgsch@.
2011-12-14 20:25:11 +00:00
jeremy
cc238f3f83 Allow packaging on ruby 1.9. This library is a no-op on ruby 1.9,
but is still a dependency of some packages that run on both ruby
1.8 and 1.9.
2011-12-13 18:10:55 +00:00
jeremy
15c25268c4 Update to 0.3.29
OK claudio@
2011-12-13 17:52:56 +00:00
jeremy
acb3ad1730 Update to 0.6.0
OK claudio@
2011-12-13 17:52:28 +00:00
jeremy
29cd3462e8 Update to 3.1.3
OK claudio@
2011-12-13 17:48:20 +00:00
jeremy
92874b95b7 sync 2011-12-13 17:42:14 +00:00
jeremy
faa434680e Import ruby-sprockets 2.0.3, a Rails 3.1 dependency
Sprockets is a Ruby library for compiling and serving web assets. It
features declarative dependency management for JavaScript and CSS
assets, as well as a powerful preprocessor pipeline that allows you to
write assets in languages like CoffeeScript, Sass, SCSS and LESS.

OK claudio@
2011-12-13 17:37:06 +00:00
jeremy
ea4a3cb0a9 Import ruby-rdoc 3.11, a Rails 3.1 dependency
RDoc produces HTML and command-line documentation for Ruby projects.
RDoc includes the rdoc and ri tools for generating and displaying online
documentation.

OK claudio@
2011-12-13 17:36:02 +00:00
jeremy
ffe83a4e2f Import ruby-hike 1.2.1, a Rails 3.1 dependency
Hike is a Ruby library for finding files in a set of paths. Use it to
implement search paths, load paths, and the like.

OK claudio@
2011-12-13 17:34:48 +00:00
ajacoutot
8b814c2820 Bugfix update to py-gobject3-3.0.3. 2011-12-12 16:13:09 +00:00
bentley
f725b69488 avr-binutils: Don't install ambiguous info pages.
ok jasper@
2011-12-11 23:32:31 +00:00
benoit
8936048732 - update py-asn1 to 0.1.2 2011-12-11 09:51:31 +00:00
jasper
1fd2e91314 - add ${V} to SUBST_VARS 2011-12-09 12:25:44 +00:00
jasper
00e6c8c446 cleanup whitespace mess 2011-12-09 11:55:46 +00:00
sthen
74e4303d1a fix build on arm 2011-12-09 10:20:56 +00:00
jasper
d280bfa41a - fix build on hppa and use a simpler construct 2011-12-09 08:17:31 +00:00
eric
ad63ab3b67 update to twisted 11.1.0
no problem ajacoutot@
2011-12-08 20:15:40 +00:00
bluhm
dced8ced0a - update p5-Data-Random to 0.06
- no USE_GROFF
- adjust Makefile to template
from wen heping
2011-12-08 18:35:50 +00:00
nigel
f614e4efc8 Update to xulrunner v1.9.2.24 sent to ports@ for review.
Built on i386/amd64.
2011-12-08 00:19:07 +00:00
jasper
64f4613056 - add missing build dependency 2011-12-07 18:31:01 +00:00
jasper
ddb0d5163a - add missing build dependency 2011-12-07 18:25:38 +00:00
stsp
92f41b4523 Update to 1.7.2. ok mpi sthen 2011-12-07 16:47:37 +00:00
kili
b8b3fdde5f + hs-hoogle 2011-12-06 21:15:18 +00:00
kili
a7359bc2e8 Hoogle is a Haskell API search engine, which allows you to search
many standard Haskell libraries by either function name, or by
approximate type signature.

There are still a lot of things left to improve for this port:

- Privilege dropping when running the server as root (difficult,
  because this should be better done in hs-warp). To be worked on
  with upstream.

- Add an rc.d script for the server.

- Remove unneded files after running "hoogle data ...". To be worked
  on with upstream.

- Integrate with our own hs-packages (so you can search in installed
  libraries only).

- Add usable documentation. To be done with upstream (currently,
  there's only some Wiki page).

- Use our ftp(1) instead of wget(1). (IIRC, the hoogle API contains
  some functions which pass options verbatim to wget(1), so this
  may be difficult to get right).


ok (with a hint about MODULES and WANTLIB) jasper@
2011-12-06 21:03:43 +00:00
kili
32a273862e Hook the following ports (required by hoogle) to the build:
devel/hs-cmdargs
devel/hs-safe
textproc/hs-tagsoup
www/hs-http-types
www/hs-wai
www/hs-warp
2011-12-06 20:55:11 +00:00
ajacoutot
dad4daec9f Mark BROKEN on powerpc, qdoc3 goes into an infinite loop. 2011-12-06 08:36:06 +00:00
sthen
376b793095 cmake doesn't build following move to gcc4. Mark it as broken so it's not
forgotten as arm packages are not being built at present.
2011-12-05 21:44:02 +00:00
dcoppa
763601f4cf Bunch of hs-ports updates:
ConfigFile-1.1.1
MissingH-1.1.1.0
MonadCatchIO-mtl-0.3.0.4
convertible-1.0.11.0
hslogger-1.1.5
2011-12-05 14:53:01 +00:00
jasper
dac54cdf3e - sync with what i pushed upstream; no pkg change. 2011-12-05 10:27:15 +00:00
espie
74e6cd7f80 convert to bsd.port.arch.mk 2011-12-04 16:06:52 +00:00
ajacoutot
9e43178189 Add a run depends on x11/gtk+2,-guic. 2011-12-03 19:38:09 +00:00
ajacoutot
3be1450e73 x11/gtk+3 is needed at build time to compile demos/scrapbook.
reported by espie@, not reported by mpi@
2011-12-03 14:21:27 +00:00
dcoppa
395d06caab FindRuby.cmake: use RbConfig::CONFIG instead of obsolete and
deprecated Config::CONFIG.

pointed out by Amit Kulkarni and jeremy@
2011-12-03 13:38:43 +00:00
benoit
66ee112ae3 - update py-altgraph to 0.9 2011-12-03 08:32:14 +00:00
jeremy
cd8b3c3096 Remove NO_REGRESS setting, now handled by ruby.port.mk. 2011-12-02 19:34:42 +00:00
ajacoutot
ea2155da30 Remove MAINTAINER as per his request. 2011-12-02 08:29:45 +00:00
shadchin
dbc4ea267e Update to 1.0.0.
ok jasper@
2011-12-02 06:36:28 +00:00
gsoares
4fac37e636 update to 1.004 2011-12-01 12:32:37 +00:00
gsoares
8e99253606 SECURITY update to 1.003; zap groff while here
Fix CVE-2011-4114: PAR packed files are extracted to unsafe
and predictable temporary directories.

OK jasper@
2011-11-29 18:30:35 +00:00
jasper
bbcca1ebc9 - update to 1.6.2; you may need to run 'lein upgrade' if you already
have leiningen installed.
2011-11-29 17:42:17 +00:00
pirofti
e303d6c2df Drop maintainership. 2011-11-27 11:08:48 +00:00
ajacoutot
959890994d Brad take maintainer. 2011-11-26 10:23:31 +00:00
benoit
ea61a8de9d - update py-parsing to 1.5.6
- regen PLIST
2011-11-26 09:58:40 +00:00
ajacoutot
e196055979 Update to gconf-editor-3.0.1. 2011-11-21 14:14:58 +00:00
mpi
94e772dbcc Various changes for OpenBSD's backend with inputs from upstream.
Transfer completion notifications are now send asynchronously this should
prevent potential lock of applications using a different thread for polling
events.

Fix interrupt tranfers, reported by and helped to debug, sebastia@

Other minor improvements and style fixes.

Tested by sebastia@ and ajacoutot@

ok ajacoutot@
2011-11-18 15:18:50 +00:00
ajacoutot
d6e7c2c8e4 Minor update to glib2mm-2.30.1. 2011-11-18 12:27:36 +00:00
espie
cbb5e400a1 shrink, this lives in bsd.port.mk itself now 2011-11-18 11:16:23 +00:00
jasper
ed94ccf08f Adjust patch a bit with upstream feedback 2011-11-18 11:11:33 +00:00
espie
dcfcc64920 switch to PROPERTIES 2011-11-18 10:29:37 +00:00
espie
5681953355 use PROPERTIES 2011-11-18 10:13:42 +00:00
espie
275447e210 FLAVOR:L and such things 2011-11-18 10:11:32 +00:00
jeremy
0f5b815afb Upgrade to kgio 2.6.0 and fix regression tests (patches already
upstream and will be removed next version update).
2011-11-18 00:03:15 +00:00
jeremy
2472e1ab9e Depend on newer version of ruby-hoe, as it doesn't work correctly with
the older version.
2011-11-17 17:31:39 +00:00
jeremy
85555bef70 Update ruby-hoe from 2.8.0 to 2.12.3, so that ruby-isolate functions
correctly.
2011-11-17 17:29:28 +00:00
kili
7a3ae63a54 + py-guppy 2011-11-17 17:12:52 +00:00
kili
bcd51e60e0 Guppy-PE is a library and programming environment for Python,
currently providing in particular the Heapy subsystem, which supports
object and heap memory sizing, profiling and debugging. It also
includes a prototypical specification language, the Guppy Specification
Language (GSL), which can be used to formally specify aspects of
Python programs and generate tests and documentation from a common
source.

ok rpointel@
2011-11-17 17:12:11 +00:00
jeremy
16703d23fa Update ruby ports to deal with the regress changes to ruby.port.mk.
Start using MODRUBY_REGRESS with ruby, rspec2, and testrb entries.
Switch away from manual do_regress targets where possible.  Add
some patches to make regress tests run for some ports.
2011-11-17 16:08:00 +00:00
jeremy
270e5af39b sync 2011-11-17 15:58:12 +00:00
pirofti
e120a88b9d Remove SHARED marker from PLIST. Noticed by jeremy@, thanks. 2011-11-17 15:52:39 +00:00
jasper
d5992e0e2a Adjust a bit to make it committable upstream. 2011-11-17 15:51:47 +00:00
jeremy
c51e7f8fd5 Update ruby-mocha to 0.9.12, since some dependent ports require
functionality not in 0.9.7.
2011-11-17 15:41:11 +00:00
jeremy
12822b1f75 Update ruby-isolate to 3.2.1, which eliminates the warnings it started
emitting after the rubygems 1.8 update.

Add a patch to fix use with gems with C extensions, using the
--user-install option.

Add a patch to not hide underlying error message when attempting to
activate a gem.
2011-11-17 15:39:15 +00:00
jeremy
726b2dbf0b Update ruby-bundler to 1.0.21. Some dependencies are going to start
requiring this version.
2011-11-17 15:35:45 +00:00