steven
13aaefc3d4
unbreak master site, sorry
2007-01-12 13:45:08 +00:00
steven
aa45470eaa
update to CherryPy 3.0.0
...
from Will Maier <willmaier at ml1.net>
tested and ok by maintainer Joerg Zinke
2007-01-11 22:45:45 +00:00
bernd
b6dfde94f3
p5-Apache-Test and ap2-mod_perl have some conflicting manpages.
...
Add @conflict markers.
2007-01-10 19:21:47 +00:00
bernd
65215d9c54
Add missing WANTLIBs.
2007-01-10 15:09:13 +00:00
dlg
675f9027b4
more tweaks from steven@:
...
use BUILD_DEPENDS= RUN_DEPENDS, not the other way round
use SHARED_ONLY=Yes instead of the NOT_FOR_ARCHS line
2007-01-10 14:27:11 +00:00
dlg
321bbe9947
whitespace fixes
2007-01-10 14:24:35 +00:00
dlg
501a1ed60d
tweak MESSAGE and UNMESSAGE to use ${SYSCONFDIR} and ${PREFIX} rather than
...
hard coded paths. better wording while here.
pointed out by steven@
2007-01-10 14:22:00 +00:00
dlg
860cc95c0d
import of mod_perl 2.0.3 for use on apache 2
...
this package aims to provide the full power of perl together with the
apache web server version 2. you can use perl to manage apache, respond to
requests for web pages and much more.
there already exists a mod_perl in ports (www/mod_perl) for use with the
apache in the base openbsd system. this one is usable only with
www/apache-httpd. the mod_perl developers were kind enough to set things up
so they wont conflict with each other, so you can have both running
concurrently.
originally from srebrenko sehic, with some naming tweaks from me. lots of
help from robert@ (as always).
im importing this now so it can be worked on in tree, but not hooking it up
to the bulk builds. there are a few warts that need to be fixed but i hate
sending tarballs around when we have a tree to develop in. its also nice to
have commit messages against changes so you can see why decisions were made
a certain way. after everyone is happy it can be hooked up.
2007-01-10 13:51:50 +00:00
kurt
a9296adfd7
- maintenance update to 1.2.20 from Matt Jibson <dolmant at gmail.com>
...
- fix SEPARATE_BUILD=concurrent
- update README.OpenBSD
2007-01-09 18:42:04 +00:00
dlg
7dd9c0c081
enable the cache, disk_cache, and all the proxy modules. mem_cache wont
...
build since we arent using a threaded worker.
requested by ssehic
2007-01-09 11:18:13 +00:00
dlg
5c49bbc66e
enable all the modules, and build them as shared objects. mark the port
...
SHARED_ONLY.
ok robert@
2007-01-09 10:47:37 +00:00
dlg
10d98a6ab0
switch apache2 from a gnu style configure to a simple one so we can
...
define prefix the way apache likes it.
this is because apache2 has a different understanding of what the prefix
means, and our understanding and application of it on this port leads to
extremely confused paths in a lot of its generated files.
our understanding of prefix is to mean the path at which the binaries,
libs, manpages, and so on are stored, ie, /usr/local. apache2 understands
prefix to mean "install architecture-independent files", or in real terms
the ServerRoot. obviously using /usr/local as the server root when we want
to use /var/apache2 for that purpose is uncomfortable for it, and it leads
to things like broken paths in the default config files and builds of
modules.
ok robert@
2007-01-09 09:56:57 +00:00
mbalmer
d53a6819e0
Update to bluefish 1.0.7 and take maintainership.
...
ok couderc
2007-01-06 16:31:36 +00:00
dlg
03c4a75eba
move the dir with the build files out of /var/apache2 and into
...
/usr/local/share/apache2.
based on a suggestion from robert@
2007-01-05 22:57:11 +00:00
dlg
25265ec03a
revert the part of the previous commit that removed the install of the
...
build dir. you can build apache 2 modules again now.
2007-01-05 22:22:04 +00:00
steven
26f5ae54bd
fix WANTLIB of ports using gtk, needed after switch to our own pkg-config
2007-01-04 20:19:53 +00:00
sturm
5082eebc0b
fix BUILD_DEPENDS by using MODGNU_AUTOCONF_DEPENDS and
...
MODGNU_AUTOMAKE_DEPENDS instead of handcrafting those entries
USE_LIBTOOL
2007-01-03 20:08:07 +00:00
sturm
9f5cc0c540
fix BUILD_DEPENDS by using MODGNU_AUTOCONF_DEPENDS and
...
MODGNU_AUTOMAKE_DEPENDS instead of handcrafting those entries
2007-01-03 20:06:51 +00:00
naddy
2396145dc9
SECURITY:
...
Fix format string vulnerability.
http://www.openpkg.com/security/advisories/OpenPKG-SA-2006.044.html
via Han Boetes
2007-01-01 23:38:51 +00:00
naddy
b4c4f53d96
on further reflection, bump pkgnames
2007-01-01 23:10:24 +00:00
naddy
aa3aa0f57f
fix MESSAGEs using new substitution feature
2007-01-01 23:02:57 +00:00
ajacoutot
298009d0b3
- rewrite pkg/DESCR to make it clear that the security feature of hiawatha
...
is claimed by the author, not OpenBSD
- bump PKGNAME
idea by Adam <suck at my-balls dot com> on ports@
2006-12-31 19:15:51 +00:00
espie
543bcfd5cb
fix MESSAGEs using new substitution feature
2006-12-31 13:15:38 +00:00
ajacoutot
6c8a6cfbcd
Add hiawatha
2006-12-31 10:35:04 +00:00
ajacoutot
9efd6b93ef
Import hiawatha-5.4
...
Hiawatha is a secure webserver for Unix. It has been written with 'being
secure' as its main goal. Hiawatha has many security features that no
other webserver has.
Hiawatha does not have all the fancy features, but it is very secure and
fast and is really easy to configure. Rootjail, run CGIs under any
uid/gid you want, prevention of SQL injection and cross-site scripting,
banning of clients who try such exploits and many other features make
Hiawatha an interesting webserver for those who need more security than
what the other available webservers are offering.
ok steven@
2006-12-31 10:32:42 +00:00
kurt
f20ee96cd0
- remove some unused dirs
...
- register the components in the default component registry
2006-12-31 01:13:24 +00:00
bernd
539bc2ef99
The firefox/thunderbird language packages have to be in sync with the main
...
programs. Fix RUN_DEPENDS so package updates work correctly.
Update problem reported by some guy at 23C3 in Berlin. RUN_DEPENDS problem
noticed by sturm@.
ok sturm@, ajacoutot@
2006-12-30 22:53:03 +00:00
jolan
a6aaaff5a3
- fix xml parser
...
- let it run on sparc64 again
from martynas venckus
2006-12-27 16:21:59 +00:00
simon
8ef56ebc44
last part to change my email, a few licenses and do maintenance updates
...
OK jasper@
2006-12-27 12:56:07 +00:00
jolan
fc162a8258
add back debug flavor
2006-12-27 02:55:24 +00:00
deanna
2d0eeaf3de
+ apache-httpd
...
ok steven@
2006-12-25 20:45:11 +00:00
deanna
9e2f1377c6
- stop setting SYSCONFDIR
...
- put config files in /etc/apache2 instead of /var since this is not
chrooted
- make a couple of comments that refer to 'httpd' refer to 'httpd2'
instead
- don't install the build makefiles
ideas from bernd@ and steven@, ok steven@
2006-12-25 20:40:02 +00:00
simon
f15b57f2b8
first part to change my email, a few licenses and categories;
...
bump all PKGNAMEs.
OK jasper@
2006-12-25 13:40:28 +00:00
bernd
93df03bd3e
Update to opera-9.10. ok sturm@
2006-12-24 11:24:08 +00:00
sturm
813899c9c5
depend on proper version of autoconf/automake
2006-12-23 21:30:31 +00:00
jolan
6ef216fc3e
make startup homepage override work properly, from martynas venckus
2006-12-23 08:12:45 +00:00
kurt
da1ac47f0d
+seamonkey
2006-12-22 23:34:05 +00:00
kurt
91ba45c396
import seamonkey-1.0.7
...
Web-browser, advanced e-mail and newsgroup client, IRC chat client,
and HTML editing made simple -- all your Internet needs in one
application.
Based mostly on a port from James Wright <jamesw at bsdhosting.co.za> with
input from several - thanks! Tested on i386/amd64/sparc64/macppc.
2006-12-22 23:32:27 +00:00
espie
c68bc21294
p5-PPI-HTML, p5-CSS-Tiny
2006-12-21 22:04:13 +00:00
espie
7340032f69
a small perl package to make it easy to handle CSS.
2006-12-21 21:57:29 +00:00
ajacoutot
f9dbafbd00
- update to 1.5.0.9
...
from Martynas Venckus <martynas at altroot.org>, thanks!
ok robert@ bernd@
2006-12-21 13:09:37 +00:00
bernd
fa5982a5ac
Security update to firefox 1.5.0.9.
...
More info:
http://www.mozilla.org/projects/security/known-vulnerabilities.html#Firefox
ok steven@
2006-12-21 09:53:43 +00:00
kili
f50270bc88
Swap RUN_DEPENDS and BUILD_DEPENDS.
...
ok dassow@
2006-12-17 20:13:33 +00:00
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