Commit Graph

67978 Commits

Author SHA1 Message Date
sebastia
d6c1be58eb Import batmon: a GNUstep battery monitor
Battery Monitor is a battery monitor for laptops. It displays the
current status of the battery (charge/discharge and energy level) as
well as some information about the general health of the cell.

OK landry@
2011-07-19 16:25:42 +00:00
sebastia
916835fd69 enable Jigsaw, Renaissance and Zipper 2011-07-19 14:00:18 +00:00
sebastia
91ec19533d Import Zipper: Zipper is a tool for inspecting compressed archvies. It integrates with the GWorkspace desktop.
Zipper consists only of a single window, displaying the contents of the
selected archive. Currently, you can view and extract .tar, .tar.gz,
.tar.bz2, .rar, .lha, .lhz, .zip and .7z archives. Further it allows to
create .tar.gz archives.

OK landry@
2011-07-19 13:58:02 +00:00
sebastia
a174b633f7 Import Renaissance: GNUstep layer to write portable GUIs
GNUstep Renaissance allows you to describe your user interfaces (that
is, the windows in your application, and the buttons, boxes, textfields,
etc in the windows) in simple and intuitive XML files, using an open,
standard format describing the logic of the interface. GNUstep
Renaissance can then, at run time, generate the user interfaces (using
the native host OpenStep-like libraries) by reading the XML files.

OK landry@
2011-07-19 13:52:40 +00:00
sebastia
8e99a38db7 import Jigsaw: GNUstep jigsaw puzzle game
OK landry@
2011-07-19 13:50:39 +00:00
sthen
f29dbcd917 security update to 2.0.21, XSS in the cgi script
- while there, use a non-specific default admin email address
2011-07-19 13:44:19 +00:00
ajacoutot
f457dc3e9e Add missing dependency on ImageMagick, spotted by jsg@ 2011-07-19 12:33:25 +00:00
sthen
abe96ac59c Use V?= rather than V= 2011-07-19 11:13:26 +00:00
jasper
7fdd54d39b sync after adding the fonts category 2011-07-19 09:48:49 +00:00
jasper
b4e19df8f1 these fonts moved to fonts/ 2011-07-19 09:41:25 +00:00
ajacoutot
35975af2f9 Unbreak after cantarell-fonts moved to fonts/. 2011-07-19 09:34:19 +00:00
jasper
5a0bd0ab09 enter fonts 2011-07-19 09:28:52 +00:00
jasper
46b7f21fa4 add 'fonts' to their categories 2011-07-19 09:28:36 +00:00
jasper
e7b6752815 move these fonts to fonts/ 2011-07-19 09:27:33 +00:00
jasper
a3341fd062 these ports have moved to fonts/, some have gotten the ru-prefix where applicable. 2011-07-19 09:25:26 +00:00
jasper
584d4947b3 these ports have moved to fonts/, some have gotten the ja-prefix where applicable. 2011-07-19 09:25:13 +00:00
jasper
0b8b3879ca these ports have moved to fonts/, some have gotten the ko-prefix where applicable. 2011-07-19 09:23:51 +00:00
jasper
21c0d2b63b these ports have moved to fonts/, some have gotten the zh-prefix where applicable. 2011-07-19 09:23:26 +00:00
jasper
1c407dc524 unhook ports that have moved to fonts/ 2011-07-19 09:22:49 +00:00
jasper
15e8000f31 adjust various fonts pkgnames to a better naming scheme 2011-07-19 09:21:25 +00:00
jasper
fad85f135a adjust dependencies after moving fonts to fonts/
pointed out by sthen@
2011-07-19 09:20:47 +00:00
jasper
89dc57976e add category Makefile 2011-07-19 09:19:42 +00:00
jasper
b5419ece90 cvs rocks! 2011-07-19 09:18:18 +00:00
jasper
c67a89035d move various fonts from print/ and x11/ to fonts/ 2011-07-19 09:16:06 +00:00
jasper
1905ff7fe4 import russian and chinese fonts 2011-07-19 09:14:21 +00:00
jasper
8fcc52ea43 Start moving korean and japanese fonts to fonts/, with package names adjusted to
their lang prefix.

this and other fonts/ commits eyeballed by and feedback from aja@ and sthen@
2011-07-19 09:13:19 +00:00
ajacoutot
138c34ef7e Don't install soffice.beforesubst. 2011-07-19 09:09:22 +00:00
jasper
ce5a2a478a - don't hardcode OSREV, it's not really needed 2011-07-19 07:29:37 +00:00
sebastia
184727a1a5 enable cdplayer 2011-07-19 06:31:34 +00:00
sebastia
7e56c4b406 import cdplayer:
a GNUstep based CD player with CDDB support.

