Commit Graph

80973 Commits

Author SHA1 Message Date
stsp
074541a78e Import libircclient port.
libircclient is a small but extremely powerful library which implements
the IRC protocol. It is designed to be small, fast, portable and
compatible with the RFC standards as well as non-standard but popular
features. It is perfect for building the IRC clients and bots.

tweaks and ok sthen@
2013-01-28 13:49:52 +00:00
espie
8ced3b60c4 rebuild.log is gone, that info went back to separate paths.
Reasoning as follows: we were starting a job, and dumping the path
info in there. Just stopping right there makes little sense, so put
the rebuild info there anyways.
2013-01-28 13:48:31 +00:00
sthen
6c101bada6 rework endianness detection to use machine/endian.h; fixed build on i386/amd64 2013-01-28 13:44:30 +00:00
espie
5c9638a323 tweak, remove rebuild.log, as we log stuff directly into paths/ now.
do register_package in a slightly more efficient way (less -f tests)
2013-01-28 13:31:40 +00:00
espie
a2a420d6a5 fix -R for real... what check_signatures does is nice, but needs to be
partly redone in the main dpb process. Obviously, children's changes to
uptodate don't affect the main process.

thanks to fgs@ for being the crash-test bunny.
2013-01-28 13:25:59 +00:00
espie
f9d05fde34 document FETCH_TIMEOUT 2013-01-28 12:24:51 +00:00
espie
573c499cf5 add a FETCH_TIMEOUT, similar to STUCK_TIMEOUT, but slightly simpler,
as there is no speed factor there...
2013-01-28 12:23:45 +00:00
sthen
c162d4f3bf update DESCR, pointed out by stsp 2013-01-28 11:56:55 +00:00
pascal
5d1e11d3f5 Don't hide error messages from gnatmake to give us a chance to debug this when
it fails.

ok tobiasu@
2013-01-28 11:42:33 +00:00
sthen
2cef9b9eb4 honour CFLAGS/CC 2013-01-28 11:36:09 +00:00
sthen
6a6bfb1f9f - update WPA-Supplicant to 2.0
- add OpenBSD WPA support written by kettenis@ (also tested by matthieu@
and Gregor Best)
- enable smartcard support via PCSC-Lite
- garbage collect OS compatibility patches which are no longer needed
(one found by me, one by kettenis@)

ok phessler@
2013-01-28 11:03:16 +00:00
espie
11cd4c0c77 don't bother dumping distfiles, history is quite enough 2013-01-28 10:50:46 +00:00
espie
e06e006a3a document new logs, new -J, new -M.
removes description of fetch/distfiles.log as that one no longer serves
any purpose (bye bye!)
2013-01-28 10:24:24 +00:00
espie
c259d653cc tweak memory handling to make it less special: treat -M as an override_prop
as we should.
Use core methods to access the memory threshold.

UI simplification: -M can take a suffix, default is K, but you can just say
-M 520M or -M 2G now.
2013-01-28 10:14:17 +00:00
espie
cd3023d079 add debugging message that does not depend on Devel::StackTrace, may be
useful to find out where dpb gets stuck
2013-01-28 09:56:00 +00:00
jasper
8bdd32b5bf sync, 7865 unzels 2013-01-28 09:14:03 +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
rpe
fbbff6d505 move FULLARCH/SUBST_VARS from individual Makefiles to Makefile.inc
in parent directory.

suggested and ok sthen@
2013-01-28 08:17:15 +00:00
jasper
09fe4fcad7 sync 2013-01-28 07:56:39 +00:00
jasper
67dbb8fe08 import py-Pillow-1.7.8
Pillow is the "friendly" PIL fork. PIL is the Python Imaging Library.

The Python Imaging Library (PIL) adds image processing capabilities to
your Python environment. This library provides extensive file format
support, an efficient internal representation, and powerful image
processing capabilities.

feedback/ok fgsch@
2013-01-28 07:55:58 +00:00
landry
0d5dac8792 Explicitely disable keybinder detection since it's about to be imported. 2013-01-28 07:30:17 +00:00
ajacoutot
3738851d8e Extend README. 2013-01-28 07:26:33 +00:00
tobiasu
7bf586c62e Remove sparc, m68k, and vax from the list of working architectures.
Their respective gcc backend ports are unfinished and broken.

ok pascal@
2013-01-28 01:03:05 +00:00
brad
06ab5a705d Update to wxSVG 1.1.12.
ok sthen@
2013-01-28 00:00:38 +00:00
stsp
7e527b75d8 +jag 2013-01-27 23:55:42 +00:00
stsp
5dbd94ae26 Import games/jag.
JAG is an arcade-puzzle 2D game. The aim of JAG is to break all of the
target pieces on each level, and to do this before the time runs out.
tweaks & ok landry
2013-01-27 23:54:51 +00:00
espie
a2781ea1ff remove debug scaffolding 2013-01-27 23:17:00 +00:00
espie
2f7c8bf00b bump default junk back up to 150, makes more sense with new accounting 2013-01-27 23:15:57 +00:00
espie
560aa0bc8c ditch register_built, no longer serves any purpose.
switch junk to counting depends and count depends correctly
2013-01-27 23:15:12 +00:00
sthen
8a5daed60e update get_iplayer's User-Agent list, the ones it was masquerading as
are so 2009
2013-01-27 22:22:25 +00:00
dcoppa
111534b400 Check if file is open before attempting to read tags: fix a crash
in the file constructor if the file does not exist
(upstream git commit d15c8453ac75d9070008b9170ae114ea31a4b586)

