Commit Graph

48503 Commits

Author SHA1 Message Date
bernd
1b00dbaf47 add ruby-addressable 2009-01-30 00:37:53 +00:00
bernd
16ccee6999 Initial import of ruby-addressable-2.0.1.
Addressable is a replacement for the URI implementation that is part of
Ruby's standard library. It more closely conforms to the relevant RFCs and
adds support for IRIs and URI templates.
2009-01-30 00:36:58 +00:00
simon
5faca519e4 update to version 0.09 and use tabs instead of whitespaces
from Markus Hennecke, thanks!
2009-01-30 00:08:19 +00:00
bernd
68a8f96c5b add _ircd-hybrid user 2009-01-29 23:25:45 +00:00
bernd
64507eb71a Update to git 1.6.1.2 and add a subversion 1.5.5 fix for git-svn. 2009-01-29 23:16:35 +00:00
jakemsr
e7b91b80fd @bin marker that should have been riding the PKGNAME bump on the previous
commit
2009-01-29 22:41:33 +00:00
jakemsr
af55aebe26 *sigh* more stuff that got missed in the previous commit 2009-01-29 22:37:21 +00:00
jakemsr
9a54e5c892 file additions/removals that got left out of the previous commit 2009-01-29 22:34:33 +00:00
jakemsr
80e27f4e75 * add sndio backend for artsd
* use audio(4) instead of ossaudio(3) in kdemultimedia3 as much as
  possible
* sync WANTLIB in dependant ports

testing/prodding from todd@.  briefly discussed with naddy@, ajacoutot@
and jasper@
2009-01-29 22:28:58 +00:00
sturm
6fc81948c6 fix WANTLIB 2009-01-29 22:23:04 +00:00
simon
56bcb9ff2b let it build without the MODPERL_SKIPDEPS patch by explicitely adding
--skipdeps to CONFIGURE_ARGS, sigh...

pointed out by Markus Hennecke with a diff that addresses the issue from
a different angle by updating p5-MRO-Compat to 0.09 which isn't actually
required for this port.
2009-01-29 22:02:44 +00:00
sturm
3d79ee813e fix WANTLIB for -main 2009-01-29 21:08:26 +00:00
sturm
bb94b852ae fix WANTLIB of -soup subpackage 2009-01-29 20:40:43 +00:00
ajacoutot
6e90791ddb +py-graphics 2009-01-29 20:11:21 +00:00
ajacoutot
70356a4adc Import py-graphics-1.5
PyGraphics aims to translate the new features of Media Computation from
its JPython version to CPython. Its aims to implement support for image,
sound and video manipulation as well as adding simple 3D capabilities.

several inputs from wcmaier@
2009-01-29 20:10:30 +00:00
sturm
cdbd4947ca fold libsoup's ssl FLAVOR into the regular package 2009-01-29 20:08:42 +00:00
ajacoutot
3a3afaef2a - provide a default desktop file from the ones that are installed; put it
in the correct place and add a corresponding icon and goo
- remove sturm@ from maintainer per his request

ok sturm@
2009-01-29 20:07:05 +00:00
pea
e91e8ae2fe Upgrade to 0.5.3
+ Tweak Makefile
+ Add vpnc-disconnect

ok okan@ ajacoutot@
2009-01-29 19:07:06 +00:00
bernd
a2f3bd8711 Update to ruby-activemerchant-1.4.1. 2009-01-29 18:51:11 +00:00
ajacoutot
0900565a45 - disable gnome-keyring SSH agent by default; as this is a GConf entry,
it can be enabled easily for who needs it.
We do this because even when one does not have any key under ~/.ssh/ the
agent fires up asking for a password which is quite annoying!

ok jasper@
2009-01-29 18:15:19 +00:00
sthen
baaf5ecf36 +py-mutagen 2009-01-29 17:48:09 +00:00
sthen
0f651030b1 import py-mutagen, from giovanni@ with tweaks by me and suggestions
from wcmaier. ok giovanni@ wcmaier@

Mutagen is a Python module to handle audio metadata.
It supports ASF, FLAC, M4A, Monkey's Audio, MP3, Musepack, Ogg FLAC,
Ogg Speex, Ogg Theora, Ogg Vorbis, True Audio, WavPack and OptimFROG
audio files. All versions of ID3v2 are supported, and all standard
ID3v2.4 frames are parsed. It can read Xing headers to accurately
calculate the bitrate and length of MP3s. ID3 and APEv2 tags can be
edited regardless of audio format. It can also manipulate Ogg streams
on an individual packet/page level.
2009-01-29 17:44:27 +00:00
ajacoutot
5c4f46ca0f - fix missing and/or wrong desktop goos
Thanks to sthen@ who came up with a nice big list of potential missing
desktop goos but got caught up by crack-attack...
ok sthen@ jasper@
2009-01-29 17:37:56 +00:00
sthen
861090a2f7 - SECURITY; fix http://www.trapkit.de/advisories/TKADV2009-004.txt
for the internal ffmpeg.  From Brad.

- sync WANTLIB (gio)
2009-01-29 17:28:13 +00:00
sthen
31cd795bcf +dejavu-fonts 2009-01-29 16:14:27 +00:00
sthen
cb7096d67b import dejavu-fonts, from maintainer Tim van der Molen:
The DejaVu fonts are a font family based on the Bitstream Vera fonts.
Their purpose is to provide a wider range of characters while
maintaining the original look and feel.

The DejaVu fonts family contains the following styles.

