Commit Graph

39967 Commits

Author SHA1 Message Date
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
msf
014e902e3d initial import of Class::Meta::Express 0.04
This module provides an interface to concisely yet expressively create
classes Class::Meta. The intent is to provide a simpler, more meaningful
interface for creating Class::Meta classes while preserving the power
and flexibility of Class::Meta.
2007-09-08 01:29:48 +00:00
msf
cb9f67e394 initial import of Class::Meta 0.53 2007-09-08 01:27:42 +00:00
msf
1ae9c29e81 initial import of Data::Types 0.06
This module exports a number of functions that are useful for validating
and converting data types. It is intended for use in applications where
data types are more important than they typically are in Perl -- e.g.,
database applications.
2007-09-08 01:26:44 +00:00
steven
5668470497 do not use PKGNAME to construct WRKDIST 2007-09-07 21:59:53 +00:00
steven
cbababdb50 bump pkgname because of DESCR changes 2007-09-07 20:12:55 +00:00
ajacoutot
8fb28182fa +openvmps 2007-09-07 16:19:29 +00:00
ajacoutot
4c2e4a1800 Import openvmps-1.3
OpenVMPS is a substitute implementation of Cisco Virtual Membership
Policy Server (on Catalyst [65]500 family of switches).
It is used on Cisco LAN switches to dynamically assign ports to VLANs
according to Ethernet Address.
Because it was developed solely on infomation obtained by observing the
network traffic between switches it is probably not complete but it is a
working subset of the protocol.

Note that it includes a patch from openvpms CVS that fixes a logging
function format string Vulnerability.
2007-09-07 16:18:28 +00:00
steven
98dcefc137 update to freemat 3.4
looks ok to martynas@
2007-09-07 15:55:25 +00:00
steven
51763a6a5b put common stuff in one place
looks good to maintainer Edd Barrett
2007-09-07 15:26:18 +00:00
jasper
0ae727fcd6 update rox-filer to 2.6.1 2007-09-07 13:29:35 +00:00
jasper
1d46b79729 update gossip to 0.26 2007-09-07 13:18:08 +00:00
jasper
8ea6e0bceb - update vte to 0.16.8
- convert to use gnome.port.mk
- remove quotes from COMMENT

based on a diff by Giovanni Bechis
ok martynas@
2007-09-07 12:47:35 +00:00
winiger
1b353a4057 corrects an error that was introduced in 0.60 and was reported by many
ok wilfried@
2007-09-07 11:39:51 +00:00
steven
cbf729f3fa update to 5.1.0 2007-09-07 11:10:03 +00:00
steven
f6a7e0057e update to 2.2.0 2007-09-07 11:09:10 +00:00
steven
b184bb255d sort 2007-09-07 08:25:18 +00:00
aanriot
e821fd7cc3 - remove OpenBSD-bmf-mini-howto.html (redundant with README) and add a
.gnus sample configuration in README;
- while there, remove "" from the COMMENT line.

from Jim Razmus (maintainer);
gnus bits by me
2007-09-07 08:13:20 +00:00