Commit Graph

4026 Commits

Author SHA1 Message Date
bernd
8f8852910e Initial import of ruby-merb-auth-more-1.0.8.1.
merb-auth-more provides stuff that's useful, but not core to the functionality of
merb-auth. Strategies and "User" object mixins are here.
2009-01-31 12:09:51 +00:00
bernd
5cdb4f09ea Initial import of ruby-merb-auth-core-1.0.8.1.
MerbAuth is an authentication framework for use with the
Merb web framework.
2009-01-31 12:08:15 +00:00
bernd
27f07144ef An extensible architecture for authentication in Merb. 2009-01-31 12:06:56 +00:00
bernd
835663257e Remove obsolete ruby-merb-builder, ruby-merb-freezer and ruby-merb-parts. 2009-01-31 12:04:06 +00:00
bernd
d59623cb0d Don't enter ruby-merb for now. It needs some heavy surgery. 2009-01-31 12:00:56 +00:00
jasper
3622128d7e - bugfix update gtkhtml3 to 3.24.4
ok ajacoutot@
2009-01-31 08:29:10 +00:00
pea
aaf2ab8431 + mod_auth_pgsql 2009-01-30 13:06:55 +00:00
pea
0b483f8ab3 Initial import of mod_auth_pgsql.
This module allows user authentication (and can log authenthication
requests) against information stored in a PostgreSQL database.

ok simon@ ajacoutot@
2009-01-30 12:50:39 +00:00
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
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
cdbd4947ca fold libsoup's ssl FLAVOR into the regular package 2009-01-29 20:08:42 +00:00
bernd
a2f3bd8711 Update to ruby-activemerchant-1.4.1. 2009-01-29 18:51:11 +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
simon
b0a28822fc update to version 0.22 2009-01-28 23:18:22 +00:00
landry
87aa2a17f2 Update to midori 0.1.2. Enable gio support, now uses libsoup,ssl for some
http/https access, and uses waf 1.5.2 update i just commited.
2009-01-26 19:52:49 +00:00
simon
e3f9dc2f91 update to version 5.71000 2009-01-26 17:10:00 +00:00
landry
0380bbd32c Update Webkit to r40000 svn snapshot.
While here, link with -pthread instead of -lpthread, spotted by
ajacoutot@.
Remove the BROKEN marker on sparc64 upon jasper@'s request to let
gnome/devhelp build, although it still SIGBUS'es badly at runtime
(which is being worked on, and driving me nuts)
2009-01-25 22:16:40 +00:00
bernd
d77d587b2d Update to ruby-rack-0.9.1. 2009-01-24 15:20:54 +00:00
ajacoutot
ef8927a5a6 - fix WANTLIB after esound removal from libgnome 2009-01-22 19:06:27 +00:00
djm
228b9323d8 fix build when python => ${MODPY_BIN} symlink does not exist;
pointed out by naddy@
2009-01-21 20:31:18 +00:00
simon
3907599145 add p5-HTML-FormatText-WithLinks 2009-01-21 17:35:40 +00:00
simon
7bc024268c import p5-HTML-FormatText-WithLinks
HTML::FormatText::WithLinks takes HTML and turns it into plain text but
prints all the links in the HTML as footnotes.  By default it attempts
to mimic the format of the lynx(1) -dump option.
2009-01-21 17:35:37 +00:00
merdely
6fc42165c8 Update to 3.0.10.
Use SUBST_CMD.
Fix license marker (thanks sthen).
Update WANTLIB (thanks sthen).

ok sthen@, ajacoutot@
2009-01-21 13:54:52 +00:00
ajacoutot
09dd6ba720 - regen WANTLIB after libgnome esound support removal 2009-01-20 23:13:30 +00:00
robert
8f61858cd2 fix typo 2009-01-19 14:22:47 +00:00
fgsch
58da969b0c update to 3.1.0.1 2009-01-18 23:40:43 +00:00
djm
414c977a9c + SUBDIR += py-jinja2
+     SUBDIR += py-werkzeug
+     SUBDIR += py-zine
2009-01-18 20:14:26 +00:00
djm
5d9e5b22be Import of Zine-0.1.2
> Zine is an open source blog engine written in python.

