Commit Graph

2832 Commits

Author SHA1 Message Date
kili
64a78c2ae6 Swap RUN_DEPENDS and BUILD_DEPENDS. Remove BUILD_DEPENDS (NO_BUILD=Yes).
ok dassow@
2006-12-17 20:11:22 +00:00
jasper
7c33017590 add p5-WWW-Robot 2006-12-17 18:11:13 +00:00
jasper
1eeb4dd082 import p5-WWW-Robot 0.024
This module implements a configurable web traversal engine, for a robot
or other web agent. Given an initial web page (URL), the Robot will get
the contents of that page, and extract all links on the page, adding
them to a list of URLs to visit.

Features of the Robot module include:

    * Follows the Robot Exclusion Protocol.
    * Supports the META element proposed extensions to the Protocol.
    * Implements many of the Guidelines for Robot Writers.
    * Configurable.
    * Builds on standard Perl 5 modules for WWW, HTTP, HTML, etc.
2006-12-17 18:09:41 +00:00
dassow
de9817ab0b hook in p5-FCGI-ProcManager 2006-12-17 09:36:46 +00:00
dassow
a3e24452bf Import p5-FCGI-ProcManager - perl functions for managing FastCGI
applications

ok steven@
2006-12-17 09:25:11 +00:00
espie
0f5dc96ea1 say goodbye to GNU land. 2006-12-16 12:22:32 +00:00
deanna
772c69e01d To avoid name clashes with the system httpd, configure with program
name httpd2. Rename the support programs and their manual pages
accordingly.

bump pkgname.

ok steven@, bernd@.
2006-12-16 00:41:56 +00:00
steven
bf8b6a685c use MASTER_SITE_APACHE, pointed out by dlg 2006-12-14 11:20:22 +00:00
steven
d8e1b2d90e remove indirect dependency, add libiconv module, adjust WANTLIB, sync plist 2006-12-14 10:22:03 +00:00
steven
2d75bce663 add a few master sites 2006-12-14 09:50:25 +00:00
espie
a7f18bd243 this is wrong. You do not *ever* use @exec for trivial purposes that
can be achieved otherwise.

This probably broke the install, I don't care!

Learn how to use @owner and friends.
2006-12-14 09:31:56 +00:00
deanna
6a36f66820 Bringing this in now so that we can work on it here. Batting tarballs
back and forth in email messages doesn't make any sense when we have a
cvs tree to work in.

So, not hooked into the package builds yet.

Original work and port name from dlg.

ok robert@, dlg@
2006-12-14 07:14:20 +00:00
kili
f4f61b53c9 Update to 2.1pre26. Fixes CVE-2006-5925 (smbclient command injection).
"please commit it" sturm@
2006-12-13 08:53:08 +00:00
kili
4de9370493 Update to 1.00pre19. Fixes CVE-2006-5925 (smbclient command injection).
"please commit it" sturm@
ok espie@
2006-12-13 08:52:07 +00:00
espie
df9e8bbc39 +p5-Catalyst-Engine-HTTP-POE 2006-12-12 01:53:49 +00:00
espie
c6839fbb73 simple-threaded catalyst engine based on POE 2006-12-12 01:52:53 +00:00
mbalmer
8c65cf3a1e Drop maintainership. 2006-12-10 17:46:23 +00:00
mbalmer
e9c13ad61b Drop maintainership. 2006-12-10 17:36:01 +00:00
deanna
4a0456a9fd Don't pick up unnecessary libgsm. Noticed by Hans Zimmerman, thanks!
Also bump pkgname and update my email address.

Ok jolan@, espie@.
2006-12-08 15:40:26 +00:00
jasper
d1539b7276 Update to elinks 0.11.2, which includes a security update:
CVE-2006-5925: smbclient command injection via smb URL metacharacters

no response from MAINTAINER.

