Commit Graph

7502 Commits

Author SHA1 Message Date
ajacoutot
983fd44e85 Consistency: remove the 1, 2 or even 3 empty blank lines. 2010-04-15 13:56:33 +00:00
ajacoutot
d3182b3852 Zap useless heading/trailing blank lines. 2010-04-15 13:27:47 +00:00
landry
7d0e24663f Fix paths to sed/gconftool-2 so that users get proxy settings from
env/user settings.
From maintainer Daniel Dickman, thanks!
2010-04-15 06:55:59 +00:00
stephan
7fcb00cfb1 update to 1.07, requires newly imported p5-Probe-Perl. ok landry@ 2010-04-14 07:34:14 +00:00
stephan
4630a3116d +p5-Probe-Perl 2010-04-14 06:35:14 +00:00
stephan
b72cf8a153 import devel/p5-Probe-Perl-0.01
"This module provides methods for obtaining information about the
currently running Perl interpreter."

ok sthen@
2010-04-14 06:29:07 +00:00
dcoppa
3960a170e9 Import hs-convertible, a typeclass for converting between different
types. It's also used by databases/hs-HDBC for handling marshalling 
of data to and from databases.

Not yet wired to the build.

OK kili@
2010-04-14 06:24:34 +00:00
bernd
9888f7bd3c Update to git-1.7.0.5. 2010-04-13 21:35:04 +00:00
dcoppa
2831cc04ed Import hs-ConfigFile, a configuration file parser and writer library
for Haskell.

Not yet wired to the build.

OK kili@
2010-04-13 19:31:33 +00:00
dcoppa
1eda571aee Import hs-MissingH, a large collection of assorted utility libraries
for Haskell.

Not yet wired to the build.

OK kili@
2010-04-13 19:13:02 +00:00
dcoppa
01ece0877e Import hs-hslogger, a logging framework for Haskell similar to
Python's logging module.

Not yet wired to the build.

OK kili@
2010-04-13 19:06:13 +00:00
kili
1115091951 Import hs-ghc-paths, a tiny library that exposes several
installation directories of GHC to other Haskell packages.

Not yet wired to the build.
2010-04-13 18:32:56 +00:00
landry
7e1dc25aa8 Unbreak boost on hppa, checking for defined(__hppa) to detect HPUX is stupid.
No binary change on other archs, bump PKGNAME to be on the safe side.
2010-04-13 17:15:28 +00:00
kili
136b1f97c2 New darcs will need exactly hs-hashed-storage-0.4.11. 2010-04-13 12:28:37 +00:00
dcoppa
1704e7fa76 bytecode-compile the .py files; otherwise it gets done later, usually
at an inconvenient time (like when you build another port), and
leaves dangling .pyc after you pkg_delete.

Reported by naddy@ after a bulk build and removal of all installed
ports.

OK ajacoutot@, wcmaier@
2010-04-12 20:06:50 +00:00
giovanni
2c4a1e3ced Link some Perl modules:
p5-Data-ICal-TimeZone
p5-DateTime-Event-ICal
p5-DateTime-Event-Recurrence
p5-DateTime-Format-ICal
2010-04-12 17:37:26 +00:00
giovanni
42496f13d6 Import p5-DateTime-Format-ICal, a module to parse and format iCal datetime and duration strings
This module understands the ICal date/time and duration formats,
as defined in RFC 2445. It can be used to parse these formats in
order to create the appropriate objects.
2010-04-12 17:26:26 +00:00
giovanni
f8085136a0 Import p5-DateTime-Event-ICal, a DateTime extension for computing rfc2445 recurrences
This module provides convenience methods that let you easily create
DateTime::Set objects for rfc2445 style recurrences.
2010-04-12 17:12:07 +00:00
giovanni
c7ed7b6aef Import p5-DateTime-Event-Recurrence, a DateTime::Set extension to create
basic recurrence sets.

This module provides convenience methods that let you easily create
DateTime::Set objects for various recurrences, such as "once a
month" or "every day". You can also create more complicated
recurrences, such as "every Monday, Wednesday and Thursday at 10:00
AM and 2:00 PM".
2010-04-12 17:03:15 +00:00
giovanni
93fc75a803 Import p5-Data-ICal-TimeZone, timezones module for Data::ICal.
Data::ICal::TimeZone provides a mechanism for adding the Olsen
standard timezones to your ical documents, plus a copy of the Olsen
timezone database.
2010-04-12 16:55:45 +00:00
jasper
ddc4579cff - use BROKEN-$arch , prompted by naddy@ 2010-04-12 16:41:46 +00:00
jasper
f170b211ec - fix build on mips64 2010-04-12 13:27:43 +00:00
kili
59ba5450a4 Import hs-readline, haskell bindings for libreadline.
Will be needed by hmake after the ghc update.

