Commit graph

98744 commits

Author SHA1 Message Date
joerg
6421061f8f Needs Python 2.3+ 2006-06-07 13:03:24 +00:00
joerg
e279f48ea3 Needs pkg-config. 2006-06-07 13:03:01 +00:00
joerg
e816669c3a yield forces Python 2.3+ 2006-06-07 12:55:52 +00:00
joerg
de916195b9 Needs Python 2.2+ 2006-06-07 12:54:55 +00:00
joerg
fbf3a8087a Use install framework for info pages. Bump revision. 2006-06-07 12:54:48 +00:00
joerg
67b982ba4d ... and the logging module is available for Python 2.3+. 2006-06-07 12:53:48 +00:00
joerg
e99e4d25b1 future division needs Python 2.2+ 2006-06-07 12:53:13 +00:00
joerg
2e7e15a9ad Doesn't work with Python 2.1. 2006-06-07 12:52:24 +00:00
joerg
f5bc7d82cb Needs Python 2.1+ 2006-06-07 12:48:44 +00:00
joerg
77578f527b Needs pkg-config. 2006-06-07 12:47:15 +00:00
joerg
5de9b3041e Needs Python 2.2+ 2006-06-07 12:46:31 +00:00
joerg
0549780688 Uses C++. 2006-06-07 12:43:54 +00:00
joerg
edae17f5dd Handle info page with install framework. Bump revision. 2006-06-07 12:43:13 +00:00
joerg
7fa9e64402 Needs pkg-config. 2006-06-07 12:42:39 +00:00
joerg
851d4c8559 Needs msgfmt. 2006-06-07 12:37:38 +00:00
joerg
8d3b48e29b Needs pkg-config. 2006-06-07 12:36:15 +00:00
joerg
285c5a1c04 Needs bison. 2006-06-07 12:32:31 +00:00
joerg
2c3be03ffa Needs pkg-config. 2006-06-07 12:30:36 +00:00
joerg
605d3acef7 Needs msgfmt. 2006-06-07 12:29:00 +00:00
joerg
57798b269d Uses C++. 2006-06-07 12:24:50 +00:00
joerg
610c492b99 Don't use BIOCIMMEDIATE if it doesn't exist. 2006-06-07 12:24:45 +00:00
joerg
36b7e7e358 Uses C++. 2006-06-07 12:19:24 +00:00
abs
483966f966 Added:
- 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-07 12:04:36 +00:00
abs
425c605657 Add:
- 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-07 12:03:13 +00:00
abs
be20205d86 Added devel/p5-IO-Prompt-0.99.4
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-07 12:00:59 +00:00
abs
39c79d11aa Added devel/p5-List-MoreUtils-0.19
Provide the missing functionality from List::Util (see "SUGGESTED
ADDITIONS" in its manpage).
2006-06-07 11:58:58 +00:00
abs
55913ddbfa Added devel/p5-Perl6-Slurp-0.03
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-07 11:57:54 +00:00
abs
ea27e1d897 Added devel/p5-Perl6-Export-0.07
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-07 11:56:15 +00:00
abs
5124ff8add Added devel/p5-version-0.63
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-07 11:54:35 +00:00
joerg
7288959801 Change WRKSRC pattern to match new PKGNAME. 2006-06-07 11:51:58 +00:00
abs
fb21160c2f Added graphics/p5-RRDTool-OO-0.14
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-07 11:50:51 +00:00
abs
e6473fd4d1 Added time/p5-DateTime-Format-Builder-0.7807
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-07 11:49:46 +00:00
joerg
e2464c6d31 Update for changed PKGNAME_NOREV 2006-06-07 11:49:10 +00:00
joerg
31c49d005a PKGNAME_NOREV changed, update distinfo. 2006-06-07 11:48:32 +00:00
abs
a9e467e80d Added time/p5-DateTime-Format-ISO8601-0.0403
Parses almost all ISO8601 date and time formats. ISO8601 time-intervals
will be supported in a later release.
2006-06-07 11:48:28 +00:00
abs
3584f5778b Added time/p5-DateTime-Format-Strptime-1.0700
This module implements most of strptime(3), the POSIX function that
is the reverse of strftime(3), for DateTime. While strftime takes
a DateTime and a pattern and returns a string, strptime takes a
string and a pattern and returns the DateTime object associated.
2006-06-07 11:46:16 +00:00
abs
5284f6793a Added www/p5-FCGI-ProcManager-0.17
FCGI-ProcManager is a process manager for FCGI.  By implementing
the process manager in perl, we can more finely tune FastCGI
performance, and we can take CPU and memory advantages of fast
forks and copy-on-write UNIX process management characteristics.
2006-06-07 11:44:22 +00:00
joerg
c654ac9119 Mesa needs C++ and makedepend. 2006-06-07 11:43:34 +00:00
tron
e3985df366 Use the proper "ldd" binary for checking Linux applications. That should
it make easier to detect missing dependences in packages containing
prebuild Linux applications (e.g. "firefox-bin").
2006-06-07 10:39:28 +00:00
tron
6e1ed39e5d 1.) Remove all instances of '@${WARNING_MSG} "Warning: ...' which resulted
in error message like 'WARNING: Warning: ...'.
2.) Replace "WARN_MSG" with "WARNING_MSG" which makes the "make package"
    target work again for restricted packages like "acroread7".
2006-06-07 10:04:03 +00:00
adam
2aecc23eb2 Fix build on Darwin/MacOSX 2006-06-07 08:27:04 +00:00
rillig
d96c3f46dc Needs expat, like the Makefile. 2006-06-07 07:26:35 +00:00
ghen
f771247d6b + openldap-2.3.24 (now the "stable" release). 2006-06-07 05:12:16 +00:00
taca
4dadf9d787 Note update of graphics/ruby-RMagick package to 1.12.0. 2006-06-07 03:10:39 +00:00
taca
3975f3cc4e Update graphics/ruby18-RMagick pacakge to 1.12.0.
RMagick 1.12.0
    o Fix bug #4630, the new signature for #level is incompatible with
      releases prior to 1.10.1 (bug report from Al Evans)
2006-06-07 03:09:35 +00:00
grant
9c116d7dc1 s/Gnu/GNU/ 2006-06-07 02:17:32 +00:00
rillig
58873dc4d8 Check for [[:space:]] instead of [ ]. This fixes a misbehavior when
script files contain CRLF line-ends.
2006-06-06 23:43:10 +00:00
minskim
1864706cd9 Regen patch-ad with pkgdiff. 2006-06-06 22:11:57 +00:00
adrianp
347a5c06e7 Add sendmail and smmsp startup files for -current users
Make pkglint happy
Pass MAINTAINERship to tv@
Bump PKGREVISION
2006-06-06 22:03:36 +00:00
minskim
860a0ecc01 Skip the interpreter check for webmin-gentoo-init, which is used on Gentoo
Linux only.
2006-06-06 22:01:25 +00:00