Commit Graph

3718 Commits

Author SHA1 Message Date
simon
9024b50e18 remove nonexistent dependency that is covered by base perl but existed
until a few minues ago in mystuff/
no bump as it didn't actually packaged

pointed out by naddy@
2008-09-08 14:15:42 +00:00
jasper
a2735cf550 - update p5-WWW-Wikipedia to 1.94 2008-09-08 09:41:35 +00:00
simon
d26b9a1d65 maintenance update to version 0.21 2008-09-07 08:56:25 +00:00
simon
8d14bc6626 add p5-Catalyst-Plugin-C3 to devel/ and p5-Catalyst-Plugin-Cache,
p5-Catalyst-Plugin-Cache-Store-FastMmap,
p5-Catalyst-Plugin-ConfigLoader-Environment,
p5-Catalyst-Plugin-LogWarnings, p5-Catalyst-Component-ACCEPT_CONTEXT,
p5-HTML-SBC and p5-XML-Atom-SimpleFeed to www/
2008-09-06 10:34:06 +00:00
simon
50816c5a70 import p5-XML-Atom-SimpleFeed
This module provides a minimal API for generating Atom syndication feeds
quickly and easily.  It supports all aspects of the Atom format, but it
has no provisions for generating feeds with extension elements.
2008-09-06 10:34:02 +00:00
simon
9e2601c86d import p5-HTML-SBC
Simple Blog Code is a simple markup language.  You can use it for guest
books, blogs, wikis, boards and various other web applications.  It
produces valid and semantic (X)HTML from input and is patterned on that
tiny usenet markups like *bold* and _underline_.
2008-09-06 10:33:59 +00:00
simon
852f94bc24 import p5-Catalyst-Component-ACCEPT_CONTEXT
Models and Views don't usually have access to the request object, since
they probably don't really need it.  Sometimes, however, having the
request context available outside of Controllers makes your application
cleaner.  If that's the case, just use this module as a base class.
2008-09-06 10:33:55 +00:00
simon
cd41d2fadc import p5-Catalyst-Plugin-LogWarnings
This plugin redirects perl's warn() warnings to a Catalyst log
($c->log->warn), allowing you to filter warnings, log warnings to a
database, Log4Perl, etc.
2008-09-06 10:33:51 +00:00
simon
45ab6b9751 import p5-Catalyst-Plugin-ConfigLoader-Environment
Catalyst::Plugin::ConfigLoader::Environment reads environment variables
and sets up the configuration in your application accordingly.
2008-09-06 10:33:48 +00:00
simon
0d029dffa2 import p5-Catalyst-Plugin-Cache-Store-FastMmap
This store plugin is a bit of a wrapper for Cache::FastMmap.
As Cache::FastMmap can't store plain values by default, this module
ships with a subclass that will wrap all values in a scalar reference
before storing.
2008-09-06 10:33:45 +00:00
simon
496c726d2e import p5-Catalyst-Plugin-Cache
This plugin gives you access to a variety of systems for caching data.
It allows you to use a very simple configuration API, while maintaining
the possibility of flexibility when you need it later.
2008-09-06 10:33:41 +00:00
jasper
7bf2226a9d - update liferea to 1.4.19
from Wiktor Izdebski (MAINTAINER)
2008-09-05 15:45:10 +00:00
ajacoutot
d295738ff8 +cherokee 2008-09-05 11:22:26 +00:00
ajacoutot
8caf12c9e2 Import cherokee-0.8.1
Cherokee is a very fast, flexible and easy to configure Web Server. It
supports the widespread technologies nowadays: FastCGI, SCGI, PHP, CGI,
TLS and SSL encrypted connections, Virtual hosts, Authentication, on the
fly encoding, Load balancing, Apache compatible log files, and much
more.

based on a submission from Fernando Quintero (MAINTAINER)
testing, feedback and ok sthen@
2008-09-05 11:19:48 +00:00
sthen
d339a110a1 regenerate PLIST (.egg-info was missing) and use MODPY_EGG_VERSION, bump 2008-09-03 13:29:33 +00:00
sthen
8e90856d30 SECURITY update to trac 0.10.5
- Fixes cross-site redirection in quickjump found by Russ McRee.
- Fixes wiki engine XSS found by Nathan Collins.
- Added PostgreSQL 8.3 support.
- Fixes FineGrainedPermissions for scoped repositories.
- Fixes problem with repository syncing raising exceptions.

ok Ben Lovett (MAINTAINER)
2008-09-03 13:26:16 +00:00
bernd
8ce0f5af89 Security update to apache-httpd-2.2.9. (CVE-2008-2364 and CVE-2007-6420)
http://www.apache.org/dist/httpd/CHANGES_2.2.9

Also fix LIB_DEPENDS and use the external pcre library instead of the shipped
one.

ok dlg@, simon@, merdely@ (pre-lock)
2008-09-02 22:05:23 +00:00
todd
1421c64499 obvious PERMIT typo, no pkg change, no pkg bump 2008-09-02 18:28:17 +00:00
eric
bb665bad6f update to 0.9.32
ok wcmaier@
2008-09-01 19:11:04 +00:00
jasper
3610b7f319 - update p5-WebService-Audioscrobbler to 0.07 2008-09-01 16:25:16 +00:00
sthen
7b17ca6dda Maintenance update to latest stable version 0.6.32, from maintainer
Darrin Chandler on ports@.