Not yet wired to the build.
2010-04-12 08:44:33 +00:00
jasper
71c81fa767 - use NOT_FOR_ARCHS instead of BROKEN here. 2010-04-12 08:39:32 +00:00
ajacoutot
236eddb324 Actually compile the procaffinity stub.
Fix a double free, found out while working on an upcoming
gnome-system-monitor port.
2010-04-11 12:38:56 +00:00
kili
8334b94cc0 Import cabal-install, the command line interace for Cabal and Hackage.
Not yet wired to the build.
2010-04-10 18:24:15 +00:00
kili
c55e33394e Import hs-parallel. Part of the Haskell Platform.
Not yet wired to the build.
2010-04-10 15:37:56 +00:00
kili
1f23b542d1 Import hs-deepseq. Part of the Haskell Platform.
Not yet wired to the build.
2010-04-10 15:36:10 +00:00
sthen
1d7517410d let this build on arm; from Brad 2010-04-10 11:11:06 +00:00
ian
41802dc703 + intellij 2010-04-09 22:28:01 +00:00
ian
9881b21aa4 Import IntelliJ IDE, from Daniel Dickman (maintainer)
with a tweak by me, ok sthen@
2010-04-09 22:23:26 +00:00
sthen
4dececaf10 update orc to 0.4.4, from Brad 2010-04-09 21:56:05 +00:00
kili
5d53227431 Import hs-stm, which is part of the Haskell Platform.
Not yet wired to the build.
2010-04-09 20:26:32 +00:00
kili
fc53f3d855 Import hs-QuickCheck, a library for automated testing of
Haskell programs. Part of the Haskell Platform.

Not yet wired to the build.
2010-04-09 18:50:56 +00:00
kili
863e76e6ca Import hs-HUnit, a unit testing framework for Haskell.
Part of the Haskell Platform.

Not yet wired to the build.
2010-04-09 18:34:00 +00:00
kili
956fe0cc55 Import hs-fgi, which is part of the Haskell Platform.
Not yet wired to the build.
2010-04-09 16:56:40 +00:00
naddy
30d3be269f pkg_subst changed the name of its backup files 2010-04-08 20:44:54 +00:00
ajacoutot
ed999124da Remove the post-install target, we set permissions with PLIST markers.
Fix some ifdef mess in sysdeps/bsd/procmem.c.
Fix some warnings and implicit references.
Fix subnet display.
Bring a couple of patches from FreeBSD.

This is still not perfect but libgtop2 is now much more robust.
2010-04-08 15:57:46 +00:00
kili
2687f46cad Import hs-hashed-storage.
Required by darcs.
Not yet wired to the build.
2010-04-08 15:08:41 +00:00
ajacoutot
075a4d61e1 Update to libelf-0.8.13.
Don't install compat headers, they are useless and can actually create
issues with other ports.
2010-04-08 15:07:51 +00:00
kili
5a52acdff1 Import hs-mmap, an mmap API for Haskell.
Required by hashed-storage, which in turn is required by darcs.

Not yet wired to the build.
2010-04-08 14:59:05 +00:00
kili
1051819ee5 Import hs-dataenc, a data encoding library for Haskell.
Required by upcoming update of darcs.
Not yet wired to the build.
2010-04-08 14:43:38 +00:00
kili
194298702a Import hs-binary, a library for lazy binary serialization of Haskell values.
Required by some other stuff, especially the upcomming darcs update.
Not yet wired to the build.
2010-04-08 14:37:53 +00:00
kili
87b2174eab Include hs-language-c, a Haskell library for the analysis and
generation of C code. Will be required by c2hs.
2010-04-08 14:17:30 +00:00
landry
0a236cfbc3 Fix boost header so that -Werror configure scripts (wesnoth) doesn't
bomb. An update to 1.42 is needed anyway.
ok jasper@
2010-04-08 11:33:35 +00:00
landry
728debceb1 Add a patch to disable autoupdates which would mess up with /usr/local
in case someone is dumb enough to run this as root. Proper fix still to
be found..
From maintainer Daniel Dickman, thanks
2010-04-08 07:41:09 +00:00
ajacoutot
7325d97d93 Minor update to libgsf-1.14.18. 2010-04-08 06:43:18 +00:00
stephan
98df7daf06 +p5-Throwable 2010-04-07 06:24:14 +00:00
stephan
529594cbc4 import devel/p5-Throwable-0.100090:
Throwable is a role for classes that are meant to be thrown as
exceptions to standard program flow. It is very simple and does
only two things: saves any previous value for $@ and calls die $self.

ok giovanni@ and "reads ok" sthen@
2010-04-07 06:15:49 +00:00
ajacoutot
2c7c0c92a5 Remove maintainer as per his request. 2010-04-06 21:23:13 +00:00
ajacoutot
ce8d8a3e16 Raw frogs for robert.
noticed by andres at msu dot edu, thanks.
2010-04-06 17:50:35 +00:00
naddy
d326478ef9 update to 2.8.0; from maintainer Andreas Bihlmaier 2010-04-06 17:15:40 +00:00
kili
79e72d8c41 Import hs-network, a Haskell library providing some network-related
functionality.

Not yet wired to the build.
2010-04-06 15:19:44 +00:00
kili
0e94409373 Import hs-parsec, a library for monadic parser combinators.
Required by the Haskell Platform, probably needed by darcs, too.

Not yet wired to the build.
2010-04-06 15:10:56 +00:00
kili
f7d87f7fda Import hs-regex-compat. No idea what this provides, but it'll be
needed by darcs and is required by the Haskell Platform anyways

Not yet wired to the build.
2010-04-06 14:45:40 +00:00
kili
1684891056 Import hs-regex-posix, a regex module for Haskell backed on the C
posix regex api.

Not yet wired to the build.
2010-04-06 14:43:57 +00:00
kili
c3e3793214 Import hs-regex-base, which will be needed by darcs after the upcoming ghc update
(and which is part of the Haskell Platform, anyway).

