Commit Graph

9260 Commits

Author SHA1 Message Date
jasper
bfbf2ef0ef - adjust for vmmap; we copy the full vmmap tree from the kernel into the process
memory and walk through it with RB_FOREACH.

committing on behalf of ariane@ who wrote all the code, many thanks!
2011-05-26 17:47:24 +00:00
jasper
49835453c2 revert previous, it only adds to the confusion.. 2011-05-26 08:07:21 +00:00
jasper
31de6f9252 Change the way glibtop_mem->total is calculated. Instead of adding
t_free to t_rm, just use t_rm. And use t_arm for glibtop_mem->used.

This makes things less confusing and more in line with the values
top(1) returns.
2011-05-26 07:28:51 +00:00
gsoares
7f28ff4237 - update p5-Devel-Trace to 0.11
- zap USE_GROFF
- REGRESS_IS_INTERACTIVE here
ok jasper@
reads ok sthen@
2011-05-25 18:00:21 +00:00
jasper
3ea4e28756 - update to gsl-1.15
- zap USE_GROFF

from wen heping
maintainer timed-out
2011-05-25 17:32:33 +00:00
jasper
b517a05142 use the same type for temporarily storing the amount of swap, as is used
in the struct that's eventually used to export it.
2011-05-25 10:44:34 +00:00
jasper
5f2e51b6bf missed -python bump.
spotted by naddy@
2011-05-24 21:15:26 +00:00
jasper
d9fb7cd2e3 - update to Devel-Size-0.77 2011-05-24 20:49:20 +00:00
jasper
146b8a8d98 - fix cpu load calculation (was either 0% or 100%, but it seems only amd64
is fixed now, will look at the others soon).
- take maintainership
2011-05-24 12:37:15 +00:00
jasper
f5e79ac1fa fix memory handling, instead of using 17179869183.3 GiB of RAM it's
now giving sensible values.
2011-05-24 11:21:56 +00:00
jasper
a5e0a9326b use sysconf() instead of the deprecated getpagesize() 2011-05-24 10:40:47 +00:00
jasper
ec8a930f96 remove comment that doesn't apply to us 2011-05-24 09:30:20 +00:00
ajacoutot
e288a13063 Rework patches and adapt comment about our monotonic clock support. 2011-05-24 09:10:23 +00:00
jasper
bf81eec5f8 - fix swap detection 2011-05-24 08:48:22 +00:00
rpointel
18b97e9889 Update progressbar to 2.3.
ok aja@, benoit@.
2011-05-24 05:28:55 +00:00
sthen
976016e5c6 dovecot-sieve -> dovecot-pigeonhole 2011-05-23 22:58:35 +00:00
jasper
765163224e - update to libwnck 3.0.2
* translation updates
2011-05-23 21:38:14 +00:00
ajacoutot
acb0ac7cd8 Bugfix update to libsoup-2.34.2.
* Two SoupCache-related leak fixes
2011-05-23 21:34:35 +00:00
jasper
2e03503c62 only try to calculate swap usage if it's enabled. still needs some work
to get a proper avail/inuse though.
2011-05-23 21:26:41 +00:00
jasper
06fdec108e add rcs id's 2011-05-23 19:35:52 +00:00
jasper
f4b38c4bd4 don't leave os_version_code unitialized 2011-05-23 19:31:19 +00:00
jasper
223b8c349e finish cleaning, this should now provide a base to fix bugs that doesn't
make you want to crawl out your eyes...
2011-05-23 19:13:07 +00:00
jasper
99cbaafb32 more ifdef cleaning 2011-05-23 18:47:30 +00:00
jasper
832c9594c4 start cleaning the ifdef-hell 2011-05-23 18:28:14 +00:00
jasper
c977db561e the openbsd code has diverged too much from the freebsd and generic bsd code
to be easily maintainable. so instead move it to files/ for now untill it
gets incorporated upstream.

discussed with aja@
2011-05-23 18:09:10 +00:00
ajacoutot
476aeea50e Missing ifdef. 2011-05-23 16:36:13 +00:00
ajacoutot
0bdc48978b Update to startup-notification-0.12.
ok dcoppa@
2011-05-23 12:06:10 +00:00
jasper
332b0601b7 sort 2011-05-22 20:43:35 +00:00
jasper
9f47095a9c sync 2011-05-22 20:41:30 +00:00
jasper
7a37869a3d import emacs-python 5.2.0
Emacs mode for editing Python code.

