summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-06-07py-SOAPpy needs Python 2.2+joerg1-2/+2
2006-06-07py-postgressql dependency needs Python 2.2+joerg1-1/+2
2006-06-07Update pkg_chk to 1.74abs1-1/+2
1.73 was completely broken.. but only after checking in. ahh... Unwanted expansion of RCS tags, I know ye well...
2006-06-07Update pkg_chk to 1.74abs2-5/+5
1.73 was completely broken.. but only after checking in. ahh... Unwanted expansion of RCS tags, I know ye well...
2006-06-07Updated databases/openldap-client, databases/openldap-server,ghen1-1/+5
databases/openldap-doc, and databases/openldap to 2.3.24.
2006-06-07Upgrade the openldap packages to 2.3.24, the new "stable" release.ghen4-11/+11
Changes since 2.3.23: * Fixed slapd syncrepl timestamp bug (delta-sync/cascade) (ITS#4567) * Fixed slapd-bdb/hdb non-root users adding suffix/root entries (ITS#4552) * Re-fixed slapd-ldap improper free bug in exop (ITS#4550) * Fixed slapd-ldif assert bug (ITS#4568) * Fixed slapo-syncprov crash under glued database (ITS#4562) Note that since the clients and libraries didn't change, openldap-server still depends on openldap-client>=2.3.23 (to ease updates of client applications).
2006-06-07Honor PKGDIRMODE.minskim1-1/+3
2006-06-07Add some additional headers introduced with ff1504/tb1504/sm102. Not worthghen6-6/+20
bumping PKGREVISION for.
2006-06-07Disable shared library checking for this package because some of thetron1-1/+2
shared library for one of the included demos is missing.
2006-06-07Prefer PATH_MAX over MAXPATHLEN.joerg5-16/+73
Use a better boundary check, which doesn't depend on PATH_MAX >> NAME_MAX. Both changes are from DragonFly and have been reported upstream. Install only man pages, not the catpages. The installation was inconsistent before. Bump revision. OK from tv@.
2006-06-07Fix entry.joerg1-2/+2
2006-06-07pgaccess was removed yesterday.joerg1-2/+1
2006-06-07Fix format for my latest additionsabs1-11/+11
2006-06-07Rework last change to avoid spurious warning message if notron1-2/+4
SuSE packages are installed.
2006-06-07update pkg_chk to 1.73:abs3-36/+35
- Handle new way of building BUILD_VERSION, by doing less ourselves and (ab)using the pkgsrc infrastrafructure. Jump through some hoops to ensure a package is not reported as different due to BUILD_VERSION format versions (assuming the package is identical otherwise). Only -B affected.
2006-06-07Uses C++.joerg1-1/+2
2006-06-07Needs Python 2.3+joerg1-1/+2
2006-06-07Needs pkg-config.joerg1-2/+2
2006-06-07yield forces Python 2.3+joerg1-2/+2
2006-06-07Needs Python 2.2+joerg1-1/+2
2006-06-07Use install framework for info pages. Bump revision.joerg1-2/+4
2006-06-07... and the logging module is available for Python 2.3+.joerg1-2/+2
2006-06-07future division needs Python 2.2+joerg1-2/+2
2006-06-07Doesn't work with Python 2.1.joerg1-2/+2
2006-06-07Needs Python 2.1+joerg1-1/+2
2006-06-07Needs pkg-config.joerg1-2/+2
2006-06-07Needs Python 2.2+joerg1-2/+2
2006-06-07Uses C++.joerg1-1/+2
2006-06-07Handle info page with install framework. Bump revision.joerg1-2/+4
2006-06-07Needs pkg-config.joerg1-1/+2
2006-06-07Needs msgfmt.joerg1-2/+2
2006-06-07Needs pkg-config.joerg2-3/+4
2006-06-07Needs bison.joerg1-1/+2
2006-06-07Needs pkg-config.joerg1-1/+2
2006-06-07Needs msgfmt.joerg1-2/+2
2006-06-07Uses C++.joerg1-1/+2
2006-06-07Don't use BIOCIMMEDIATE if it doesn't exist.joerg1-0/+13
2006-06-07Uses C++.joerg1-1/+2
2006-06-07Added:abs1-1/+11
- devel/p5-IO-Prompt-0.99.4 - devel/p5-List-MoreUtils-0.19 - devel/p5-Perl6-Export-0.07 - devel/p5-Perl6-Slurp-0.03 - devel/p5-version-0.63 - graphics/p5-RRDTool-OO-0.14 - time/p5-DateTime-Format-Builder-0.7807 - time/p5-DateTime-Format-ISO8601-0.0403 - time/p5-DateTime-Format-Strptime-1.0700 - www/p5-FCGI-ProcManager-0.17
2006-06-07Add:abs4-4/+14
- devel/p5-IO-Prompt - devel/p5-List-MoreUtils - devel/p5-Perl6-Export - devel/p5-Perl6-Slurp - devel/p5-version - graphics/p5-RRDTool-OO - time/p5-DateTime-Format-Builder - time/p5-DateTime-Format-ISO8601 - time/p5-DateTime-Format-Strptime - www/p5-FCGI-ProcManager
2006-06-07Added devel/p5-IO-Prompt-0.99.4abs4-0/+35
By default, this module exports a single function: prompt(). It prompts the user to enter some input, and returns an object that represents the user input. You may specify various flags to the function to affect its behaviour; most notably, it defaults to automatically chomp the input, unless the -line flag is specified.
2006-06-07Added devel/p5-List-MoreUtils-0.19abs4-0/+27
Provide the missing functionality from List::Util (see "SUGGESTED ADDITIONS" in its manpage).
2006-06-07Added devel/p5-Perl6-Slurp-0.03abs4-0/+38
slurp takes: * a filename, * a filehandle, * a typeglob reference, * an IO::File object, or * a scalar reference, converts it to an input stream if necessary, and reads in the entire stream. If slurp fails to set up or read the stream, it throws an exception.
2006-06-07Added devel/p5-Perl6-Export-0.07abs4-0/+40
This module prototypes the Perl 6 'exported' and 'exportable' traits in Perl 5. Instead of messing around with @EXPORT arrays, you just declare which subs are to be exported (or are exportable on request) as part of those subs. For example: sub foo is exported { # by default ... } sub bar is exportable { # on request ... }
2006-06-07Added devel/p5-version-0.63abs4-0/+34
Provides the same version objects as included in Perl v5.9.x (and hopefully in the 5.10.0 release). In fact, if you attempt to use this module with a version of Perl >= v5.9.0, this module will not do anything, since the code already exists in the Perl core. Note that the CPAN release cannot be installed with the interim 5.9.0, 5.9.1, and 5.9.2 releases (since it duplicates code in the core). If you are testing bleadperl, you will need to check out the latest release of 5.9.x to get the changes included in 0.50.
2006-06-07Change WRKSRC pattern to match new PKGNAME.joerg1-2/+2
2006-06-07Added graphics/p5-RRDTool-OO-0.14abs4-0/+36
RRDTool::OO is an object-oriented interface to Tobi Oetiker's round robin database tool rrdtool. It uses rrdtool's RRDs module to get access to rrdtool's shared library. RRDTool::OO tries to marry rrdtool's database engine with the dwimminess and whipuptitude Perl programmers take for granted. Using RRDTool::OO abstracts away implementation details of the RRD engine, uses easy to memorize named parameters and sets meaningful defaults for parameters not needed in simple cases. For the experienced user, however, it provides full access to rrdtool's API. (Please check "Development Status" to verify how much of it has been implemented yet, though, since this module is under development :).
2006-06-07Added time/p5-DateTime-Format-Builder-0.7807abs4-0/+34
DateTime::Format::Builder creates DateTime parsers. Many string formats of dates and times are simple and just require a basic regular expression to extract the relevant information. Builder provides a simple way to do this without writing reams of structural code. Builder provides a number of methods, most of which you'll never need, or at least rarely need. They're provided more for exposing of the module's innards to any subclasses, or for when you need to do something slightly beyond what I expected.
2006-06-07Update for changed PKGNAME_NOREVjoerg1-4/+4
2006-06-07PKGNAME_NOREV changed, update distinfo.joerg1-4/+4