Commit Graph

49548 Commits

Author SHA1 Message Date
kili
1558f39644 WANTLIB += sndio. While here, fix license marker. 2009-03-29 21:08:21 +00:00
robert
f0f37fd150 Install the gnokii xpm file so the menu entry is going to have an icon too.
from Mikolaj Kucharski
2009-03-29 10:03:19 +00:00
sthen
07c8a66da6 switch from /dev/urandom to /dev/arandom. ok jakemsr, Brad (maintainer) 2009-03-29 09:13:01 +00:00
sthen
087fee2e85 +un-fonts 2009-03-28 20:27:57 +00:00
sthen
aefd6f9e68 import x11/un-fonts, alternative Korean fonts, preferred by some over
the baekmuk fonts. original port done by Matthieu Herrb, with some reworking
by myself. commit requested by matthieu@.

Un-fonts comes from the HLaTeX type1 fonts made in 1998 by Koaunghi Un,
he designed type1 fonts to use with Korean TeX(HLaTeX) and released them
under the GNU GPL license.

They were converted to TrueType with FontForge(PfaEdit) by Won-kyu Park
in 2003.
2009-03-28 20:27:11 +00:00
todd
1f44eacc97 bump to adsuck 1.6 2009-03-28 20:06:56 +00:00
naddy
619c0772ea beware the interaction of += and ?= when there is a Makefile.inc 2009-03-28 19:22:22 +00:00
ckuethe
6a373976d3 +teensyloader 2009-03-28 19:05:37 +00:00
ckuethe
c7e3b4f557 Teensyloader is a programmer for the "HalfKay" embedded bootloader
as found in the "Teensy" and "Teensy++" AVR development boards.
2009-03-28 18:55:09 +00:00
naddy
d7efc56347 Fix building of Romanian and Serbo-Croatian message catalogs.
At least the Romanian one is still mangled, though.
2009-03-28 18:38:11 +00:00
naddy
a0b06d62ad fix build if both libnet 1.0 and 1.1 are installed 2009-03-28 18:18:51 +00:00
naddy
fb023d83f7 bump for python dependency change 2009-03-28 18:12:49 +00:00
pea
53aad186f8 Fix a bug in LDIF.pm
See http://rt.cpan.org/Public/Bug/Display.html?id=44110

ok landry@
2009-03-28 17:41:53 +00:00
naddy
4d947e1cf4 missing bump after java dependency change 2009-03-28 17:05:38 +00:00
naddy
0e36b2010e missing bump when PLIST was regenerated 2009-03-28 17:01:59 +00:00
naddy
4ac0f08037 bump for python dependency change 2009-03-28 16:49:49 +00:00
naddy
7058a57207 bump for python dependency change 2009-03-28 16:32:19 +00:00
martynas
e1854503b7 implement sndio backend for madplay. with inputs from naddy@ and jakemsr@
ok naddy@ and jakemsr@
2009-03-28 16:26:46 +00:00
naddy
20fd4a43c5 bump for python dependency change 2009-03-28 16:18:04 +00:00
naddy
60f1a90886 bump for python dependency changes 2009-03-28 16:12:21 +00:00
ajacoutot
9daafcfa69 - use TRUEPREFIX instead of LOCALBASE where it makes sense (following
previous commit)
- fix mkdir args (from todd@)

ok todd@ (maintainer)
2009-03-28 16:11:48 +00:00
naddy
8231a58aea bump for python dependency change 2009-03-28 16:09:14 +00:00
martynas
9fb3457614 update to firefox-i18n-3.0.8 2009-03-28 16:05:28 +00:00
naddy
f3aea19e1d bump for python dependency change 2009-03-28 16:01:39 +00:00
martynas
352d6bb69f mozilla-firefox-3.0.8: forced release after security bugs got
attention

MFSA 2009-12 Mozilla Firefox XSL Parsing 'root' XML Tag Remote
Memory Corruption Vulnerability
    * http://www.securityfocus.com/bid/34235/exploit
    * https://bugzilla.mozilla.org/show_bug.cgi?id=485217
    * CVE-2009-1169


MFSA 2009-12 covers the Pwn2Own bug, which is a crash involving the XUL
<tree> widget.
    * https://bugzilla.mozilla.org/show_bug.cgi?id=484320
    * CVE-2009-1044

