Commit Graph

40565 Commits

Author SHA1 Message Date
simon
8f25b09671 import p5-XML-Generator
In general, once you have an XML::Generator object, you then simply call
methods on that object named for each XML tag you wish to generate.

feedback & ok jasper@
2007-10-13 09:56:15 +00:00
simon
022d8acc6e add p5-Validate-Net 2007-10-13 09:56:07 +00:00
simon
b324d06519 import p5-Validate-Net
Validate::Net is a class designed to assist with the validation of
internet related strings.  It can be used to validate CGI forms,
internally by modules, and in any place where you want to check that an
internet related string is valid before handing it off to Net::*
modules.

ok jasper@
2007-10-13 09:56:03 +00:00
steven
5bf5831b47 +pgtcl 2007-10-13 08:54:57 +00:00
steven
1286751267 import pgtcl 1.5
tcl interface to postgresql

submitted by Valery Masiutsin (val.masutin at gmail)
2007-10-13 08:54:02 +00:00
simon
b256df2a4c add p5-Chart-Math-Axis 2007-10-13 08:01:01 +00:00
simon
8ddf6b51ba import p5-Chart-Math-Axis
Chart::Math::Axis implements in a generic way an algorithm for finding a
set of ideal values for an axis.  That is, for any given set of data,
what should the top and bottom of the axis scale be, and what should the
interval between the ticks be.

ok jasper@
2007-10-13 08:00:55 +00:00
simon
8864638839 update to version 0.27, fixes memory leaks
ok jasper@
2007-10-13 07:23:52 +00:00
simon
8da2efd76d add p5-Array-Window, p5-Class-Default, p5-Class-Handle, p5-Time-Duration 2007-10-13 06:45:04 +00:00
simon
ba15e85f6e import p5-Time-Duration
This module provides functions for expressing durations in rounded or
exact terms.

ok pyr@
2007-10-13 06:44:59 +00:00
simon
8ca61f9820 import p5-Class-Handle
Class related functionality in Perl is broken up into a variety of
different modules.  Class::Handle attempts to provide a convenient
object wrapper around the various different types of functions that can
be performed on a class.

ok pyr@
2007-10-13 06:44:54 +00:00
simon
5d57d39ae6 import p5-Class-Default
Class::Default provides a mechanism to allow your class to take static
method calls and apply it to a default instantiation of an object.  It
provides a flexibility to an API that allows it to be used more
comfortably in different situations.

ok pyr@
2007-10-13 06:44:49 +00:00
simon
55f51d28b9 import p5-Array-Window
Many applications require that a large set of results be broken down
into a smaller set of 'windows', or 'pages' in web language.
Array::Window implements an algorithm specifically for dealing with
these windows.  It is very flexible and permissive, making adjustments
to the window as needed.

ok pyr@
2007-10-13 06:44:44 +00:00
sturm
857ae64bd2 missing PKGNAME bump after WANTLIB changes 2007-10-13 05:23:11 +00:00
kili
7ea5788887 bump PKGNAME after python version switch 2007-10-12 22:20:24 +00:00
sthen
3daba1a1a9 update version and take MAINTAINER
ok steven@
2007-10-12 21:23:17 +00:00
sturm
f6bb42b4ff update to cfengine 2.2.1
simplify port drastically by removing str* patches, these might be
revived one day as an external patch

no objections from maintainer
2007-10-12 20:12:18 +00:00
jasper
a1b3fc2d19 add mplayerplug-in 2007-10-12 20:00:36 +00:00
jasper
4e08478ef7 import mplayerplug-in 3.45
mplayerplug-in is a browser plugin that uses mplayer to play digital
media from websites.

This plug-in gives Mozilla the ability to play media from a website the
net without reading the source html and getting the url manually. Media
is played embedded in the page or in a separate window depending on how
the author of the webpage intended the media to be seen.

from Gleydson Soares <gsoares at trusted.com.br> (MAINTAINER)

feedback and ok steven@
2007-10-12 19:57:56 +00:00
kili
7290c0491f bump PKGNAME after python version switch 2007-10-12 16:52:56 +00:00
winiger
c3787d7e67 correct WANTLIB, ok pvalchev@ 2007-10-12 12:38:00 +00:00
djm
6c4a88b895 update to matplotlib-0.90.1
use numpy instead of deprecated Numeric
make examples use python${MODPY_VERSION}
2007-10-12 11:07:43 +00:00
ajacoutot
fd275570d4 - don't force -Os gcc optimisation
- install locales in correct directory
- USE_LIBTOOL
- add desktop-file-utils goo
- add p5-XML-Parser to BUILD_DEPENDS
- remove useless docs
- small other cleanups

ok landry@
2007-10-12 09:44:21 +00:00
landry
28b10f615d Missing file.. ok ajacoutot@ 2007-10-12 08:22:58 +00:00
ajacoutot
803c23f87d - SECURITY: update to 1.9.8.1
php injection fix
2007-10-12 07:58:57 +00:00
jasper
8eec0726c1 update geany to 0.12 (many, many changes, including plugin support)
from Vlad Glagolev (MAINTAINER)
2007-10-11 20:21:07 +00:00
sthen
7c3c85f3fa add RUN_DEPENDS=::devel/re2c so you can compile your ruleset to
native code with sa-compile(1).

