Commit Graph

34476 Commits

Author SHA1 Message Date
alek
ef624194d0 Import p5-Net-Patricia
This module uses a Patricia Trie data structure to quickly perform IP
address prefix matching for applications such as IP subnet, network or
routing table lookups.

From dlg@
2006-10-18 10:45:59 +00:00
steven
2e1df7fb99 remove ftp.is.co.za, not up to date for months
from Jim Razmus <jim at bonetruck.org>
2006-10-18 10:42:54 +00:00
alek
bd7fb23f74 NO_REGRESS; honour SYSCONFDIR 2006-10-18 10:03:50 +00:00
jasper
a33eaf836f zap dead mastersites.
ok bernd
2006-10-18 09:50:53 +00:00
ajacoutot
b5f0ee6cef Installs vgetty and mgetty into ${LOCALBASE}/libexec
Regen patches.

ok sturm@
2006-10-18 08:20:25 +00:00
ajacoutot
a6d686a3e5 Set vgetty path to ${LOCALBASE}/libexec/vgetty instead of hardcoded
/sbin/vgetty.
Disable sysvinit support unconditionally since we don't need it and it
causes the "make fake" stage to fail if a sysvinit startup directory exists
(ie. /etc/init.d/)

ok sturm@
2006-10-18 08:09:43 +00:00
aanriot
ad4fcd0d65 - install a config file in ${SYSCONFDIR} by default.
- install /var/* directories with @sample.
- bump PKGNAME.

ok todd@
2006-10-18 05:12:35 +00:00
jolan
eb7a26aef4 - install IAXy firmware in order to silence warning messages, prompted
by jcs@

ok MAINTAINER
2006-10-18 00:18:36 +00:00
sturm
ff9a37850e no @pkgpath for now, noticed by bernd 2006-10-17 23:41:58 +00:00
alek
2977e9f746 Update to 1.7.1 2006-10-17 23:31:12 +00:00
sturm
dadb647589 force creation of /emul/linux 2006-10-17 23:00:32 +00:00
sturm
05acddb6d2 force creation of /emul/linux symlink 2006-10-17 22:46:10 +00:00
sturm
13b0aee406 fedora 2006-10-17 22:34:27 +00:00
sturm
537c3a2a7c Initial import of linux libraries based on fedora core 4.
This is the last version of fedora core supporting the old linuxthreads,
for the newer threading library we need some kernel support first.
2006-10-17 22:33:44 +00:00
espie
4e4da07c8f let peek-ftp cd ${FULLDISTDIR} first.
Add a message to that effect so that users don't get confused.
(specifically, make itself does not change dirs, so if you do ^Z,
you're not where you think you are...)
2006-10-17 22:32:45 +00:00
espie
605afa9fa0 update to 0.2.4
bump the minor, because the interface to one function was extended:
it does something smart with empty parameters now.
2006-10-17 20:31:09 +00:00
espie
c7a0eedd1f Fix nasty bug on OpenBSD: we can't assume we can read/write to a
QDataStream freely. Under qt3, there's no mechanism to make sure the
underlying FILE * gets flushed between an fread() and an fwrite(), and
so the data gets written at the wrong location.
2006-10-17 20:01:02 +00:00
wilfried
9b7ea64892 build with xinerama by default (and remove the flavor) 2006-10-17 12:14:50 +00:00
alek
08ba02e82b Add py-wxPython; pointed out by bernd@ 2006-10-17 11:43:46 +00:00
xsa
b5c675a347 + zope-zsyncer 2006-10-17 10:16:10 +00:00
xsa
2c5ec667e7 Initial import of zope-zsyncer 0.7.1
ZSyncer is a Zope 2 product that allows you to synchronize and compare
objects from one zope (source) to another (destination).  It is a lot
more convenient than the old manual export/transfer/import procedure.

ZSyncer supports SSL as well as insecure HTTP.

ZSyncer also allows you to view a diff against the destination object,
for many types of objects.

OK mbalmer@.
2006-10-17 10:14:52 +00:00
alek
eb3f750834 Import py-wxPython 2.6.3.2
wxPython is a GUI toolkit for the Python programming language. It allows
Python programmers to create programs with a robust, highly functional
graphical user interface, simply and easily. It is implemented as a
Python extension module (native code) that wraps the popular wxWidgets
cross platform GUI library, which is written in C++.
2006-10-17 10:04:16 +00:00
jakob
468cdce980 version 0.5.2; minor fixes including a postfix compat fix 2006-10-17 06:21:57 +00:00
jolan
4cb1db3b10 update to 2.4.6 2006-10-17 01:58:41 +00:00
naddy
9271598535 bump PKGNAME after HOMEPAGE change 2006-10-16 23:33:10 +00:00
ajacoutot
f1600609de typo.
spotted by steven@
2006-10-16 15:49:50 +00:00
jasper
f8d56dd17f update p5-POE-Component-IRC to 5.06
ok steven
2006-10-16 14:50:51 +00:00
jasper
870d449882 update p5-Class-Data-Inheritable to 0.06
and update my address while there

ok steven
2006-10-16 14:48:37 +00:00
jasper
f8dbb5482b update p5-XML-Writer to 0.601
and update my address while there

ok steven
2006-10-16 14:46:05 +00:00
steven
deb58fb886 typo 2006-10-16 14:08:00 +00:00
kevlo
34ee105391 - upgrade to xoops 2.0.15.
SECURITY fix:
A vulnerable describes an SQL injection attack against versions less
than 2.0.15.

Submitted by:	Will Maier <willmaier at ml1.net>

- drop maintainership
2006-10-16 14:05:09 +00:00
kevlo
029b3a12e2 upgrade to moodle 1.6.3.
SECURITY fix:
A vulnerability was discovered that could allow SQL injections if a parameter
was improperly used.
2006-10-16 14:00:18 +00:00
kevlo
2a2f19b442 upgrade to phpMyAdmin 2.9.0.2 2006-10-16 13:57:58 +00:00
steven
264a4246f9 +agg 2006-10-16 11:42:42 +00:00
steven
0a9479ca3e initial import of agg 2.4
Anti-Grain Geometry (AGG) is a general purpose graphical toolkit
written completely in standard and platform independent C++. It can be
used in many areas of computer programming where high quality 2D
graphics is an essential part of the project.

from Deanna Phillips <deanna at sdf.lonestar.org>

feedback and ok bernd@
2006-10-16 11:42:04 +00:00
espie
2c05ea7a55 protect against further bugs, refuse to build the _PACKAGE_COOKIE if we
end up there with PACKAGING not set.
We do not try to `fix it' ourselves, because PACKAGING not set may have
some non obvious issues, like PKG_ARCH or PERMIT_PACKAGE_* not set correctly
at all.
2006-10-16 10:39:40 +00:00
espie
3427227210 finally update to 9.4.3, should have done this ages ago. 2006-10-16 10:01:55 +00:00
steven
a51d750de6 use SETENV instead of env 2006-10-16 08:27:19 +00:00
jasper
de1e54818b update p5-Digest-SHA to 5.44
ok steven
2006-10-16 07:49:21 +00:00
mbalmer
688ff4b21b ClamAV 0.88.5
Security:
ClamAV 0.88.5 fixes a crash in the CHM unpacker and a heap overflow in
the function rebuilding PE files after unpacking.
2006-10-16 07:03:42 +00:00
jolan
9e12543b22 remove the silly type-your-OS-name requirement
tested by niallo@ & johan lindman
2006-10-15 23:00:43 +00:00
ckuethe
4cbb2f6104 update to gtkpod 0.99.8. Prompted by fgsch, suggestions from Deanna Phillips.
ok mbalmer
2006-10-15 22:44:35 +00:00
ckuethe
ced0b25392 update to libgpod 0.4.0. prompted by fgsch, suggestions from Deanna Phillips
ok mbalmer
2006-10-15 22:43:49 +00:00
sturm
101454397b bump PKGNAME after HOMEPAGE change 2006-10-15 22:10:49 +00:00
ckuethe
60757d0398 version bump from 5.0rc7 to 5.0.
ok mbalmer
2006-10-15 21:49:50 +00:00
sturm
7f5e527002 PKGNAME *is* necessary 2006-10-15 21:45:02 +00:00
mbalmer
37ad0aa9cc Remove a variable that is only used in one place. 2006-10-15 20:30:55 +00:00
mbalmer
f0f100c3c1 Renove some stupid strays and fold a long line. 2006-10-15 20:26:33 +00:00
espie
2c2e81c154 say goodbye for FAKE=no, for real. 2006-10-15 19:29:06 +00:00
steven
2380c77ed0 update maintainer's e-mail address 2006-10-15 19:20:20 +00:00