-- Sans: Book, Bold, Oblique, Bold Oblique, Condensed, Condensed
   Bold, Condensed Oblique and Condensed Bold Oblique
-- Serif: Book, Bold, Italic, Bold Italic, Condensed, Condensed Bold,
   Condensed Italic and Condensed Bold Italic
-- Mono: Book, Bold, Oblique, Bold Oblique
2009-01-29 16:09:57 +00:00
ajacoutot
af61eeeace - sanitize WANTLIB+LIB_DEPENDS
- remove esd/audiofile from WANTLIB
- add CONFIGURE_SHARED
- regen PLIST while here
2009-01-29 15:34:15 +00:00
jakemsr
9a4720c879 link with shared stdc++, should fix build on amd64. I had this on
my amd64 but committed from my i386.

problem noticed by Joe Malcolm, thanks for the report.
2009-01-29 13:47:41 +00:00
sthen
f44e8cb571 SECURITY; fix http://www.trapkit.de/advisories/TKADV2009-004.txt
From Brad.

FFmpeg contains a type conversion vulnerability while parsing malformed 4X
movie files. The vulnerability may be exploited by a (remote) attacker to
execute arbitrary code in the context of FFmpeg or an application using
the FFmpeg library.
2009-01-29 11:30:27 +00:00
kevlo
21713eb4a2 - add -D_BSD_SOURCE so that deco calls lstat(2)
- remove _XOPEN_SOURCE definition

ok sthen@
2009-01-29 10:28:06 +00:00
bernd
4e9ef24a50 add ruby-sinatra 2009-01-29 00:00:27 +00:00
bernd
ff4b2a3f0f Initial import of ruby-sinatra-0.9.0.4.
Sinatra is a Domain Specific Language (DSL) for quickly creating
web-applications in Ruby.
It keeps a minimal feature set, leaving the developer to use the
tools that best suit them and their application.
2009-01-28 23:58:34 +00:00
ajacoutot
fed387439d - re-add SUBST_CMD back and chown the file so that the .bak file does not
end up in PLIST
- fix the icon PATH in the .desktop file while here
- bump
2009-01-28 23:50:47 +00:00
bernd
f53cac22fb add ircd-hybrid 2009-01-28 23:36:48 +00:00
bernd
d0e9c3f08c Initial import of ircd-hybrid-7.2.3.
This is ircd-hybrid, the highly modified (and hopefully improved)
variant of the original ircd program by Jarkko Oikarinen.

Tested by Alex Popov, Sebastian Trahm, okan@ and sthen@. Thanks!
Hints and help from fgsch@ and sthen@.

ok sthen@
2009-01-28 23:35:07 +00:00
simon
968c631ded maintenance update to version 0.2002 2009-01-28 23:20:56 +00:00
sthen
3f708542c3 ratchov@ reports that packaging fails, this is when files/aqualung.desktop
is writable by a group other than wheel. fix by using INSTALL_DATA/SUBST_CMD
rather than directly using SUBST_CMD -c.

PLIST remains the same with this fix; package version not bumped.
2009-01-28 23:18:56 +00:00
simon
b0a28822fc update to version 0.22 2009-01-28 23:18:22 +00:00
naddy
ef710ac0c6 unbreak and include stats plugin; from Brad 2009-01-28 20:03:40 +00:00
stsp
9916f66d8d isnan() and isinf() are in the std:: namespace now, so remove a patch
which stripped the std:: namespace qualifier from calls to these functions.
Should unbreak this port on architectures using gcc-3.x.
ok naddy@
2009-01-28 19:45:59 +00:00
naddy
10d23cdd5b remove workaround now that our C++ header is fixed 2009-01-28 19:23:56 +00:00
ajacoutot
35b27c7e02 - it seems this patch was forgotten in previous commit
- safe bump
2009-01-28 19:05:23 +00:00
sthen
75443ce6c3 update to 1.6.0, from Brad. 2009-01-28 17:08:49 +00:00
sthen
b4a409f651 from Brad:
- if libcares is installed when bzflag is built, the resulting
binary and package are broken (not just LIB_DEPENDS). workaround
by preventing configure from picking it up.
- configure doesn't use --disable-adns any more, garbage-collect
- sync WANTLIB
- better license marker

also:

- prevent configure from picking up and linking libbind,
it doesn't use it anyway.

reads fine to ajacoutot@, and gives him an idea.
2009-01-28 16:56:41 +00:00
ajacoutot
a6400c59f6 - update to gdm-2.20.9
this does not really concerns us as all fixed bugs are solaris related, but
well at least we're running with the latest "old" GDM version ;)

ok jasper@
2009-01-28 16:39:01 +00:00
ajacoutot
87daa7fbc0 - don't add a "Shut Down..." button on the panel when GDM is not running;
this complies with old behaviour (that's for you sthen@) which we want
because we don't use dbus+polkit+consolekit.
2009-01-28 16:36:41 +00:00
sthen
f45c224b2e update to 4.74.16-1, from Brad. ok todd@ (maintainer). 2009-01-28 15:16:17 +00:00
sthen
4d371b0149 - fix implicit casts, from maintainer
- remove an attempt to free() static memory.
- better COMMENT

ok David Coppa (maintainer)
2009-01-28 15:14:55 +00:00
jasper
c4aa7d354a - maintenance update dbus to 1.2.12
from Brad, ok ajacoutot@
2009-01-28 14:16:19 +00:00
pyr
228e870ba0 +scrotwm 2009-01-28 13:21:35 +00:00