Not yet wired to the build, for obvious reasons.
2010-04-06 14:42:10 +00:00
sthen
f5bbaa347f happy happy joy joy; enabling xcb in cairo means that xcb-render
and xcb-render-util are pulled in; add them to WANTLIB and bump.
2010-04-06 10:15:59 +00:00
landry
6c6afd54fe Add a .desktop files for fd.o-compatible menus.
From maintainer Daniel Dickman, thanks!
2010-04-05 17:09:17 +00:00
robert
e19e0e5cd8 mono deps are handled in the mono module now; bump PKGNAME to be sure 2010-04-05 10:44:43 +00:00
robert
9adf5976e2 Use the correct prefix in the nant script. 2010-04-05 10:02:05 +00:00
ajacoutot
289dffa9b8 This needs mono to build.
Set NO_REGRESS.
Remove 'A' from COMMENT.
MAKE_FLAGS is not needed here, use FAKE_FLAGS.
2010-04-05 06:30:43 +00:00
robert
9331f0a9d5 +nant 2010-04-05 01:14:25 +00:00
robert
93f7597f2b import of nant:
NAnt is a .NET based build tool. In theory it is kind of like make without
make's wrinkles. In practice it's a lot like Ant.
2010-04-05 01:13:44 +00:00
jasper
ebfcf1062c - add two patches from j@bitminer.ca to quieten openmpi a bit
about v4-mapped addresses

read good to maintainer
2010-04-04 15:49:06 +00:00
ajacoutot
7de1577623 Update to flatzebra-0.1.4.
Re-order dependencies.

maintainer timeout.
2010-04-04 15:34:54 +00:00
naddy
4a3db5383a mdoc fixes; from FreeBSD 2010-04-03 19:39:50 +00:00
landry
0bf80f5e3f Update to netbeans 6.8, from Daniel Dickman on ports@ a while ago,
who also takes maintainership, with a minor tweak by me (chown
${BINOWN}:${BINGRP} in do-install so that it packages properly when
built as user)
See http://marc.info/?l=openbsd-ports&m=126223375703003&w=2 and
http://marc.info/?l=openbsd-ports&m=126216832521398&w=2 for details.
Also tested by Brandon Mercer and Fred Crowson, with much prodding from
Brandon Mercer.
2010-04-03 11:42:06 +00:00
ajacoutot
e0307e724e Major update to pango-1.28.0.
successfully tested by jasper@ in a bulk
ok jasper@
2010-04-03 10:37:06 +00:00
sthen
4ec2f3de05 sync WANTLIB/LIB_DEPENDS, bump 2010-04-03 00:32:55 +00:00
sthen
0fbeaaa2a3 use newer autoconf, from Brad 2010-04-03 00:21:14 +00:00
jsg
603e0289b5 +libmpc 2010-04-02 20:39:44 +00:00
jsg
d31dee522a Mpc is a C library for the arithmetic of complex numbers with
arbitrarily high precision and correct rounding of the result.
It is built upon and follows the same principles as Mpfr.

Imported with a PKGNAME of libmpc so as not to conflict with audio/mpc.
Incorporating changes from alek@
2010-04-02 20:33:21 +00:00
sthen
071a757eae delete zero-byte file, pointed out by Brad 2010-04-02 16:20:28 +00:00
bernd
bee120fd75 Update to git-1.7.0.4.
Based on a diff by Daniel Dickman. Thanks!
2010-04-02 16:08:09 +00:00
sthen
a941ac7fd4 sync WANTLIB (mostly libffi) and bump PKGNAMEs 2010-04-02 16:02:27 +00:00
giovanni
6bde998f2d +p5-Text-vFile-asData
+p5-Data-ICal
2010-04-02 13:41:18 +00:00
giovanni
e921e33590 Import p5-Data-ICal, a Perl module to handle vCalendar files.
A Data::ICal object represents a "VCALENDAR" object as defined in the
iCalendar protocol (RFC 2445, MIME type "text/calendar"), as implemented
in many popular calendaring programs such as Apple's iCal.
2010-04-02 13:34:39 +00:00
giovanni
b3a7c80acf Import p5-Text-vFile-asData, a Perl module to read vCard and vCalendar files.
Text::vFile::asData reads vFile format files, such as vCard (RFC 2426) and vCalendar (RFC 2445).
2010-04-02 13:27:44 +00:00
giovanni
ef6263bc34 Update to 0.55
ok stephan@ jasper@
2010-04-02 13:15:43 +00:00
jasper
d441b07103 - update libsigsegv to 2.8
from brad, maintainer timed-out.
2010-04-02 07:43:14 +00:00
ajacoutot
8129bcd8b4 Minor update to libgtop2-2.28.1.
(only translations updates)
2010-03-30 16:24:24 +00:00
ajacoutot
08686f0fb7 Maintainance update to gconf2-2.28.1. 2010-03-30 12:52:30 +00:00
ajacoutot
a9d611659c Bugfix update to ORBit2-2.14.18. 2010-03-30 11:59:49 +00:00
jasper
2e442c45cd - allow this to build on mips64*
feedback from kettenis@
ok phessler@
2010-03-30 11:47:33 +00:00
robert
9d0bd550e1 Add missing patches... 2010-03-30 11:01:10 +00:00
robert
9cfa962094 Udpate to 1.41.0; original diff from Markus Hennecke 2010-03-30 11:00:15 +00:00
ajacoutot
6843761a15 Minor update to libIDL-0.8.14. 2010-03-30 10:51:11 +00:00
stephan
3a3b2bb5ed update to 1.22 and enable two more regression tests. ok jasper@ 2010-03-30 10:45:41 +00:00
ajacoutot
9908053f9b Update to libgdata-0.6.4. 2010-03-30 08:02:08 +00:00
jasper
a911dd377a - update gobject-introspection to 0.6.9...still badly broken on sparc64. 2010-03-29 15:17:10 +00:00
jasper
8b2c7db1a3 - add p5-AnyEvent HTTP 2010-03-29 14:09:33 +00:00
jasper
e8fd3c6284 import p5-AnyEvent-HTTP 1.44
This module implements a simple, stateless and non-blocking HTTP client.
It supports GET, POST and other request methods, cookies and more, all
on a very low level. It can follow redirects supports proxies and
automatically limits the number of connections to the values specified
in the RFC.
2010-03-29 14:05:56 +00:00
ajacoutot
19950174b8 s/-lpthread/-pthread/ 2010-03-29 12:40:09 +00:00
ajacoutot
406ec47bdd Bugfix update to libsigc++-2.2.5. 2010-03-29 09:34:24 +00:00
ajacoutot
76641108a5 Fix icons installation and add missing gtk-update-icon-cache goo.
Fix CONFIGURE_ARGS.

