Commit Graph

2839 Commits

Author SHA1 Message Date
espie
d692a3153e logging from catalyst 2006-11-06 14:15:15 +00:00
espie
cf123ab8f0 universal forwarder plugin for catalyst.
Probably the worst name and the worst initial description I've ever seen...
2006-11-06 14:12:11 +00:00
espie
d9a710ef40 allows XML-RPC calls from catalyst 2006-11-06 14:02:45 +00:00
espie
65d373b992 a few more catalyst pieces 2006-11-06 13:42:41 +00:00
espie
79b62ee00d another catalyst session storage backend 2006-11-06 13:39:03 +00:00
espie
1eeb9852b1 RFC3066 langtag support in catalyst 2006-11-06 13:15:00 +00:00
espie
3766439373 simpler syntax for context access in catalyst 2006-11-06 12:50:04 +00:00
espie
ac7b695f75 add catalyst crud scaffolding pieces and interface to prototype 2006-11-06 12:37:45 +00:00
espie
dfe351e5ef catalyst helper script for CRUD scaffolding.
If I'm not mistaken, this takes catalyst to a similar level of
functionality to ruby-on-rails.
2006-11-06 12:35:31 +00:00
espie
b82f1cf145 form validation from catalyst 2006-11-06 12:00:11 +00:00
espie
58dbd2a851 plugin to the Prototype library for catalyst 2006-11-06 11:26:41 +00:00
espie
6382a6a5c6 simple forwarder for catalyst, can be used for scaffolding, for instance 2006-11-06 11:25:09 +00:00
espie
74fde17130 add perl support. from maintainer with input by mbalmer 2006-11-06 10:44:35 +00:00
espie
b37196fd7b fix tutorial 2006-11-06 01:21:49 +00:00
espie
95d1d525f0 Bad Session storage, I need Storage-FastMmap for the tutorial 2006-11-06 01:20:55 +00:00
espie
05859c3fa6 add catalyst tutorial components 2006-11-05 21:05:32 +00:00
espie
28809611e6 save catalyst sessions using Cache::FastMmap 2006-11-05 20:56:24 +00:00
espie
271a76b8b8 interface to HTML::Widget for catalyst 2006-11-05 20:43:50 +00:00
espie
fbcb7ef7b7 don't forget to update the packing-list after updating the modules,
tests work better.
2006-11-05 20:40:19 +00:00
espie
cbd9255b76 HTML form widgets framework, including validation 2006-11-05 20:25:31 +00:00
espie
417fafd833 link in some catalyst modules 2006-11-05 17:05:42 +00:00
espie
3f5c52deb0 embed session ids as URI for catalyst 2006-11-05 16:40:39 +00:00
espie
ca2d8b4ac8 catalyst prereq 2006-11-05 16:32:14 +00:00
fgsch
237dbabb6d enable lua by default so mod_magnet and mod_cml can use it. bump package.
discussed and ok by jolan@ and brad@.
2006-11-05 16:13:31 +00:00
espie
9e8a463ad2 per user sessions for catalyst 2006-11-05 16:11:31 +00:00
mbalmer
f834b792f0 Update to Turba H3 (2.13).
Major changes compared to the Turba H3 (2.1.2) version are:

    * Remember the lastly selected address book during the session.
    * Updated Brazilian Portuguese, Dutch, German, and Traditional Chinese
      translations.
    * Small bugfixes and improvements.

The full list of changes (from version H3 (2.1.2)) can be viewed here:
http://cvs.horde.org/diff.php/turba/docs/CHANGES?r1=1.181.2.89&r2=1.181.2.97&ty=h
2006-11-05 15:53:25 +00:00
espie
bfa5287a0c basic plugin framework for session mechanims in catalyst 2006-11-05 14:04:04 +00:00
espie
506ec2d131 catalyst session plugin based on cookies 2006-11-05 14:01:20 +00:00
espie
9d89d76dac +catalyst stuff 2006-11-05 12:32:33 +00:00
espie
44e5382858 interface to mason components for catalyst views 2006-11-05 10:00:41 +00:00
espie
1051d7418e fix build style, no package change 2006-11-05 09:59:04 +00:00
espie
02eecdf495 +catalyst pieces 2006-11-05 00:22:23 +00:00
espie
df094aa872 mod_perl support for Catalyst.
Only Apache 1.3 is concerned, since OpenBSD doesn't include apache2
2006-11-05 00:16:31 +00:00
espie
c5d3405bca devel module for catalyst 2006-11-05 00:04:57 +00:00
espie
3b0c644775 serving static pages with catalyst 2006-11-04 23:23:46 +00:00
espie
f887788be7 subrequest action mapper for catalyst 2006-11-04 23:19:25 +00:00
espie
3b89306557 catalyst plugin to Config::Any. 2006-11-04 20:34:21 +00:00
espie
34d23735ab forgot to tag PKG_ARCH=* 2006-11-04 20:21:43 +00:00
espie
53b9f33d47 default view forwarder for catalyst
does not pass a few of its pod regression tests at the moment.
2006-11-04 20:19:23 +00:00
espie
01d7bf6a1d runtime for catalyst, now that all prereq are in.
note that quite a few useful plugins, and the devel package,
are not imported yet...
2006-11-04 20:12:34 +00:00
espie
4b84ef24fe +some catalyst modules 2006-11-04 19:29:07 +00:00
kili
262f516a1b Avoid references to PKGNAME.
Remove noops like WRKDIST=${WRKDIR}/${DISTNAME}.
Drop DIST_SUBDIR where appropriate.

