Commit Graph

68524 Commits

Author SHA1 Message Date
jasper
cfb2b00ecd import antlr 3.4
ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is a
language tool that provides a framework for constructing recognizers,
compilers, and translators from grammatical descriptions containing
Java, C#, Python, or C++ actions.

ok aja@

Note, the antlr2 port may be removed soon, unless anyone is still using it?
2011-08-30 07:19:34 +00:00
jasper
ae067aa520 import commons-io 2.0.1
Commons IO is a library of utilities to assist with developing IO
functionality.

ok aja@
2011-08-30 07:17:38 +00:00
jasper
86bad555be sync 2011-08-30 07:16:53 +00:00
jasper
a40279d460 import java-getopt 1.0.13
The GNU Java getopt classes support short and long argument parsing in a
manner 100% compatible with the version of GNU getopt with a mostly
compatible programmer's interface as well. Note that this is a port, not
a new implementation.

ok aja@
2011-08-30 07:16:22 +00:00
ajacoutot
cbe405178d Add subpackages in pkgpath. 2011-08-30 07:12:21 +00:00
jasper
9e0159a048 - update to 0.09
- adjust WANTLIB

maintainer timed-out
2011-08-30 07:03:17 +00:00
ajacoutot
acbcee8276 Remove mail/gmime24, superseded by mail/gmime.
ok jasper@
2011-08-30 06:55:20 +00:00
ajacoutot
ef8ab198cd Fix WANTLIB after gpgme update. 2011-08-30 06:54:11 +00:00
ajacoutot
b57e1c04f8 Fix WANTLIB after gmime/gpgme update. 2011-08-30 06:52:57 +00:00
ajacoutot
a2f8a3fe41 Mark broken for now, likely to move to the attic soon. 2011-08-30 06:49:52 +00:00
ajacoutot
cc7d8b4366 Update to pan-0.135 (which uses the new gmime-2.6).
ok pea@ (maintainer)
2011-08-30 06:48:49 +00:00
ajacoutot
dc9a057ff2 Use new mail/gmime (i.e. gmime-2.6). 2011-08-30 06:48:11 +00:00
ajacoutot
9d179ee737 +gmime 2011-08-30 06:46:42 +00:00
ajacoutot
fe2c6ad7a5 Resurrect mail/gmime (import gmime-2.6.0).
GMime is a C/C++ library for parsing and creating messages using the
Multipurpose Internet Mail Extension (MIME) as defined by several RFCs.

ok jasper@
2011-08-30 06:45:53 +00:00
ajacoutot
f8fa5b2537 Long overdue update to gpgme-1.3.1.
ok rpointel@ jasper@
2011-08-30 06:43:07 +00:00
ajacoutot
d79910fb24 Fix sysconfdir.
from Abel Abraham Camarillo Ojeda
ok benoit@ (maintainer)
2011-08-30 06:00:07 +00:00
bentley
762e7ea991 Fix formatting issues and remove unnecessary LIB_DEPENDS.
Pointed out by ajacoutot@.
2011-08-30 05:02:48 +00:00
bluhm
d1ae3d265b update p5-Mail-SPF-Iterator to 1.09 2011-08-29 22:49:39 +00:00
dhill
23c7099536 update to 0.4.2.
Some important changes since last OpenBSD package:
  - New metadata format introduced; shrinks md archives for most users
    by not storing redundant path names for each file
  - Speed up operations that do not need crypto secrets by not
    decrypting secrets upon startup
  - Add ctctl tool to change local crypto password
  - Fixed a metadata bug that made mixed endian architectures fail
  - Extract creates temporary files and then renames them instead of
    extracting directly into the original filename
  - Add support for include and exclude patterns for archive mode
  - Validate metadata file before commencing extract operation
  - Fix a bug where crypto secrets could not be copied between little and
    big endian machines and vice versa
  - Dramatically decrease memory footprint of cyphertite
  - Print out the filesize and mtime from the server prettily in md list mode
  - Permit differential backups of absolute paths to come from different working
    directories

ok sthen@
2011-08-29 21:42:54 +00:00
dhill
ac7c03ddea update to 0.5.0
* Add set attribute functions for various types to XML generation API
  * Modify xmlsd_generate to take two additional parameters for size of
    generated XML and a flag to determine whether an XML declaration is
    prepended
  * Change prototypes of all string parameters which aren't modified to const
  * Add new XML code generation APIs
  * Don't link against clens directly from library

ok sthen@
2011-08-29 21:38:46 +00:00
dhill
7dedd480fa update to 0.4.0
* Add functions to enable and disable at run-time
  * Lower memory usage for allocation tracking
  * Allocation tracking is now disabled by default

ok sthen@
2011-08-29 21:37:35 +00:00
kili
843c37237a I don't use this any longer. It was a fine tool at my former job,
but it received a lot of bloat after moving from the original source
to apache incubator and getting an official apache project.