"Thanks to Toni Mueller for prodding, and to Simon Kuhnle for prodding,
testing, and the patch (I had the same diff just before lock but kept
forgetting after unlock)." -dwc
2008-09-01 15:47:43 +00:00
jasper
8b97ce9939 - update p5-WebService-MusicBrainz to 0.18 2008-09-01 10:15:31 +00:00
simon
5d4647d62f remove patch for an issue that was fixed with the last release
pointed out by djm@, confirmed by maintainer
2008-08-30 08:25:48 +00:00
jasper
0dba48f846 - update havp to 0.89
from giovanni bechis (MAINTAINER), thanks!
2008-08-27 20:04:07 +00:00
martynas
5f37ed23ed - use system libm
- add a note to README.OpenBSD about making printing w/ lpr work
(now that ff3 uses default printing dialog from gtk+2).  idea from
merdely@'s weblog
2008-08-23 22:27:46 +00:00
martynas
a1972aa1a5 - use system libm
- update LIB_DEPENDS, to include nssutil3
- change HOMEPAGE to a working one (www-archive.mozilla.org)
- bump package name
2008-08-23 22:12:21 +00:00
martynas
b00b391998 bugfix update to py-flup-1.0.1. from Vlad Glagolev, with tweaks by me
ok wcmaier@
2008-08-23 20:38:57 +00:00
robert
d7604a28d0 update to pear 1.7.2 which is the current stable
version.
2008-08-22 14:48:53 +00:00
ajacoutot
618bdb73de - s/LOCALBASE/PREFIX/
"of course" robert@
2008-08-21 15:51:51 +00:00
sthen
cd54a310f2 Update to 0.11.4; many bugfixes and a few enhancements.
Mostly from Frank Denis on ports@, thanks!
2008-08-21 01:12:35 +00:00
okan
9d3685b5ba - update to 0.13.15
- clarify license marker

ok steven@
2008-08-20 22:38:25 +00:00
ajacoutot
51830f4230 - SECURITY: update opera to version 9.52
this is a recommended security and stability upgrade, see
http://www.opera.com/docs/changelogs/linux/952/ for details

ok sturm@
2008-08-20 20:56:44 +00:00
brad
464f38be0c Upgrade Squid to 2.7-STABLE4
ok ajacoutot@
2008-08-20 16:35:15 +00:00
jasper
83bc330645 - add swfdec-plugin (used to be graphics/swfdec,plugin) 2008-08-20 15:59:45 +00:00
jasper
df69ffc5d5 import swfdec-plugin 0.6.0
Swfdec-Mozilla contains a plugin for Mozilla browsers that uses the
Swfdec library for playing SWF files.
2008-08-20 15:57:04 +00:00
landry
33c4ba2b08 Link webkit and midori to the build.
Thanks again to everyone who tested it !

Okay'ed at least by sthen@ laurent@ jdixon@ before the lock.
2008-08-20 08:46:45 +00:00
ajacoutot
643f11f0c3 - tweak MESSAGE 2008-08-20 08:45:38 +00:00
ajacoutot
6464df2d2e - update to tikiwiki 2.0
- remove myself from MAINTAINER (any takers?)
2008-08-20 08:44:44 +00:00
martynas
03cf188d2d extend documentation, after emails i've got
- since version 3, ff uses standard printing dialog from gtk+2.  in
order to continue using cups for printing, you will need to install
cups subpackage of gtk+2.  after an email from Giovanni Bechis
- ff3 may not render scaled images properly due to incompatibilities
between some of the x drivers and x server (this has been fixed in
the new xserver).  document work-arounds for now.  after an email
from Markus Bergkvist
2008-08-20 00:21:50 +00:00
martynas
96836d3bb7 use system libm. was ok naddy@, kurt@ 2008-08-19 23:53:45 +00:00
espie
1ae5abd27d some minor update 2008-08-19 23:45:30 +00:00
espie
bab39fb7ae security update 2008-08-19 23:44:48 +00:00
sthen
a81b03d386 Allow for isnan() being a macro. Fixes build following libm changes.
ok martynas naddy
2008-07-30 16:29:03 +00:00
martynas
7585421c96 don't redefine isnan and isinf. from sthen@
ok sthen@, deanna@, naddy@
2008-07-29 18:46:08 +00:00
simon
674c33c723 update to version 1.08, please note that new applications will use
apache like config files instead of yaml per default
2008-07-27 17:59:35 +00:00
simon
89f6042fc4 maintenance update to version 0.08 2008-07-27 11:02:20 +00:00
simon
206e8a2e0c maintenance update to version 1.105 2008-07-27 11:00:48 +00:00
simon
0acade1cec update to version 0.20, removes support for old config keys 'file'
and 'config_local_suffix' (deprecated since version 0.16)
2008-07-27 10:58:47 +00:00
simon
e899384b56 regen plist to unbreak packaging
noticed by sthen@
2008-07-27 00:50:52 +00:00
ajacoutot
cdc11b66cd - s/PREFIX/LOCALBASE
ok martynas@
2008-07-26 16:23:32 +00:00