Problem mentioned by naddy.
Some simplifications and ok, steven.
2006-11-04 19:19:15 +00:00
espie
2798bbe2b4 yet another catalyst prereq 2006-11-04 19:18:03 +00:00
espie
08efd271f1 catalyst prereq 2006-11-04 19:09:24 +00:00
espie
14d10e9bcf update to 5.805, okay msf@ 2006-11-04 12:00:03 +00:00
mbalmer
e6ba417176 Maintenance update to 2.1.2. Adds slovenian translation. 2006-11-04 08:11:18 +00:00
steven
48a33e8422 disable spidermonkey, otherwise the build picks it up.
ok maintainer James Prevatt
2006-11-04 00:51:17 +00:00
mbalmer
37b3309439 Update to version 2.1.3, bugfixes and a slovenian translation. 2006-11-02 17:54:59 +00:00
steven
a62699c8bc add 'geo' to categories for these.
ok ckuethe@
2006-11-02 07:03:29 +00:00
kurt
d5e7960401 pkg bump due to depends change in java.port.mk 2006-11-01 20:47:41 +00:00
mbalmer
24118240b5 The imp addressbook, update to version 2.1.2. 2006-11-01 10:51:19 +00:00
mbalmer
52d1b4627a Update to versio 2.1.1 of nag, the taks list manager for Horde. 2006-11-01 10:50:34 +00:00
mbalmer
5c65a0e697 Update to turba 2.1.2, the Imp addressbook. 2006-11-01 10:49:41 +00:00
steven
e4f6e53525 LIB_DEPENDS, not RUN_DEPENDS
ok alek
2006-10-29 18:48:24 +00:00
fgsch
896b1eb548 update to 2.1pre23; while i'm here remove myself as maintainer. 2006-10-28 22:52:13 +00:00
ajacoutot
36d2cceb0b - update my email address
- bump PKGNAME

ok robert@
2006-10-27 12:53:01 +00:00
bernd
773af5fe5f Update to mod_ruby-1.2.6.
From maintainer Adam Montague.
2006-10-26 19:45:58 +00:00
kurt
f8749538b4 replaced by www/tomcat 2006-10-25 18:19:32 +00:00
kurt
819ecf63c5 - jakarta-tomcat
+ tomcat
2006-10-25 18:12:44 +00:00
kurt
2445aa9be5 import tomcat v4 & v5 in new home. previously located under
www/jakarta-tomcat.
2006-10-25 18:10:17 +00:00
wilfried
9a0e909531 the suhosin patchset moved on the master site, ok robert@ 2006-10-24 09:30:25 +00:00
msf
fc52545e5a +visitors 2006-10-24 09:05:40 +00:00
msf
a7b73985ea initial import of visitors-0.7
Visitors is a very fast web log analyzer for Linux, Windows, and other
Unix-like operating systems. It takes as input a web server log file,
and outputs statistics in form of different reports. 

ok bernd@
2006-10-24 09:04:19 +00:00
mbalmer
9c9ca90152 Forgot to add pear-HTML-Page2 to the SUBDIR list. Noticed by David Krause. 2006-10-24 06:21:38 +00:00
espie
9a2c0633ee new version, fixes stack issues with deeply nested component calls,
and better error reports.

okay mjc@, sturm@
2006-10-23 13:53:44 +00:00
mbalmer
287c5e3822 Minor update, 3.2.4 -> 3.2.5 2006-10-22 13:21:17 +00:00
mbalmer
d6c69b7a14 HTML for pear/php5. 2006-10-22 13:16:35 +00:00
mbalmer
dcd9754aa0 Install a sample configuration 2006-10-22 09:04:03 +00:00
mbalmer
2e7f512dbe add mod_ldapvhost 2006-10-22 08:59:48 +00:00
mbalmer
1c0f1bfbde LDAP bases virtual hosts for Apache 2006-10-22 08:55:38 +00:00
jasper
97df89bdb5 make elinks work with lua 5.1
from James Prevatt <jprevatt+bsd at paunix.org>

ok sturm
2006-10-21 17:56:48 +00:00
robert
ab667c1beb update to version 5.1.6 and replace the hardened patchset with
the suhosin patchset;