feedback & ok wcmaier@
2009-01-18 20:12:01 +00:00
djm
70d4c66974 Import of Werkzeug-0.4.1
> Werkzeug started as a simple collection of various utilities for WSGI
> applications and has become one of the most advanced WSGI utility
> modules. It includes a powerful debugger, full featured request and
> response objects, HTTP utilities to handle entity tags, cache control
> headers, HTTP dates, cookie handling, file uploads, a powerful URL
> routing system and a bunch of community contributed addon modules.
>
> Werkzeug is unicode aware and doesn't enforce a specific template
> engine, database adapter or anything else. It doesn't even enforce
> a specific way of handling requests and leaves all that up to the
> developer.
>
> Werkzeug is most useful for end user applications which should work
> on as many server environments as possible (such as blogs, wikis,
> bulletin boards, etc.).

feedback & ok wcmaier@
2009-01-18 20:10:31 +00:00
djm
543d28d9bf Import of jinja2-2.2.1
> Jinja2 is a template engine written in pure Python. It provides a
> Django inspired non-XML syntax but supports inline expressions and an
> optional sandboxed environment.

feedback & ok wcmaier@
2009-01-18 20:08:36 +00:00
ajacoutot
f609036ef0 - remove myself from MAINTAINER 2009-01-16 08:06:26 +00:00
bernd
3d0586c623 Update to ruby-rails-2.2.2. prodded by robert@ 2009-01-14 22:20:06 +00:00
simon
88150f5908 maintenance update to version 1.05 2009-01-13 14:37:16 +00:00
jasper
e23f890b09 - update epiphany-extensions to 2.24.3
* stops installing a bunch of plugins that we'd never use (nor we configured)
as a bonus
2009-01-12 20:14:28 +00:00
jasper
a71c862cbf - update epiphany to 2.24.3 2009-01-12 20:13:17 +00:00
ajacoutot
a25b0b6aef - bugfix update to gtkhtml3-3.24.3 2009-01-12 11:34:07 +00:00
kurt
1b41f65b2a +v6 2009-01-09 21:39:23 +00:00
kurt
cf2daff4a3 Import tomcat/v6 6.0.18:
Java servlet 2.5 and Java server pages 2.1 server
okay & comments ian@
2009-01-09 21:38:43 +00:00
martynas
ce3ab68a5a - do not run with a predictable directory as root: firefox,
thunderbird, seamonkey, xulrunner
- add comment for xulrunner why -devel needs to be bumped
suggested and ok naddy@;  ok kurt@
2009-01-09 15:54:31 +00:00
jasper
1cb52aa447 - update ratproxy to 1.53
from Benoit Lecocq, thanks!
2009-01-08 22:12:59 +00:00
sthen
8d7d2b4d1b update to 2.7.STABLE5, various bugfixes. From Brad (and running here ~3wks). 2009-01-08 03:37:24 +00:00
jasper
ea8b753141 - add epiphany-extensions now epiphany is back up to date
ok ajacoutot@
2009-01-06 12:05:46 +00:00
jasper
8a5501a340 - regen PLIST, hinted by ajacoutot@ 2009-01-06 12:04:32 +00:00
ajacoutot
462ee639ce - major update to epiphany-2.24.2.1
- use x11/gnome MODULE

thanks to jasper@ for fixing a stupid bug where one couldn't save
untrusted certificates
ok jasper@
2009-01-06 09:52:49 +00:00
kurt
d8e80efba6 update to 5.5.27 which includes some security fixes:
http://tomcat.apache.org/security-5.html
  http://tomcat.apache.org/tomcat-5.5-doc/changelog.html
2009-01-04 23:28:59 +00:00
kurt
ff330db8b6 - update to 4.1.39 which includes some security fixes:
http://tomcat.apache.org/security-4.html
- use the light distribution for JDK 1.4 or later
2009-01-04 23:28:02 +00:00
kili
d6195c119a MODPY_EXPAT_DEPENDS doesn't exist any longer.
While here, update PLISTs, some WANTLIBs, some license
markers and use MODPY_EGG_VERSION where it may help to
keep future PLIST diffs smaller.

help, nitpicking and ok jasper@, ok wcmaier@

note that print/py-reportlab/reportlab needs some more
love.
2009-01-03 21:27:25 +00:00
bluhm
0b9f6931a5 add p5-HTTP-Response-Encoding 2009-01-02 18:57:26 +00:00
bluhm
8176aa1f8e Initial import of p5-HTTP-Response-Encoding 0.05
HTTP::Response::Encoding - Adds encoding() to HTTP::Response
 
