jasper
2b81275adf
import WebService::Audioscrobbler 0.05
...
This module aims to be a full implementation of a an object-oriented
interface to the Audioscrobbler WebService API (as available on
http://www.audioscrobbler.net/data/webservices/ ). The module fully
supports data caching and, thus, complies to the service's recommended
usage guides.
ok simon@
2007-08-29 13:24:33 +00:00
aanriot
86bb0b55a5
fix the SYNOPSIS in dansguardian.8 .
...
"looks fine" Bartosz Kuzma (maintainer).
2007-08-29 09:17:04 +00:00
jasper
95bf9a5faf
update liferea to 1.2.22
2007-08-28 21:41:10 +00:00
ajacoutot
e23aff97b9
- update to version 5.12 (buxfix release)
2007-08-27 10:24:37 +00:00
robert
1ed42ae164
fix the packaging of the no_suhosin flavor
2007-08-27 09:44:43 +00:00
martynas
fa1abaadfe
- security update to 1.1.4, fixes MFSA 2007-27 and MFSA 2007-26:
...
http://www.mozilla.org/projects/security/known-vulnerabilities.html#seamonkey1.1.4
- rearrange the way langpacks are handled, we're now able to distribute
more than ever before;
help, testing and ok naddy@ and kurt@
2007-08-10 23:22:11 +00:00
deanna
9338113c8f
Remove unneeded libgsm dependency, and prevent it from being picked up
...
if present. This allows us to set PERMIT_PACKAGE_FTP=Yes.
ok espie
2007-08-09 22:08:19 +00:00
martynas
bd32534789
security update to minimo-20070804 which fixes recent gecko
...
vulnerabilities (and has some minimo-2.0 interface fixes); ok naddy@
tested by kili@ on zaurus, thank you.
2007-08-08 17:34:41 +00:00
martynas
c09718048e
- pass --disable-scrollkeeper to not run scrollkeeper during build;
...
- no PKGNAME bump;
ok naddy@
2007-08-08 17:30:10 +00:00
martynas
7a5f426d25
- make scrollkeeper not to update it's database during fake, fixes
...
writes to LOCALBASE/var/scrollkeeper (reported by kurt@);
- add forgotten @unexec to uninstall schemas;
- bump PKGNAME;
ok naddy@
2007-08-08 17:24:58 +00:00
steven
1009d1428f
add bz2 to LIB_DEPENDS since it gets picked up. fix WANTLIB as well.
...
ok naddy@
2007-08-08 14:42:26 +00:00
martynas
14cffc7f7d
- add missing dependency and bump pkgname, from Wiktor Izdebski;
...
- use LOCALBASE (instead of PREFIX) for gnutls-libs, from naddy@;
ok naddy@
2007-08-05 14:22:30 +00:00
aanriot
0db06d8f18
add print/enscript in RUN_DEPENDS, used by trac for the source code
...
color syntaxing.
ok Ben Lovett, pvalchev@
2007-08-02 22:36:47 +00:00
ajacoutot
733445c7ab
- shorten MESSAGE
...
"nice" Tobias Ulmer (MAINTAINER)
2007-08-02 21:58:10 +00:00
martynas
51e180d2d2
langpacks for 2.0.0.6
2007-08-02 13:11:20 +00:00
martynas
e65c158c58
security update to 2.0.0.6:
...
http://www.mozilla.org/projects/security/known-vulnerabilities.html#firefox2.0.0.6
the diff matches with naddy@'s, ok kurt@
2007-08-02 13:09:41 +00:00
david
6d648f4372
sort SUBDIR list
2007-08-02 03:35:22 +00:00
simon
a398bc0fe2
explicitly choose apache1 for regression tests, remove MAINTAINER as
...
requested by himself and bump PKGNAME
ok sturm@ (former maintainer)
2007-07-29 22:32:37 +00:00
steven
a1d0cd90da
+llgal
2007-07-27 19:17:07 +00:00
steven
15b6bdaba6
llgal is an easy and fast on-line gallery generator based on iGal.
2007-07-27 19:16:27 +00:00
steven
528199c301
update to 1.8.1
...
from maintainer Tobias Ulmer
2007-07-26 09:12:53 +00:00
todd
c062d94790
target:: -> target: typo cleanup; no functional change, no pkg bump
...
from brad
2007-07-26 03:54:06 +00:00
rui
9057741b45
update lighttpd to 1.4.16
...
ok brad (maintainer), simon@
2007-07-25 21:31:46 +00:00
simon
417c04f42e
add mod_scgi and p5-SCGI
2007-07-25 20:05:20 +00:00
simon
231463e0ad
import p5-SCGI
...
This module is for implementing an SCGI interface for an application
server.
inspired by Jeremy Evans
2007-07-25 20:05:14 +00:00
simon
a87950a9c4
import mod_scgi
...
This is an Apache module that implements the SCGI protocol. The SCGI
protocol is a replacement for the Common Gateway Interface (CGI)
protocol. It is a standard for applications to interface with HTTP
servers. It is similar to FastCGI but is designed to be easier to
implement.
from Jeremy Evans, with tweaks by me
2007-07-25 20:05:04 +00:00
naddy
1e34ef92ac
SECURITY update to 1.1.3.
...
Fixes a rash of security vulnerabilities and bugs. ok kurt@
2007-07-24 19:33:15 +00:00
naddy
a1723b4fa7
SECURITY update to 2.0.0.5.
...
Fixes a rash of security vulnerabilities and bugs. ok kurt@
2007-07-24 19:32:13 +00:00
robert
afa53c7892
+xcache
2007-07-23 18:57:40 +00:00
robert
f38932a9d0
import of xache-1.2.1;
...
XCache is a fast, stable PHP opcode cacher that has been tested and is
now running on production servers under high load.
from Brad;
2007-07-23 18:57:07 +00:00
rui
41ffa063ff
roll in some distribution patches which fix multiple vulnerabilities.
...
Reference: http://secunia.com/advisories/26130/
ok kili@, simon@
2007-07-22 19:44:17 +00:00
simon
d77f345395
add p5-HTTP-Async
2007-07-22 16:44:31 +00:00
simon
21f6cd7846
import p5-HTTP-Async
...
Although using the conventional LWP::UserAgent is fast and easy it does
have some drawbacks - the code execution blocks until the request has
been completed and it is only possible to process one request at a time.
HTTP::Async attempts to address these limitations.
2007-07-22 16:44:25 +00:00
simon
3ccc9ea734
add p5-HTML-Highlight, p5-HTML-TagFilter and p5-Weather-Com
...
p5-libapreq2 and webgui not linked because of unlinked dependencies
2007-07-22 16:22:44 +00:00
simon
160a7bf355
import webgui
...
WebGUI is a content management platform built to give average business
users the ability to build and maintain complex web sites. It is
modular, pluggable, and platform independent. It is designed to keep the
management of content in the hands of those who create content, rather
than take up the time of busy IT staff.
2007-07-22 16:22:23 +00:00
simon
d248bd53da
import p5-libapreq2
...
libapreq is a safe, standards-compliant, high-performance library used
for parsing HTTP cookies, query-strings and POST data. The original
version (libapreq-1.X) was designed by Lincoln Stein and Doug
MacEachern. The perl APIs Apache::Request and Apache::Cookie are the
lightweight mod_perl analogs of the CGI and CGI::Cookie perl modules.
2007-07-22 16:22:01 +00:00
simon
821f6e4f10
import p5-Weather-Com
...
Weather::Com is meant to be a module suite enabling the perl programmer
to access weather information as provided by weather.com's XOAP
interface.
2007-07-22 16:21:34 +00:00
simon
732d51f13f
import p5-HTML-TagFilter
...
HTML::TagFilter is a subclass of HTML::Parser with a single purpose:
it will remove unwanted html tags and attributes from a piece of text.
It can act in a more or less fine-grained way - you can specify
permitted tags, permitted attributes of each tag, and permitted values
for each attribute in as much detail as you like.
2007-07-22 16:21:09 +00:00
simon
21311dab68
import p5-HTML-Highlight
...
This module provides highlighting of words or patterns in HTML
documents. This feature is typically used to highlight search results.
2007-07-22 16:20:43 +00:00
simon
fe4272a032
maintenance update to version 0.11
...
remove quotes around COMMENT while there
2007-07-21 12:10:52 +00:00
simon
29e2416423
forgot to add this patch, sorry
2007-07-21 11:56:26 +00:00
simon
d807b06496
maintenance update to 0.04 which fixes a memleak
...
remove quotes around COMMENT where here
2007-07-21 11:50:49 +00:00
simon
f7f6d65155
maintenance update to 0.17
...
remove quotes around COMMENT where there
2007-07-21 09:44:36 +00:00
sturm
d5486cf923
security update to opera 9.22
2007-07-21 07:32:06 +00:00
naddy
1f9ae60690
update to bugfix release 0.5.2 and switch image support to GTK+2
2007-07-18 17:29:46 +00:00
jasper
ba0cd2686b
update liferea to 1.2.20
...
tested by Wiktor Izdebski
2007-07-16 18:54:34 +00:00
jasper
bc1ca9c885
update tntnet to 1.6.0.2
2007-07-16 14:20:46 +00:00
deanna
c77232e19a
Fix link order so that this can build properly when an older version
...
is installed. Problem noticed by Richard Storm. Bump PKGNAME.
2007-07-16 04:02:38 +00:00
kili
7adc4aa796
Works for amd64 and sparc64 now.
2007-07-14 22:18:23 +00:00
ajacoutot
b97147fc62
- fix {RUN,BUILD}_DEPENDS
...
from Genadijus Paleckis <lsd at nnt dot lt>
2007-07-11 09:31:20 +00:00