Commit Graph

40134 Commits

Author SHA1 Message Date
jasper
15b84382c5 - update phpmyadmin to 2.11.0
- remove quotes from COMMENT

ok kevlo@ (MAINTAINER)
2007-09-11 05:01:14 +00:00
jakemsr
c5f05e2ecd - maintainence update to 0.8.5
- remove quotes around COMMENT
- don't override variables from the x11/kde MODULE unless necessary
- update MODKDE_VERSION

from Brad (before ports lock, sorry for the delay)
2007-09-10 23:22:29 +00:00
simon
958f6f6316 update to version 0.97 and remove quotes around comment
similar diff by Brad, "go ahead" steven@
2007-09-10 21:02:25 +00:00
rui
77a9e6848f SECURITY: update lighttpd to 1.4.18, from brad.
Reference: http://secunia.com/advisories/26732/

ok jasper@
2007-09-10 20:41:59 +00:00
fkr
0d00fecfaa update to version 4.68, change to patches/patch-scripts_exim_install
from Andreas Voegele (as discussed on ports@, binary does not contain
version number anymore)

ok bernd@
2007-09-10 20:08:16 +00:00
jasper
f528460a61 update gtk+2 to 2.10.14
"go ahead" steven@
2007-09-10 19:15:25 +00:00
jasper
f7beae69a6 update pango to 1.16.4
"go ahead" steven@
2007-09-10 19:14:19 +00:00
jasper
da87bcceb1 update glib2 to 2.12.13
"go ahead" steven@
2007-09-10 19:13:33 +00:00
jasper
b482ee6a69 - update gtk2mm to 2.10.11
- convert to use gnome.port.mk

ok wilfried@ (MAINTAINER)
2007-09-10 18:19:47 +00:00
jasper
0b9bb9fd02 update cairomm to 1.4.4
ok wilfried@ (MAINTAINER)
2007-09-10 18:18:11 +00:00
merdely
c324015314 Update to Squid 2.6.STABLE16.
From brad (MAINTAINER)
ok sthen@
2007-09-10 17:49:23 +00:00
steven
deaf531ffc update to libxslt 1.1.22 2007-09-10 17:21:38 +00:00
steven
cb14cb91ee update to libxml 2.6.30 2007-09-10 17:21:05 +00:00
steven
e1d3195b8b - maintainer made new distfiles with fixed updmap.cfg files
- remove source directory from the package
- use mv(1) during fake to save disk space
- fix broken bbold font
2007-09-10 14:50:50 +00:00
steven
1b4cb1e147 use mv(1) during fake to save some disk space 2007-09-10 13:47:05 +00:00
steven
ac9bd85104 add a fix for metapost, plus some minor wording changes
from maintainer Edd Barrett
2007-09-10 13:37:26 +00:00
eric
5cb05b40fd - maintenance update to 2.3.5: usual set of improvements and bug fixes.
Full changelogs:
    http://initd.org/tracker/pysqlite/wiki/2.3.4_Changelog
    http://initd.org/tracker/pysqlite/wiki/2.3.5_Changelog
- update my email
- remove quotes from COMMENT

ok sthen@
2007-09-10 11:02:47 +00:00
eric
b7b17079e6 - update to 4.53 from maintainer Josh Grosse
- remove quotes from COMMENT

ok sthen@
2007-09-10 10:52:40 +00:00
steven
d1d76bb060 add texlive 2007-09-10 09:07:15 +00:00
ajacoutot
7dc9bbf63a - add shared-mime-info to RUN_DEPENDS so that pcmanfm can detect image
file and create thumbnails
from Benoit Chesneau <bchesneau at gmail dot com>
2007-09-10 06:16:09 +00:00
sthen
9e4869750d + p5-Class-Virtual
+ p5-Tie-Cache-LRU
+ p5-Tie-Cache-LRU-Expires
2007-09-09 23:30:22 +00:00
sthen
696b11b290 import p5-Tie-Cache-LRU-Expires
This is an expiring LRU cache, using Tie::Cache::LRU. Each entry
in this cache expires after 'EXPIRES' seconds (default 3600).
The cache is in RAM (see Tie::Cache::LRU).

ok merdely@
2007-09-09 23:27:04 +00:00
sthen
5c570055ab import p5-Tie-Cache-LRU
This is an implementation of a least-recently used (LRU) cache
keeping the cache in RAM.

ok merdely@
2007-09-09 23:26:17 +00:00
sthen
a554adf9d4 import p5-Class-Virtual
This is a base class for implementing virtual base classes (what
some people call an abstract class). Kinda kooky. It allows you to
explicitly declare what methods are virtual and that must be
implemented by subclasses. This might seem silly, since your program
will halt and catch fire when an unimplemented virtual method is
hit anyway, but there's some benefits.

The error message is more informative. Instead of the usual "Can't
locate object method" error, you'll get one explaining that a virtual
method was left unimplemented.

Subclass authors can explicitly check to make sure they've implemented
all the necessary virtual methods. When used as part of a regression
test, it will shield against the virtual method requirements changing
out from under the subclass.

Finally, subclass authors can get an explicit list of everything
they're expected to implement.