ok sturm@
2009-01-02 18:53:23 +00:00
djm
8499cec521 remove dependencies on removed python subpackages; prodded by sturm@ 2009-01-02 13:07:36 +00:00
jolan
33376c0009 update to 1.3.4 2009-01-02 01:33:30 +00:00
sthen
d1970127d5 bugfix update to 0.11.5, looks ok to previous maintainer.
take maintainership, add detail to license marker while there.
2008-12-30 10:29:09 +00:00
mglocker
de1f6eb04a The mod_fastcgi-2.4.2 distfile has been moved to another directory.
OK mbalmer@
2008-12-29 17:22:22 +00:00
ajacoutot
6567dc0825 - bugfix update to version 6.11
- fix some paths in the @sample configuration files
- add a @sample marker for php-fcgi.conf
2008-12-29 17:17:14 +00:00
ajacoutot
d32af11388 - use @group marker instead of @owner so that other webservers can run this
without tweaking perms
- bump
2008-12-29 16:48:51 +00:00
fgsch
0487834d8c Update to 0.5.1 and fix build with 2.6. 2008-12-27 16:36:16 +00:00
steven
bd273aac20 reliability fix:
"Recently it was discovered that nginx workers exit abnormally if they
receive Expect header on all systems except FreeBSD, Linux, and
Solaris."

