msf
62c3533493
- NOT_FOR_ARCHS = NO_SHARED_ARCHS -> SHARED_ONLY
...
- update to 1.04
2004-12-21 02:51:21 +00:00
msf
f25b03496d
- update to 1.11
2004-12-21 02:34:07 +00:00
msf
ef1bc5ae31
- update to 0.20
2004-12-21 02:10:54 +00:00
msf
c9cc5c6b10
- update to 0.17
2004-12-21 02:04:59 +00:00
msf
a39cf2cd7a
- update to 1.06
2004-12-21 02:03:25 +00:00
mjc
25f42156c2
update to 0.76
...
ok msf@
2004-12-21 01:53:13 +00:00
espie
79e5f1870b
fix tk depend.
2004-12-21 01:52:03 +00:00
msf
7e93696811
- update to 0.2607
2004-12-21 01:51:59 +00:00
brad
a8a0fd2d8e
rev 1.28
...
Propagate a convenience library's dependency libs correctly when
it is being linked into a libtool library. Deplibs are now
propagated whether libdir is set or not.
rev 1.27
The dlpreopen pass over libraries reverses the elements in the
$deplibs list. This causes problems when the link pass tries to
find libraries when they are located in non-standard places
denoted by -L options. Due to the reversed order these -L options
occur after the libraries that need them, and they are not found:
(Un)Reverse $deplibs list at the start of the link pass in lib mode.
From libtool CVS
2004-12-18 23:30:36 +00:00
brad
144dfa83e8
When linking an installed libtool library on the command line
...
using -lfoo we need to find the library in the search paths
and add it's dependency_libs to the link in the conv pass so
that any libtool libs listed are correctly expanded in the
link pass.
From libtool CVS
2004-12-18 21:38:18 +00:00
jolan
ed037a303a
sprinkle PKGNAME and DIST_SUBDIR to help cope w/unversioned distfile
2004-12-18 03:29:17 +00:00
kurt
57d4d1656b
Set default FLAVOR to no_plugin and mark !no_plugin as BROKEN until
...
Security Vulnerability With Java Plug-in in JRE/SDK (SunSolve #57591 )
is fixed.
2004-12-17 18:22:48 +00:00
pedro
c9888510b5
add luaposix
2004-12-16 21:23:49 +00:00
pedro
a56a8709d2
posix library for lua, ok jolan@
2004-12-16 21:21:14 +00:00
espie
435aaf1ed0
constructor wants const fields initialized.
2004-12-14 17:40:44 +00:00
kevlo
a5d66a619c
- start with a lowercase letter in COMMENT
...
- bump PKGNAME
ok msf@
2004-12-14 00:44:14 +00:00
jolan
3e3d557523
oopsies, need this patch
2004-12-13 00:00:34 +00:00
jolan
d69107b525
+liboil
2004-12-12 23:36:22 +00:00
jolan
81f8ca2a11
liboil-0.2.2, library of optimized inner loops
2004-12-12 23:27:50 +00:00
marcm
bb06e0824a
CVS wasn't kind to this commit :). Remove the zero length patches,
...
fix another patch that was lost in the update, oh and what the heck
update the version again.
2004-12-11 17:41:52 +00:00
marcm
3943331b6d
Remove zero length file from last commit.
2004-12-11 06:05:47 +00:00
marcm
5685ec74e1
Update to 2.2.4.
2004-12-11 06:03:47 +00:00
marcm
789ce7591e
Update the supporting Gnome ports to their Gnome 2.8 versions.
...
ORBit2 2.10.2 -> 2.12.0
atk 1.6.1 -> 1.8.0
gconf-editor 2.6.2 -> 2.8.2
gconf2 2.6.2 -> 2.8.1
libIDL 0.8.3 -> 0.8.4
libgsf 1.10.0 -> 1.11.1
libgtop2 2.6.0 -> 2.8.1
libwnck 2.6.2 -> 2.8.1
pango 1.4.1 -> 1.6.0
startup-notification 0.5 -> 0.7
Real work done by Francois Briere.
2004-12-10 20:33:58 +00:00
jakob
5e6c46d562
p5-IO-Multiplex
2004-12-10 09:10:40 +00:00
jakob
7a1a05b101
IO::Multiplex
2004-12-10 09:05:05 +00:00
kevlo
67e037df52
remove extra dependency.
2004-12-10 07:43:12 +00:00
kevlo
24d4c2119f
- p5-TimeDate
2004-12-10 03:54:59 +00:00
kevlo
357c62b81e
remove this port, this port already exsits(p5-Time-TimeDate).
2004-12-10 03:54:30 +00:00
kevlo
0bfe0b2306
+ p5-Algorithm-Annotate
...
+ p5-IO-Digest
+ p5-PerlIO-eol
+ p5-PerlIO-via-dynamic
+ p5-PerlIO-via-symlink
+ p5-TimeDate
+ p5-SVN-Mirror
2004-12-10 03:34:36 +00:00
kevlo
3f912f0f2f
Initial import of p5-PerlIO-via-symlink 0.03
...
The PerlIO layer symlink allows you to create a symbolic link by
writing to the file handle.
2004-12-10 03:29:52 +00:00
kevlo
841dd92fd4
Initial import of p5-PerlIO-eol 0.13
...
This layer normalizes any of CR, LF, CRLF and Native into the designated
line ending. It works for both input and output handles.
2004-12-10 03:28:39 +00:00
kevlo
09c54a7380
Initial import of p5-PerlIO-via-dynamic 0.11
...
This module that helps creating dynamic PerlIO layers.
2004-12-10 03:27:06 +00:00
kevlo
dade06499f
Initial import of p5-IO-Digest 0.10
...
This module for computing digests while read or writing file handles.
This avoids the case you need to reread the same content to compute
the digests after written a file.
2004-12-10 03:25:47 +00:00
kevlo
e880619b11
Initial import of p5-TimeDate 1.16
...
This module replaces my earlier GetDate distribution, which was
only a date parser. The date parser contained in this distribution is
far superior to the yacc based parser, and a *lot* fatser.
2004-12-10 03:24:22 +00:00
kevlo
e7c33bbea3
Initial import of p5-Algorithm-Annotate 0.10
...
Algorithm::Annotate generates a list that is useful for generating
output simliar to "cvs annotate".
2004-12-10 03:23:11 +00:00
kevlo
3bb8fdfa39
2004-12-10 03:21:07 +00:00
kevlo
7479239df5
add p5-Locale-Maketext-Simple.
2004-12-10 02:53:43 +00:00
kevlo
3e1cbd47ec
Initial import of p5-Locale-Maketext-Simple 0.12
...
This module is a simple wrapper around Locale::Maketext::Lexicon,
designed to alleviate the need of creating Language Classes for module
authors.
2004-12-10 02:53:09 +00:00
kevlo
1e3642adef
add p5-VCP-autrijus.
2004-12-09 09:25:06 +00:00
kevlo
f5eedce775
Initial import of p5-VCP-autrijus 0.9
...
vcp (and the Perl module VCP.pm) is a system for copying resources under
version control between repositories. CVS, p4 and VSS repositories are
currently supported.
Note that this is not a branch, nor a fork, from VCP's main repository
This is merely a snapshot of versions that are known to work with svk.
2004-12-09 09:24:22 +00:00
kevlo
e7dcf1ab35
add p5-Regexp-Shellish.
2004-12-09 08:44:26 +00:00
kevlo
54e9d8fe45
Initial import of p5-Regexp-Shellish 0.93
...
This module is for shell-like regular expressions.
2004-12-09 08:43:27 +00:00
kevlo
c8013206c1
add p5-BFD.
2004-12-09 06:41:43 +00:00
kevlo
d21880fef4
Initial import of p5-BFD 0.31
...
This module allows for impromptu dumping of output to STDERR.
Useful when you want to take a peek at a nest Perl data structure
by emitting (relatively) nicely formatted output.
2004-12-09 06:41:02 +00:00
kevlo
c47462400b
add p5-IPC-Run3.
2004-12-09 06:30:50 +00:00
kevlo
675a18e461
Initial import of p5-IPC-Run3 0.01
...
This module allows you to run a subprocess and redirect stdin, stdout,
and/or stderr to files and perl data structures.
2004-12-09 06:30:06 +00:00
kevlo
b50c3149bd
+p5-Data-UUID
2004-12-09 05:17:10 +00:00
kevlo
9e60bdbc40
Initial import of p5-Data-UUID 0.11
...
This module provides a framework for generating UUIDs (Universally Unique
Identifiers, also known as GUIDs (Globally Unique Identifiers).
2004-12-09 05:15:56 +00:00
kevlo
5f34cd53bd
add p5-SVN-Simple.
2004-12-09 03:49:30 +00:00
kevlo
caf9e81344
Initial import of p5-SVN-Simple 0.26
...
This module is a simple interface to subversion's editor interface.
2004-12-09 03:48:39 +00:00