Bring some patches from FreeBSD:
* use gmake
* use exuberant ctags
Fix depends accordinly.
2010-03-29 07:44:28 +00:00
jasper
69df3e75e0 - sync 2010-03-28 19:31:21 +00:00
jasper
aead13c648 import p5-Data-Dump-Streamer 2.09
Given a list of scalars or reference variables, writes out their
contents in perl syntax. The references can also be objects. The
contents of each variable is output using the least number of Perl
statements as convenient, usually only one. Self-referential structures,
closures, and objects are output correctly.
2010-03-28 19:28:50 +00:00
jasper
75d0602aa0 import p5-B-Utils 0.11
This module provides helper functions for `op' tree manipulation.
2010-03-28 19:28:06 +00:00
ajacoutot
f2f970a91c Put '-fPIC' in openbsd ifdefs. 2010-03-27 14:32:23 +00:00
ajacoutot
75102e1e90 Bump autoconf version to 2.63. 2010-03-26 15:45:54 +00:00
ajacoutot
81afb79c44 Unbreak on 64bits arches.
(thanks robert@ for giving me access to an amd64 machine)

breakage reported by viq at viq dot ath dot cx
2010-03-26 14:24:42 +00:00
ajacoutot
1ed4352ed6 Update to glib2mm-2.22.2:
MemoryInputStream: Correct data loss/corruption with binary data.
2010-03-26 13:20:37 +00:00
sthen
258695d970 +orc 2010-03-25 10:28:10 +00:00
sthen
57e0cc8a72 Import devel/orc, from Brad with a patch from me to drop ARM machines
back to the generic support rather than trying to use the asm backend
which appears to be broken upstream.

Orc is a library and set of tools for compiling and executing
very simple programs that operate on arrays of data.  The "language"
is a generic assembly language that represents many of the features
available in SIMD architectures, including saturated addition and
subtraction, and many arithmetic operations.
2010-03-25 10:23:26 +00:00
landry
2adc3c88bb +protobuf 2010-03-24 19:04:46 +00:00
landry
6d0b84b3bb Import protobuf 2.3.0, from Vincent Auclair with a DESCR reformatting by me.
Protocol buffers are a flexible, efficient, automated mechanism for
serializing structured data - think XML, but smaller, faster, and
simpler. You define how you want your data to be structured once, then
you can use special generated source code to easily write and read your
structured data to and from a variety of data streams and using a
variety of languages. You can even update your data structure without
breaking deployed programs that are compiled against the "old" format.
2010-03-24 19:03:37 +00:00
okan
ef032ff697 update to 2.08.01, from Sylvestre Gallon (maintainer)
"go ahead" jasper@
2010-03-24 18:42:28 +00:00
naddy
75f527f3ca remove ports that are included with 4.7 in base or X11 2010-03-24 16:19:56 +00:00
ajacoutot
2c39f73b0e openh323 becomes h323plus
pwlib becomes ptlib

input and ok espie@
2010-03-23 21:37:54 +00:00
ajacoutot
e111f25a77 Remove pwlib, it has been superseded by ptlib. 2010-03-23 21:27:03 +00:00
ajacoutot
7984c8ef3a -pwlib
+ptlib
2010-03-23 21:20:13 +00:00
ajacoutot
540c1f4f5f Import ptlib-2.6.5
PTLib is a moderately large C++ class library that originated many years
ago as a method to produce applications that run on both Microsoft
Windows and Unix X-Windows systems. It also was to have a Macintosh port
as well, but this never eventuated. In those days it was called the
PWLib the Portable Windows Library.

Since then, the availability of multi-platform GUI toolkits such as KDE
and wxWindows, and the development of the OpenH323 and OPAL projects as
primary user of the library, has emphasised the focus on networking, I/O
portability, multi-threading and protocol portability. Mostly, the
library is used to create high performance and highly portable
network-centric applications. So all the GUI abstractions ahave been
dropped and it was renamed the Portable Tools Library that you see
today.
2010-03-23 21:10:17 +00:00
jasper
2f99271888 - switch to gtk+2 2010-03-23 20:48:21 +00:00
stephan
ce450983f6 update to 1.16, fixes a deep recursion crash, yup sthen@ 2010-03-23 16:16:22 +00:00
ajacoutot
a63ca1d2a5 Add missing goo.
Fix dependencies.
2010-03-22 22:38:25 +00:00
robert
459bb0975e add monodevelop 2010-03-22 21:25:36 +00:00
robert
6113cb3283 Import of monodevelop-2.2.2:
onoDevelop is a free GNOME integrated development environment (IDE)
primarily designed for C# and other .NET languages.

The main features of MonoDevelop are:

        * Code Completion
        * Class Management
        * Built-in Help
        * Project Support
        * Add-ins
2010-03-22 21:24:02 +00:00
espie
bfe705aba5 recent autoconf 2010-03-22 20:54:24 +00:00
espie
53734733c7 REQUIRES current m4 2010-03-22 20:53:54 +00:00
espie
96acd30179 NOTE THIS REQUIRES -current m4, as committed a few minutes ago. 2010-03-22 20:53:34 +00:00
stephan
6c1c0a0c4f update to 0.18, ok jasper@ and sthen@ 2010-03-22 16:13:00 +00:00
sturm
35b45cc174 remove myself as maintainer, bump PKGNAMEs 2010-03-22 13:54:21 +00:00
sthen
439b8d7e7f update to 0.3.17, from Brad. tested i386/amd64/macppc/sparc64/arm. 2010-03-21 23:05:18 +00:00
jasper
28756d7c5a - update goffice to 0.8.1 2010-03-21 11:01:08 +00:00
jasper
274bf0b6b1 - fix for mips64 2010-03-21 10:54:46 +00:00
jasper
7def45f9a1 - use /dev/arandom 2010-03-21 10:46:43 +00:00
jasper
b1bc456b07 - update openmpi to 1.4.1
* Rewrite network interface configuration using getifaddrs(3) for BSD, from netbsd

ok maintainer
2010-03-21 10:45:19 +00:00
ajacoutot
db5c465188 Update to libgdata-0.6.3.
ok jasper@
2010-03-21 10:18:31 +00:00
ajacoutot
4226b13540 Update to libgsf-1.14.17.
gnomevfs is now deprecated in favor of gio.
2010-03-21 09:59:45 +00:00
ajacoutot
bbe3ae05d2 Update to glib2-2.22.5.
tested in a bulk by jasper@, thanks.
2010-03-21 09:55:54 +00:00
sthen
85ddd0417d update to 20100318142033 from James Turner (maintainer) 2010-03-20 23:26:11 +00:00
ajacoutot
b31c5c5f94 @unexec -> @unexec-delete
ok sthen@ espie@
2010-03-20 17:06:45 +00:00
ajacoutot
8c76ca1f52 s/CFLAGS/CPPFLAGS/ 2010-03-20 16:53:59 +00:00
jasper
82cc587f37 - update argtable to 2.12 2010-03-20 16:45:10 +00:00
jasper
ce7a495c58 - update iso-codes to 3.13
ports is unlocked now. NO NEW PORTS NOR NEW DIRS FOR NOW!
2010-03-20 16:42:37 +00:00
giovanni
6779a7666c Fix documentation path
Diff from Vadim Zhukov
ok jasper@
2010-03-04 08:20:47 +00:00
espie
e18d5a8d2c avoid rebuild during fake 2010-03-01 14:33:56 +00:00
espie
816c0235eb a few more rotten eggs 2010-03-01 12:06:02 +00:00
espie
c0f2ef240c fix a few egg ports 2010-02-27 17:53:06 +00:00
espie
35b53591f2 fix FULLPKGPATH 2010-02-26 18:21:08 +00:00
landry
a2bd8e8fc3 Allow libsigsegv to build on hppa, thus allowing bash and rarian and a
shitload of gnome stuff to build. Hints from kettenis@ for the sp register.
ok espie@ jasper@

while is unlocked ports only for those informed have been.
2010-02-23 22:51:46 +00:00
jasper
9e316775ae - fix build on mips64(el), other arches are untouched
ok sthen@

ports is unlocked for a while only for those who have been informed.
if I DID NOT MAIL YOU, DO NOT COMMIT!
2010-02-23 20:11:15 +00:00
jasper
de46d01df2 - enable libffi on mips64(el)
ok espie@ phessler@

ports is unlocked for a while only for those who have been informed.
if I DID NOT MAIL YOU, DO NOT COMMIT!
2010-02-23 19:08:55 +00:00
jasper
228964a8d2 - extend archtecture tests for mips64el
ok naddy@ phessler@
2010-02-09 12:23:59 +00:00
jasper
fcaeef2071 - extend archtecture tests for mips64el
ok naddy@
2010-02-09 12:18:45 +00:00
jasper
5738e2c41e - let this build on mips64el too
ok espie@
2010-02-08 17:42:51 +00:00
jasper
733af9e6e8 - make this work on mips64el too, giving bash and bison a chance to build as well.
ok naddy@
2010-02-07 21:02:46 +00:00
kurt
eb459139a1 Remove broken jdk17_bootstrap PSEUDO_FLAVOR. ok jasper@ naddy@ 2010-02-05 13:10:31 +00:00
naddy
f141693aa8 mark devel/lam and devel/openmpi as conflicting 2010-02-01 20:28:17 +00:00
espie
100f0c7870 SUBDIR += is wrong: it means the makefile will pick up SUBDIR from env, thus
breaking cd /usr/ports && SUBDIR=some/path make something for
category makefiles. While there, also put spaces around += uniformously.
okay naddy@, jasper@
2010-02-01 17:00:12 +00:00
jolan
ca7dbb81a7 fix MASTER_SITES, ok naddy@ 2010-01-30 19:08:30 +00:00
naddy
72b44c5513 bump PKGNAME for PLIST changes 4.6 -> 4.7 2010-01-27 21:43:27 +00:00
kili
968f7fce0e Increase rev. to avoid confusion. 2010-01-27 11:31:41 +00:00
sthen
39adea89f2 - horde needs pear-Mail-mimeDecode; add missing RUN_DEPENDS. ok jasper ajacoutot
- remove now unnecessary RUN_DEPENDS on pear-Mail-Mime, suggested by ajacoutot
2010-01-27 10:50:23 +00:00
kili
9712481b9c Quirk for wily -> wily_9libs. 2010-01-27 10:25:18 +00:00
ajacoutot
355f34ff4f Merge a patch from upstream to fix a SIBGUS on dependant applications
(e.g. gnugk) on strict alignment arches.

ok naddy@ jasper@
2010-01-27 08:24:43 +00:00
espie
4c3f13fbc9 more gnome shit 2010-01-26 10:51:22 +00:00
espie
f2bef61fd5 older shit 2010-01-26 10:22:26 +00:00
landry
8fbd50bb6d Remove jason@ as MAINTAINER, as his e-mail bounces since a while.. agreed
by jason@, prodded by espie@. While here, take maintainership of
devel/geotiff & devel/proj. Any takers for the others ?
ok espie@
2010-01-23 10:29:45 +00:00
naddy
d82b063c3a require devel/p5-aliased so it won't be auto-installed from CPAN; ok jasper@ 2010-01-19 15:03:04 +00:00
sthen
242fff5eff Unbreak after ia_subnet removal. ok jasper@ 2010-01-18 09:27:00 +00:00
sthen
f6f31eb29c Add two diffs from upstream.
- Add a memory clobber to placate gcc.
- Disable mas10_u8_mmx_2. Fixes bug #19672 (bugs.freedesktop.org).

From Brad. ok ajacoutot@ jasper@
2010-01-17 21:29:30 +00:00
espie
f6d7127c2d deja vu in base X system 2010-01-16 10:07:45 +00:00
jasper
4f7478ebae - fix dependencies to prevent systrace from acting up. fixes build on an empty box
ok ajacoutot@
2010-01-13 09:32:54 +00:00
jasper
b99a7631bb BUILD_DEPENDS=RUN_DEPENDS, otherwise it'll pull them from cpan directly
ok ajacoutot@
2010-01-13 08:27:42 +00:00
jasper
7d4c012588 - sync 2010-01-12 19:27:08 +00:00
jasper
3c0c41c1b5 import p5-POE-Component-Supervisor (the cause of the recent p5-puking...)
This is a port of the Erlang process supervisor
(http://www.erlang.org/doc/design_principles/sup_princ.html).

This will monitor instances of children, restarting them as necessary
should they exit.
2010-01-12 19:26:42 +00:00
jasper
4f2161bc2e import p5-Test-TempDir
Test::TempDir provides temporary directory creation with testing in
mind.
2010-01-12 19:20:37 +00:00
jasper
0d53f42b33 import p5-MooseX-Types-Path-Class
MooseX::Types::Path::Class creates common Moose types, coercions and
option specifications useful for dealing with Path::Class objects as
Moose attributes.
2010-01-12 19:20:14 +00:00
jasper
532dc68360 import p5-MooseX-LogDispatch
Log::Dispatch role for use with your Moose classes.
2010-01-12 19:19:48 +00:00
jasper
d0bb4756f2 import p5-Log-Dispatch-Config
Log::Dispatch::Config is an abstract class of config parser.
2010-01-12 19:18:55 +00:00
jasper
e47321d509 import p5-Log-Dispatch-Config-TestLog
This module will load Log::Dispatch::Config and set things up
for a test run.
2010-01-12 19:18:08 +00:00
jasper
28b24201f4 import p5-Log-Dispatch-Binlog
The two classes provide in this distribution provide Storable based
binary logging for Log::Dispatch.

This is useful for testing your log output, or for delegating log output
to a listener on a socket without losing high level information.
2010-01-12 19:17:38 +00:00
wcmaier
d9f6ff471a Update to 1.4.2.
Diff from Max Varencov <admin at phpcode dot us> -- thanks!
2010-01-12 14:04:29 +00:00
jakemsr
d30e4ddda5 - quit building audio(4) support
- remove unused --disable-ltdl configure arg
2010-01-12 11:19:06 +00:00
jasper
92419b21ab - hookup latest cpan import... 2010-01-12 09:48:46 +00:00
jasper
4692c0133d import p5-MooseX-Declare
This module provides syntactic sugar for Moose, the postmodern object
system for Perl 5. When used, it sets up the class and role keywords.
2010-01-12 09:44:05 +00:00
jasper
7fd0edbfce import p5-MooseX-Method-Signatures
Provides a proper method keyword, like "sub" but specifically for making
methods and validating their arguments against Moose type constraints.
2010-01-12 09:43:48 +00:00
jasper
c7a9f3388f import p5-Parse-Method-Signatures
Inspired by Perl6::Signature but streamlined to just support the subset
deemed useful for TryCatch and MooseX::Method::Signatures.
2010-01-12 09:43:26 +00:00
jasper
debf17f1bb import p5-MooseX-Traits
Often you want to create components that can be added to a class
arbitrarily. This module makes it easy for the end user to use these
components. Instead of requiring the user to create a named class with
the desired roles applied, or applying roles to the instance one-by-one,
he can just pass a traits parameter to the class's new_with_traits
constructor.
2010-01-12 09:43:05 +00:00
jasper
a57b9d1e41 import p5-MooseX-Types-Structured
A structured type constraint is a standard container Moose type
constraint, such as an ArrayRef or HashRef, which has been enhanced to
allow you to explicitly name all the allowed type constraints inside the
structure.
2010-01-12 09:42:20 +00:00
jasper
732e84512d import p5-Devel-PartialDump
This module is a data dumper optimized for logging of
arbitrary parameters.
2010-01-12 09:41:53 +00:00
jasper
b6878aa59b import p5-MooseX-Meta-TypeConstraint-ForceCoercion
This class allows to wrap any Moose::Meta::TypeConstraint in a way that
will force coercion of the value when checking or validating a value
against it.
2010-01-12 09:41:28 +00:00
jasper
eed432b542 import p5-MooseX-LazyRequire
This module adds a lazy_required option to Moose attribute declarations.
2010-01-12 09:40:54 +00:00
jasper
e0a9f9cf1f import p5-Context-Preserve
Run code after a subroutine call, preserving the context the subroutine
would have seen if it were the last statement in the caller.
2010-01-12 09:40:25 +00:00
jasper
d6819074ac ...not yet. 2010-01-12 09:14:28 +00:00
jasper
316e359d82 - update p5-MooseX-Types to 0.21 2010-01-12 09:12:30 +00:00
jasper
1d4f546902 - update p5-Moose to 0.93 2010-01-12 09:10:56 +00:00
jasper
3ff9d14eae i made you a PLIST, but cvs eated it. 2010-01-12 08:58:08 +00:00
jasper
fc822f7dee sync 2010-01-12 07:55:54 +00:00
jasper
ab4292e0c1 import p5-MooseX-POE
MooseX::POE is a Moose wrapper around a POE::Session.
2010-01-12 07:53:20 +00:00
jasper
ac416f6913 import p5-Devel-Declare
Devel::Declare can install subroutines called declarators which locally
take over Perl's parser, allowing the creation of new syntax.
2010-01-12 07:52:46 +00:00
jasper
dbcc7b5a12 import p5-B-Hooks-OP-Check
This module provides a c api for XS modules to hook into the callbacks
of PL_check.
2010-01-12 07:52:15 +00:00
jasper
f5d865d155 - update p5-ExtUtils-Depends to 0.302
- fix COMMENT
- remove msf@ as maintainer per his request
2010-01-12 07:47:24 +00:00
jasper
40fbf1f6f9 - add p5-POE-API-Peek 2010-01-11 23:11:09 +00:00
jasper
e61a575123 import p5-POE-API-Peek 1.34
POE::API::Peek extends the POE::Kernel interface to provide clean access
to Kernel internals in a cross-version compatible manner. Other
calculated data is also available.
2010-01-11 23:10:24 +00:00
jasper
65db608ab5 - add p5-MooseX-Async 2010-01-11 22:40:10 +00:00
jasper
dc05686af1 import p5-MooseX-Async 0.07
MooseX::Async is a set of Metaclasses for MooseX::POE and it's siblings.
2010-01-11 22:36:26 +00:00
jasper
e8e39e85b7 - missing run dependency 2010-01-11 22:11:52 +00:00
jasper
35e16e2203 - update p5-POE-Test-Loops to 1.031 2010-01-11 08:29:09 +00:00
jasper
63e97f16df - update p5-Device-USB to 0.31 2010-01-11 08:24:35 +00:00
jasper
f46fead996 - add p5-Device-USB 2010-01-10 21:43:49 +00:00
jasper
fe02efde2d - import p5-Device-USB 0.28
This module provides a Perl interface to the C library libusb. This
library supports a relatively full set of functionality to access a USB
device. In addition to the libusb, functioality, Device::USB provides a
few convenience features that are intended to produce a more Perl-ish
interface.

with help from landry@ to unfuck it's LIBS handling.
2010-01-10 21:41:55 +00:00
kili
b96025d838 Doesn't build on arm.
In case somebody likes real pain: http://mat.exon.name/logs/clisp
seems to contain some hints, and even a diff (which doesn't apply).
2010-01-10 13:10:36 +00:00
fgsch
e3f1a9c77e Update to 1.1.0. 2010-01-09 01:45:06 +00:00
fgsch
0f77ffd8c4 Enter py-coverage. 2010-01-09 01:14:42 +00:00
fgsch
e12f21f183 Update to decorator 3.1.2. 2010-01-09 01:12:59 +00:00
fgsch
b2078c885c Update to Pyro 3.10 2010-01-09 00:57:21 +00:00
fgsch
e80fc9a216 Import coverage 3.2, a code coverage measurement for Python. 2010-01-09 00:52:44 +00:00
fgsch
787f5b7a44 Update to bzr 2.0.3. 2010-01-09 00:21:30 +00:00
ajacoutot
86d71ccb68 Bugfix release to glib2-2.22.4. 2010-01-07 08:02:35 +00:00
jasper
977d748689 - sort 2010-01-04 10:43:30 +00:00
landry
85e34e2d7c +glog 2009-12-31 15:49:40 +00:00
landry
beea239526 Import glog-0.3.0:
The glog library implements application-level logging. This library
provides logging APIs based on C++-style streams and various helper
macros.
From MAINTAINER Vicent Auclair (thanks!) @ ACSEL and a few tweaks by me
2009-12-31 15:48:59 +00:00
landry
2ddcd51019 +gtest 2009-12-31 11:22:28 +00:00
landry
e02d06d91c Import gtest 1.4.0:
Google's framework for writing C++ tests on a variety of platforms
(Linux, Mac OS X, Windows, Cygwin, Windows CE, and Symbian). Based on
the xUnit architecture. Supports automatic test discovery, a rich set
of assertions, user-defined assertions, death tests, fatal and
non-fatal failures, value- and type-parameterized tests, various
options for running the tests, and XML test report generation.

From MAINTAINER Vincent Auclair (thanks!) @ ACSEL
2009-12-31 11:21:13 +00:00
giovanni
bc4e5a6a38 Update to 0.1623, fixes compatibility issue with Perl 5.10.1 spotted
by Mikolaj Kucharski.
2009-12-30 14:20:34 +00:00
jasper
291399cd69 - update json-glib to 0.10.0 2009-12-30 12:55:48 +00:00
stephan
8a942fc169 - update to 0.14
- style tweaks

ok sthen@ jasper@
2009-12-30 09:56:39 +00:00
pirofti
aef8e086aa Add support for landisk. Okay ajacoutot@. 2009-12-28 14:59:09 +00:00
eric
c961149697 update to 0.6.0
ok benoit@
2009-12-28 09:30:09 +00:00
landry
006bee3114 Update to waf-1.5.10. Midori & telepathy-buttefly are happy with it, and
it's needed by a forthcoming gigolo (yay!) port.
reads ok to & tested by jasper@
2009-12-27 18:42:05 +00:00
stephan
fdf37d2dec Add a v0 marker to allow updates after the change of the version numbering scheme. From kili@. 2009-12-26 20:11:14 +00:00
jakemsr
bbe16afa64 use sndio
ok MAINTAINER
2009-12-26 13:21:21 +00:00
espie
b6f3851576 lzma -> xz 2009-12-25 22:43:50 +00:00
phessler
0d837dc932 fix compilation on gcc-2.95 systems 2009-12-25 21:36:22 +00:00
ajacoutot
c4f812490c Use @unexec-delete instead of @unexec for the *-update-* goos.
prodded by espie@
discussed with espie@ sthen@ landry@
2009-12-22 15:31:26 +00:00
ajacoutot
df1c0ad448 Update to gobject-introspection-0.6.7.
ok jasper@
2009-12-22 15:19:52 +00:00
stephan
575e8193e9 - update to 0.22
- maintainer timeout, remove msf as maintainer suggested by sthen
- fix some spacings

ok sthen@ and jasper@
2009-12-22 11:23:10 +00:00
jasper
52490b94a1 - fix build 2009-12-22 11:01:24 +00:00
espie
802ba59829 doc fix: synopsis should be at the same level as name 2009-12-19 09:00:13 +00:00
espie
1613042bd0 fix documentation 2009-12-19 08:47:00 +00:00
sthen
fa208ab155 update to 20091218002951, from maintainer James Turner. 2009-12-19 00:23:33 +00:00
kili
1c70d26e36 p5-parent is in base now.
ok espie@
2009-12-17 19:45:57 +00:00
bernd
998ed96ead Update to git-1.6.5.7. 2009-12-17 10:15:12 +00:00
kevlo
02b56fa257 add stp 2009-12-17 09:44:16 +00:00
kevlo
e23c09e9d6 Initial import of stp 0.1.
STP is a constraint solver (also referred to as a decision procedure
or automated prover) aimed at solving constraints generated by program
analysis tools, theorem provers, automated bug finders, intelligent
fuzzers and model checkers.

ok benoit@
2009-12-17 09:43:28 +00:00
ajacoutot
3b2b6bca3f Bugfix update to libsoup-2.28.2. 2009-12-16 16:25:49 +00:00
benoit
c0137abec5 - update luarings to 1.2.2
ok ajacoutot@
2009-12-16 15:05:14 +00:00
benoit
68d9dba63a - update luaevent to 0.2.0
- update HOMEPAGE
- update license

ok ajacoutot@
2009-12-16 14:59:10 +00:00
kili
1a16b2629d Adjust WANTLIB after openmotif update and bump. 2009-12-16 14:33:47 +00:00
espie
710974079e mergemaster has been folded back into base systems.
Provides updates for teTeX to texlive as well...
2009-12-15 11:40:48 +00:00
espie
d3ec3f808b +quirks 2009-12-14 13:53:14 +00:00
espie
20db416a10 more quirks 2009-12-14 13:50:53 +00:00
kili
8ddafd0039 Replace the c' in the version number by a .' and add an epoch
number to make updates possible again.
2009-12-13 21:10:52 +00:00
espie
e5cb9e6e91 tsk, tsk. People still don't remember that updates happen. 2009-12-12 16:39:00 +00:00
bernd
4370bea3c0 Makefile cleanup. 2009-12-11 09:42:45 +00:00
bernd
c8e03958a9 Update to git-1.6.5.6. 2009-12-11 09:37:53 +00:00
jasper
4c0b0d13c8 - update iso-codes to 3.12 2009-12-09 22:56:37 +00:00