Commit Graph

11253 Commits

Author SHA1 Message Date
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