ok steven@
2006-12-07 21:43:53 +00:00
msf
4e71813d1d update to 1.20 2006-12-05 06:27:53 +00:00
espie
b347413040 fix fetch, noticed by msf. 2006-12-04 11:34:58 +00:00
jolan
e48eefeea7 update to 20061120, from Martynas Venckus 2006-12-04 09:47:54 +00:00
steven
9ed4a1347e this depends on p5-Class-Data-Accessor 2006-12-03 10:39:01 +00:00
kurt
7ab5074357 - require nspr with PR_GetLibraryName fix
- bump major due to previous nspr removal
2006-11-30 21:06:35 +00:00
sturm
9a0e4c6747 bump PKGNAMEs after MULTI_PACKAGES changes 2006-11-30 18:33:04 +00:00
mbalmer
ea4a76e244 Security update to Kronolith 2.1.4.
Major changes compared to the Kronolith H3 (2.1.3) version are:
* Close arbitrary file inclusion in free/busy views.
2006-11-29 13:37:12 +00:00
mbalmer
83dcda6b71 Fix comment, bump package name. 2006-11-29 13:27:24 +00:00
espie
3f484db54f a few cpan changes, and simple updates from Simon Dassow 2006-11-28 11:09:51 +00:00
steven
63b8642ed5 new MULTI_PACKAGES 2006-11-25 14:24:47 +00:00
steven
affb625bbd don't derive one PKGNAME from the other; requested by espie@ 2006-11-25 13:11:02 +00:00
espie
42a851e373 new MULTI_PACKAGES 2006-11-25 11:45:58 +00:00
espie
389f5c66a4 and relevant packing-lists 2006-11-25 11:09:43 +00:00
espie
90efd4554d new MULTI_PACKAGES.
give pear to daemon, explicitly
2006-11-25 11:09:04 +00:00
steven
8902924168 new MULTI_PACKAGES
while here, remove explicit dependency of -examples and -admin packages
on java, since they depend on the main package which already has this dep.
also tighten pkgspec in dependencies to v4/5.
2006-11-25 07:42:58 +00:00
bernd
4d7ae30245 + ruby-mongrel 2006-11-24 10:36:47 +00:00
bernd
67c56bb029 Initial import of mongrel-0.3.13.4.
Mongrel is a fast HTTP library and server for Ruby that is intended for
hosting Ruby web applications of any kind using plain HTTP rather than
FastCGI or SCGI. It is framework agnostic and already supports Ruby On Rails,
Og+Nitro, and Camping frameworks.

From Jason LaRiviere <jason at indelicate dot net>, some cleanup by me.
2006-11-24 10:35:16 +00:00
espie
6b9ec23715 broken depends 2006-11-24 09:27:33 +00:00
espie
a4a3327236 new MULTI_PACKAGES 2006-11-24 08:39:03 +00:00
espie
ee54b461eb new MULTI_PACKAGES. mark pear files as belonging to daemon since they
live under www (quickest fix for now)
2006-11-23 20:08:32 +00:00
steven
8e39eaf378 convert to new MULTI_PACKAGES. use static DESCR-sub files...
"should be okay" bernd@
2006-11-22 07:40:24 +00:00
jasper
553a9c21c2 add wApua 2006-11-21 16:09:36 +00:00
jasper
9e9bf172ca import wApua 0.06
wApua is WAP WML browser based on libwww and Perl/Tk.

ok ajacoutot
2006-11-21 16:06:39 +00:00
pvalchev
75cca4ade7 update to trac-0.10.2; maintainer Ben Lovett 2006-11-21 04:05:18 +00:00
robert
dd6db67b77 the no_x11 flavor of the gd package should not depend on freetype
as it comes with X11; bump PKGNAME
2006-11-20 20:57:22 +00:00
bernd
6ff6e6be45 Fix BUILD_DEPENDS and RUN_DEPENDS. 2006-11-20 20:37:51 +00:00
espie
b75dec414c fix a few obviously wrong dependencies, and remove extra shells in ghc. 2006-11-20 13:07:19 +00:00
jolan
999dcef842 update to 0.7.2, from maintainer 2006-11-20 04:06:41 +00:00
naddy
69d52b08f2 fix building with libcurl 7.16.0 2006-11-18 19:16:26 +00:00
mbalmer
30d91d4c0f Update to Mediawiki 1.8.2 and take maintainership.
kevlo ok.
2006-11-17 20:46:32 +00:00
kurt
8a66388653 adjust depends due to www/mozilla conversion to devel/nspr 2006-11-17 19:41:58 +00:00
kurt
962627241c adjust depends due to www/mozilla conversion to devel/nspr 2006-11-17 19:35:07 +00:00
kurt
8f75f70af1 use devel/nspr instead of internal nspr. now using libc strtod and __dtoa
via devel/nspr.
2006-11-17 19:33:19 +00:00
kurt
adffbb61ca use devel/nspr instead of internal nspr. now using libc strtod and __dtoa
via devel/nspr. okay pvalchev@
2006-11-17 19:14:51 +00:00
kurt
665ae4f051 use devel/nspr instead of internal nspr. now using libc strtod and __dtoa
via devel/nspr. okay pvalchev@
2006-11-17 19:03:14 +00:00
espie
7d6b32c835 update p5-Universal-exports, UNIVERSAL::require no longer included.
Update all dependencies accordingly, switch affected modules to cpan.
(after discussion with maintainers)
2006-11-17 16:02:48 +00:00
alek
c2950fe7be Add libcroco 2006-11-16 23:00:57 +00:00
alek
1a422048ca Import libcroco 0.6.1
The Libcroco project is an effort to build a generic Cascading Style
Sheet (CSS) parsing and manipulation toolkit that can be used by
applications in need of CSS support.
2006-11-16 22:47:27 +00:00
steven
e9565815da no need to have world writable files.
"agreed" sturm@
2006-11-15 06:42:16 +00:00
espie
1f19027b77 add more p5-* 2006-11-14 19:16:03 +00:00
espie
7ea4fd6daf perl API to create/update bugzilla reports 2006-11-14 19:10:06 +00:00
espie
b880699c9f switch to cpan module 2006-11-14 10:22:11 +00:00
espie
5ca9fe7422 +p5 ports 2006-11-13 15:25:16 +00:00
espie
c379f4af77 html/javascript widget to select trees 2006-11-13 15:21:28 +00:00
espie
27593df613 parse apache config format files 2006-11-13 15:21:04 +00:00
espie
c257748325 generate CGI::Application skeleton easily 2006-11-13 15:20:45 +00:00
espie
7b73894361 yet another MVC web framework, base package 2006-11-13 15:20:26 +00:00
steven
91a71496cd USE_X11 2006-11-13 12:51:14 +00:00
brad
501f04fa44 upgrade to 2.6.STABLE5 2006-11-13 02:11:39 +00:00
jcs
fcb26193ca remove myself as maintainer for ports i no longer use and/or cannot
test