"committ it" mbalmer@
2007-10-11 17:20:06 +00:00
sthen
b22c11a7a4 SECURITY update for 1.4 versions (doesn't affect OpenBSD before 4.2);
fixes an overflow in IMAP voicemail storage reachable by anyone who can
send email to a VM box accessed from the phone. AST-2007-022, found by
sprintf audit.

ok ian@
2007-10-11 08:05:18 +00:00
merdely
260d23a739 Add p5-Rcs 2007-10-11 06:56:22 +00:00
merdely
1906f20530 This Perl module provides an object oriented interface to access
Revision Control System (RCS) utilities.

From Okan Demirmen
ok simon@
2007-10-11 06:55:43 +00:00
steven
1c3b4e374e oops, missing :L 2007-10-10 21:44:06 +00:00
steven
a0f54e5879 add MODPY_NO_RUNDEP (set to no by default) to be able to use all the
variables from the python module without adding python to RUN_DEPENDS.

requested by and ok bernd@
2007-10-10 21:42:14 +00:00
jasper
70d015745d add conky 2007-10-10 21:21:35 +00:00
jasper
f4e48414b7 import conky 1.4.7
Conky is a system monitor for X originally based on the torsmo code.
Since it's original conception, Conky has changed a fair bit from it's
predecessor. Conky can display just about anything, either on your root
desktop or in it's own window. Conky has many built-in objects, as well
as the ability to execute programs and scripts, then display the output
from stdout.

from Vlad Glagolev <stelzy at gmail.com> (MAINTAINER)
feedback and ok ajacoutot@
2007-10-10 21:20:23 +00:00
simon
8d2ead5701 add p5-Plagger 2007-10-10 19:36:28 +00:00
simon
a7663802f1 import p5-Plagger
Plagger is a pluggable RSS/Atom feed aggregator and remixer platform.

Everything is implemented as a small plugin and all you have to do is to
write a flow of aggregation, filters, syndication, publishing and
notification plugins into a config file (YAML).

ok jasper@
2007-10-10 19:36:22 +00:00
jasper
b2890add69 update irssi to 0.8.12
from viq (MAINTAINER)
2007-10-10 18:09:56 +00:00
landry
37c4d45b5a We don't need iconv and intl in WANTLIB as they're already pulled by
devel/gettext.
Spotted by ajacoutot@, ok jasper@ and steven@
2007-10-10 18:08:54 +00:00
simon
ceb6b9863a import parrot
Parrot is a virtual machine designed with the needs of dynamically typed
languages (such as Perl and Python) in mind, and should be able to run
programs written in these languages more efficiently than VMs developed
with static languages in mind (JVM, .NET). 

ok jasper@, steven@
2007-10-10 17:32:06 +00:00
jasper
d17e35739f update vte to 0.16.9 2007-10-10 17:31:50 +00:00
merdely
3b1f2b9da7 Add p5-GetLive 2007-10-10 15:19:40 +00:00
merdely
050868fbb5 GetLive is a perl script that fetches mail from your Hotmail
Live account. The mail is then presented to any filter (typically 
procmail) for further processing or dropping in a local mailbox.

This port replaces mail/gotmail (which doesn't work with Hotmail Live)

"commit it if it works" steven@
2007-10-10 15:17:49 +00:00
jasper
99b591798d update liferea to 1.4.4
from viq <viq at viq.ath.cx>
2007-10-10 15:03:38 +00:00
merdely
f3e5408de7 This cleans up the XMMS port. It is not usable on a static arch so there is
no need for the PFRAG fragments. Also this makes use of the central libtool
via USE_LIBTOOL and removes the unnecessary libtool patches.

From brad@
ok ajacoutot@, robert@
2007-10-10 14:54:05 +00:00
jasper
15678b3009 typo in comment 2007-10-10 14:46:05 +00:00
jasper
7b744b54ca add p5-Lingua-Romana-Perligata 2007-10-10 14:38:58 +00:00
jasper
837b57f153 import p5-Lingua-Romana-Perligata
The Lingua::Romana::Perligata makes it makes it possible to write Perl
programs in Latin. The linguistic principles behind Perligata are
described in:
http://www.csse.monash.edu.au/~damian/papers/HTML/Perligata.html

requested by mbalmer@
ok simon@
2007-10-10 14:37:48 +00:00
jakob
a2f686a3be upgrade to drill from ldns v1.2.1 (maintenance release) 2007-10-10 12:13:53 +00:00
jakob
d3b6d1150c upgrade to ldns v1.2.1 (maintenance release) 2007-10-10 12:13:00 +00:00
steven
4aef471252 let this build with python 2.5 2007-10-10 10:40:35 +00:00