OK landry@
2011-07-19 06:30:42 +00:00
sebastia
f36edb6962 update gnustep-base to 1.22.1.
getting rid of two patches that made it into upstream.
Add a patch that disables the generation of backtraces, when trying to
handle exceptions, which caused hangs and 100% CPU hogging.
This makes many GNUstep applications happy, hopefully finding a better
way soon.

OK landry@
2011-07-19 06:29:09 +00:00
sebastia
97f9125b33 Update gnustep-make to 2.6.1. While there, do not disable native-objective-c
exceptions. They are not used by any port, but maybe someone wants to do it
in the future, or a port may need it.
Further, zap the stripping of binaries that gets propagated into the gnusteps
config.make to be more inline with upstream. This is now properly handled via
the gnustep.port.mk.

OK landry@
2011-07-19 06:23:28 +00:00
sebastia
d7cafe63de Allow all dependent ports to build with(out) debugging symbols, depending on
a defined DEBUG in /etc/mk.conf

OK landry@
2011-07-19 06:19:49 +00:00
ajacoutot
5ec5bdfdea SECURITY: CVE-2011-2527 qemu: when started as root, extra groups are not
dropped correctly.

from Brad (maintainer)
2011-07-19 06:05:42 +00:00
kili
129f6e7703 Bring back pstopxl.
bleeding-eyes diff (zapping perl regexps from sed invocations) from
jirib, who also tested the complete diff.

According to jirib, it's still very slow (ten minutes for two pages),
but at least it works.
2011-07-18 20:24:36 +00:00
landry
cd78075263 Remove BROKEN-hppa, the last version builds fine there.
Tested by myself, committing on behalf of kili@
2011-07-18 20:20:14 +00:00
landry
3a185619f5 Update to netsurf 2.7, the RISC OS/AmigaOS lightweight web browser.
See http://www.netsurf-browser.org/downloads/releases/ChangeLog.txt for
a list of changes..
from Anthony J. Bentley with a few tweaks from me, thanks!
2011-07-18 20:10:11 +00:00
landry
089164254d Update to hubbub 0.1.0, needed by the upcoming netsurf 2.7 update.
From Anthony J. Bentley, thanks!
(regress verified to be still broken with our json-c..)
2011-07-18 20:05:47 +00:00
landry
a4477d5ec6 Update to libwapcaplet 0.1.0, needed by the upcoming netsurf 2.7 update.
From Anthony J. Bentley, thanks!
2011-07-18 20:03:50 +00:00
landry
8b05a44574 Update to libparserutils 0.1.0, needed by the upcoming netsurf 2.7 update.
From Anthony J. Bentley, thanks!
2011-07-18 20:02:54 +00:00
landry
9a8de577e7 Update to libnsgif 0.0.3, needed by the upcoming netsurf 2.7 update.
From Anthony J. Bentley, thanks!
2011-07-18 20:02:20 +00:00
landry
7494b568d1 Update to libnsbmp 0.0.3, needed by upcoming netsurf 2.7 update.
From Anthony J. Bentley, thanks!
2011-07-18 20:01:33 +00:00
landry
9a3d55075e Update to libcss 0.1.0, needed by upcoming netsurf 2.7 update.
From Anthony J. Bentley, thanks!
2011-07-18 20:01:01 +00:00
fgsch
9021620a3f Update to mongodb 1.8.2.
martynas@ ok.
2011-07-18 19:56:18 +00:00
kili
7022eb3ccc Update to xxxterm-1.425.
ok edd@.
2011-07-18 19:48:39 +00:00
rpointel
2d1409ec73 bump revision, package built was wrong (du to recent changes concerning fcntl.h).
ok naddy@.
2011-07-18 19:32:53 +00:00
naddy
65bc5aa607 bump revision for plist changes 4.9 -> 5.0 2011-07-18 19:06:36 +00:00
naddy
cfd0d3cffb bump revision for plist changes 4.9 -> 5.0
and avoid picking up gettext dependencies for the -el subpackages
2011-07-18 19:05:53 +00:00
naddy
0bb9b1135c recognize 5.0 2011-07-18 19:04:20 +00:00
rpointel
f14d0fa162 +libssh 2011-07-18 17:40:30 +00:00