Reported by sebastia@, who found we were still affected by this bug
while he was working on a new port that uses taglib.

ok sebastia@
2013-01-27 21:28:25 +00:00
kurt
5f1b7ee832 - Update download location for the BSD patchset 2013-01-27 20:10:10 +00:00
espie
58da2425a1 no longer a bug in mfs, at least on modern arches. 2013-01-27 18:43:11 +00:00
dcoppa
1d61c5f976 Bugfix: parse outputs as "word", not "string", to ignore trailing
whitespaces (upstream git commit 8bc771ac16362f05d98bf8b29877939d6edb3c91)

Bugfix: fix coordinates of scratchpad windows on output changes
(upstream git commit 7be5ece6636f7a4c800ab0c5dd6289b38db7b435)
2013-01-27 18:33:19 +00:00
espie
9bbd046cae gc stuff that should have gone along with the old mirroring ports
infrastructure.

dpb does all that internally these days
2013-01-27 18:21:55 +00:00
espie
f37356a9d9 tweak the way the STARTUP script is run 2013-01-27 17:54:45 +00:00
jasper
3e048d374c - install spice-xpi-client-remote-viewer, which'll be needed by some upcoming work.
prompted by Jiri B
2013-01-27 17:47:45 +00:00
rpe
a40b415a61 oops. unbreak WANTLIB (missing space) 2013-01-27 17:35:56 +00:00
rpe
cde03b32fb - update the existing enlightenment EFL libraries to 1.7.5 and
remove REVISIONs
- bump SO_VERSION of e_dbus to 4.0, because of API changes
- modify license marker for edje, where the epp binary is GPLv2
- add EFL libraries elementary, emotion and ethumb leaving out eeze
  which is based on udev which does not exist in OpenBSD to have a
  complete base for other e17 apps/libs, e.g. terminology
- bump REVISION for x11/e17/e because of new dependencies and remove
  EXTRACT_SUFX, because the distfile is available as tar.gz
- correct LIB_DEPENDS (pkgpaths instead of bogus libversions),
  adjust/simplify LIB_DEPENDS according to the EFL structure and
  regen WANTLIBs accordingly

with feedback and ok ajacoutot@ sthen@
2013-01-27 15:57:29 +00:00
rpe
8aafeb8b64 Enlightenment's thumbnailing library and dbus service.
with feedback and ok ajacoutot@ sthen@
2013-01-27 15:53:18 +00:00
rpe
b2519d4200 Emotion is a video (and audio) codec playback library that acts as
a front-end to libxine or gstreamer (or something else more generic)
that provides and evas object as a control object and video output
point. It makes using video API's much simpler and easier while
it's at it.

with feedback and ok ajacoutot@ sthen@
2013-01-27 15:52:16 +00:00
rpe
fef4f84b32 Enlightenment's basic widget set, based on EFL with focus mobile
touch-screen devices.

with feedback and ok ajacoutot@ sthen@
2013-01-27 15:51:11 +00:00
kirby
13565ea53b Add libiptcdata and rawtherapee. 2013-01-27 15:00:52 +00:00
tobiasu
ec81b8ac15 Add our ARM backend to prepare for later gnat cross-compile adventures.
Rein damit pascal@
2013-01-27 15:00:23 +00:00
kirby
eca6c378a6 RawTherapee is a powerful RAW image processing appliction. It helps you
to get the most details and least artifacts from your raw photos.
Advanced color handling, enhanced exposure and tonality tools, multiple
denoising methods gives you perfect results.

positive feedback from ian@ and Juan Francisco Cantero Hurtado.
ok sthen@.
2013-01-27 14:56:43 +00:00
kirby
7cdc8fb493 libiptcdata is a library, written in C, for manipulating the
International Press Telecommunications Council (IPTC) metadata stored
within multimedia files such as images. This metadata can include
captions and keywords, often used by popular photo management
applications. The library provides routines for parsing, viewing,
modifying, and saving this metadata.

ok sthen@
2013-01-27 14:51:15 +00:00
brad
a3fb18d748 - Update for newer FFmpeg API
- Sync in arc4random diff submitted
- Garbage collect a patch no longer necessary to build
- Remove use of PTHREAD_LIBS in the Makefile

ok sthen@
2013-01-27 14:13:30 +00:00
sthen
6f3b9a9921 set ac_cv_header_execinfo_h=no rather than BUILD_DEPENDS on execinfo. 2013-01-27 13:52:35 +00:00
robert
885e2ae8c0 update to 2.0.6 2013-01-27 13:08:53 +00:00