kill the hardened flavor because we are going to use suhosin
patchet by default;
2006-10-21 11:44:10 +00:00
espie
b0aa0711ab enable printing. Fix some of the ssl stuff, not working yet though. 2006-10-21 00:41:08 +00:00
espie
9a372060b9 remove this for real, spotted by jolan 2006-10-20 22:32:40 +00:00
jolan
a45fef96ec let this fetch properly 2006-10-20 16:52:09 +00:00
espie
571e3b8fa8 ... and remove an assertion that fails, so we can compile it with
FLAVOR=debug
2006-10-20 16:08:39 +00:00
espie
601c270142 Update to a ways more recent snapshot, that uses QT3.
Hack at it to compile without kdelibs installed.

Quite a few nits to fix, including some bad issue with https...

discussed with brad@
2006-10-20 16:07:24 +00:00
sturm
903c3060a9 BROKEN="this port needs to be cleaned up by someone who cares"
revert DISTNAME bump, duh!
2006-10-20 15:46:49 +00:00
kevlo
6b572ec37a - set permission to some directories. Pointed out by sturm@
- bump PKGNAME
2006-10-20 13:29:17 +00:00
bernd
c16e4afb3c PKG_ARCH=* too. 2006-10-20 11:24:35 +00:00
bernd
d1499bcd92 Regen PLIST with updated ruby-gems. (added ri docs)
PKG_ARCH=*
2006-10-20 11:20:57 +00:00
mglocker
ab024cfd2a Update to 1.8.2. For ChangeLog read
http://www.nazgul.ch/dev/nostromo_cl.txt

ok mbalmer@
2006-10-19 10:04:47 +00:00
sturm
b4af0c8ab0 switch to fedora_base 2006-10-19 00:15:36 +00:00
pvalchev
ae882a6fda update to tidy-051026
build shared library (to be used by outside apps like php, etc)
fix makefile to allow fake to work w/ that.

based on diff from Dan Brosemer <odin@svartalfheim.net>, thx
2006-10-18 18:22:56 +00:00
ajacoutot
66bdde73c3 add mod_bandwidth. 2006-10-18 15:02:16 +00:00
ajacoutot
5ee483a552 Import mod_bandwidth, a bandwidth limiter for Apache.
help & ok alek@
2006-10-18 14:58:30 +00:00
sturm
04a0e6b37a -netscape 2006-10-18 13:33:16 +00:00
sturm
8fa00271ad as discussed on icb, remove ports too old to be useful
use firefox instead
2006-10-18 13:32:52 +00:00
xsa
b5c675a347 + zope-zsyncer 2006-10-17 10:16:10 +00:00
xsa
2c5ec667e7 Initial import of zope-zsyncer 0.7.1
ZSyncer is a Zope 2 product that allows you to synchronize and compare
objects from one zope (source) to another (destination).  It is a lot
more convenient than the old manual export/transfer/import procedure.

ZSyncer supports SSL as well as insecure HTTP.

ZSyncer also allows you to view a diff against the destination object,
for many types of objects.

OK mbalmer@.
2006-10-17 10:14:52 +00:00
kevlo
34ee105391 - upgrade to xoops 2.0.15.
SECURITY fix:
A vulnerable describes an SQL injection attack against versions less
than 2.0.15.

Submitted by:	Will Maier <willmaier at ml1.net>

- drop maintainership
2006-10-16 14:05:09 +00:00
kevlo
029b3a12e2 upgrade to moodle 1.6.3.
SECURITY fix:
A vulnerability was discovered that could allow SQL injections if a parameter
was improperly used.
2006-10-16 14:00:18 +00:00
kevlo
2a2f19b442 upgrade to phpMyAdmin 2.9.0.2 2006-10-16 13:57:58 +00:00
steven
a51d750de6 use SETENV instead of env 2006-10-16 08:27:19 +00:00
ckuethe
60757d0398 version bump from 5.0rc7 to 5.0.
ok mbalmer
2006-10-15 21:49:50 +00:00
alek
c71937d80f Add pecl-APC 2006-10-13 15:02:41 +00:00
alek
80b1e03997 Import pecl-APC 3.0.12p2
APC is the Alternative PHP Cache. It was conceived of to provide a 
free, open, and robust framework for caching and optimizing PHP 
intermediate code.

Joint work with William Yodlowsky <bsd@openbsd.rutgers.edu>
2006-10-13 14:58:42 +00:00
mbalmer
67a62d7820 Add mantis 2006-10-11 18:29:13 +00:00
mbalmer
ace345012f mantis is a web based bug tacking system, using php5 and a mysql database.
it is used by quite some projects now and fairly easy to use.