bump pkgname's accordingly
2006-11-12 23:28:42 +00:00
espie
5965c38623 link in some cpan ports 2006-11-12 16:34:33 +00:00
espie
1580d97d5a mini test framework for HTTP::Server::Simple 2006-11-12 16:30:48 +00:00
espie
f8877b7567 record stuff happening in an HTTP::Simple::Server-derived class 2006-11-12 16:30:25 +00:00
mbalmer
62101373ef I moved this to p5-CGI-Cookie-Splitter, obviously committed to the wrong dir. 2006-11-12 14:42:42 +00:00
mbalmer
fcdad8b0e7 p5-CGI-Cookie-Splitter, accidentally imported under a different name. 2006-11-12 14:39:18 +00:00
robert
aafb4a7061 unbreak the curl extension by removing references to deprecated
constants removed from curl.h; noticed and patch provided by
Marc Wirth <marcwirth@mac.com>
2006-11-12 13:40:20 +00:00
espie
2bad685411 +p5-* 2006-11-11 18:29:39 +00:00
espie
35a059e60d squish css imports together, jifty prereq 2006-11-11 18:19:41 +00:00
espie
64aefb01a1 reimport in the correct location 2006-11-11 18:15:42 +00:00
mbalmer
620e1f357b Fix WANTLIB after openldap changes. 2006-11-11 14:26:03 +00:00
espie
d6b07072aa fix collisions 2006-11-11 10:40:30 +00:00
steven
f2d0c80e82 owner/group fixes 2006-11-10 23:51:20 +00:00
steven
55b86f8c51 fix group, don't extract 2006-11-10 23:24:36 +00:00
steven
052ebf363c fix group, don't extract in wrkdir 2006-11-10 23:20:19 +00:00
ajacoutot
0adae7a21e - update for firefox 1.5.0.8
ok sturm@
2006-11-10 20:55:30 +00:00
sturm
7a678f32d6 bricolage 2006-11-10 17:06:05 +00:00
sturm
12ebd1daaf Initial import of bricolage 1.10.2
Bricolage is a full-featured, enterprise-class content management system.
It offers a browser-based interface for ease-of use, full-fledged
templating systems with complete programming language support for
flexibility, and many other features. It operates in an Apache/mod_perl
environment, and uses the PostgreSQL RDBMS for its repository.

WWW: http://www.bricolage.cc/
2006-11-10 17:04:37 +00:00
steven
3cae791eae fix owner/group, no need to extract into wrkdir
discussed with nikolay
2006-11-10 15:28:25 +00:00
wilfried
f6e93594db SECURITY update to 1.5.0.8
see http://www.mozilla.org/projects/security/known-vulnerabilities.html
for details
2006-11-10 14:15:49 +00:00
espie
6dfaaff84d update to 5.7005, documentation moved. 2006-11-10 11:01:32 +00:00
mbalmer
021b3ea7ac security update to trac 0.10.1 (fixes a csrf vulnerability)
changelog available here: http://trac.edgewall.org/wiki/ChangeLog

from Maintainer, Ben Lovett <ben@tilderoot.com>
2006-11-10 07:46:25 +00:00
espie
df22fa0a98 fix build, no pkgname bump needed 2006-11-07 13:56:42 +00:00
espie
c9b2837656 catalyst basic bundle and deps 2006-11-06 14:32:18 +00:00
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