jasper
1c2f8c2d83
drop now-unneeded pre-configure and use ERL_APP_SUBST instead.
2013-03-11 13:02:16 +00:00
jasper
2de7598f57
- install missing header file
2013-03-11 12:39:23 +00:00
espie
bcf3856632
PERMIT_* / REGRESS->TEST sweep
2013-03-11 10:50:00 +00:00
ajacoutot
c219334eff
Fix reversed conditionals for LONG_DOUBLE (upstream).
2013-03-11 08:19:38 +00:00
jasper
e2a838b2f8
- use REBAR_BIN where applicable
2013-03-10 20:11:40 +00:00
jasper
b5abfc3d49
- drop now unneeded patches which patched away the {deps} blocks of rebar.config.
...
rebar wants to download missing dependencies on the fly, but that won't work out
too good in the ports tree, so erlang.port.mk now removes those dependency declaration
sections.
2013-03-10 19:57:39 +00:00
benoit
a8361887fc
- update p5-MLDBM to 2.05
...
- update PERMIT_* and RUN_DEPENDS
from David Hill, minor tweaks by me.
2013-03-10 19:45:55 +00:00
jasper
70c1dbc3b1
- remove now unneeded CONFIGURE_STYLE
2013-03-10 19:35:26 +00:00
jasper
e891362f69
switch to the erlang module, so more stuff may be factored into the module, but
...
it's a good start.
2013-03-10 19:20:06 +00:00
jasper
846fb62fc0
remove a CTRL-v with an identity crisis that snuck in...
...
spotted by rpe@
2013-03-10 18:51:26 +00:00
rpe
44c2f3e7bb
- fix COMMENT
...
- bump REVISION
- add devel/rebar as BUILD_DEPENDS
ok jasper@
2013-03-10 18:25:34 +00:00
jasper
1200fe0dd1
- drop PERMIT_DISTFILES_CDROM
...
- fix license marker
2013-03-10 18:17:42 +00:00
jasper
7e24def25b
sprinkle some rebar dependencies; spotted by rpe@/nigel@
2013-03-10 17:40:52 +00:00
bluhm
828cd9c0f2
update p5-Devel-NYTProf to 4.25
2013-03-10 15:27:06 +00:00
benoit
8978fc0322
- update p5-FreezeThaw to 0.5001
...
- remove USE_GROFF
- update PERMIT_*
from David Hill
2013-03-10 15:02:06 +00:00
ajacoutot
40aa22197a
Update to goffice-0.10.1.
2013-03-10 12:17:34 +00:00
ajacoutot
dc7b864afe
Fix depends after recent graphite2 import.
2013-03-10 09:07:12 +00:00
ajacoutot
3d77596c8a
Add graphite2 support.
2013-03-10 09:06:46 +00:00
landry
e8268c1a20
Bump the major, two headers have been removed in previous....
2013-03-10 08:49:47 +00:00
landry
1df6511204
Unbreak after proj update by backporting upstream r1907.
...
Rule of thumb: never assume a diff sent by Amit Kulkarni has been properly
tested.
2013-03-09 23:09:20 +00:00
nigel
4282d70d89
update-plist replaced lines in PLIST with variable when it shouldn't.
...
Ok jasper@
2013-03-09 21:59:02 +00:00
landry
764ea90e79
Update to proj 4.8.0, based on a diff from Amit Kulkarni.
2013-03-09 19:59:04 +00:00
ajacoutot
9aef09c3a5
Update to pango-1.32.6.
...
-> requires fontconfig>=8
2013-03-09 15:27:47 +00:00
ajacoutot
920db103eb
Update to harfbuzz-0.9.13.
2013-03-09 15:25:28 +00:00
sthen
7dc276d458
update to Test::Fatal 0.10, from dhill
2013-03-09 15:24:25 +00:00
sthen
387ec0c86c
update to Test::Taint 1.06, from dhill
2013-03-09 15:20:01 +00:00
sthen
30c2571e6f
update to Test::Pod 1.46, from dhill
2013-03-09 15:18:52 +00:00
sthen
3975b49ffd
update to py-tz 2012j, from maintainer frantisek holop
2013-03-09 14:28:16 +00:00
espie
1a84b29415
+p5-Carp-Always
2013-03-08 12:14:54 +00:00
espie
6bea49c6a0
perl debug tool: when your program dies/warns, always show carp longmess
...
okay sthen@
2013-03-08 12:12:03 +00:00
jasper
d086e4408d
sync
2013-03-08 12:07:42 +00:00
jasper
03a64a8fb7
import erl-mixer
...
erl-mixer allows to mix in functions from other modules.
ok aja@
2013-03-08 11:59:20 +00:00
jasper
775fab6977
import erl-meck
...
With meck you can easily mock modules in Erlang. You can also perform
some basic validations on the mocked modules, such as making sure no
unexpected exceptions occurred or looking at the call history.
ok aja@
2013-03-08 11:58:42 +00:00
jasper
8599304a33
import erl-jiffy
...
Jiffy is a JSON parser as a NIF. This is a complete rewrite of the work
I did in EEP0018 that was based on Yajl. This new version is a hand
crafted state machine that does its best to be as quick and efficient as
possible while not placing any constraints on the parsed JSON.
ok aja@
2013-03-08 11:58:15 +00:00
jasper
c552688c07
import erl-gen_server2
...
gen_server2 provides an enhanced and improved version of the
Erlang/OTP distribution's gen_server.
ok aja@
2013-03-08 11:57:54 +00:00
jasper
a65a9d1cbb
import erl-folsom
...
Folsom is an Erlang based metrics system inspired by Coda Hale's
metrics. The metrics API's purpose is to collect realtime metrics from
your Erlang applications and publish them via Erlang APIs and output
plugins. folsom is not a persistent store. There are 6 types of metrics:
counters, gauges, histograms (and timers), histories, meter_readers and
meters. Metrics can be created, read and updated via the folsom_metrics
module.
ok aja@
2013-03-08 11:57:32 +00:00
jasper
351dca12b2
import erl-fast_log
...
erl-fast_log is a logging library used for Chef.
ok aja@
2013-03-08 11:57:12 +00:00
jasper
5991212a7c
import erl-eper
...
erl-eper is a loose collection of Erlang Performance related tools.
ok aja@
2013-03-08 11:55:49 +00:00
jasper
9299069374
import erl-ejson
...
Decode and encode JSON into/from Erlang terms using Elang NIF library if
available.. This the module used in CouchDB project ported a standalone
module with rebar support.
ok aja@
2013-03-08 11:54:39 +00:00
jasper
b9ee446350
import erl-ej
...
The ej module makes it easier to work with Erlang terms representing
JSON in the format returned by jiffy, mochijson2, or ejson. You can use
ej:get/2 to walk an object and return a particular value, ej:set/3 to
update a value within an object, or ej:delete/2 to remove a value from
an object.
ok aja@
2013-03-08 11:53:57 +00:00
jasper
431d57e4fc
import erl-depsolver
...
Depsolver is a dependency solver package for erlang. You supply it with a list
of versioned objects that are in the world and then you can solve for
different version constraints.
ok aja@
2013-03-08 11:53:27 +00:00
jasper
b6c1dc67a0
import erl-bear
...
erl-bear is a set of statistics functions for Erlang.
Currently bear is focused on use inside the Folsom Erlang metrics
library but all of these functions are generic and useful in other
situations.
ok aja@
2013-03-08 11:53:05 +00:00
jasper
46479bed30
import erl-automeck
...
erl-automeck streamlines setting up and using meck-based mocks.
ok aja@
2013-03-08 11:52:42 +00:00
jasper
00734c5fd1
sync
2013-03-08 10:57:42 +00:00
jasper
9f5ffa552b
import erl-pooler-0.0.2
...
The pooler application allows you to manage pools of OTP behaviors such as
gen_servers, gen_fsms, or supervisors, and provide consumers with exclusive
access to pool members using pooler:take_member.
ok aja@
2013-03-08 10:55:00 +00:00
jasper
6e7c234153
hookup ruby18 flavor of ruby-gir_ffi
2013-03-08 10:43:04 +00:00
jasper
8eaa939c8b
- update to ruby-gir_ffi-0.5.0
...
* now works with ruby 1.9 too
ok jeremy@
2013-03-08 10:41:58 +00:00
jasper
7f55b649ba
- update to ruby-ffi-1.2.0
...
ok jeremy@
2013-03-08 10:41:26 +00:00
jasper
d9deafe68c
sync
2013-03-08 10:40:41 +00:00
jasper
8128a14c89
Poisoned variable REVISON is already set...
2013-03-08 10:40:08 +00:00
jasper
95f6d66bd5
import ruby-indentation-0.0.7
...
Library of extensions to Ruby's Array and String classes that allow
indentation manipulation of Strings and Arrays of Strings.
ok jeremy@
2013-03-08 10:38:41 +00:00
jasper
f3f66b193a
- update to spice-protocol-0.12.4
2013-03-08 10:35:40 +00:00
jasper
9279382898
- install some files into a proper location instead of directly in ${PREFIX}
2013-03-08 10:27:05 +00:00
jasper
552cb75c8b
- update to lgi-0.7.0
2013-03-08 10:26:26 +00:00
jasper
d9aa3a9a02
- update to commons-io-2.4
2013-03-08 10:25:58 +00:00
jasper
fee1ee6551
frantisek holop takesover maintainership.
2013-03-08 09:13:36 +00:00
djm
128e83da3c
drop MAINTAINERship of my ports. I simply don't have time to give them
...
the attention they deserve
2013-03-08 02:04:37 +00:00
brad
81beb76314
Update to boost 1.53.0.
...
Mostly from Amit Kulkarni.
ok sthen@
2013-03-08 01:21:37 +00:00
jasper
498dd5f145
- drop unneeded CONFIGURE_ENV and some CONFIGURE_ARGS
2013-03-07 10:37:42 +00:00
jasper
d72e52d2b8
- update to mspdebug-0.21
2013-03-07 09:32:22 +00:00
okan
56c723a3e8
update to 1.02
...
ok gsoares@
2013-03-06 17:20:52 +00:00
kurt
3a3fd3881e
- Fix javaPathHelper use
...
- Use unversioned install directory
okay jasper@
2013-03-06 13:12:47 +00:00
benoit
16503d300b
- update p5-Try-Tiny to 0.12
...
- remove USE_GROFF
from David Hill, ok Cesare Gargano (maintainer)
2013-03-06 11:25:30 +00:00
benoit
a89c540d56
- update p5-Params-Util to 1.07
...
- remove USE_GROFF
from David Hill, tested by kevlo@
2013-03-06 07:47:44 +00:00
benoit
0bea98084f
- update p5-Clone to 0.34
...
- remove USE_GROFF
- update patches
from David Hill, ok kevlo@ (maintainer)
2013-03-06 07:28:00 +00:00
sthen
28d00adb2f
add note about devel/gconf2
2013-03-05 10:27:38 +00:00
sthen
0e1d46fdb6
add cruft to knock out the -polkit package on arch where spidermonkey fails
...
ok aja@ and landry noticed I was missing some arches from the list
2013-03-05 10:26:58 +00:00
ajacoutot
bae94d7042
Update to libgee-0.8.5.
...
=> fix a memleak
2013-03-05 07:07:17 +00:00
ajacoutot
56fe1c808e
Bugfix update to libgee06-0.6.8.
...
=> fix a memleak
2013-03-05 06:57:28 +00:00
jturner
4e55e497b0
fossil,static
2013-03-04 23:47:13 +00:00
jturner
6697d3b79d
Update fossil to 1.25.
...
Allow static FLAVOR to coincide with default package and install to
/var/www.
ok sthen@
2013-03-04 23:44:39 +00:00
robert
ce32b34162
update to 8.32
2013-03-04 17:48:21 +00:00
ajacoutot
db93396db0
Update to libgee-0.8.4.
2013-03-03 17:42:24 +00:00
ajacoutot
f26e83051d
Update to libgsf-1.14.26.
2013-03-03 17:40:56 +00:00
espie
0a1d7ed96c
forgot that one: zap it for now, since it's no longer used
2013-03-02 17:05:47 +00:00
ajacoutot
70448d39dc
Update to ptlib-2.10.10.
2013-03-02 14:05:36 +00:00
jasper
6686fa807f
for ports built from source, bump the MODJAVA_VER from 1.5 to 1.6.
...
as discussed with/ok kurt@
2013-03-02 12:45:19 +00:00
sthen
715843528d
update to p5-Error 0.17019
2013-03-02 12:36:36 +00:00
jasper
45987be890
- add $V to SUBST_VARS to minimize future diffs.
2013-03-02 12:35:01 +00:00
jasper
15e553cf97
- update to apache-maven-3.0.5
2013-03-02 12:33:57 +00:00
jasper
ee9c1c3220
- update to apache-ant-1.8.4
...
tested in a bulk by landry@
ok kurt@
2013-03-02 12:33:01 +00:00
jasper
ce1871cb41
- update to libvirt-glib-0.1.5
2013-03-02 12:28:26 +00:00
jasper
64dbe6e3e0
- security update of jenkins to 1.502 which addresses three vulnerabilities,
...
as described in https://wiki.jenkins-ci.org/display/SECURITY/Jenkins+Security+Advisory+2013-02-16
ok aja@
(no response from maintainer as of yet, committing now to make sure it makes 5.3)
2013-02-19 17:50:44 +00:00
sthen
7f9dc60721
The pkg_create magic to handle stripping dynamic libraries on static-only
...
arch works by converting the .so to .a (which covers the case where a
shared arch builds an .so with no associated .a). As gettext has a couple
of shared libraries with no associated static library this scheme doesn't
work, so split it back out to PFRAG.shared to disable the magic. Fixes vax.
ok espie@ naddy@
2013-02-16 18:17:49 +00:00
sthen
106aa47da7
Fix mixed code/decl's in gettext. ok jasper@ aja@ naddy@
2013-02-15 23:47:04 +00:00
jasper
7ada00f584
Security fix for CVE-2013-0256, an XSS exploit in RDoc
...
ok jeremy@ sthen@
2013-02-13 18:19:37 +00:00
sthen
4764baf432
add bootstraps to SUPDISTFILES, don't use $ARCH in DISTFILES as (despite
...
ONLY_FOR_ARCHS) dpb still fetches the files. fixes spurious dpb errors with
!amd64/i386. ok espie@ kurt@
2013-02-13 18:13:12 +00:00
landry
1b92a45ed5
Enable spidermonkey on alpha & hppa.
...
It works flawlessly on alpha, crashes right away on hppa, but it's not
worse than sparc64 in that regard, so maybe that'll allow more stuff to
build on those archs.
ok sthen@ ajacoutot@
2013-02-12 20:02:53 +00:00
robert
9104392e33
backout previous commit, it's too late for this
2013-02-10 19:45:55 +00:00
robert
7436fe4d96
update to pcre-8.32
2013-02-10 19:32:47 +00:00
sthen
f5a323c546
Don't use ${FLAVOR:L}, we only support lower-case flavours now.
...
OK ajacoutot@ espie@
2013-02-09 14:49:50 +00:00
jasper
6ecc81e38f
- update to libwnck-3.4.5
2013-02-08 18:37:26 +00:00
stu
0a12e4a436
+tclthread
2013-02-07 22:58:49 +00:00
stu
b89a5ca4a4
Import tclthread-2.7.0.
...
Provides script-level acces to Tcl's threading capabilities.
ok landry@
2013-02-07 22:56:07 +00:00
jasper
32828b6b7c
no need for gtar, the zip works just fine.
2013-02-07 20:23:14 +00:00
jasper
2125186924
add yet more common stuff to Makefile.inc..
2013-02-07 20:21:03 +00:00
jasper
94727597fc
move NO_BUILD/NO_REGRESS into Makefile.inc
2013-02-07 20:12:52 +00:00
kurt
4e9a44a0ce
- Allow HOTSPOT_BUILD_JOBS to be overridden from make env. okay jasper@
2013-02-07 19:06:55 +00:00
zhuk
f70cacc83d
Fixup header name in manual page.
...
"yep" sthen@
2013-02-07 12:30:44 +00:00
ajacoutot
b69b04381c
Looks like upstream rerolled the archive...
...
reported by Scott McEachern
2013-02-07 07:54:40 +00:00
sthen
878aa21199
update to OpenOCD 0.6.1, change to new homepage etc.
...
thanks Raphael Graf for testing - maintainer timeout
2013-02-07 00:02:30 +00:00
bluhm
1f76963665
update p5-Devel-NYTProf to 4.24
2013-02-06 22:37:47 +00:00
kurt
e0b3fdf889
- Fix java.lang.UnsatisfiedLinkError: java.awt.Toolkit.initIDs by
...
correcting awt Makefile merge error.
2013-02-06 22:08:33 +00:00
jasper
add6bcd42c
- update to maven-3.0.4
...
ok kurt@
2013-02-06 17:46:44 +00:00
ajacoutot
476de5a7aa
Fix a crasher (upstream).
2013-02-06 14:29:49 +00:00
ajacoutot
e953a008f8
Quiet gconftool-2:
...
gconf_ping() will try to shutdown gconfd, but since installing pkg is
done as root, there is not gconfd nor dbus that can be started when
DISPLAY isn't set and an annoying warning is issued.
discussed with espie@
2013-02-06 14:23:06 +00:00
ajacoutot
bbd59bd581
Don't use a versioned docdir.
...
ok zhuk@
2013-02-06 07:17:44 +00:00
ajacoutot
1d0b43f7c9
Update to libaudiofile-0.3.5.
2013-02-06 07:13:57 +00:00
zhuk
d4febe6053
Link qjson and sparsehash to build.
2013-02-05 11:16:14 +00:00
ajacoutot
cf54f2a184
Set the full path to gtar and do not hardcode /usr/local.
2013-02-05 10:39:29 +00:00
zhuk
0eecae0c1b
An extremely memory-efficient hash map implementation. 2 bits/entry
...
overhead! The SparseHash library contains several hash map
implementations, including implementations that optimize for space
or speed.
These hashtable implementations are similar in API to SGI's hash_map
class and the tr1 unordered_map class, but with different performance
characteristics. It's easy to replace hash_map or unordered_map by
sparse_hash_map or dense_hash_map in C++ code.
They also contain code to serialize and unserialize from disk.
This is a prerequisite of upcoming Clementine.
okay@ landry
2013-02-05 10:36:34 +00:00
jasper
b80ae39ba3
- fixup stupid pkgname
2013-02-05 10:32:31 +00:00
zhuk
719da6edba
QJson is a Qt-based library that maps JSON data to QVariant objects.
...
JSON arrays will be mapped to QVariantList instances, while JSON's
objects will be mapped to QVariantMap.
This is prerequisite of Clementine and many KDE4 ports.
okay landry@
2013-02-05 10:31:01 +00:00
jasper
4e8d44d124
- update jenkins to 1.500
...
- expand README/DESCR/SECURITY
ok gonzalo@ ian@ (MAINTAINER)
2013-02-04 16:26:59 +00:00
bcallah
eda31a8d89
'tmw' => 'manaplus'
2013-02-04 15:11:31 +00:00
jasper
4b67be5862
move EXTRACT_SUFX into Makefile.inc
2013-02-04 13:13:39 +00:00
jasper
46c9af33b3
move CATEGORIES into Makefile.inc
2013-02-04 13:11:43 +00:00
jasper
8bdb5c4789
- start COMMENT with a lowercase letter
...
- and no need to explain what subversion is anymore
2013-02-04 13:06:28 +00:00
kurt
45bb6f02db
- Fix intermittent segfaults by enabling UseMembar by default.
2013-02-03 21:03:39 +00:00
jasper
966922c982
import json_pure-1.7.6
...
This is a implementation of the JSON specification according to RFC 4627. You
can think of it as a low fat alternative to XML, if you want to store data to
disk or transmit it over a network rather than use a verbose markup language.
ok jeremy@
2013-02-03 16:45:57 +00:00
jasper
4e1badbd38
sync
2013-02-03 16:45:22 +00:00
jasper
60ebf34b3b
add MODJAVA_*_DIR to SUBST_VARS.
...
ok kurt@
2013-02-03 15:03:03 +00:00
bcallah
6a440f0d69
Update guichan to 0.8.2 and take MAINTAINER.
...
ok armani@ (previous MAINTAINER) jasper@
2013-02-03 14:48:03 +00:00
kurt
97a9d398c2
- Fix MulticastSocket.setInterface(). Report and fix from Oliver
...
Lehmann on bsd-port list.
2013-02-02 17:41:18 +00:00
kurt
ee1a62881f
- Restore poll(2) based NET_Timeout implementation that was changed
...
to select(2) for MacOSX support. The select based implementation
was causing crashes under load for at least FreeBSD.
- Fix MulticastSocket.setInterface(). Report and fix from Oliver
Lehmann on bsd-port list.
2013-02-02 17:39:23 +00:00
espie
1952a1b4b8
directly link with dvdcss, we've been run-depending on it for ages anyhows.
2013-02-02 11:47:47 +00:00
sthen
7828965ecc
use OSREV in PLIST/SUBST_VARS to handle 5.3. bump.
2013-02-02 10:35:24 +00:00
zhuk
7e51b545ed
Hook up devel/automoc to build.
2013-02-02 09:55:51 +00:00
zhuk
5570fac61a
Import devel/automoc. This is actually x11/kde4/automoc, with patch for
...
new Boost. It's silly to have other ports depend on x11/kde4/automoc
since the latter isn't linked to builds, and x11/kde4 should contain KDE SC
only eventually anyway.
ok espie@
2013-02-02 09:42:07 +00:00
naddy
cbeb31112b
bump for plist changes 5.2 -> 5.3
2013-02-01 16:34:36 +00:00
kurt
27d793f51d
- Update to openjdk6 u32 which is licensed under the GPL and allows
...
packages.
- Initial BSD patchset from FreeBSD openjdk6 port.
- New bootstrap method. Since ecj is not able to bootstrap openjdk6
without heavy patching, use a functional bootjdk to build.
- Add a target for building the bootjdk called build-bootjdk.
- Apply IcedTea AppletHole patches for icedtea-web support.
- Backport patch to serialize gconf client access which corrects
gconf/dbus related crashes. From Christian Schulte Upstream
CR 7188755.
- Reapply audio support from jakemsr@.
- Port change for CWM. Recognize CWM as a Non-Reparenting window
manager.
- Backport various openjdk7/bsd-port upstream fixes both specific
to OpenBSD and general.
Tested by landry@ espie@ and others.
2013-02-01 15:34:35 +00:00
stu
5e41f86f8e
Cleanup: Remove unnecessary depends and modules usage.
...
Thanks to sthen@
ok landry@, sthen@
2013-02-01 15:13:39 +00:00
brad
7853b0e90b
Update to automake 1.13.1.
...
ok ajacoutot@
2013-02-01 04:19:05 +00:00
benoit
0c161a72a8
- update git to 1.8.1.2
...
ok dcoppa@
2013-01-30 12:16:13 +00:00
jasper
f76199953f
- update to fribidi-0.19.5
...
* adds support for unicode 6.2.0
2013-01-29 14:55:49 +00:00
tobiasu
166aa5bddb
Fix symbol names of assembly routines for SH.
...
ok naddy@
2013-01-29 12:40:05 +00:00
nigel
e7df779f8b
Fix typo in REGRESS_DEPENDS
...
Ok sthen@
2013-01-28 14:09:12 +00:00
jasper
1cc8e82af9
sync
2013-01-28 08:19:06 +00:00
jasper
15f2131cda
import bpython-0.12
...
bpython is a fancy interface to the Python interpreter
It has the following (special) features:
- In-line syntax highlighting.
- Readline-like autocomplete with suggestions displayed as you type.
- Expected parameter list for any Python function.
- "Rewind" function to pop the last line of code from memory and
re-evaluate.
[...]
ok aja@
2013-01-28 08:18:19 +00:00
kurt
5f1b7ee832
- Update download location for the BSD patchset
2013-01-27 20:10:10 +00:00
robert
c999119e76
add the latest libvmime patches
2013-01-27 13:07:10 +00:00
nigel
158457f4c1
PLIST sync for doxygen 1.8.2
...
Ok sthen@
2013-01-26 23:58:36 +00:00
sthen
d0cd1c14a8
add pear-Date-Holidays-Turkey, from maintainer Johan Huldtgren, ok benoit@
2013-01-26 20:37:47 +00:00
sthen
20e289fba1
pear-date-holidays updates, from maintainer Johan Huldtgren
2013-01-26 14:46:28 +00:00
brad
9ca15ca9f7
Update libmtp to 1.1.5.
...
Started by LEVAI Daniel and I patched it so it will build with older
GCC versions due to the use of __builtin_bswap32.
ok sthen@
2013-01-26 09:46:35 +00:00
benoit
b59c70556b
- update p5-Test-Deep to 0.110
...
- regen PLIST
- update patches
- remove USE_GROFF
from David Hill, maintainer timeout
2013-01-25 16:27:10 +00:00
benoit
328ae7e2b1
- update py-altgraph to 0.10.1
...
- regen PLIST
2013-01-25 15:59:59 +00:00
dcoppa
9746e8c68f
Update to git-1.8.1.1
...
ok sthen@, pascal@, benoit@ (maintainer)
2013-01-25 08:14:59 +00:00
kurt
c90f34fd25
- Add missing KQueueArrayWrapper symbols to nio mapfile-bsd to correct
...
UnsatisfiedLinkErrors.
2013-01-24 23:14:54 +00:00
ajacoutot
463a641c07
Add comment about --disable-Bsymbolic.
2013-01-24 07:31:58 +00:00
zhuk
cb49dfd663
Move KDE 3 headers from ${PREFIX}/include to ${PREFIX}/include/kde.
...
This just unbreaks build of the port, no need to bump REVISION.
Tested in a bulk, input and okay by landry@
Reviewed by ajacoutot@ too
2013-01-23 21:16:30 +00:00
ajacoutot
bdc2476119
Update to harfbuzz-0.9.12.
2013-01-23 18:09:28 +00:00
benoit
ef25747e14
- update py-py to 1.4.12
...
ok eric@
2013-01-23 11:44:37 +00:00
ajacoutot
324039d9d6
Update to gconf2-3.2.6.
2013-01-22 06:10:28 +00:00
naddy
cb61facb5d
maintenance update to 0.18.2
2013-01-21 22:08:52 +00:00
bcallah
ff6aa1210f
Welcome mips64* to the JavaScript world.
...
Help and edits from landry@
ok landry@
2013-01-21 20:02:09 +00:00
jasper
e1c1198097
- update to spice-protocol-0.12.3
2013-01-21 18:05:00 +00:00
jasper
4d951c93b9
missed in previous
2013-01-21 15:17:08 +00:00
jasper
f96201ea46
un-bullshitbingo DESCR a tad.
2013-01-21 15:15:33 +00:00
jasper
679023ee94
sync
2013-01-21 14:35:47 +00:00
jasper
a5016e2a54
import legit-0.1.1
...
Legit is a complementary command-line interface for Git, optimized for
workflow simplicity. It is heavily inspired by GitHub for Mac.
ok aja@
2013-01-21 14:31:53 +00:00
jasper
dd827f8d8e
import py-smmap-0.8.2
...
Pure git implementation of a sliding window memory map manager.
When reading from many possibly large files in a fashion similar to
random access, it is usually the fastest and most efficient to use
memory maps.
ok aja@
2013-01-21 14:31:24 +00:00
jasper
b4b56b9e38
import py-gitpython-0.3.2
...
GitPython provides object model read and write access to your git
repository. Access repository information conveniently, alter the index
directly, handle remotes, or go down to low-level object database access
with big-files support.
ok aja@
2013-01-21 14:30:56 +00:00
jasper
5d03dad969
import py-gitdb-0.5.4
...
GitDB is a pure-Python git object database.
ok aja@
2013-01-21 14:30:24 +00:00
jasper
38a8063bba
import py-clint-0.3.1
...
Clint is a module filled with a set of awesome tools for developing
commandline applications.
ok aja@
2013-01-21 14:29:50 +00:00
jasper
d41ca7f637
import py-async-0.6.1
...
Async is a framework to process interdependent tasks in a pool of
workers.
ok aja@
2013-01-21 14:28:55 +00:00
ajacoutot
8d7372a925
Update to check-0.9.9.
2013-01-21 13:01:48 +00:00
benoit
a137e30595
- bump REVISION
...
Drop maintainership.
2013-01-21 10:21:52 +00:00
kili
be7ce949cf
Regenerate plist for profiling libs.
2013-01-20 17:56:05 +00:00
espie
64075f7ae2
no cookie for brad and sthen.
...
you guys are expected to fully test that shit.
2013-01-20 15:11:22 +00:00
kurt
4fab9ed37d
Update to 7u11. Security: CVE-2013-0422
...
- Update man patchset to upstream bsd-port at u10
- u11 patchset from FreeBSD/Greg Lewis's port
2013-01-18 22:30:43 +00:00
dcoppa
ec9f3212ec
Fix a couple of crashers, from upstream:
...
Bugfix: don't crash when a target is expected but is not available
(upstream git commit e767ffcda58ab73cf2c4394202eec7ae1f6035b5)
Bugfix: don't crash if the link.txt file contains empty lines
(upstream git commit 8ff1d4714fb7cd42eb3cd8db041b529e433eb7c8)
2013-01-18 22:17:06 +00:00
steven
0c4ecaeade
update to 0.36.1 (this is a stable branch)
2013-01-18 19:08:26 +00:00
jasper
b6a2eddaf8
sync
2013-01-18 18:05:35 +00:00
jasper
c727b5628f
import ruby-yajl 1.1.0
...
This gem is a C binding to the excellent YAJL JSON parsing and
generation library.
feedback/ok jeremy@
2013-01-18 18:04:52 +00:00
jasper
28ae2b3163
sync
2013-01-18 17:08:58 +00:00
jasper
4d01fb7719
import ruby-rb-gsl-1.14.7
...
Ruby/GSL is a Ruby interface to the GNU Scientific Library, for
numerical computing with Ruby.
ok jeremy@
2013-01-18 17:07:32 +00:00
jasper
179a4c5428
import ruby-narray-0.6.0.4
...
NArray is an Numerical N-dimensional Array class. Supported element
types are 1/2/4-byte Integer, single/double-precision Real/Complex, and
Ruby Object. This extension library incorporates fast calculation and
easy manipulation of large numerical arrays into the Ruby language.
NArray has features similar to NumPy, but NArray has vector and matrix
subclasses.
ok jeremy@
2013-01-18 17:06:33 +00:00
ajacoutot
6a79d6a0c7
Minor udate to libidn-1.26.
2013-01-18 10:40:26 +00:00
kili
7b2f513065
Unbreak with hs-tar-0.4.0.1.
...
Also, update to darcs-2.8.3.
2013-01-17 13:19:05 +00:00
ajacoutot
01d915e265
Mark BROKEN on powerpc.
...
* It appears that your Fortran 77 compiler is unable to produce working
* executables. A simple test application failed to properly ...
2013-01-17 08:37:58 +00:00
kili
5e6061c30b
Update to hs-tar-0.4.0.1.
2013-01-16 19:18:28 +00:00
kili
4ae7c610ab
Bump after update of hs-tagsoup (library signature change).
2013-01-16 18:31:25 +00:00
benoit
2c139e99f0
- update py-minimock to 1.2.7
...
- update HOMEPAGE
- regen PLIST
2013-01-16 09:27:10 +00:00
benoit
0a73318ba6
- update py-mox to 0.5.3
2013-01-16 08:59:06 +00:00
jasper
4c9b2e1f9e
remove emacs-python, the port is outdated and a nightmare to update; whereas the
...
version available through ELPA is up-to-date and easy to keep updated.
ok gsoares@
2013-01-16 07:47:18 +00:00
jasper
1b37551929
unhook emacs-python
2013-01-16 07:47:10 +00:00
brad
858b804f37
Allow SDL to utilize symbol visibility with GCC 3 so it can
...
build on shared archs using GCC 3.
ok sthen@
2013-01-16 01:49:02 +00:00
ajacoutot
54455cc288
Bugfix update to libsoup-2.40.3.
2013-01-15 07:11:52 +00:00
kurt
583abee1c0
Update jdk 1.7 to u9 level:
...
- Update to u6 via patchset from upstream bsd_port and u6 source from Oracle
- Copied u6 -> u9 patchset from FreeBSD/Greg Lewis's port
- Updated classloader patch from Matthew Dempsky (matthew@)
okay landry@
2013-01-14 20:16:56 +00:00
jeremy
b38e4726fb
Remove www/ruby-rails and dependencies. The current version is
...
out of date and subject to serious security vulnerabilities, updating
it causes a lot of ports churn for little benefit, and nobody has
offered to maintain it.
OK ajacoutot@, jcs@, jasper@
2013-01-14 19:31:42 +00:00
brad
052d9fba13
Update to automake 1.12.6.
...
ok ajacoutot@
2013-01-14 12:21:59 +00:00
landry
88a9d7f4aa
Fix xdg-screensaver: we don't have mv -T.
...
ok ajacoutot@
2013-01-13 19:32:12 +00:00
naddy
471464214b
don't use RUN_DEPENDS=${BUILD_DEPENDS} as it mistakenly picks up gmake
...
ok edd@
2013-01-13 15:42:12 +00:00
sthen
0f5ba4f288
update to Test::NoWarnings 1.04, from dhill, ok bluhm (maintainer timeout)
2013-01-13 09:28:09 +00:00
sthen
31401e7d30
update to Test::Tester 0.108, from dhill, ok bluhm (maintainer timeout)
2013-01-13 09:28:00 +00:00
benoit
daa83c5d62
- update py-bytecodeassembler to 0.6
...
- regen PLIST
OK martynas@ (maintainer)
2013-01-13 08:16:21 +00:00
benoit
114af306c1
- bump REVISION
...
Drop maintainership.
2013-01-12 15:15:23 +00:00
shadchin
c2e430df97
Update to tkdiff-4.2.
...
tweaks and ok sthen@, maintainer timeout
2013-01-12 14:11:27 +00:00
brad
9c69ff7d5c
Add ONLY_FOR_ARCHS and only allow this for gcc4 and no shared archs.
...
SDL requires symbol visibility support on a shared arch.
ok sthen@
2013-01-12 12:34:21 +00:00