ok rpointel@
2011-05-22 20:40:46 +00:00
jasper
00f14a7442 - spacing
- regen wantlib
2011-05-22 17:02:35 +00:00
ajacoutot
1b1aa152e5 Bugfix update to goffice-0.8.15. 2011-05-22 10:06:50 +00:00
sthen
de6490e0a1 missed bumps, AUTOCONF_VERSION actually makes it into RUN_DEPENDS for
these ports. pointed out by Markus Lude.
2011-05-21 20:28:58 +00:00
ajacoutot
25a2cbaf98 Fix RUN_DEPENDS-main so that when using the gtk3 FLAVOR we don't end up
building vte twice (once with the gtk3 FLAVOR and once FLAVORless because
of the dependency on vte-ptyhelper).
2011-05-21 08:02:08 +00:00
ajacoutot
b737aa2e7c Bugfix update to glib2-2.28.7. 2011-05-21 07:05:09 +00:00
sthen
437b940539 use correct autoconf version, from Brad. 2011-05-20 21:18:38 +00:00
ajacoutot
8bd4c48464 Ugly hack to fix CAIRO_SHARED_LIBRARY. I'll need to revisit this soon. 2011-05-20 13:33:53 +00:00
ajacoutot
6523fc5b2a Maintenance update to libgsf-1.14.21. 2011-05-20 12:34:24 +00:00
ajacoutot
7c4bb4c8f8 Merge a part from upstream commit that prefers gvfs-open over gnome-open so
that xdg-open works in both gnome2 and gnome3.
2011-05-19 18:35:43 +00:00
matthieu
ed65c0eb91 Use ${SHELL} to run install-sh since it may not be executable.
ok phessler@, landry@ who did run this through a full ports build.
2011-05-18 19:38:15 +00:00
espie
bb2bf62650 hunting for stupid distfiles... 2011-05-18 01:03:52 +00:00
dcoppa
3b46dbc2b5 Update to sip-4.12.2.
Tested in a bulk build by landry@
OK landry@, sthen@
2011-05-17 08:29:45 +00:00
jasper
7aa646c406 add libexude 2011-05-16 20:37:27 +00:00
dhill
e4695e3a38 import libexude, a library used for debugging memory allocations.
ok sthen@
2011-05-16 20:21:14 +00:00
ajacoutot
fc4a672ce4 Remove LIBTOOL from SUBST_VARS. 2011-05-16 15:14:00 +00:00
rpointel
225463d332 installation was not correct on python2.4, problem reported from naddy@.
do not install egg info with python 2.4.
ok naddy@.
2011-05-15 19:48:59 +00:00
jasper
82d5768c73 add missing lib dependency
spotted by landry@
2011-05-15 15:17:18 +00:00
gsoares
74862e5520 update Parallel-ForkManager to 0.7.9
ok jasper@ sthen@
2011-05-15 15:04:51 +00:00
ajacoutot
10c3b8d0da No need to run_depends on net/libproxy for -gnome, this is implied by
the net/glib2-networking dependency.
2011-05-15 13:10:33 +00:00
sthen
7a8604e95f - Coccinelle native-code builds require dynlib support so only attempt
to use this where dynlib is available

- on native-code arch, only build the native version and install this
to be used by default - it's about 5x faster
2011-05-15 10:17:38 +00:00
ajacoutot
fbf1b02a5f Fix DEPENDS, libproxy,-gnome is going away soon. 2011-05-15 09:22:45 +00:00
ajacoutot
ab6e69ccd6 +gconf2,gtk2 2011-05-14 22:18:47 +00:00
ajacoutot
0211b96f79 Add a gtk2 FLAVOR for the -gtk (gconf2-sanity-check) subpackage (default
FLAVOR being gtk+3).
2011-05-14 22:18:13 +00:00
ajacoutot
a8f87eed47 It is stupid to force a gtk+{2,3} dependency on gconf2 where only one
port actually uses the gconf2-sanity-check-2 binary (which brings the
gtk+ dependency), namely gnome-session.
So, subpackage gconf2-sanity-check-2 into its own package.

discussed with and ok jasper@
2011-05-14 21:34:30 +00:00
ajacoutot
8e6304f974 deve/gconf2 is about to loose its dependency on x11/gtk+2 so explicitely
register x11/gtk+2 for ports depending on gconf2 that don't have another
dependency that would bring it.

discussed with jasper@
2011-05-14 21:29:03 +00:00
ajacoutot
6b0621e7f0 Be safe with the subsitution, we want to cc -> $CC only when cc means
cc(1).
2011-05-14 20:24:02 +00:00
sthen
1f04279849 +coccinelle 2011-05-14 15:03:20 +00:00
sthen
7901f74bbb import ports/net/coccinelle, help from kili@ and Amit Kulkarni.
tweak & ok mk@.

Coccinelle is a program matching and transformation engine which
provides the language SmPL (Semantic Patch Language) for specifying
desired matches and transformations in C code.

Coccinelle was initially targeted towards performing collateral
evolutions in Linux. Such evolutions comprise the changes that are
needed in client code in response to evolutions in library APIs, and may
include modifications such as renaming a function, adding a function
argument whose value is somehow context-dependent, and reorganizing a
data structure.

Beyond collateral evolutions, Coccinelle is successfully used (by INRIA
and others) for finding and fixing bugs in systems code.
2011-05-14 15:02:50 +00:00
ajacoutot
283ec721d7 Remove libgsf-gnome. It's unused and use deprecated interfaces (bonobo,
gnomevfs...).

