has it, and shared modules option is not activated: LDAP related
modules are, like other modules, not installed as shared objects
so they should not be added to the PLIST.
Approved by MAINTAINER.
* Fix geoipupdate's my_printf function
* Fix typo in apps/geoipupdate-pureperl.pl replace PerlIO::Gzip with
PerlIO::gzip
* Update region codes in libGeoIP/regionName.c
* Fix regioncode/generate_regionName.pl to handle regioncodes with ',' correct
* Update fips codes 20090201
* Fix unicode builds on WIN32 and eliminate some warnings
* Fix sign error in _iso_8859_1__utf8 for PPC64
* Change WIN32 to _WIN32, since _WIN32 is defined by default
* Remove the WSAStartup call from GeoIP_open
* Silence various warnings
* Add more timezone region's for Australia
* Fix possible segfault in apps/geoiplookup with null pointers in non gnu
printf implementations for example solaris
* Add README.OSX to build fat binaries easy
* Silence vasprintf warning via AC_GNU_SOURCE
* Add several Makefiles to build a static GeoIP.lib for w32
* Silence signedness warnings
* Remove --with-city configure option
* Remove configure's --with-dbdir option. Use the similar --datadir instead
* Various autotools improvements and cleanups. Including parallel build fix.
* Fix libGeoIP/timeZone.c
* Fix timezone/generate_timeZone.pl
* Sync FIPS codes again Jan 14th, 2009
* Fix CA,NL regioncode
* Change logic in generate_regionName.pl and GeoIP_region_name_by_code
* Sync regionName.c with http://www.maxmind.com/app/fips10_4 from Dec 17th, 2008
* Fix _GeoIP_lookupaddress for 64bit big endian systems like ppc64
* Add proper WIN32/64 support
* Escape - in all manpages
* Add manpage for geoiplookup6
* Fix -d command line option
* GeoIPUpdate.c use vasprintf if avail, otherwise try vsnprintf and sprintf
* avoid pre/postincrement and assignment on the same variable
Approved by MAINTAINER.
Pkgsrc changes:
- Adjust dependencies: Pod::Simple::Text is provided by current
perl5 package, ExtUtils::AutoInstall is not (no more?) needed at build time
- Use generic and version agnostic HOMEPAGE
- Adjust MASTER_SITES
- Add LICENSE, commented out for now
- No need for any language compiler to build this package
Upstream changes:
* 0.08 - 25 Feb 2009
* Allow commands to be provided as inner packages
- Updating package for p5 module DBD::SQLite to 1.25 from 1.13
Upstream changes:
.25 Thu 23 Apr 2009
- Amalgamation conversion turned out to be quicker than expected.
- Changing to a production release. (ADAMK)
1.24_02 Wed 22 Apr 2009
- Merging various externally-contributed annotations from
annocpan.org (ADAMK)
- Created the beginnings of a DBD::SQLite::Cookbook (ADAMK)
1.24_01 Wed 22 Apr 2009
- Moved getsqlite.pl into util (ADAMK)
- Switching to the RT queue instead of the RT report page that
does nothing and just refers you to email (ADAMK)
- Now DBD::SQLite also uses amalgamated source recommended at sqlite.org (ISHIGAKI)
- Resolved#45166: better unicode path handling under cygwin (ISHIGAKI)
- Resolved#45171: test failure on CentOS 4.6 (ISHIGAKI)
- Updating package for p5 module DBD::Pg to 2.13.1 from 2.13.0
- Setting license to artistic-2.0
Upstream changes:
2.13.1 Released April 23, 2009
- Fix leak in pg_warn (CPAN bug #45163) [rweikusat@mssgmbh.com]
- Updating package for p5 module Pod::Tree to 1.16 from 1.15
- Removing patches (applied upstream)
Upstream changes:
1.16 2009 Apr 10
Pod::Tree::HTML
- fix to work with IO::File 1.13 (RT 34755, 38307)
mod2html
- added to distribution
Makefile.PL
- added all required modules to PREREQ_PM
- Updating package for p5 module Pod::POM to 0.25 from 0.18
Upstream changes:
Version 0.25 2009-03-27
* updated Makefile.PL to use Module::Include properly - i.e. flag modules
as test_requires as appropriate
* output test failure reason with diag()
* added t/YAML/Tiny.pm (self-contained YAML library) to remove test-only
module dependency
* test library uses Test::Differences if available but package does not
list it as a dependency
Version 0.24 2009-03-21
* fixed broken YAML files in testcases that were causing tests to fail on
some platforms
* added text and HTML verbatim paragraph view tests
* fixed typo in synopsis in Pod::POM
Version 0.23 2009-03-20
* Applied JJ's patch for coalescing verbatim paragraphs separated by blank lines
and refined verbatim paragraph test cases and expected output
* Tweaked pom dump format to quote individual text lines
* Tweaked PodPOMTestLib to remove dependency on Class::Accessor
* Added test cases for =headN hierarchy and =begin blocks
* Added format name to =end in Pod::POM::View::Pod
* Switch Makefile.PL to Module::Include
Version 0.22 2009-03-19
* Added missing dependencies to Makefile.PL
* Added pomdump program to list of executables
Version 0.21 2009-03-18
* Added missing dependencies to Makefile.PL
Version 0.20 2009-03-17
* Added basic pod documentation to the view modules
* expanded the test cases (especially expanded sequences and blockquote
paragraphs)
* add support for blockquote paragraphs to Text and HTML views
Version 0.19 2009-03-17
* Added dump method to Pod::POM::Node
* Reorganized tests with new testcases directory
- Updating package for p5 module Term::ANSIColor to 2.00
Upstream changes:
2009-02-28 Russ Allbery <rra@stanford.edu>
* ANSIColor.pm: Version 2.00 released.
* Makefile.PL: Add LICENSE to the distribution metadata for Perl
5.10 and later.
* ANSIColor.pm: Add explicit return statements instead of relying
on the implicit return of the last expression. Use all caps for
all global variables.
* ANSIColor.pm: Add the new functions to a :pushpop export tag.
(PUSHCOLOR): New function that stores in an internal stack the
attributes that are being set.
(POPCOLOR): New function that pops the attributes being set and
sets the attributes previously found on the stack.
(LOCALCOLOR): New function that surrounds its argument in
PUSHCOLOR and POPCOLOR.
(AUTOLOAD): If $AUTOLOCAL is set, surround all color constants
with an implicit LOCALCOLOR.
* t/basic.t: Test PUSHCOLOR, POPCOLOR, and LOCALCOLOR.
* t/pod-spelling.t: Rewrite to use Test::More. Support and prefer
aspell.
* ANSIColor.pm: Fix additional spelling errors and rewrap the POD
documentation to a 74-character margin.
* t/basic.t: Rewrite to use Test::More.
* t/pod.t: Likewise.
* ANSIColor.pm (AUTOLOAD): If ANSI_COLORS_DISABLED is set, return
the stringified arguments rather than creating a sub. This allows
colors to work later if ANSI_COLORS_DISABLED is unset rather than
making its effects permanent. It also avoids adding a reset
escape sequence when $AUTORESET and ANSI_COLORS_DISABLED are both
set.
2008-09-14 Russ Allbery <rra@stanford.edu>
* ANSIColor.pm: Add faint as a synonym for dark and improve the
documentation of text attributes.
* t/pod-spelling.t: New check to spell-check POD documentation
using ispell with Pod::Spell.
* ANSIColor.pm: Fix spelling and markup errors in documentation
and add stop-words where appropriate.
- Updating package for p5 module CGI::Simple to 1.109
Upstream changes:
1.107 2009-03-07
- CGI::Simple::Cookie, fixed bug when cookie had both leading and
trailing white space (RT#34314, Ron Savage and Mark Stosberg)
- Accept a comma as well as semi-colon as a cookie separator. This
is consistent with CGI.pm as well as RFC 2965, which states: "A
server SHOULD also accept comma (,) as the separator between cookie-
values for future compatibility." (Mark Stosberg)
- Support cookies which have an equals sign in the value. Ported
from CGI.pm (Mark Stosberg)
- Support cookies in which one of multiple values is empty. Ported
from CGI.pm (Mark Stosberg)
- Fixed bug when calling unescapeHTML on HTML that wasn't
properly escaped in the first place. Thanks to M-Uchino and
Mark Stosberg.
- Removed bogus dependency on version.pm.
- Add heuristic to upload to handle the case where no boundary is
specified in CONTENT_TYPE. See #14838.
1.108 2009-03-13
- Remove bogus references to Selfloader in documenation. No
functional changes.
1.109 2009-04-16
- Added support for HttpOnly to CGI::Simple::Cookie. Thanks to
Scott Thomson for the patch.
- Updating package for p5 module CGI::Session to 4.41
Upstream changes:
4.41 - Friday, March 20, 2009
* FIX: RT#43290. In CGI::Session::Driver::sqlite, ensure database handle is still defined in DESTROY()
before calling ping(). For more detail see RT#35925 as discussed under V 4.31 below.
* DOCUMENTATION: Add comments about using the header() method to set the charset to 'utf-8'.
- Updating package for p5 module CGI::Ajax to 0.707
Upstream changes:
0.707 (154) | Jan Franczak | 2008-10-07
Fixed an issue in the declaration of the javascript cache variable as a
local variable in the exported methods. This was causing NO_CACHE to
never generate the pjxrand in the query string.
Changed the code so that cache is set as a global javascript variable.
Thanks to Shivanandham Karunanithi for identifying this.
0.706 (153) | Shibi Ns | 2008-09-04
Wrongly coded one line of code for the fix 0.705
Changed this:
# return '' if $cgi->isa('header') || $cgi->isa('header_type') ;
To this:
# return '' if $cgi->isa('CGI') || $cgi->isa('CGI::Application') ;
0.705 (152) | Shibi Ns | 2008-08-26
Changed function call from "can" to "isa" in order this to work with new
version of CGI 3.37. CGI 3.37 has overloaded the function "can" which causes
some of the functions to fail.
0.703 (150) | Jan Franczak | 2008-08-20
Added support for CACHE() which allows default behaviour of disabling page
cache.
Added fname() support to allow the names of exported functions to be
specified.
Added skip_header support to prevent two headers being produced for
applications producing their own headers.
Two new test scripts.
This package defines a \FloatBarrier command, beyond which floats may
not pass. It is useful, for example, to ensure all floats for a
section appear before the next \section command.
Provides a class exam, which eases production of exams, even by a
LaTeX novice. Simple commands are provided to (i) create questions,
parts of questions, subparts of parts, and subsubparts of subparts,
all with optional point values, (ii) create a grading table, indexed
either by question number (listing each question and the total
possible points for that question) or by page number (listing each
page with points and the total possible points for that page), and
(iii) create headers and footers that are each specified in three
parts: one part to be left justified, one part to be centered, and one
part to be right justified, in the manner of fancyhdr Headers and/or
footers can be different on the first page of the exam, can be
different on the last page of the exam, and can vary depending on
whether the page number is odd or even, or on whether the current page
continues a question from a previous page, or on whether the last
question on the current page continues onto the following page.
Multiple line headers and/or footers are allowed, and it is easy to
increase the part of the page devoted to headers and/or footers to
allow for this.