Commit Graph

28515 Commits

Author SHA1 Message Date
sturm
7b9549392b +p5-Lchown 2005-04-25 19:32:16 +00:00
sturm
7903104165 Initial import of p5-Lchown 1.00
The Lchown module provides a perl interface to the lchown(2) UNIX system
call, on systems that support lchown. The lchown(2) call is used to
change the ownership and group of symbolic links.

from Alexander Bluhm <alexander_bluhm at genua.de>
2005-04-25 19:31:29 +00:00
sturm
1509ced22b p5-XML-RSS-Parser is now part of p5-XML-RAI 2005-04-25 18:51:13 +00:00
sturm
59eb50ca55 update to XML-RAI-1.2
now includes XML-RSS-Parser

from maintainer Sam Smith <s at msmith.net>
2005-04-25 18:48:30 +00:00
sturm
521802a7c2 +p5-XML-Elemental 2005-04-25 18:32:43 +00:00
sturm
38bd744b6b Initial import of XML-Elemental-1.03
This is a package of a XML::Parser style and
generic classes for easily parsing XML documents into
native object-oriented perl form.

from Sam Smith <s at msmith.net>
2005-04-25 18:31:56 +00:00
espie
0dbc07eebe revert partially: installing iconv there results in a bogus xml2-config. 2005-04-25 16:55:05 +00:00
espie
422a0cfcb9 FAKE=all, @endfake. Remove old dependency on pkg-config that is no longer
used.
2005-04-25 16:43:30 +00:00
espie
bb801cbee5 let's fake it all 2005-04-25 16:29:19 +00:00
alek
dc26699c21 Update to 2.0.0rc3
From new maintainer Alexandre Anriot <aanriot@atlantilde.com>
2005-04-24 22:59:08 +00:00
sturm
ba945625f7 update to Net-Amazon-0.33
from maintainer Sam Smith <S at mSmith.net>
2005-04-24 20:28:12 +00:00
sturm
db72b45278 update to p5-HTML-CalendarMonthSimple-1.25
from maintainer Sam Smith <S at msmith.net>
2005-04-24 20:12:16 +00:00
sturm
90e9b44223 update to CGI-Untaint 1.25
from maintainer Sam Smith <S at msmith.net>
2005-04-24 20:03:17 +00:00
naddy
580cc3c45d maintenance update to 3.1.9 and shorten lines 2005-04-24 19:53:43 +00:00
jakob
d7cdec62aa use python 2.3 2005-04-24 19:31:25 +00:00
sturm
24051e0561 update to xxdiff 3.1
from Wim Lewis <wiml at hhhh.org>
2005-04-24 19:02:04 +00:00
espie
63ee44468c missed test.
found out (more or less) by alek@.
2005-04-24 18:02:45 +00:00
jakob
73266937d4 OpenLDAP 2.2.25 release 2005-04-24 16:46:34 +00:00
pvalchev
cca99987bb sync 2005-04-24 08:17:59 +00:00
dons
3912fc3770 Install ffihugs, now that the FFI works.
Add missing X11, GL, GLU to WANTLIB.
Use -fPIC. Fixes build on amd64 (probably others too).
2005-04-24 04:57:07 +00:00
espie
19d63218a5 do not install stuff while building. 2005-04-23 18:30:26 +00:00
pedro
e469d8cb56 upgrade to ion-3ds-20050406, input from mjc@ and sturm@, okay sturm@ 2005-04-23 16:22:26 +00:00
espie
2029e02f9b FAKE=lib 2005-04-23 15:55:52 +00:00
espie
849fbd8002 FAKE=all + @endfake 2005-04-23 15:29:45 +00:00
espie
70fcebe40f fiddle a bit with LD_LIBRARY_PATH: allow mixed fake/non-fake.
and create a _set_ld_library_path internal, so that bzip2 can be installed
only as a dependency.
2005-04-23 15:24:49 +00:00
espie
29d3aee2e8 FAKE=all, no gmake! 2005-04-23 15:15:13 +00:00
espie
dcde27e974 gmake FAKE=all, no libiconv, no gettext. 2005-04-23 15:13:54 +00:00
espie
b6e98c5d70 fake case is special, directly check if the exact package is already installed
(avoid errors in multiple installs of the same dependency)
2005-04-23 15:12:19 +00:00
espie
8289fc485e build with FAKE=lib 2005-04-23 14:59:53 +00:00
espie
bf36f3ee7c @endfake 2005-04-23 14:40:42 +00:00
espie
e408f2a8a5 @endfake marker 2005-04-23 14:32:51 +00:00
espie
8ae9d49345 allows a mode FAKE=all where BUILD_DEPENDS get also installed under
DEPDIR.
2005-04-23 14:31:38 +00:00
pedro
b85bbe9d1a i've changed the package, so bump pkgname, thanks sturm@ 2005-04-23 13:54:38 +00:00
pedro
b417cf9973 honour previous setting of lua_cpath if it existed 2005-04-22 23:58:56 +00:00
naddy
30f17e1d39 Enable "bad libc workaround", otherwise I/O would be done one byte at a time.
From: Victor Sahlstedt <salan@legonet.org>
2005-04-21 22:17:02 +00:00
espie
357f6e3acb remove truely atrocious use of FILE internals.
If you don't want fclose(f) to flush the file, just close the
underlying file descriptor, then fclose() doesn't have anything to
hang upon.
2005-04-21 10:47:37 +00:00
alek
0e6e6a6644 - Update to 1.1.4: http://svn.collab.net/repos/svn/tags/1.1.4/CHANGES
- New maintainer

From steven mestdagh <steven.mestdagh@esat.kuleuven.ac.be> and
Sigfred Haversen <bsdlist@mumak.com>
2005-04-21 03:36:14 +00:00
alek
c798bedc18 Do not check if SEPARATE_BUILD is defined but check what is its value
(defaults to No)

help & blessing from espie@, ok naddy@
2005-04-21 01:44:50 +00:00
mjc
16ccc57067 correct type for ac_cv_func_accept_arg3
ok espie@
thanks to naddy@ for the smart testing on this
2005-04-20 22:18:04 +00:00
naddy
6f0ce92d1f change illegal dash in package version into underscore; ok jolan@ 2005-04-20 22:07:39 +00:00
naddy
59b3fd48bd Update to 20050413; from Jacob Meuser <jakemsr@jakemsr.com>.
Lots of bug fixes.
2005-04-20 16:46:54 +00:00
mbalmer
605e90b7e9 Update to version 1.7.2
From MAINTAINER marcus at nazgul . ch
2005-04-20 06:29:58 +00:00
sturm
927fe5bdb1 ups 2005-04-19 20:23:44 +00:00
sturm
28ef680923 snprintf() from maintainer Moritz Grimm <gtgbr at gmx.net> 2005-04-19 20:21:46 +00:00
sturm
735c231b9a fun with cvs again, here are the missing pieces:
snprintf() from maintainer Moritz Grimm <gtgbr at gmx.net>
2005-04-19 20:07:11 +00:00
sturm
fd374df1cc snprintf() from maintainer Moritz Grimm <gtgbr at gmx.net> 2005-04-19 20:03:49 +00:00
marcm
697ac4ac71 Disable gnome-menus for now. 2005-04-19 15:33:40 +00:00
pedro
fd850a1026 upgrade to luasocket 2.0-beta3, okay jolan@ 2005-04-19 15:14:38 +00:00
pedro
41aeb729e5 += luacompat 2005-04-19 14:52:57 +00:00
pedro
bb9e645277 luacompat 5.1r2, okay jolan@ 2005-04-19 14:48:09 +00:00