thanks to xsa and aanriot for their feedback
2006-10-11 18:28:27 +00:00
brad
db1c53ead6 upgrade to lighttpd 1.4.13 2006-10-10 00:04:23 +00:00
aanriot
5664bdb1d7 Fix ownership problems.
ok bernd@
2006-10-09 14:29:00 +00:00
espie
84bbe74d99 Newer HTML-Prototype, and new scriptaculous javascript. 2006-10-08 21:54:15 +00:00
mbalmer
c36e4a167e Update to PHPList 2.10.3, which contains some of my additions and patches.
The full release information can be found on www.phplist.com.
2006-10-07 10:36:37 +00:00
mbalmer
6ef6910468 Zope LDAPUserFolder 2.7, sorry for the noise with the 2.6 update ;) 2006-10-05 10:23:24 +00:00
mbalmer
ebce222dbb Record RUN_DEPENDS to lang/python,-expat. 2006-10-05 10:19:36 +00:00
mbalmer
7c8fb4ca80 Update to Zope LDAPUserFolder 2.6. 2006-10-05 08:35:45 +00:00
mbalmer
9205caf90f If we assign not much more than nothing to a variable, then we can skip
the assignment as well.  We bump the package name and we are done.
2006-10-04 22:15:06 +00:00
mbalmer
ce58a4f445 the zope darlings changed the distfile, I bumped the packagename and naddy
gets the cookie for letting me know.
2006-10-04 21:41:48 +00:00
brad
dcee93fbfd fix the MESSAGE file, s/2.5/2.6/ 2006-10-03 18:32:44 +00:00
mbalmer
5f1a7b27b1 zope-externaleditor now conflicts with plone-*. 2006-10-03 13:46:28 +00:00
mbalmer
30575e85b0 Add phplist. 2006-10-03 13:43:46 +00:00
mbalmer
4d6fc486f2 phplist is a dual opt-in mailing list manager that is web based (uses PHP5
and MySQL).
2006-10-03 13:42:10 +00:00
mbalmer
5763ef143e Update to phpldapadmin-1.0.1 2006-10-03 12:24:49 +00:00
mbalmer
84de52c97c Unbreak plone and update to Plone 2.1.4, tested with the new Zope-2.10.0
port.

Diff mostly done by xsa.  And, sorry for the breakage, it was caused by a
different Plone port (that actually worked) I had lying around in a private
CVS.

ok xsa
2006-10-03 10:02:47 +00:00
mbalmer
884e4f4d9d Update to Zope-2.10.0.
See http://www.zope.org/Products/Zope/2.10.0/Zope-2_10_0_released for the
complete release notes.

ok xsa
2006-10-03 09:16:16 +00:00
brad
78924f0824 upgrade to 2.6.STABLE4
Squid 2.6 supports kqueue and hw accelerated SSL via OpenSSL,
as well as many other improvements.
2006-10-03 05:00:49 +00:00
jasper
d2d93c3438 update linkchecker to 4.5
ok alek
2006-10-02 17:47:09 +00:00
kevlo
1e263ce4f1 upgrade to 2.10 2006-10-02 13:56:35 +00:00
brad
05a117853f stop using the gcc3 module on the alpha architecture. 2006-10-01 22:23:47 +00:00
jasper
303973f621 add missing WANTLIB (stdc++)
ok pvalchev
2006-10-01 12:35:47 +00:00
kevlo
a96eda1afd upgrade to 3.21 2006-09-30 14:05:38 +00:00
steven
711d853e89 update to 0.07, following HTML::Template
from new maintainer Jim Dew <jdew at yggdrasil.ca>

also arch independent
2006-09-28 22:03:45 +00:00
steven
df275715ba update to 2.8
from new maintainer Jim Dew <jdew at yggdrasil.ca>
after previous maintainer timeout

arch independent, and extend DESCR while here
2006-09-28 22:00:40 +00:00
grange
ff4e8676c6 Update to calamaris-2.59 and drop maintainership, I don't
use this stuff anymore.
2006-09-24 17:23:07 +00:00
brad
5925d2f6f6 upgrade to lighttpd 1.4.12 2006-09-23 15:44:04 +00:00
jasper
8c785a8799 p5-WWW-Wikipedia 2006-09-23 15:41:41 +00:00
jasper
0e12d6484f import p5-WWW-Wikipedia 1.9
WWW::Wikipedia provides an automated interface to the Wikipedia
http://www.wikipedia.org, which is a free, collaborative, online
encyclopedia. This module allows you to search for a topic and return
the resulting entry. It also gives you access to related topics which
are also available via the Wikipedia for that entry.