from upstream via maintainer Darrin Chandler
2008-12-26 17:30:23 +00:00
ajacoutot
c5d4960d71 - update to timetrex-2.2.17
* several minor bugfixes
* additional cheque format
2008-12-26 09:50:54 +00:00
mbalmer
c2fece5d02 Update to phpLDAPadmin 1.1.0.6 2008-12-23 12:37:00 +00:00
mbalmer
6208da59e3 Update to version 4.2.2. 2008-12-23 12:32:56 +00:00
jasper
dcea95e4ad - update galeon to 2.0.7
- re-order WANTLIB
- re-order *_DEPENDS
2008-12-23 11:36:08 +00:00
mbalmer
0b4cb4ff83 Update to version 1.1.6 and add a patch so that new users can sign up.
(See http://www.mantisbt.org/forums/viewtopic.php?f=3&t=4146 for details)

Fix found by Mischa Diehm.
2008-12-23 10:51:02 +00:00
jasper
cbc91b21c6 - update webpy to 0.31
from Benoit Chesneau (MAINTAINER)

- use a saner MASTER_SITES
2008-12-22 23:43:11 +00:00
jasper
624748c695 - tweak post-install
- mention license version
- remove bogus ${WRKDIST}
- sync WANTLIB
2008-12-22 22:26:18 +00:00
sthen
1ae3b7fdf6 PHP 5.2.8 broke strtotime (making it leak memory badly, very obvious to
cacti users): add a patch from the upstream repository to fix this.
Thanks Steven Surdock for reporting the problem and testing this diff
(and similar patches sent by William Yodlowsky). While there, remove
a zero-byte patch that crept in before.  ok robert@
2008-12-20 21:35:38 +00:00
sthen
9582e06e0d security, avoid an XSS in the apc.php web management interface.
It can only be triggered by a _local_ user on the webserver.

from maintainer on ports@.
2008-12-20 01:06:50 +00:00
sthen
afb6a34902 add comment re: www/kazehakase near to BROKEN line, reminding anyone
who fixes webkit to adjust the list of arch in kazehakase.
2008-12-19 11:52:55 +00:00
sthen
e62edf43b6 disable the webkit subpackage for arch where it can't be built, allowing
the gecko-based browser to build on those arch.

"conceptually ok if it builds" landry@
2008-12-19 11:51:32 +00:00
martynas
472649b4c5 update to minimo-1.8.1.19. this is the last security update for
1.8 branch.  ok sthen@
2008-12-19 11:48:26 +00:00
ajacoutot
c7b723a305 - scrollkeeper -> rarian 2008-12-19 10:00:28 +00:00
martynas
d5b0625785 security update to seamonkey-1.1.14. MFSA 2008-68; MFSA 2008-67;
MFSA 2008-66; MFSA 2008-65; MFSA 2008-64; MFSA 2008-61; MFSA 2008-60.
ok naddy@
2008-12-18 21:05:59 +00:00
martynas
1ef34de2c6 update for mozilla-firefox-3.0.5 2008-12-18 19:43:08 +00:00
martynas
6dfe2634be security update to mozilla-firefox-3.0.5. MFSA 2008-69; MFSA
2008-68; MFSA 2008-67; MFSA 2008-66; MFSA 2008-65; MFSA 2008-64;
MFSA 2008-63; MFSA 2008-60.
tested by sthen@ and naddy@.  ok naddy@
2008-12-18 19:27:13 +00:00
jasper
98dddcefbd - switch to rarian instead of scrollkeeper
- regen PLIST

ok ajacoutot@
2008-12-17 18:40:13 +00:00
naddy
4daf585935 The Gtk+2 printing default has been fixed to include lpr. ok martynas@ 2008-12-16 22:33:27 +00:00
sturm
af7307e609 update to opera 9.63
(this time i did it myself, opera users slowed down ;)
2008-12-16 20:17:39 +00:00
robert
bd23eae5e6 move to the offical suhosin patch for 5.2.8; no change 2008-12-16 12:27:36 +00:00
simon
a402ead9ec maintenance update to version 5.7015 2008-12-16 07:54:38 +00:00
simon
6ffd6e48d1 update to version 0.9 2008-12-16 07:52:43 +00:00
kevlo
13ed46cd8e - SECURITY update to 2.11.9.4 which fixes SQL injection.
- Reference: http://www.milw0rm.com/exploits/7382

ok sthen@
2008-12-14 11:10:50 +00:00
mbalmer
1f72c9f583 Update Turba to version 2.3.1
This is a minor security release that fixes unescaped output in the
test script. All users are encouraged to upgrade to this release.
In addition all users are encouraged to disable test.php in production,
per the install documentation.
2008-12-13 08:48:20 +00:00
mglocker
787ef91691 Update to latest nostromo version 1.9.
OK mbalmer@
2008-12-10 20:31:02 +00:00
robert
7d054e79d4 update to php-5.2.8 and fix the no_suhosin flavor 2008-12-09 21:52:31 +00:00
jasper
27aba2417a - update p5-XML-Atom to 0.32 2008-12-08 23:23:32 +00:00
pirofti
71113a9ecc Add https support. Okay okan@. 2008-12-08 18:04:52 +00:00
sthen
174e3e177f - add prototypes for functions returning pointers, fixes LP64 problems
- regen PLIST
From Tobias Ulmer, thanks!

- tidy whitespace in Makefile
- specify version in license marker
2008-12-08 08:35:46 +00:00
okan
7d68bd35f9 +retawq 2008-12-07 22:05:31 +00:00
okan
f68cb727c2 import retawq
retawq is an interactive, multi-threaded web browser for text terminals.
It is written in C, fast, small, nicely configurable, and comfortable.
The low-level network communications are performed in a non-blocking
way, and you can keep open as many "virtual windows" as you want and
work simultaneously in two of them in a split-screen mode.

based on a port from Girish Venkatachalam

feedback and ok merdely@
2008-12-07 22:03:28 +00:00
merdely
6c52a79c58 From MAINTAINER (Darrin Chandler):
This updates nginx to the latest stable version 0.6.34 and removed a
configure workaround (fixed upstream).

Also implements SUBST_CMD (thanks, okan).

ok MAINTAINER, weerd@, okan@
2008-12-07 20:08:55 +00:00
mbalmer
4ef8573604 Update to mantis 1.1.5 2008-12-07 16:03:09 +00:00
mbalmer
50901e3b9d Add pear-SOAP. 2008-12-07 12:55:03 +00:00
mbalmer
545d720009 pear-SOAP is a SOAP implementation for PHP/pear and it us used e.g by
Horde to synchronize calendards with mobile phones using SyncML.
2008-12-07 12:49:48 +00:00
mbalmer
f1264315f7 Remove an unneeded cast. 2008-12-07 12:36:06 +00:00
ajacoutot
90fefd35f6 - my machine got exhausted trying to build this... and failed.
add VMEM_WARNING
2008-12-05 19:56:53 +00:00
simon
051dfb52bf update to version 1.106 2008-12-04 00:10:38 +00:00
jasper
6949ffdb07 - add a .desktop file for opera
- install a bunch of icons for opera
- add the needed goo (but don't depend on gtk+2, hence the '|| true' part
* add dependency on desktop-file-utils

discussed with an ok ajacoutot@ sturm@ (MAINTAINER)
2008-12-02 19:54:16 +00:00
mglocker
ac7509505f Update to latest nostromo release 1.8.8.
OK jasper@
2008-11-27 19:04:38 +00:00
ajacoutot
bf555a7a36 - fix a typo in MESSAGE-main
from Daniele Pilenga
2008-11-26 09:05:31 +00:00