Commit Graph

2788 Commits

Author SHA1 Message Date
naddy
700cd0aee9 accidentally omitted file 2004-12-29 14:38:01 +00:00
sturm
d1c3f52380 no need to depend on tk, tcl is enough
based on a diff from and tested by kettenis@
2004-12-29 06:33:28 +00:00
espie
7cbd3b893b +p5-Devel-Size (note, no maintainer, it's a trivial port) 2004-12-29 00:55:57 +00:00
espie
57d3f41a01 small perl xs module, very useful to assert memory consumption.
suggested by Sam Smith. Thx !
2004-12-29 00:54:52 +00:00
kurt
4e38e89a1b Add URL to jdk archive. ok pval@ 2004-12-28 16:23:59 +00:00
sturm
574ea67282 trivial update to 1.3.1_15 2004-12-25 19:23:25 +00:00
kevlo
7d44e006cf upgrade to 1.2 2004-12-24 15:27:14 +00:00
alek
e2771e87e3 Add WANTLIB
ok couderc@
2004-12-24 14:27:19 +00:00
couderc
94a8203cb8 add pmk. 2004-12-23 21:47:19 +00:00
couderc
e7f6792e1d initial import of Pre Make Kit project. 2004-12-23 21:42:16 +00:00
kevlo
12c7e1fc1e upgrade to 0.51 2004-12-23 04:08:32 +00:00
xsa
169e7ada84 +py-openbsd 2004-12-22 08:39:33 +00:00
xsa
3cffce737a Initial import of py-openbsd-0.1.2
The PyOpenBSD library allows Python programs to interact with the
OpenBSD operating system in a smooth and seamless way. It consists of a
set of bindings for various system libraries, as well as interfaces for
inspecting in-kernel variables using kvm.

PyOpenBSD also contains some useful functionality not directly or solely
related to OpenBSD. At this stage there are no concrete plans to "spin
off" architecture-independent projects.

Maintained by Aldo Cortesi <aldo at nullcube.com>

ok alek@.
2004-12-22 08:38:21 +00:00
espie
24e6dbf353 fix a few WANTLIB issues.
Install librpmbuild since lib/rpmgettext wants it.
2004-12-22 06:31:05 +00:00
marcm
cac6c254af +gstreamer
+gstreamer-plugins
2004-12-22 06:21:57 +00:00
marcm
1773956362 Import of gstreamer-plugins, a large collection of audio and video
plugins for gstreamer.
2004-12-22 06:09:18 +00:00
marcm
93aa6e9406 Import of gstreamer a streaming media framework runtime. 2004-12-22 06:06:56 +00:00
marcm
3a08d7cb52 Add missing LIB_DEPENDS, bump PKGNAME. 2004-12-22 05:58:48 +00:00
msf
23018b42e5 +p5-SVN-Notify
+p5-SVN-Web
+p5-Tree-Simple
2004-12-22 02:27:14 +00:00
msf
f134d4bd96 - Initial import of Tree-Simple-1.14
This module in an fully object-oriented implementation of a simple n-ary
tree. It is built upon the concept of parent-child relationships, so
therefore every Tree::Simple object has both a parent and a set of
children (who themselves may have children, and so on). Every
Tree::Simple object also has siblings, as they are just the children of
their immediate parent.
2004-12-22 02:18:40 +00:00
kurt
5339a096a6 - 1.4-linux 2004-12-22 02:05:39 +00:00
kurt
7077797dfd Won't ever work unless compat linux gets kernel threads emulation.
ok msf@, kevlo@
2004-12-22 02:04:41 +00:00
msf
9a3c8b5da9 - Initial import of p5-SVN-Notify
This class may be used for sending email messages for Subversion
repository activity. There are a number of different modes supported,
and SVN::Notify is fully subclassable, to easily add new functionality.
By default, A list of all the files affected by the commit will be
assembled and listed in a single message. An additional option allows
diffs to be calculated for the changes and either appended to the
message or added as an attachment.

ok kevlo@
2004-12-22 01:56:27 +00:00
msf
9f6cafc524 - Initial import of SVN-Web-0.38
SVN::Web provides a web interface to subversion repositories. You can
browse the tree, view history of a directory or a file, see what's
changed in a specific revision, track changes with RSS, and also view
diffs.

SVN::Web also tracks the branching feature (node copy of subversion, so
you can easily see the relationship between branches.

ok kevlo@
2004-12-22 01:52:23 +00:00
sturm
4d9bb6738d +p5-Class-XPath 2004-12-21 20:37:14 +00:00
sturm
3d793fe26b Initial import of p5-Class-XPath 1.4
This module adds XPath-style matching to object trees.

from Sam Smith <s at msmith.net>
2004-12-21 20:35:39 +00:00
kurt
ebb6900dd2 +1.4 2004-12-21 04:02:57 +00:00
kurt
9a7dc09e56 - Initial import of jdk-1.4.2
Version 1.4.2 of Java 2 Platform, Standard Edition (J2SE)

with help from many; ok naddy@ espie@
2004-12-21 04:01:05 +00:00
msf
eedfe99478 +p5-Module-Refresh
+p5-Module-Versions-Report
2004-12-21 03:59:41 +00:00
msf
064c63b0fb - Initial import of Module-Refresh-1.02
This module is a generalization of the functionality provided by
Apache::StatINC. It's designed to make it easy to do simple iterative
development when working in a persistent environment.
2004-12-21 03:57:55 +00:00
msf
78a403a8e3 - Initial import of Module-Versions-Report-1.02
If you add "use Module::Versions::Report;" to a program (especially
handy if your program is one that demonstrates a bug in some module),
then when the program has finished running, you well get a report
detailing the all modules in memory, and noting the version of each (for
modules that defined a $VERSION, at least).
2004-12-21 03:56:15 +00:00
msf
79f57c5fe1 +p5-Cache-Simple-TimedExpiry 2004-12-21 03:35:38 +00:00
msf
bd509d751c - Initial import of Cache-Simple-TimedExpiry-0.22
Set the cache's expiry policy to expire entries after SECONDS seconds.
Setting this changes the expiry policy for pre-existing cache entries
and for new ones.
2004-12-21 03:34:25 +00:00
msf
27bf1b5a70 +p5-Want 2004-12-21 03:19:55 +00:00
msf
1d9356a8b7 - Initial import of Want-0.08
This module generalises the mechanism of the wantarray function,
allowing a function to determine in some detail how its return value is
going to be immediately used.
2004-12-21 03:18:28 +00:00
msf
191342b132 - update to 0.05 2004-12-21 02:59:44 +00:00
msf
c259a6d383 - update to 0.46 2004-12-21 02:58:13 +00:00
msf
f8aab0a8c8 - add missing PKG_ARCH
- update to 0.20
2004-12-21 02:54:50 +00:00
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