ok naddy@
2009-03-28 15:59:04 +00:00
naddy
94db4ed8d0 bump for python dependency change 2009-03-28 15:54:42 +00:00
naddy
d1838e044a bump for python dependency change 2009-03-28 15:36:54 +00:00
ajacoutot
cf7d3d2e92 - update to tmw-0.0.28.1
from Jonathan ARMANI (maintainer)
2009-03-28 11:54:14 +00:00
ajacoutot
a99a24ed55 - use users locale by default instead of UTF-8
much more readable at the console

from landry@
2009-03-28 11:10:29 +00:00
ajacoutot
b3045b36c9 - initialise the device_name variable
fixes the mixer crash with azalia audio devices

ok landry@ (maintainer)
2009-03-28 10:32:59 +00:00
fgsch
30f2d55d62 Remove extra newline and slash. No package change. 2009-03-27 23:22:56 +00:00
fgsch
f45c19b171 Enter py-repoze-profile and py-wsgiproxy. 2009-03-27 23:20:10 +00:00
fgsch
7ca9327a21 Import py-wsgiproxy 0.1
WSGIProxy gives tools to proxy arbitrary(ish) WSGI requests to other
processes over HTTP.

martynas@ ok
2009-03-27 23:18:19 +00:00
fgsch
c3f8e83ec2 Import py-repoze-profile 0.8
This package provides a WSGI middleware component which aggregates
profiling data across *all* requests to the WSGI application.  It
provides a web GUI for viewing profiling data.

martynas@ ok.
2009-03-27 23:16:23 +00:00
fgsch
94b85c15ed enter py-decorator. 2009-03-27 23:13:51 +00:00
fgsch
4ad1cc22af remove extra newline and slash. no package change. 2009-03-27 23:13:22 +00:00
fgsch
6b3d713587 Import py-decorator 3.0.1.
The aim of the decorator module it to simplify the usage of decorators
for the average programmer, and to popularize decorators by showing
various non-trivial examples

martynas@ ok.
2009-03-27 23:12:07 +00:00
ajacoutot
d9603a550a - update to lincity-ng 2.0
This release introduces water as a new resource. Also it is possible to
build bridges across rivers. The file format used to save games changed,
data is written to ~/.lincity-ng/ now, but you can still continue old
games.

from Antti Harri with some tweaks
2009-03-27 19:52:43 +00:00
sthen
16b5bfb2a3 add a note to MESSAGE-chroot explaining that the php mail function needs
/bin/sh. helps avoid hair-pulling and wasting a whole bunch of time...

ok ajacoutot, okan (maintainer)
2009-03-27 18:28:59 +00:00
ajacoutot
980cd757dd - missing bump for -gconf 2009-03-27 15:48:51 +00:00
ajacoutot
fa4db047e9 - remove useless patch now that goom in back into gstreamer 2009-03-27 15:33:02 +00:00
sthen
e7715849e4 regenerate with the correct Makefile this time... spotted by naddy.
was broken -> no bump
2009-03-27 15:24:38 +00:00
ajacoutot
3dbbb71ff9 - unbreak and re-enable the goom plugin by fixing a variable in
gst-default.m4 ; rhythmbox does not crash anymore with goom
- enhance configure output
- fix PKGNAME
2009-03-27 15:12:19 +00:00
sthen
06ae635c65 update to 2.10, based on a diff from admin at phpcode.us
as ajacoutot points out, aanriot@ (maintainer) "is probably slaying
ducks somewhere and won't answer before next year"   coin! coin!
2009-03-27 11:54:49 +00:00
jasper
97d88a869a - add php-openid 2009-03-27 10:43:23 +00:00
jasper
fb51a454ae - missing bump 2009-03-27 10:42:41 +00:00
jasper
14abca6431 import php-openid 2.1.2
The PHP OpenID library lets you enable OpenID authentication on sites
built using PHP. It features the OpenID consumer, Store implementations,
and an OpenID server.

feedback and ok sthen@, additional help from todd@, thanks!
2009-03-27 10:41:01 +00:00
sthen
c00e904277 use DIST_SUBDIR=murrine rather than DIST_SUBDIR=${DISTNAME} to avoid
unnecessary distfiles use, regenerate distinfo, and bump PKGNAME (maybe
gratuitous but it doesn't hurt). similar to a diff from David Coppa.
2009-03-27 09:56:46 +00:00
sthen
20dbfef735 - move declarations above statements
- don't attempt to build .so on !shared systems
- remove redundant vars supplied by tk.port.mk
- remove USE_GMAKE, it's not needed
2009-03-27 02:04:44 +00:00
jasper
7a74c5fbba - remove chunks from the regress tests' Makefile, drops gmake dependency
and those chunks never applied to us anyway
2009-03-26 22:09:53 +00:00