ok steven
2006-09-23 15:39:13 +00:00
sturm
e2d7d759d1 security update to opera 9.02 2006-09-22 20:22:28 +00:00
pvalchev
695561419c Update to new version (0.8.6) and unbreak.
From new maintainer Jim Uhl <juhl@mala.bc.ca>
2006-09-22 04:13:19 +00:00
jolan
8c35972c78 add auto* to build_depends, noticed by steven@ 2006-09-21 23:14:48 +00:00
jolan
2f8b1c29f4 +gnash 2006-09-21 15:51:32 +00:00
jolan
5f1a08ce6c gnash-20060919, flash player with firefox browser plugin, from deanna
phillips with some tweaks by me.  not really usable imho, but getting
there
2006-09-21 15:48:10 +00:00
xsa
92be091837 Update to Update to rawdog-2.10 2006-09-21 08:20:28 +00:00
jolan
6190b75b41 update to 7.0r68 2006-09-20 16:15:19 +00:00
xsa
1cdde3ae0e no need to redefine what's already in the python module. 2006-09-20 14:44:13 +00:00
dhill
f17620bbb6 update to 0.697
ok espie@ steven@
2006-09-19 11:44:33 +00:00
dhill
397ecf66ca update to 0.20
ok maintainer
2006-09-19 04:00:35 +00:00
steven
c50240134a USE_LIBTOOL 2006-09-18 21:10:11 +00:00
espie
939a8c0f52 zap .0.0 2006-09-18 11:59:59 +00:00
espie
629547efe8 new style libs 2006-09-18 09:04:03 +00:00
espie
5061e474a6 update to new scriptaculous (1.6.2) 2006-09-18 09:02:39 +00:00
steven
a5ced8bb42 update to 1.5.0.7 as well
"seems fine" maintainer Antoine Jacoutot
2006-09-18 07:35:51 +00:00
steven
4b337b355c SECURITY update to firefox 1.5.0.7
see http://www.mozilla.org/projects/security/known-vulnerabilities.html
for details

ok bernd@
2006-09-17 21:02:58 +00:00
sturm
f40b6dea93 add RUN_DEPENDS on ruby-gems for gems-based ports
bump PKGNAME where necessary

noticed by Ward Wouts <ward at wizeazz.nl> via markus, ok msf
2006-08-23 21:12:24 +00:00
espie
11afa248eb Missing regress dependencies, do all tests. 2006-08-16 10:05:31 +00:00
kurt
dbe3be9b94 javaPathHelper should be in RUN_DEPENDS not BUILD_DEPENDS. okay nikolay@ 2006-08-13 16:14:25 +00:00
naddy
ec14e41571 don't build on amd64/sparc64 due to unresolved crashes 2006-08-12 15:51:38 +00:00
sturm
f15bb48241 update ruby-rails (and associated ports) to 1.1.6
This fixes a security vulnerability in rails, permitting the evaluation
of Ruby code through a URL.

for details, see
http://weblog.rubyonrails.org/2006/8/10/rails-1-1-6-backports-and-full-disclosure
2006-08-12 07:37:15 +00:00
kurt
81c31bac88 pkg bump all 1.3 and 1.4 java ports that haven't been yet since the
java.port.mk changes. okay naddy@
2006-08-10 18:26:23 +00:00
bernd
8015d6ebbd Mark as BROKEN for 4.0. The necessary fix is too intrusive at this point
of the release cycle. Sorry, we decided that it's better to ship no plone
package instead of a completely broken one.

Discussed with sturm@ and naddy@.

help & ok sturm@
2006-08-09 09:14:03 +00:00
djm
db13734694 update to moinmoin-1.5.4; ok naddy@ a couple of weeks back 2006-08-04 10:20:29 +00:00
espie
17b77a4af2 new lib specs 2006-08-04 00:10:42 +00:00
kurt
af9fc67b62 convert tomcat.rc to use javaPathHelper for JAVA_HOME 2006-08-03 19:38:51 +00:00
kurt
a0be6a9cac convert tomcat.rc script to use javaPathHelper for JAVA_HOME 2006-08-03 19:37:04 +00:00
kurt
190ff47349 remove tomcat v3. discussed on list a year ago and no one has stepped
up to maintain this. several okays last year and ian@ now.
2006-08-03 17:48:50 +00:00
steven
177eae1e1e update to 1.5.0.5, and PKG_ARCH=*
from maintainer Antoine Jacoutot <ajacoutot at lphp.org>
2006-08-03 14:48:13 +00:00
sturm
b93d545306 update to opera 9.01 2006-08-02 17:29:48 +00:00
espie
100b45279f convert a few libspecs to new style.
Note: no package bump, those are only BUILD dependencies,
the pkg_create code will create the correct wantlib specs.
2006-08-01 10:50:19 +00:00
jasper
675d418818 update linkchecker to 4.2
ok alek
2006-07-31 21:30:30 +00:00
bernd
1498df97f8 Security update to mozilla-firefox-1.5.0.5.
This update fixes multiple security vulnerabilities.

For detailed information see:

http://www.mozilla.org/projects/security/known-vulnerabilities.html#firefox1.5.0.5