"nice" jasper@
2011-05-14 14:01:15 +00:00
jasper
790f3b84ea slightly reorder Makefile so we don't have a build dependency on py-gtk2 when building vte3. 2011-05-14 13:17:28 +00:00
ajacoutot
fb8aa835b1 Install files where they belong too (i.e. don't move out from default). 2011-05-14 11:22:12 +00:00
jasper
f5f01d8691 prevent -R/usr/X11R6/lib/ from ending up in the pkgconfig files, this breaks
g-ir-scanner. also, since our ld already searches in /usr/X11R6/lib/ there's
no need to explicitly list it here again.

discussed with and ok aja@
2011-05-13 23:52:55 +00:00
ajacoutot
6763a508bd Add the gtk3 to the build. 2011-05-13 23:19:27 +00:00
jasper
05ae3aeb5d - add a gtk3 pseud-flavor, sharing the gnome-pty-helper with the default gtk2
help and ok aja@
2011-05-13 23:07:16 +00:00
ajacoutot
4fe364f721 Don't install static lib and libtool file for modules.
Regen WANTLIB.
2011-05-13 22:28:15 +00:00
ajacoutot
767b6b8013 Don't install static lib and libtool file for modules. 2011-05-13 22:18:34 +00:00
jasper
d277936e10 split the gnome-pty-helper into a subpackage
discussed with and ok aja@
2011-05-13 22:01:46 +00:00
jasper
f4528fbee4 - update vte to 0.28.0 (this port is and will be the gtk2 variant)
ok aja@
2011-05-13 20:44:55 +00:00
gsoares
708114290f update to 20110512145652; from James Turner(MAINTAINER)
You must run "fossil rebuild" on all of your repositories
after updating to this version of fossil.
(Hint: Consider using "fossil all rebuild" to rebuild all your repos in one go.)

OK jasper@ sthen@
2011-05-13 13:42:48 +00:00
giovanni
11d1625827 Update to 0.7102 2011-05-13 13:20:31 +00:00
ajacoutot
50d1b80be8 Enable seed support. 2011-05-13 12:39:11 +00:00
ajacoutot
adf2ea6de4 Bring some patches from upstream:
* Fixed bug while grabbing resize grip
* Correctly detect the required devhelp version
* Fixed loading correct application icon
2011-05-13 12:15:38 +00:00
jasper
b3245c12a6 Add support for XRandR and VidMode gamma ramps.
From upstream bz #971

This fixes the very dark screens with various SDL apps, most notably
openarena.

ok jakemsr@ (MAINTAINER)
2011-05-13 07:57:24 +00:00
gsoares
9a4083edd9 update to 1.232
ok jasper@ sthen@
2011-05-13 00:09:29 +00:00
gsoares
1114e7d6d7 update devel/p5-IO-All to 0.41
ok jasper@ sthen@
2011-05-13 00:04:52 +00:00
giovanni
e88d77261e Update to 1.13, from gsoares@
Lot of bug fixes
Full changelog at http://cpansearch.perl.org/src/MARKOV/IO-Multiplex-1.13/Changes
2011-05-12 09:11:32 +00:00
sthen
00a83a5ca6 2.68 2011-05-12 00:18:11 +00:00
sthen
3583b6b7d5 Add autoconf-2.68, from Brad. 2011-05-12 00:10:33 +00:00
jeremy
83b01e7dc0 Update to version 2.4.0. 2011-05-11 23:40:47 +00:00
jeremy
9de02760e1 Update to version 0.3.27. From wen heping. 2011-05-11 23:40:05 +00:00
jeremy
5cb5104ec3 Update to version 0.10.6. Add a patch to allow compilation, since
clock_gettime is in libc in OpenBSD.
2011-05-11 23:39:02 +00:00
rpointel
221385e101 update py-mxDateTime to 3.1.3. Add python2.7 flavor.
ok sthen@.
2011-05-11 20:36:06 +00:00
jasper
4d65106916 import POE-Component-Syndicator-0.01
POE::Component::Syndicator is a base class for POE components
which need to handle a persistent resource (e.g. a connection
to an IRC server) for one or more sessions in an extendable way.

from wen heping (MAINTAINER),
needed by upcoming p5-POE update, not hooking this up yet.

ok sthen@
2011-05-11 18:58:49 +00:00
gsoares
36955d3f91 - update to 0.34
- remove USE_GROFF
- zap unneeded post-extract target
- install examples
- specify license
- regen plist

OK jasper@, Srebrenko Sehic(MAINTAINER)
reads ok to sthen@
2011-05-11 18:50:39 +00:00
ajacoutot
e792ba2ae9 +yaml-cpp 2011-05-11 16:56:21 +00:00
ajacoutot
d0428136b7 Import yaml-cpp-0.2.6.
YAML parser and emitter in C++ matching the YAML 1.2 spec.

from Antti Harri with some tweaks.
ok jasper@
2011-05-11 16:55:30 +00:00
eric
be37d402a0 update to 0.8.0
ok ajacoutot@
2011-05-11 16:13:08 +00:00
ajacoutot
561d6fe9bc Sanitize some @unexec/@extraunexec calls to rm: move them up in the
PLIST and remove remove everything under the @sample'd directory instead
of the directory itself to prevent a warning from pkg_delete(1) trying
to remove a non existing directory and to help preventing left-over
files and directories.
2011-05-11 06:22:16 +00:00
sthen
47dd43ac0f - update to 0.10003; wen heping
- remove dep on p5-MRO-Compat, it's now only needed for old perl <5.9.5
2011-05-10 13:13:51 +00:00
sthen
2a50dddb64 whitespace; wen heping 2011-05-10 13:09:03 +00:00
ajacoutot
b1193d6513 Maintenance update to libnotify-0.7.3. 2011-05-10 05:17:17 +00:00
ajacoutot
88d6f78b4c Don't use the hardcoded /usr/share value but use LOCALBASE/share instead. 2011-05-09 12:37:04 +00:00
jasper
37d362b0dd - update msp430-libc to 20110213
please note that this includes the standard ti headers, so you may need
to fix your includes when updating. but all the ti-provided code will now work
with msp430-gcc
2011-05-09 09:02:12 +00:00
jasper
756ad5089f - update msp430-gdb to 7.2 2011-05-09 08:59:39 +00:00
jasper
e61b3f3498 - update msp430-gcc to 4.4.5 2011-05-09 08:59:19 +00:00
jasper
30c820c0d2 - update msp430-binutils to 2.21 including support for many new chips
- add a fix against crashing gas on openbsd
2011-05-09 08:58:55 +00:00
ajacoutot
6736ec938c Bugfix update to dconf-0.7.5.
This should be the latest release before the new stable 0.8.
2011-05-09 08:43:45 +00:00
ajacoutot
0aafc36649 Bugfix update to glib2mm-2.28.1. 2011-05-09 08:07:40 +00:00
fgsch
0d66b58f1c Update to 1.8.3.
wcmaier (maintainer) ok.
2011-05-09 08:01:37 +00:00
jasper
8269f815f0 add missing hs-text dependency
spotted by landr@
2011-05-08 14:19:39 +00:00
ajacoutot
291dddb589 Fix crash when user database is not present (from upstream). 2011-05-08 12:20:37 +00:00
ajacoutot
e51fc9f1d1 Remove unused patch, we already patch the vala sources. 2011-05-07 15:15:39 +00:00
ajacoutot
e5323bc0a2 Better dconf.vapi target. 2011-05-07 14:45:22 +00:00
sthen
c412bb5786 update to 1.5, from Brad. tested with a few ports that use this
for regression checks.
2011-05-07 14:03:47 +00:00
ajacoutot
27ddc1d4c4 Bugfix update to dconf-editor-0.7.4. 2011-05-06 14:22:27 +00:00
jasper
695dfde829 tomboy -> gnote
as discussed with aja@
2011-05-06 11:28:55 +00:00
jasper
27a6ba8791 sync 2011-05-06 08:57:49 +00:00
jasper
3fe3ec6508 import ExtUtils-CChecker 0.06
Often Perl modules are written to wrap functionallity found in existing
C headers, libraries, or to use OS-specific features. It is useful in
the Build.PL or Makefile.PL file to check for the existance of these
requirements before attempting to actually build the module.

needed for upcoming p5-POE update
from wen heping with tweaks by me

ok sthen@
2011-05-06 08:53:46 +00:00
ajacoutot
e29d998afd Remove blank line. 2011-05-06 06:43:43 +00:00
gsoares
edf01e402c - update to 1.5.0
- regen patches while here

ok sthen@ jasper@
2011-05-05 23:16:19 +00:00
jasper
a46a757d8c sync 2011-05-05 18:56:14 +00:00
jasper
3117666d96 import automake 1.11.1
ok sthen@
2011-05-05 18:55:34 +00:00
jasper
de448d0cf3 - build and install boost_unit_test_framework and friends,
ok aja@
2011-05-05 17:08:27 +00:00
jasper
ddb0bbf149 - sort lib list 2011-05-05 15:09:20 +00:00
jasper
a0aacc684f explicitly use gtk+-2.0 2011-05-05 13:14:20 +00:00
dcoppa
c78552504c Avoid a warning from perl-5.11
(upstream git commit 375912c466b28a6121d351b9ff5513133a1c7227)

OK landry@, jasper@
2011-05-05 12:30:16 +00:00
dcoppa
041ba31a1e Update to libyajl-2.0.1
OK landry@
Maintainer timeout
2011-05-05 12:17:44 +00:00
ajacoutot
140b9141e0 Fix a warning. 2011-05-05 08:33:30 +00:00
ajacoutot
be0c8a1e11 Update to libvmime-0.9.1 and drop maintainership. 2011-05-04 12:52:50 +00:00
jasper
c5c7038342 use MASTER_SITE_PYPI 2011-05-04 09:39:52 +00:00
jasper
1c75ed1d7f - update to 2.4.1.1
- zap useless homepage

ok kili@ (MAINTAINER)
2011-05-04 08:43:57 +00:00
jasper
ac9f8f1ec1 - update to 1.0.10.0
ok dcoppa@ (MAINTAINER)
2011-05-04 08:05:36 +00:00
ajacoutot
aac5e58545 +mono-gdata 2011-05-03 16:37:29 +00:00
ajacoutot
ca2ad9b01e Import mono-gdata-1.4.0.2.
The GData .NET Client Library provides a library and source code that
makes it easy to access data through Google Data APIs.

ok jasper@
2011-05-03 16:36:58 +00:00
chl
c69a51fdef No need to "make depend" anymore to build kernel.
ok sthen@
2011-05-03 15:03:03 +00:00
ajacoutot
d4a76ec80d Fix DLLMAP_FILES to unbreak runtime. 2011-05-03 10:22:29 +00:00
landry
60b14a7f76 Duh. devel/apache-ant->=1.8.2 is not a valid pkgpath dependency spec,
devel/apache-ant>=1.8.2 is.
2011-05-03 09:35:56 +00:00
ajacoutot
99c27a3709 /bin/sh will do just fine here. 2011-05-03 08:28:22 +00:00
rpointel
912085a7c6 Removed version of python 2.6 hardcoded in PLIST, replace by MODPY_VERSION.
ok ajacoutot@.
2011-05-02 17:57:39 +00:00
stsp
18d2e7b93f Use the proper autoconf version for AUTOCONF_VERSION. From Brad. 2011-05-02 17:13:33 +00:00
sthen
350530262b Switch to simpler Modules/CMakeDetermineSystem.cmake patch now committed
upstream. Suggested by/ok dcoppa@
2011-05-02 15:59:43 +00:00
ajacoutot
570f6645ae Merge a patch from upstream:
editor: Load *.enums.xml as well as *.gschema.xml.  This was stopping some
enums from being loaded.
2011-05-02 14:40:33 +00:00
jasper
45fc2758d9 no point in changing docdir, if docs aren't installed 2011-05-02 11:41:32 +00:00
jasper
b34a2b5546 - remove unneeded patch and fix docdir path 2011-05-02 11:34:14 +00:00
landry
05d097e5e9 Tighten depends on apache-ant->=1.8.2, remove now unneeded ANT_HOME from
MAKE_ENV, and bump REVISIONs. From Daniel Dickman, thanks!
2011-05-02 07:23:17 +00:00
landry
2962a3f594 Update to apache-ant 1.8.2, from Daniel Dickman who takes
maintainership.
2011-05-02 07:20:34 +00:00
kili
46f557424a + hs-ghc-mtl
+ hs-hint
2011-05-01 21:23:50 +00:00
kili
34947fd730 This library provides an mtl compatible version of the GhcT
monad-transformer defined in the GHC-API since version 6.10.1.

ok jasper@
2011-05-01 21:23:14 +00:00
kili
9042321086 This library defines an Interpreter monad. It allows to load Haskell
modules, browse them, type-check and evaluate strings with Haskell
expressions and even coerce them into values. The library is
thread-safe and type-safe (even the coercion of expressions to
values).
It is, esentially, a huge subset of the GHC API wrapped in a simpler
API.

ok jasper@
2011-05-01 21:21:35 +00:00
gsoares
0a0de6ff8d - update to 1.48,
- remove NO_REGRESS, and set REGRESS_TARGET (enable regression tests)
- use INSTALL_MAN instead of INSTALL_DATA
- add a patch to fix an issue which was found by Igor Zinovik(MAINTAINER)
http://sourceforge.net/apps/trac/cppcheck/ticket/2755
(The patch has already been committed upstream and will be part of the next release)

ok jasper@, sthen@, Igor Zinovik(MAINTAINER)
2011-05-01 21:08:49 +00:00
jim
39749746c3 Update to version 20101217
This release corrects some minor bugs and adds several useful features including an --iterations flag, plus pre- and post-filters for customization. A better guess is made for the starting indentation level of old code with tabs.

ok sthen@
2011-05-01 21:00:03 +00:00
jasper
51b068fe2c sync 2011-05-01 17:29:52 +00:00
jasper
b2ec4b7be1 import hs-type-level 0.2.4
This library permits performing computations on the type-level.
Type-level functions are implemented using functional dependencies of
multi parameter type classes. To date, Booleans and Numerals (Naturals
and Positives) are supported.

ok kili@
2011-05-01 17:29:26 +00:00
rpointel
e2db087946 update pip to 1.0.1, from Wen Heping (MAINTAINER). 2011-05-01 12:54:53 +00:00
ajacoutot
104e5e02d5 Set proper AUTOCONF_VERSION, from Brad. 2011-05-01 11:34:17 +00:00
landry
f3abe3e315 Chase firefox36 update and bump xulrunner to 1.9.2.17. 2011-04-30 08:35:40 +00:00
sthen
49167b523a Set CMAKE_HOST_SYSTEM_PROCESSOR more like people are expecting by
using arch -s instead of uname -p. Tested with all current CMake
users in tree, no change.  ok dcoppa@
2011-04-29 16:50:32 +00:00
gsoares
fa8aa2153b - update to 0.14
- doesnt need groff
- install examples
- regen plist

ok jasper@ sthen@
2011-04-29 14:09:52 +00:00
landry
56f17afd60 Fix, was broken since vim 7.3 update. Pointed out by Rafael Sadowski,
thanks!
2011-04-29 13:27:20 +00:00
stsp
c93b5f15db Update to 1.7.5. ok bernd 2011-04-29 11:09:10 +00:00
jasper
918d66b089 - update to 0.2 2011-04-29 09:32:50 +00:00
jasper
e1094de897 sync 2011-04-29 07:31:17 +00:00
jasper
973e6194eb import libwnck3 3.0.0
this is the gtk3 counterpart of devel/libwnck and can be installed alongside
just fine.

ok aja@
2011-04-29 07:30:49 +00:00
jasper
613a1ee084 - bugfix update to 2011-04-28 2011-04-29 06:46:06 +00:00
jasper
1b30818661 usage of SUBST_CMD wasn't needed here, so use MAKE_FLAGS instead. prevents
unneeded substitutions in PLIST too.
2011-04-28 21:27:31 +00:00
jasper
6b93577fce - update to 2011-04-23 2011-04-28 21:18:47 +00:00
dhill
fc71d3791d update to 0.3.
ok jasper@
2011-04-28 20:50:11 +00:00
landry
360aefae1c Let's use a common DIST_SUBDIR for all mozilla ports so that it's easier
to clean the gigabytes of src tarballs previously piling up in distfiles/.
Update distinfo accordingly.
Looks sane to jasper@.
2011-04-28 20:44:47 +00:00
kili
a183052f5d + hs-ansi-terminal 2011-04-28 17:35:13 +00:00
kili
45679cc987 ANSI terminal support for Haskell, which allows:
* Cursor movement
* Screen and line clearing
* Color output
* Showing or hiding the cursor
* Changing the console title (though this is not strictly part of
  ANSI, it is widely supported in Unix)

It is compatible with Windows (via an emulation layer) and those
Unixes with ANSI terminals.

ok jasper@
2011-04-28 17:31:57 +00:00
ajacoutot
ef8aef2f3a -eggdbus 2011-04-28 13:12:03 +00:00
ajacoutot
46e27e8b33 Remove, deprecated and not needed by anything anymore.
ok jasper@
2011-04-28 13:11:36 +00:00
ajacoutot
9413dc5c08 Regen dependencies after recent updates: drop eggdbus dependency.
(this will also fix a symbol conflict between libeggdbus and glib2)

ok jasper@
2011-04-28 13:10:57 +00:00
ajacoutot
8c8429a47c Workaround the fact that we cannot pass SCM_CREDS over unix sockets:
implement the "intended" SCM_CREDS stack as if we had support for that
in the kernel (by-pass it almost completely).
send/recv a single null byte without creds, but on recv, just do a
getsockopt(SO_PEERCRED) and return that as if it coming from the cmsg.
This works as long as creds are not retreived from an fd which has
already been handed over to a different process via SCM_RIGHTS. It will
probably not be enough in the future but we'll see then.
all this work done by eric@ (thanks!) and tested by myself

Enable support for g_credential*
Fix a couple of warnings.

ok eric@ jasper@
2011-04-28 13:07:53 +00:00
dcoppa
6579c5d0ce Remove david@ as maintainer, as per his request. 2011-04-28 09:45:14 +00:00
ajacoutot
9e7cf2d928 Regen PLIST after the itlocaledir fix in the gnome MODULE. 2011-04-28 07:35:19 +00:00
dcoppa
03c29ef9ed Bugfix update to libyajl-1.0.12 2011-04-27 21:02:06 +00:00
jasper
bb7ba11fb2 use versioned config tarballs 2011-04-27 17:30:18 +00:00
jasper
9d8cfb59c4 use ${VERSION} in PLIST instead of hardcoding it 2011-04-27 16:29:33 +00:00
jasper
7fe89810a9 - adjust INCLUDE_PATH
- tweak PLIST
2011-04-27 15:15:22 +00:00
gsoares
443949e035 - update to 20
- fix MASTER_SITES
- set EXTRACT_SUFX to .zip
- install doc files inside ${PREFIX}/share/doc
- regen plist
ok jasper@ sthen@
2011-04-27 12:57:05 +00:00
ajacoutot
671738ab09 Use MODPY_ADJ_FILES to remove the 'env python' stuffs... 2011-04-27 12:53:01 +00:00
jasper
7d6e76bdef sync 2011-04-27 11:22:24 +00:00
jasper
d0ad5696be import libunique3, the gtk+3 counterpart of libunique (they can be installed
alongside eachother)

ok aja@
2011-04-27 11:22:07 +00:00
kili
50de8460c5 Save some build time by not building the darcs library at all. 2011-04-27 11:19:13 +00:00
jasper
bd52a21fc4 - tweak COMMENT to reflect it's GTK+2-ness.
ok aja@
2011-04-27 11:07:11 +00:00
ajacoutot
22f1fd9899 Update to gsettings-desktop-schemas-3.0.1.
* Don't migrate background-related keys
* Don't migrate custom GTK+ color schemes and various GTK+ tweaks keys
2011-04-27 05:26:40 +00:00
kili
100a2539fc This now depends on devel/hs-haskeline. While here, add a version range
matching the .cabal file to the devel/hs-mtl dependency.
(I really have to work on a .cabal => *_DEPENDS tool, and I also should
switch to the more readable stemless dependencies whereever possible,
but on the other hand, this can wait until the next major haskell update)
2011-04-26 19:29:16 +00:00
kili
9d739b0ee4 +hs-haskeline
+hs-terminfo
2011-04-26 19:25:06 +00:00
kili
545fa42620 Provides a user interface for line input in command-line programs.
This library is similar in purpose to readline, but since it is
written in Haskell it is (hopefully) more easily used in other
Haskell programs.

This also was in lang/ghc and didn't belong there.

ok jasper@
2011-04-26 19:24:40 +00:00
kili
5e66bc5aa1 Provides an interface to the terminfo database (via bindings to the
curses library).  Terminfo allows POSIX systems to interact with a
variety of terminals using a standard set of capabilities.


This was in lang/ghc but didn't belong there.

ok jasper@
2011-04-26 19:23:38 +00:00
jasper
e6e60e92d2 missing bump on arches that use ghc
spotted by naddy@, ok kili@ (MAINTAINER)
2011-04-26 14:51:32 +00:00
ajacoutot
687b73d774 No need for the itlocaledir tweak anymore. 2011-04-26 13:09:07 +00:00
jasper
ec2e357b53 unbreak unbreaking.. 2011-04-26 12:14:34 +00:00
jasper
10c92c49da unbreak 2011-04-26 12:12:14 +00:00
ajacoutot
d7173dd95e The archive uses the PaxHeader extension, so use gtar to unpack,
otherwise we miss files.
2011-04-26 09:01:43 +00:00
ajacoutot
972ab90a12 Bugfix update to libsoup-2.34.1. 2011-04-26 05:50:36 +00:00
jeremy
088fe66707 Update to 1.2.3. 2011-04-25 18:12:31 +00:00
jasper
fc8251a4b1 - tweak DESCR
ok kili@ (who calls me a DESCR nazi for this)
2011-04-25 15:11:39 +00:00
kili
500d822152 Update to hs-atom-1.0.9.
ok jasper@ (maintainer)
2011-04-25 15:09:15 +00:00
kili
967e708e74 + hs-bimap 2011-04-25 15:08:23 +00:00
kili
124e70d5ba A data structure representing a bidirectional mapping between two
key types. Each value in the bimap is associated with exactly one
value of the opposite type.

ok jasper@
2011-04-25 15:08:05 +00:00
jolan
1a3df9cf28 remove dead mirrors and use MASTER_SITE_BACKUP explicitly 2011-04-25 15:01:28 +00:00
jasper
7522707120 - update to 1.050
from wen heping
2011-04-25 13:46:16 +00:00
jasper
f65c5de38a - update to 0.10.8
ok aja@
2011-04-25 11:43:17 +00:00
ajacoutot
a61add409a Update to gconf2-2.32.3.
* translation updates
2011-04-25 11:05:35 +00:00
ajacoutot
27834ffeea Consistency. 2011-04-24 19:15:13 +00:00
kili
0a939560c2 Set DIST_SUBDIR for the no_deps pseudo flavor. 2011-04-23 21:05:14 +00:00
kili
ab954ec4cf New distinfo after DIST_SUBDIR change in ghc.port.mk. 2011-04-23 20:22:13 +00:00
kili
e41950b136 Disable the upcoming DIST_SUBDIR change in ghc.port.mk for this port, because
this is buildable with both ghc and nhc98.
2011-04-23 20:07:47 +00:00
kili
67047fb4b8 Depend on and use mtl-2 from devel/hs-mtl. 2011-04-23 14:32:50 +00:00
kili
c2d44c9575 Comment only. 2011-04-23 13:00:43 +00:00
kili
fbb4e44932 Use the pregenerated lexer and parser to get rid of alex
and happy dependencies (the latter causing circular build
dependencies via hs-mtl and hs-transformers back to haddock).
2011-04-23 12:25:51 +00:00
jeremy
52a581e1cd Remove duplicate version of ruby-rack-test. It was originally imported
under devel, and then later imported by me under www.  Since stuff
depends on the www version and it is more up to date, keep that version.

Add goo to update automatically from devel version to www version.

Discovered by claudio@.  OK sthen@.
2011-04-23 01:31:42 +00:00
jasper
f2a8537a69 re-order 2011-04-21 16:29:35 +00:00
jasper
72c12d30e9 no need for this script, it's unused 2011-04-21 11:37:56 +00:00
landry
54fe51ceef Update instructions for running in chroot, from Mattieu Baptiste, thanks! 2011-04-21 11:28:22 +00:00
jasper
96befc5a43 /bin/ksh works just fine, no need for bash 2011-04-21 10:41:05 +00:00
eric
c789225c54 - update to 0.8.3
- add a new _buildslave user
- add a rc script
- add a README
- update HOMEPAGE
- change MAINTAINER

from Piotr Sikora (new MAINTAINER)

ok ajacoutot@
2011-04-21 10:22:38 +00:00
eric
492972447c - update to 0.8.3p1
- add a new _buildbot user
- add a rc script
- add a README
- update HOMEPAGE
- change MAINTAINER (per his request)

from Piotr Sikora (new MAINTAINER)

ok ajacoutot@
2011-04-21 10:20:43 +00:00
ajacoutot
6d01c2069a Fix build/run with new libnotify.
tested in a bulk by landry, thanks!
ok landry@ jasper@
2011-04-21 07:04:56 +00:00
ajacoutot
4d15a159e3 Oops, forgot to fix SHARED_LIBS before committing. 2011-04-21 07:04:37 +00:00
ajacoutot
7aa77eeb12 Major update to libnotify-0.7.2.
tested in a bulk by landry, thanks!
ok landry@ jasper@
2011-04-21 07:03:21 +00:00
jasper
a20583fba2 - update to 1.06
- doesn't need groff
- set CONFIGURE_STYLE=modinst

from gleydson
2011-04-21 06:56:37 +00:00
naddy
8aa7922499 Update gmake to 3.82, including two important upstream fixes.
This version has some backward incompatibilities.  All affected
ports in the tree have been fixed in advance.
2011-04-20 20:51:41 +00:00
jasper
9c69158978 - update to 0.09, adjusts to new Moose API (instead of bailing out) 2011-04-20 19:51:34 +00:00
kili
d8562bdfa1 Sigh. Hook hs-mtl to the build.
I wanted to defer this until we really need it, but it
looks like some ports already need this version of mtl.

So no we have mtl-1 (bundled with lang/ghc) and mtl-2
(in devel/hs-mtl). Haskell library dependency hell.
2011-04-19 19:31:31 +00:00
kili
d666817ded Bump to be safe -- for unknown reasons, the dependency change of
hs-MissingH caused a ABI change (shouldn't happen, but GHC ssems
to be just a huge random number generator), which broke this one
on my local machine.
2011-04-19 19:05:12 +00:00
kili
af7bda0996 This depends on devel/hs-mtl.
Problem found by landry@.
2011-04-19 19:01:21 +00:00
jasper
86291056b2 - update to 1.1.6
- sync DESCR

from gleydson soares
2011-04-19 17:30:05 +00:00
giovanni
21ceb1eda4 Update to 1.0.7 from Wen Heping 2011-04-19 15:27:04 +00:00
jasper
b2b5112c77 - update to 1.2.3
from gleydson soares
2011-04-18 18:14:12 +00:00
ajacoutot
52428be03a Bugfix update to py-gobject-2.28.4. 2011-04-18 16:30:21 +00:00
eric
ab297442e9 add py-mock 2011-04-18 15:12:05 +00:00
eric
c39f5dc168 mock is a Python module that provides a core Mock class. It removes
the need to create a host of stubs throughout your test suite. After
performing an action, you can make assertions about which methods /
attributes were used and arguments they were called with. You can also
specify return values and set needed attributes in the normal way. 

The mock module also provides utility functions / objects to assist
with testing, particularly monkey patching. 

ok ajacoutot@
2011-04-18 15:10:14 +00:00
ajacoutot
58a582f8c9 Minor update to libgdata-0.8.1. 2011-04-18 14:00:25 +00:00
landry
b38a444edb This does not build on hppa, add it to NOT_FOR_ARCHS. 2011-04-18 11:48:44 +00:00
ajacoutot
688a4ec338 Remove now unneeded patch. 2011-04-18 10:40:27 +00:00
ian
83ae3c3679 Change my email to be consistent, bump revision 2011-04-17 20:10:43 +00:00
jasper
5499d92d3b - remove unnecessary NULL casts 2011-04-17 18:04:00 +00:00
jasper
1043c5cc0a - remove unnecessary NULL casts 2011-04-16 21:28:35 +00:00
sthen
b22501e783 minor update to 0.27, ok/tweaks simon@ 2011-04-16 21:03:19 +00:00
sthen
11ebbb999f Don't try to create directories which already exist, this significantly
cleans up the console output if you set USE_SYSTRACE.  ok dcoppa@
2011-04-16 15:18:13 +00:00
jasper
a8837a024a disable the -python subpackage on mips64*. py-gtk2 doesn't build there due to
toolchain bugs and it would take out all ports that depend on the regular vte
C library.

ok aja@
2011-04-16 12:17:40 +00:00
jasper
02a9289240 PKG_ARCH=* is already set by cpan.port.mk.
from gleydson soares
2011-04-16 11:52:45 +00:00
simon
fd90d53aa2 update to version 0.47 and remove USE_GROFF
from Gleydson Soares
seems fine to jasper@
2011-04-16 11:14:36 +00:00
simon
3365cf9c5d update to version 0.12 and remove USE_GROFF
from Gleydson Soares, thanks!
2011-04-16 11:10:03 +00:00
sthen
2f4529e097 add trailing 'S' after ONLY_FOR_ARCH... 2011-04-16 10:51:39 +00:00
naddy
be23e8bf1a Don't use m4 syntax for a Makefile comment; fixes build with gmake 3.82.
ok ajacoutot@ jasper@
2011-04-15 19:28:05 +00:00
ajacoutot
a2d7a47da4 Fix build after gnutls update.
ok jasper@ landry@
2011-04-15 16:13:23 +00:00
sthen
0a843cf8f8 add autoconf 2.67, ok phessler@ landry@ 2011-04-15 09:46:31 +00:00
ajacoutot
30d047d88a Use correct filename in pre-configure target.
Regen WANTLIB/PLIST.

from Gleydson Soares, thanks!
2011-04-15 06:07:01 +00:00
ajacoutot
5d4cc901a1 Add missing build+run depends on devel/py-gobject.
spotted by landry@, thanks!
2011-04-15 05:49:55 +00:00
jasper
eeb29b3347 don't use ``rm -f'' for remove unneeded files.
this will remember us, when not needed anymore this treatment.

from gleydson soares
ok aja@
2011-04-14 15:55:19 +00:00
ajacoutot
22f97c7995 Bugfix update to glib2-2.28.6.
* Fix a possible crash when using g_settings_delay()
* Translation and documentations updates
2011-04-14 14:02:17 +00:00
kili
02e55b9509 + hmake 2011-04-14 12:16:16 +00:00
kili
aa043e1a02 Resurrect, but only for nhc98 (required for devel/cpphs on platforms
without ghc, as noticed by jasper@).

"Bring out your dead! Bring out your dead!" jasper@
2011-04-14 12:15:53 +00:00
sebastia
c7c1d9ece4 Update libmemcached from 0.44 to 0.48. Patch from piotr sikora at frickle com
Thanks.

reads fine to jasper@, and OK sthen@
2011-04-14 11:17:49 +00:00
jasper
fd2d1fb887 - update to 20110413120518
from james turner (MAINTAINER)
2011-04-14 07:38:31 +00:00
jasper
c5b9fe9069 - update to 0.05
- set BUILD_DEPENDS

from gleydson
2011-04-14 07:01:06 +00:00