Commit Graph

40786 Commits

Author SHA1 Message Date
jcs
b8e42790fd actionpack-1.13.5 2007-10-15 15:22:22 +00:00
jcs
3d58b14e49 activesupport-1.4.4 2007-10-15 15:19:37 +00:00
ajacoutot
b48fb101d2 - add gtk-update-icon-cache @exec/@unexec
ok jasper@
2007-10-15 09:37:10 +00:00
kili
f843d0ffe7 Fix installation of tcdialog.1 if texlive_base is already installed.
ok matthieu@
2007-10-15 07:31:57 +00:00
jasper
a17aa770ad update gossip to 0.27 2007-10-15 05:08:20 +00:00
kurt
9e80ec3311 - fix a 64-bit problem with the LiveConnect feature. From mozilla
bug report: https://bugzilla.mozilla.org/show_bug.cgi?id=345866
  Eventually the java plugin will need this on amd64. okay martynas@
2007-10-14 18:33:09 +00:00
jasper
2f5edc3c86 add xmltoman 2007-10-14 15:39:24 +00:00
jasper
5d572b9018 import xmltoman 0.3
xmltoman and xmlmantohtml are two very simple scripts for converting xml
to groff or html.

feedback and ok kili@
2007-10-14 15:37:56 +00:00
kili
4d83ce8e06 This has a real manpage and doesn't need help2man any longer.
ok jasper@
2007-10-14 14:52:41 +00:00
jasper
aaf6cbaf99 - long overdue update to 0.91.1 (uses gtk2 now)
- simplify post-install
- re-format DESCR/MESSAGE
2007-10-14 14:12:42 +00:00
sturm
23632a2491 fix build (after sdl update?)
rename variable time, which conflicts with time.h

no PKGNAME bump needed
2007-10-14 13:25:01 +00:00
ajacoutot
8ebddb7fb6 - USE_X11
- fix WANTLIB
- fix gconf subpackage: install schemas in correct place
- set audio output to oss by default so that sound works out-of-the-box
2007-10-14 11:12:54 +00:00
aanriot
bd80cee9bb add zenirc. 2007-10-14 09:31:33 +00:00
simon
31a96aafbe remove p5-Class-ISA from RUN_DEPENDS which comes with base perl
noticed by sturm@
2007-10-14 09:29:37 +00:00
aanriot
9c267f96ac ZenIRC is a full-featured scriptable IRC client for the EMACS text
editor. Most features are implemented via module extensions. For
example, DCC (Direct Client-to-Client) can be enabled at the user's
option.

inputs and ok deanna@
2007-10-14 09:28:12 +00:00
ajacoutot
a027656fc3 - upate to bugfix release 5.14 2007-10-14 09:09:45 +00:00
winiger
345afd64d2 fix WANTLIB, bump PKGNAME 2007-10-14 08:22:17 +00:00
steven
9ad71576ca +p5-Apache-Session-Memcached 2007-10-13 19:52:09 +00:00
steven
2c74bc37cf import Apache::Session::Memcached 0.03
Apache::Session storage using memcached

from Jim Razmus
2007-10-13 19:50:12 +00:00
fgsch
c56c35159a * Don't use bundled strlcat or strlcpy
* Use the right config dir, allowing something else than /etc as side effect
* Reorder entries
* Bump package

jasper@ ok; maintainer is on holidays but jasper believes he'll be ok
with this, so commiting with his bless.
2007-10-13 16:05:13 +00:00
simon
3a366c4880 add p5-XML-Generator 2007-10-13 09:56:20 +00:00
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