(And from my former job I remember that ivy-2.x did introduce some
regressions).
2011-08-29 21:30:01 +00:00
jasper
81beb755c3 forgot to zap these in the previous update 2011-08-29 18:23:20 +00:00
espie
5425f7c271 fix segfault with some png meta-content.
okay naddy@
2011-08-29 18:07:44 +00:00
ajacoutot
bdad56e1ce Return layout indicator to the screensaver unlock dialog, from upstream.
This allows choosing which kbd map you want for unlocking.
2011-08-29 15:18:30 +00:00
ajacoutot
9ff0a38ea3 Ignore SIGPIPE signals to avoid process termination on cancelled transfer,
from upstream.
2011-08-29 15:12:50 +00:00
jasper
0a216b64dd sync 2011-08-29 15:08:06 +00:00
jasper
40394fe4be import jna 3.2.7
JNA provides Java programs easy access to native shared libraries
without writing anything but Java code -- no JNI or native code is
required. This functionality is comparable to Windows' Platform/Invoke
and Python's ctypes. Access is dynamic at runtime without code
generation.

JNA allows you to call directly into native functions using natural Java
method invocation. The Java call looks just like it does in native code.
Most calls require no special handling or configuration; no boilerplate
or generated code is required.

ok aja@
2011-08-29 15:07:32 +00:00
jasper
5fba3d7e72 sync 2011-08-29 14:42:13 +00:00
nigel
a99759fe21 x11/p5-Tk-TableMatrix
Tk::TableMatrix is a table/matix widget extentsion to perl/tk
for displaying data in a table (or spreadsheet) format. 

ok jasper@
2011-08-29 14:30:44 +00:00
jasper
50a4a8d405 add missing license marker 2011-08-29 14:12:17 +00:00
ajacoutot
2c3f5e3813 Update to scrotwm-0.9.34.
ok sthen@ marco@ (former maintainer)
from Gonzalo L. R. who takes maintainer
2011-08-29 13:21:29 +00:00
ajacoutot
790ee995f0 Remove unnecessary optimization workaround after hppa / sparc switched
to gcc4.

tested by landry@ (hppa) and todd@ (sparc)
from Brad
2011-08-29 12:44:29 +00:00
jasper
eefa356fc1 - update to 1.2.3
- drop groff dependency
- drop faac dependency

 from brad
2011-08-29 11:23:19 +00:00
jasper
f40f203b21 - add run dependency on p5-Crypt-Rijndael
prompted by mikolaj kucharski
2011-08-29 10:58:26 +00:00
robert
a0cff325ef update to 2.10.5 2011-08-29 10:53:22 +00:00
espie
d7ceace5c0 update to 1.2.10, add negative caching to keys 2011-08-29 09:54:51 +00:00
espie
7adaf18e54 move missing distinfo into not so fatal error. 2011-08-29 09:45:29 +00:00
ajacoutot
457d489c72 trayicon-x11: Fix warnings when visual is not available, from upstream. 2011-08-29 09:26:49 +00:00
ajacoutot
35043a15e3 Better patch for gvfsbackendftp.c and regen patches while here. 2011-08-29 08:50:56 +00:00
ajacoutot
69798a56f3 Minor update to vte-0.28.2. 2011-08-29 06:21:46 +00:00
jasper
7fa322b2d0 add missing run dependency, spotted by aja@ 2011-08-28 20:57:49 +00:00
shadchin
c1843e13be Update to 3.4.1
ok jasper@
2011-08-28 19:15:46 +00:00
naddy
06f26e3c93 honor CC, CFLAGS, INSTALL_STRIP; ok jasper@ 2011-08-28 19:02:29 +00:00
bentley
b1c9af3da0 +openmsx 2011-08-28 19:01:34 +00:00
bentley
79b7b1f4cf Import openmsx-0.8.1.
openMSX is an emulator for the MSX home computer system. Its goal is to
emulate all aspects of the MSX with 100% accuracy: perfection in
emulation. It also has a number of special features, some unique to this
emulator.

ok landry@
2011-08-28 18:57:50 +00:00
jasper
5f1729966c Add missing INFO-DIR-SECTION to silence install-info(1) 2011-08-28 17:26:07 +00:00
naddy
328f5cd2ab Honor CFLAGS and don't use -Wextra (not available on gcc < 4); ok jasper@ 2011-08-28 16:59:22 +00:00
jasper
275044f428 sync 2011-08-28 16:57:43 +00:00
jasper
a4f9b2aed3 import scala 2.9.0.1
Scala is a general purpose programming language designed to express
common programming patterns in a concise, elegant, and type-safe way. It
smoothly integrates features of object-oriented and functional
languages, enabling Java and other programmers to be more productive.
Code sizes are typically reduced by a factor of two to three when
compared to an equivalent Java application.

ok sthen@
2011-08-28 16:57:23 +00:00