ok merdely@
2007-09-09 23:24:25 +00:00
sthen
6cb88fa781 + p5-enum 2007-09-09 23:06:08 +00:00
sthen
70f7f33835 import p5-enum
Defines a set of symbolic constants with ordered numeric values ala
C enum types. What are they good for? Typical uses would be for giving
mnemonic names to indexes of arrays.

This not only reads easier, but can also be typo-checked at compile
time when run under use strict. That is, if you misspell Days_Fri
as Days_Fry, you'll generate a compile error.

Also capable of creating ordered bitmask constants, allowing the
easy creation of bitmask constants, allowing you to efficiently store
many true/false options within a single integer.

ok merdely@
2007-09-09 23:05:17 +00:00
sthen
9fe0258f8a add p5-Tie-LLHash 2007-09-09 22:58:45 +00:00
sthen
032330cc26 import p5-Tie-LLHash
This class implements an ordered hash-like object. It's a cross
between a Perl hash and a linked list. Use it whenever you want the
speed and structure of a Perl hash, but the orderedness of a list.

ok merdely@
2007-09-09 22:54:42 +00:00
jakemsr
bcc7e8ced0 - don't use thin locks
- bump PKGNAME

OK martynas@ (MAINTAINER)
2007-09-09 22:23:35 +00:00
jasper
3ab83d5ed5 - update libwnck to 2.18.3
- convert to use gnome.port.mk
- re-format DESCR

ok martynas@
2007-09-09 20:28:54 +00:00
jasper
33c387cc86 update liferea to 1.2.23
based on a diff by Brad Walker
2007-09-09 20:21:33 +00:00
jasper
5df8721a25 update radmind to 1.10.0
from William Yodlowsky (MAINTAINER)
2007-09-09 20:02:09 +00:00
fgsch
b7c18dfa30 replace the linux and i386 specific binary with a proper native version.
tested on i386, macppc and sparc64. with input and ok merdely@
more testing appreciated.
2007-09-09 15:17:06 +00:00
ajacoutot
04dfead7d6 - add a @conflict marker to ease uprade when hpijs is installed
- bump
2007-09-09 15:16:05 +00:00
ajacoutot
25edb3df76 - use foomatic-rip from the foomatic-filter package and remove the
script from FILES
- remove quotes from COMMENTS

no objection from former maintainer Benjamin Lerman, ok jakemsr@ kili@
2007-09-09 14:53:05 +00:00
ajacoutot
d7fce7c328 - make it use foomatic-rip from the foomatic-filter package
- remove quotes from COMMENTS
- remove useless patch
- take over maintainership

no objection from former maintainer Benjamin Lerman, ok jakemsr@ kili@
2007-09-09 14:47:33 +00:00
ajacoutot
1987623689 - add foomatic-db, foomatic-db-engine, foomatic-filters 2007-09-09 14:43:04 +00:00
ajacoutot
06e666c3d9 Import foomatic-db-engine-3.0.2
Foomatic's database engine generates PPD files from the data in
Foomatic's XML database. It also contains scripts to directly generate
print queues and handle jobs.


work by and ok jakemsr@, ok kili@
2007-09-09 14:42:02 +00:00
ajacoutot
ba1681e53f Import foomatic-db-3.0-20070708
The collected knowledge about printers, drivers, and driver options in
XML files, used by foomatic-db-engine to generate PPD files.


work by and ok jakemsr@ (very minor tweaks from me), ok kili@
2007-09-09 14:41:26 +00:00
ajacoutot
43bc486e6d Import foomatic-filters-3.0.2
Filter scripts used by the printer spoolers to convert the incoming
PostScript data into the printer's native format using a printer/driver
specific, but spooler-independent PPD file.


work by and ok jakemsr@, ok kili@
2007-09-09 14:40:29 +00:00
jakob
063ebb2a74 update to NSD v3.0.6 2007-09-09 07:25:33 +00:00
jakob
9e191d7bb0 update to v1.0.5 (bugfix release) 2007-09-09 07:23:12 +00:00
ajacoutot
13bbb41a92 - ${PREFIX} -> ${LOCALBASE}
- remove quotes from COMMENT
- bump
2007-09-08 18:41:27 +00:00
mgrimm
91005d0bd1 Support both flac-1.1.2 and flac-1.1.3+ updates, which removes net/ices as
a stumbling block for audio/flac updates. Identical to what is currently in
the upstream repository. Regen patches while here.

ok naddy@
2007-09-08 16:25:06 +00:00
mgrimm
020bc402d3 Update to 0.5.0, mostly a bugfix release. Remove USE_LIBTOOL, which was
forgotten and no longer required since 0.3.0. This does not include the
debug FLAVOR from the original submission.

ok naddy@, steven@
2007-09-08 16:05:18 +00:00
pyr
a72478f3a3 update to 3.0.0
ok eric@
2007-09-08 15:22:40 +00:00
bernd
db4152cd1a Update to git-1.5.2.5.
Clean up the multiple distfile extraction mess. (prodded by espie@)
2007-09-08 11:29:40 +00:00
jakob
d3ec185294 update to Sendmail DKIM Filter v2.2.1 2007-09-08 08:46:33 +00:00
jakob
b48e8db02c dovecot v1.0.4; from MAINTAINER 2007-09-08 08:44:39 +00:00
msf
39578dd6b4 +p5-Class-Meta
+p5-Class-Meta-Express
+p5-Data-Types
2007-09-08 02:59:52 +00:00