ajacoutot
b073e8aebd
remove myself from maintainership.
2010-04-16 17:36:00 +00:00
jasper
707c62e62d
- bump PKGNAME after p5-Socket bump
2010-04-16 14:45:25 +00:00
ajacoutot
d63253be4c
Update to pangomm-2.26.1.
...
* Minor documentation improvements.
2010-04-16 12:45:53 +00:00
ajacoutot
97457c6019
Update to libsigc++-2.2.6.
...
Only documentation change.
2010-04-16 12:37:40 +00:00
jasper
2aa1fbad33
- remove broken jad, it's never gonna get fixed. and upstream doesn't seem very alive.
...
"please remove it" kevlo@ (MAINTAINER)
2010-04-16 07:48:33 +00:00
dcoppa
7a9c9135b1
update-plist and bump because of cmake diff.
...
OK landry@, sthen@
2010-04-15 20:35:46 +00:00
dcoppa
64ab3526bf
Avoid creating .so symlinks for shared libraries, as they break
...
OpenBSD porting standards.
OK landry@, sthen@
"if it works and other people like it, go ahead" espie@
2010-04-15 20:30:47 +00:00
jasper
be3a31810b
- fix LIB_DEPENDS/WANTLIB for py-vte, wouldn't build on a clean system otherwise.
...
ok aja@
2010-04-15 17:44:04 +00:00
ajacoutot
67f084abd7
left overs from previous spring cleaning.
2010-04-15 14:44:02 +00:00
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