Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
should be macro according to standards).
|
|
for it as the code originally intended.
|
|
create the compiler aliases with ln -fs.
|
|
|
|
change to default build.
|
|
compiles and runs.
|
|
|
|
|
|
|
|
changes:
-Workaround for nasm bug with Mach-O/OSX target
-Fix for missing resync marker range check
-Improved precision for RGB<->YUV conversions
-Fix for potential RGB24 access violation
-Updated compiler options for Apple PPC target
|
|
particularly with respect to the new G1 garbage collector.
|
|
Do not include logic to auto-enable apr1 if the option apache22 is
defined because apache22 does not appear to be a valid option.
Do not force apr1 if serf is selected. Instead, fail and force the
user to choose consistent options.
No PKGREVISION because apr1 is the default and the resulting package
is unchanged. apr0 support not tested.
|
|
|
|
here.
|
|
|
|
|
|
2005/5/26.
Bump PKGREVISION.
|
|
|
|
|
|
- Updating package for p5 module ExtUtils::MakeMaker from 6.50 to 6.52
- remove patches/patch-af, 40698 seems to be solved upstream except
t/INSTALL_BASE.t, which may marked invalid as belonging to fix for
RT #40698
Upstream changes:
6.52 Sat May 30 11:22:04 PDT 2009
Docs
* Documented CONFIGURE_REQUIRES (Alexandr Ciornii)
* Modnerized the docs for PREREQ_PM
6.51_04 Sun May 24 14:04:11 PDT 2009
Other
* All work on INSTALLHTML* has been reverted pending a fix for
[rt.cpan.org 45600]
6.51_03 Sat May 23 22:38:26 PDT 2009
Bug Fixes
* Building *.C files was broken in 6.37. [rt.cpan.org 45557]
Thanks to Rajesh Mandalemula for spotting it.
New Features
* Optional parameter CONFIGURE_REQUIRES was added, to control
this section in META.yml (Alexandr Ciornii)
6.51_02 Mon Apr 13 21:19:56 PDT 2009
Bug Fixes
* Fix a minor bug with the new PERM_DIR stuff which caused EUI to think
PERM_DIR was an install skip file.
* A Win32 function call in the last alpha broke Win32 builds.
6.51_01 Fri Apr 10 14:30:27 PDT 2009
New Features
* Module installation will not be stopped by a broken Pod::Man.
Man pages will just not be installed.
[rt.cpan.org 43546] (Jesse Vincent)
* vim swap files, *.swp, will now be ignored by MakeMaker.
* Added PERM_DIR to control permissions on directories.
[rt.cpan.org 3927] (Rajesh Mandalemula)
Feature Changes
* Modules in PREREQ_PM are no longer loaded in order to figure out
their version. parse_version() is used instead.
[rt.cpan.org 44646]
* PPD files generated with "make ppd" now use the new REQUIRES key
rather than the now deprecated DEPENDENCY.
[rt.cpan.org 25179] (GAAS)
* PPD files no longer contain the deprecated OS tag.
* fixin is a bit less restrictive allowing things like
#!perl5.8.8 and #!perl-debug [rt.cpan.org 29442]
* Remove the unused perm_rw() and perm_rwx() methods.
Bug Fixes
* On 5.10 "make ppd" would generate the wrong ARCHITECTURE saying the
version is 5.1 instead of 5.10.
* Our pod2man emulation now requires an argument to --perm_rw.
[rt.cpan.org 35190] (imacat)
* DISTVNAME was documented as a WriteMakefile() param but you'd
get a warning if you tried to use it. [rt.cpan.org 43217]
* Better support for parallel make installs.
[rt.cpan.org 32758] (Brendan O'Dea)
* parse_version() will now skip uses of $VERSION in conditions
[rt.cpan.org 9452] (jc@unser.net)
* The architecture mismatch warning could show up on Win32 due
to long vs short filenames being used to compare.
[rt.cpan.org 33532] (DAGOLDEN)
* maybe_command() will recognize Windows executables in
/cygdrive on Cygwin [rt.cpan.org 16375] (PJF)
* parse_version() will now look for the first use of $VERSION
that results in $VERSION being set.
Test Fixes
* basic.t will not leave a "bin" environment variable defined on VMS.
[rt.cpan.org 42150] (John E. Malmberg)
* Made the tests work ok on systems whose makes assume that files which
have the same mod time are out of date. This is often the case for
the tests which generate files and run make rapidly.
[rt.cpan.org 29955] (Ken Hirsch)
* skip test numbers were wrong on VMS in t/basic.t
[rt.cpan.org 43511] (John E. Malmberg)
Portability
* Removed a few hard coded uses of the "false" command.
[rt.cpan.org 44504]
VMS
* Fixed a few calls to catfile() that should be catdir().
(John E. Malmberg)
* Override catdir() and catfile() to expand macros. This is normally done
inside File::Spec::VMS but is really a MakeMaker-only thing.
(John E. Malmberg)
Other
* Remove ExtUtils::MakeMaker::bytes and vmsish which are unused and
seem to never have been used.
* Repository now on github.
|
|
|
|
|
|
Update Japanese and Swedish translation files which support
TYPOlight 2.7.1.
|
|
www/p5-Apache2-AuthCASSimple into The NetBSD Packages Collection.
Apache2::AuthCASSimple is an authentication module for Apache2/mod_perl2.
It allows you to authenticate users through a Yale CAS server. Users
do not need to log in if they are already authenticated by the CAS
server, only tickets are exchanged between Web client, Apache2
server and CAS server. If they are not yet authenticated, they will
be redirected to the CAS server login form.
|
|
|
|
NetBSD Packages Collection.
Apache2::AuthCASSimple is an authentication module for Apache2/mod_perl2.
It allows you to authenticate users through a Yale CAS server. Users
do not need to log in if they are already authenticated by the CAS
server, only tickets are exchanged between Web client, Apache2
server and CAS server. If they are not yet authenticated, they will
be redirected to the CAS server login form.
|
|
|
|
You may want to run ikiwiki-transition deduplinks my.setup after
upgrading to this version of ikiwiki. This command will optimise
your wiki's saved state, removing duplicate information that can
slow ikiwiki down.
* ikiwiki-transition: If passed a nonexistant srcdir, or one not
containing .ikiwiki, abort with an error rather than creating it.
* Allow underlaydir to be overridden without messing up inclusion
of other underlays via add_underlay.
* More friendly display of markdown, textile in edit form selector (jmtd)
* Allow curly braces to be used in pagespecs, and avoid a whole
class of potential security problems, by avoiding performing
any string interpolation on user-supplied data when translating
pagespecs.
* ikiwiki-transition: Allow setup files to be passed to all subcommands
that need a srcdir.
* ikiwiki-transition: deduplinks was broken and threw away all
metadata stored by plugins in the index. Fix this bug.
* listdirectives: Avoid listing _comment directives and generally
assume any directive starting with _ is likewise internal.
* Re-enable python-support and add python:Depends to control file.
* ikiwiki-makerepo: Avoid using abs_path, as it apparently fails
on nonexistant directories with some broken perl versions.
* inline: Minor optimisation.
* add_link: New function, which plugins should use rather than
modifying %links directly, to avoid it accumulating duplicates.
* ikiwiki-transition: Add a deduplinks action, that can be used to
remove duplicate links and optimise a wiki w/o rebuilding it.
* external: Fix pagespec_match and pagespec_match_list. Closes: #527281
|
|
|
|
- if oldmail file is corrupted on disk (by system crash, perhaps),
handle it gracefully. Some lines may be lost (and messages therefore
re-retrieved), but operation will continue, with the corrupt lines
logged. Thanks: Domen Puncer.
|
|
version numbers of required modules are in delivered perl core.
|
|
|
|
- Updating package for p5 module CPAN::Reporter
- set PERL5MODULE_TYPE to Module::Build
- Adjusting dependencies according to META.yml
- Setting LICENSE to apache-2.0
Upstream changes:
1.1707 Sun May 31 21:44:07 EDT 2009
- Prereq: bumped Test::Reporter to 1.54
1.1706 Sun May 31 14:00:43 EDT 2009
- Changed: URL of CPAN Testers wiki is now wiki.cpantesters.org
- Added: support for setting 'distfile' parameter for test reports
if supported by Test::Reporter (1.53_01+)
|
|
|
|
- Updating package for p5 module Test::Reporter from 1.5203 to 1.54
Upstream changes:
1.54 Sun May 31 21:39:12 EDT 2009
- POD updates
- Update Module::Install to 0.91
1.53_03 Thu Apr 16 12:30:49 EDT 2009
- Transmit report body line-by-line with Net::SMTP (or Net::SMTP::TLS)
1.53_02 Wed Apr 15 13:30:53 EDT 2009
- with Net::SMTP transport, if lines are longer than 100
characters, the email will be encoded with quoted-printable
1.53_01 Tue Apr 7 11:01:37 EDT 2009
- added optional 'distfile' argument to support
T::R::Transport::Metabase
- reports link to the wiki rather than www.cpantesters.org;
also added cpan-testers-discuss as place to send Q's
- improved diagnostic output if editor fails to launch
- changed Makefile.Pl to Module::Install
|
|
|
|
|
|
|
|
- Updating package for p5 module LaTeX::Table from 0.9.14 to 0.9.15
- Adjusting dependencies according to META.yaml
- Fixing PERL5_MODULE_TYPE
Upstream changes:
0.9.15 Fri May 29 10:00:00 2009
- MISSING_VALUE in coldef_strategy
- width and longtable
- removed deprecated feature textwrap
- changed optional requirement from Text::CSV_XS to Text::CSV
- csv2pdf: Meyrin default.
- POD cleanups
|
|
|
|
|
|
update for LaTeX::Table 0.9.15.
Text::CSV provides facilities for the composition and decomposition of
comma-separated values using Text::CSV_XS or its pure Perl version.
|
|
|
|
- Updating package for p5 module URI from 1.37nb1 to 1.38
- Adjusting dependencies according to META.yml
Upstream changes:
2009-05-27 Gisle Aas <gisle@ActiveState.com>
Release 1.38
Ville Skytt"a (3):
Spelling fixes.
Tatsuhiko Miyagawa (1):
skip DNS test if wildcard domain catcher (e.g. OpenDNS) is there
Gisle Aas (1):
Avoid "Insecure $ENV{PATH} while running with -T switch" error with perl-5.6.
|
|
|
|
- Updating package for p5 module Params::Util from 0.38 to 1.00
Upstream changes:
1.00 Sun 31 May 2009
- Now all known XS bugs are worked out, I've removed
the experimental flags and set that as the first 1+ release.
- Fixed XS implementation of _*LIKE and _INSTANCE
- Added test for a negative custom isa returning ('')
- Improving the 'clean' file list in a Makefile.PL
|
|
|
|
|
|
|