ok steven@
2006-07-31 09:32:19 +00:00
bernd
9bb6412564 Add python-expat to RUN_DEPENDS. Spotted by Konrad Foerstner.
'looks good' mbalmer@, xsa@
2006-07-28 12:38:37 +00:00
pedro
21753d781c Mark as 'brocken' until there are updates that actually work with
Lua 5.1, okay jolan@
2006-07-27 21:13:56 +00:00
djm
4cddfcee31 +pyblosxom 2006-07-26 10:27:40 +00:00
djm
2de6803ff8 import pybloxsom-1.3.2:
> Pyblosxom is a weblog engine that uses standard text files located
> on your filesystem as a database of weblog entries. The concept is
> simple, managing content is as easy as editing a text file with your
> favourite text editor. It also supports publishing a blog as a set of
> static HTML and RSS files, without the need for online executables
> (CGIs, etc).
2006-07-26 10:25:56 +00:00
steven
1aac669a2f remove NO_CONFIGURE which has been obsolete for ages. 2006-07-22 18:18:36 +00:00
steven
ea0f113afb fix homepages and a few master sites 2006-07-20 04:43:27 +00:00
alek
b9767e2dc8 Make it work after recent iodbc changes 2006-07-18 21:44:40 +00:00
alek
39e5ec057c Make it work after recent iodbc changes 2006-07-18 21:22:56 +00:00
espie
3b6fe147ad Synch for new makeinfo 2006-07-17 19:57:26 +00:00
espie
2640697962 ensure mandir will stay correct. 2006-07-17 19:55:31 +00:00
alek
6efe75083c Missing `"' 2006-07-16 22:08:42 +00:00
bernd
a36e87813d add wml 2006-07-14 16:12:52 +00:00
bernd
7d776e30ff Initial import of wml-2.0.9.
WML is a free and extensible Webdesigner's off-line HTML generation
toolkit. It consists of a control frontend driving up to nine backends
in a sequential pass-oriented filtering scheme.  Each backend provides
one particular core language.  For maximum power WML additionally ships
with a well-suited set of include files which provide higher-level
features built on top of the backend core languages.  While not trivial
and idiot proof WML provides most of the core features real hackers
always wanted for HTML generation.

Lots of testing and feedback from steven@. Thanks!
2006-07-14 16:12:12 +00:00
steven
64d65f4a0f master site fixes 2006-07-14 05:20:45 +00:00
steven
597d5fa56d update to 2.04a; PKG_ARCH=*
ok kevlo@
2006-07-14 05:06:21 +00:00
steven
b936a9a846 update to 2.09; PKG_ARCH=*
ok kevlo@
2006-07-12 05:51:42 +00:00
sturm
38d7c5cbfa p5-HTML-FillInForm 2006-07-12 05:33:29 +00:00
sturm
e88861ec68 Initial import of p5-HTML-FillInForm 1.06
This module automatically inserts data from a previous HTML form into the
HTML input and select tags. It is a subclass of HTML::Parser and uses it
to parse the HTML and insert the values into the form tags.
2006-07-12 05:32:46 +00:00
steven
24960db701 SECURITY update to trac 0.9.6
* Fixed reStructuredText breach of privacy and denial of service
  vulnerability found by Felix Wiemann.

from maintainer Ben Lovett <ben at tilderoot.com>
2006-07-09 10:11:49 +00:00
jcs
d907313bc6 add a RUN_DEPENDS of ruby-gems so this actually works at all
bump pkgname

no response from maintainer msf@
2006-07-05 22:59:18 +00:00
alek
2513f7ca75 - update to 4.1
- xsa@ drops maintainership

ok xsa@, tested by aanriot@
2006-07-05 18:31:07 +00:00
steven
4c63134b17 +firefox-i18n 2006-06-25 21:26:37 +00:00
steven
c437322e50 import firefox-i18n 1.5.0.4
Mozilla Localization Project, abbreviated as MLP, tries to help and ease
the availability of mozilla.org products toward different world cultures
and languages through the support of the open source community.

submitted by Antoine Jacoutot <ajacoutot at lphp.org>

ok sturm@
2006-06-25 21:25:44 +00:00
bernd
5bcd86e70d Unbreak printing with cups installed.
noticed & ok by sturm@
2006-06-23 15:40:56 +00:00
steven
9ad38db7bf update to elinks 0.11.1
from maintainer James Prevatt <jprevatt+bsd at paunix.org>
2006-06-23 12:32:33 +00:00
bernd
d350ee3923 Security update to opera-9.00.
This fixes an integer overflow when processing JPEG images.

More information: http://secunia.com/advisories/20787/

ok sturm@
2006-06-23 08:34:17 +00:00
kevlo
a5873cb5e0 upgrade to moodle 1.6 2006-06-20 06:57:23 +00:00
kevlo
3526d2a281 update to 2.8.1 2006-06-19 15:27:03 +00:00
bernd
b8bedd34ec Back out change with no review.
ok espie@, pvalchev@
2006-06-19 11:49:07 +00:00
espie
0aed593802 bump to new version, small changes.
okay maintainer
2006-06-17 22:51:34 +00:00
naddy
2b083c763d mark as successor to zope-btreefolder2 2006-06-17 15:23:57 +00:00
naddy
60c9637c9d remove zope-btreefolder2 which is now a part of zope proper; ok mbalmer@ 2006-06-17 15:12:44 +00:00
brad
27ff4e08fa upgrade to 2.5.STABLE14 2006-06-17 03:15:55 +00:00
bernd
41b622ff72 +p5-HTML-Clean 2006-06-16 01:33:22 +00:00
bernd
c7a700365b Initial import of p5-HTML-Clean-0.8.
The HTML::Clean module encapsulates a number of common techniques for
minimizing the size of HTML files. You can typically save between 10%
and 50% of the size of a HTML file using these methods. It provides the
following features:

- Remove unneeded whitespace (begining of line, etc)
- Remove unneeded META elements.
- Remove HTML comments (except for styles, javascript and SSI)
- Replace tags with equivilant shorter tags (<strong> --> <b>)
- etc.

The entire proces is configurable, so you can pick and choose what you want
to clean.
2006-06-16 01:31:41 +00:00
bernd
c3e1e3a89e Fix WANTLIB after gtk+2 upgrade. 2006-06-13 13:19:08 +00:00
sturm
dbb32d9a2a ruby-actionwebservice
ruby-rails
2006-06-12 21:48:54 +00:00
sturm
72bdd66154 Initial import of ruby-rails 1.1.2
Rails is a web-application framework for the MVC pattern that includes
both a template engine, controller framework, and object-relational
mapping package. Everything needed to develop web-apps that can run on
CGI, FastCGI, and mod_ruby

Being a full-stack framework means that all layers are built to work
seamlessly together. That way you Don't Repeat Yourself (DRY) and you
can use a single language from top to bottom. Everything from templates
to control flow to business logic is written in Ruby - The language of
love for industry heavy-weights.

from msf
2006-06-12 20:20:09 +00:00
sturm
18fede90fa Initial import of ruby-actionwebservice 1.1.2
Simple support for publishing Web Service APIs for Rails applications.
Supports SOAP and XML-RPC, as well as generating WSDL for SOAP bindings.

from msf
2006-06-12 20:10:29 +00:00
espie
26ec95d0f8 use //<![CDATA[ instead of pure comments, better escapes.
grab the actual aculous library, and merge it, this allows us to
grab fixes for minor js problems.
2006-06-11 15:06:50 +00:00
espie
c6dceab127 +p5-CGI-Ajax 2006-06-11 12:34:15 +00:00
espie
b86e992e67 Yet aother perl ajax framework 2006-06-11 12:33:33 +00:00
fkr
4f97638dfd update to mhonarc version 2.6.16, from maintainer Christian Rueger
ok steven@
2006-06-10 10:26:22 +00:00
alek
24e6dc7094 Update to 0.9.5
From Will Maier via Ben Lovett <ben@tilderoot.com>
2006-06-06 09:32:56 +00:00
alek
56a16dd8e9 Use MODPY_BIN were applicable 2006-06-05 18:30:20 +00:00
bernd
682eb24b83 Security update to mozilla-firefox-1.5.0.4.
Fixes multiple security vulnerabilities. For detailed information see:

http://secunia.com/advisories/20376/
http://www.mozilla.org/projects/security/known-vulnerabilities.html#firefox1.5.0.4

ok steven@
2006-06-05 09:30:06 +00:00
steven
053e6fe923 use MODULES=lang/python (which switches it to 2.4), and bump PKGNAME 2006-06-04 10:04:34 +00:00
alek
1e1225cef1 Bump PKGNAME after recent python switch 2006-06-03 09:45:42 +00:00
alek
92e91b4ac4 Bump PKGNAMEs after recent python switch 2006-06-03 09:19:52 +00:00
alek
fc1dfbe5ce NO_REGRESS 2006-06-03 08:28:21 +00:00
alek
8c34fcfac1 Update to 5.0rc7; from Chris Kuethe <chris.kuethe@gmail.com> 2006-05-27 16:08:16 +00:00
grunk
a89f229722 drop maintainership, ok sturm@ 2006-05-25 20:42:56 +00:00
steven
69cb2346ff update to 3.54. from Srebrenko Sehic (maintainer) 2006-05-25 16:05:38 +00:00
espie
3e6e6ee02c oops, arch-independent package.
don't bump the pkgname for the 1 minute it was `up' for everybody.
2006-05-25 09:46:49 +00:00
espie
4626f4d0f4 +p5-HTML-Prototype 2006-05-25 09:46:06 +00:00
espie
098097e0bc javascript w/o writing it in perl. 2006-05-25 09:45:14 +00:00
robert
8951c07084 There is no need to add the pear distfile to SUPDISTFILES;
noticed by sturm@
2006-05-24 13:15:42 +00:00
sturm
7d9046f675 NO_REGRESS 2006-05-23 19:54:03 +00:00
bernd
0e40ccc07e - better pkg/MESSAGE, from Deanna Phillips <deanna at sdf.lonestar.org>
- fix some typos in files/README.OpenBSD
- bump PKGNAME accordingly

ok wilfried@, kurt@
2006-05-23 14:03:22 +00:00
aanriot
a97e7a55e4 - php-5.1.4 tarball has been rerolled, so update distinfo.
- add pear's distfile to SUPDISTFILES .
- bump relevent PKGNAMEs.

prompted by and ok robert@
2006-05-21 20:46:06 +00:00
aanriot
ba90ce353a Security fixes against multiple cross-site scripting (XSS)
vulnerabilities in phpldapadmin.

CVE-2006-2016;
from Debian GNU/Linux;
ok mbalmer@, "no objection" sturm@
2006-05-21 19:15:08 +00:00
alek
d52f4cb77e Add py-CherryPy 2006-05-18 10:02:59 +00:00
alek
4842273a41 Import py-CherryPy 2.2.1
CherryPy is a pythonic, object-oriented web development framework.

CherryPy allows developers to build web applications in much the same
way they would build any other object-oriented Python program. This
usually results in smaller source code developed in less time.

From Joerg Zinke <umaxx@oleco.net>
2006-05-18 08:44:51 +00:00
fkr
81e6af7ee3 these can go now, from the update to clearsilver 0.10.3
ok mbalmer@, markus@ (maintainer)
2006-05-15 17:16:54 +00:00
fkr
65053c6253 update to version 0.10.3
ok mbalmer@, markus@ (maintainer)
2006-05-15 17:08:43 +00:00
wilfried
60b2eff919 add OpenBSD tag 2006-05-10 13:48:01 +00:00
robert
1351922e5d bump PKGNAME due to the change of the pear dependencies; 2006-05-09 14:16:50 +00:00
robert
151101789e Update to version 5.1.4;
Add a hardened flavor for both core and extensions (inspired by niallo@);
Use our own way to install pear because the bundled installer is totally
broken and upstream refuses to fix it.

Add a mysqli subpackage which can be used to access the functionality
provided by MySQL 4.1 and above.

Other minor changes and fixes are also included.

ok sturm@; tested by many
2006-05-09 14:15:40 +00:00
bernd
3bbe03aff4 Update to 1.5.0.3. Security fixes inside...
More info:

CVE-2006-1993
http://secunia.com/advisories/19802/

tested by many
"go ahead" jolan@
2006-05-05 10:14:21 +00:00
wilfried
cc58f13c61 update to 1.7.13, ok kurt@
fixes multiple critical vulnerabilities
the last official release of the Mozilla Application Suite
2006-05-02 07:27:12 +00:00
espie
4a4a37a5b6 update to 1.32, a few performance improvements and bug-fixes.
okay maintainer.
2006-05-01 21:09:18 +00:00
kurt
26486f93b4 remove freedtoa call since our strtod(3) implementation uses a static var
to handle result allocation, but doesn't always return it. Restore use
of locks to protect use of static vars and add one for dtoa return value
too. fixes build on sparc64 and should help with stablility too.

looks correct pvalchev@
2006-04-24 20:03:00 +00:00
fgsch
daf083f320 update to pre21; from David Hill (dhill at mindcry dot org). 2006-04-22 16:24:09 +00:00
espie
354d341490 +p5-Apache-DB 2006-04-22 10:18:59 +00:00
espie
0f78b4bc5d let one debug mod_perl applications from the command line. 2006-04-22 10:17:22 +00:00
jolan
79fe1909e0 SECURITY: update to 1.7.9 which fixes a buffer overflow in the
http_header_comp() function
2006-04-18 20:17:47 +00:00
wilfried
2431442cac update to 1.5.0.2
fixes multiple critical vulnerabilities
2006-04-18 10:37:32 +00:00
jolan
f2fbfcd174 update to 7.0r63 2006-04-17 15:36:19 +00:00
sturm
ba62644206 update to mod_security 1.9.3
from Srebrenko Sehic <ssehic at gmail.com>
2006-04-17 14:58:02 +00:00
steven
c3c9f37f23 update to 3.51; from new maintainer Srebrenko Sehic, haver at insecure.dk
add REGRESS_DEPENDS while here.
2006-04-15 20:32:33 +00:00
steven
2ddb81520f add REGRESS_DEPENDS 2006-04-15 17:58:57 +00:00
naddy
7e516ebd41 bump gd-no_x11 package, simplify logic; ok sturm@ 2006-04-15 14:57:24 +00:00
sturm
637ed18ac5 actually increase FULLPKGNAME-gd
4 eyes didn't see what plist_db sees
2006-04-14 20:41:48 +00:00
brad
a20588de08 upgrade to 2.5.STABLE13 2006-04-13 23:46:56 +00:00
david
adbd88b406 remove myself from MAINTAINER 2006-04-12 21:01:45 +00:00
kevlo
0d8945e913 update to phpmyadmin 2.8.0.3 2006-04-11 05:54:05 +00:00
kevlo
f99f524b88 upgrade to mycalendar 2.7 2006-04-11 05:49:38 +00:00
sturm
e6f23d50f4 remove references to shellhung.org in MASTER_SITES and assorted cleanup
from jim razmus
2006-04-08 20:28:36 +00:00
otto
98c950e17f Make php5-gd use freetype2 (included in X11) instead of freetype1. Solves
truetype font rendering problems in truecolor more. Tested by mbalmer@;
help and ok robert@
2006-04-06 11:26:39 +00:00
sturm
8859c29f75 update to opera 8.54 2006-04-05 18:36:36 +00:00