Age | Commit message (Collapse) | Author | Files | Lines |
|
Pkgsrc changes:
o Add HOMEPAGE using search.cpan.org
Upstream changes:
commit 73d46b5...
Author: Markus Baertschi <markus@markus.org>
Date: Thu Jul 10 17:49:15 2008 +0200
Fixed gif image processing on big-endian machines.
Thanks to Neil Watkiss <neil.watkiss@gmail.com> for the patch !
commit 52789c0...
Author: Markus Baertschi <markus@markus.org>
Date: Tue Jun 3 14:47:38 2008 +0200
Additions to Page.pm by Slaven
commit 886ea2e...
Author: Markus Baertschi <markus@markus.org>
Date: Tue Jun 3 12:43:41 2008 +0200
Renamed Image modules to fix bug 28636 (rt.cpan.org).
commit 7acfe62...
Author: Markus Baertschi <markus@markus.org>
Date: Tue Jun 3 10:53:56 2008 +0200
Updates Michael's email, added reference to git repository at github
commit e52ef1f...
Merge: 88fad3e... 875425d...
Author: Markus Baertschi <markus@markus.org>
Date: Sat May 31 19:26:23 2008 +0200
Merge branch 'master' of git://github.com/markusb/pdf-create
commit 88fad3e...
Author: Markus Baertschi <markus@markus.org>
Date: Sat May 31 19:20:33 2008 +0200
Updated version to 1.0 to fit better with PDF::Create and show maturity
commit ccf26de...
Author: Markus Baertschi <markus@markus.org>
Date: Sat May 31 19:18:35 2008 +0200
Updated build system to generate Changes file directly from git log
commit 28b0922...
Author: Markus Baertschi <markus@markus.org>
Date: Sat May 31 12:49:32 2008 +0200
Version 1.0
commit 875425d...
Author: Markus Baertschi <markus@markus.org>
Date: Sat May 31 12:49:32 2008 +0200
Version 1.0
commit 9adbcbf...
Author: Markus Baertschi <markus@markus.org>
Date: Sat May 31 12:05:17 2008 +0200
More POD fixing
commit 6f7ba3f...
Author: Markus Baertschi <markus@markus.org>
Date: Sat May 31 11:23:50 2008 +0200
Version 0.10
commit f9e1656...
Author: Markus Baertschi <markus@markus.org>
Date: Fri May 30 09:00:53 2008 +0200
Clarified documentation
commit da76efc...
Author: Markus Baertschi <markus@markus.org>
Date: Thu May 29 22:04:07 2008 +0200
Fixed 'Rotate', added debugging
commit e240621...
Author: Markus Baertschi <markus@markus.org>
Date: Tue May 20 19:44:21 2008 +0200
Fixed documentation formatting
commit fe3823d...
Author: Markus Baertschi <markus@markus.org>
Date: Tue May 20 18:00:13 2008 +0200
Added small cgi sample
commit 87fc07f...
Author: Markus Baertschi <markus@markus.org>
Date: Tue May 20 17:21:57 2008 +0200
Changed version to 0.9
commit 90f37ce...
Author: Markus Baertschi <markus@markus.org>
Date: Tue May 20 17:18:40 2008 +0200
Cleaned up samples and comments
commit 2b50205...
Author: Markus Baertschi <markus@markus.org>
Date: Tue May 20 17:07:10 2008 +0200
Added better testing
commit 48262cc...
Author: Markus Baertschi <markus@markus.org>
Date: Tue May 20 17:03:48 2008 +0200
Improved documentation
commit 3ed3ded...
Author: Markus Baertschi <markus@markus.org>
Date: Tue May 20 17:02:30 2008 +0200
Add error-checking
commit a726f88...
Author: Markus Baertschi <markus@markus.org>
Date: Sun Sep 30 19:00:42 2007 +0200
Re-added pdf-logo files
commit 1490f88...
Author: Markus Baertschi <markus@markus.org>
Date: Sun Sep 30 18:59:04 2007 +0200
New function: printnl (print multiple lines)
Modified: get_page_size (arguments case-independent)
commit e4d7378...
Author: Markus Baertschi <markus@markus.org>
Date: Mon Sep 3 18:05:29 2007 +0200
Initial import.
Version 0.09 30.9.2007
- Markus Baertschi, markus@markus.org
Added stringml for multi-line strings
Changed get_page_size to case-independent
Version 0.08 3.9.2007
- Markus Baertschi, markus@markus.org
Get back in sync with CPAN/PAUSE
Fixed check for open file in Create.pm
Touched up the README
Version 0.07
- Markus Baertschi, markus@markus.org
Added image samples to sample.pl
Touched up the README
Added check for open file in JPEG/GIFImages
Version 0.06
- Fabien Tassin
Added support for JPEG and GIF images
- Markus Baertschi, markus@markus.org
Packaged for release on CPAN
|
|
The upstream package does not have a change log, and there
is already an open RT ticket for this problem as well.
A diff doesn't reveal anything which appears to be earth-shattering.
|
|
Pkgsrc changes:
o Simplify HOMEPAGE
o Simplify MASTER_SITES
o Adjust dependencies
o Add dependency on newer p5-AutoLoader
Upstream changes:
[Changes for 0.982 - Aug 10, 2008]
* New features
- Moved the routines that setup the PAR_TEMP environment variable
to a separate module in the distribution so it's possible to
use PAR::Repository::Client without loading all of PAR.
- Same for the function that sets up PAR_PROGNAME.
* Bug fixes, etc.
- Upgrade to Module::Install 0.77
- Fix for running scripts from repositories.
[Changes for 0.980 - May 22, 2008]
* Bug fixes, etc.
- The function PAR::get_filehandle() that was introduced in 0.979
is really broken because Archive::Zip is broken. Turns out calling
Archive::Zip::Member->fh() returns a file handle to the zip file,
not a virtual/tied/whatever file handle to the member file.
Therefore, the get_filehandle() function has been removed again until
we work around this issue.
- Upgrade to Module::Install 0.73
[Changes for 0.979 - May 13, 2008]
* New features
- New function PAR::get_filehandle() returns a file handle for a file
in any open .par files. Similar to read_file().
[Changes for 0.977 - Oct 19, 2007]
* Bug fixes, etc.
- HPUX doesn't like shared libraries being unlinked while in use. So don't
try to do this even in clean mode. (Workaround will be in par.pl)
(Scott Stanton)
- Fix DLL extraction file name matching in PAR::Heavy.
- Save two system calls per DLL during DLL extraction in PAR::Heavy.
[Changes for 0.976 - Jul 29, 2007]
* New features
- Use Archive::Unzip::Burst for unpacking binary executables if
available. (This yields a significant startup speed-up.)
* Bug fixes, etc.
- Removed the auto_install feature from Makefile.PL. auto_install
is conceptually broken.
[Changes for 0.973 - Feb 3, 2007]
* New features
- A new option for the "use PAR { ... };" use case:
"no_shlib_unpack" signals that for this particular .par file,
shared libraries that were added with the --lib option should
not be extracted. This allows users to do their own cache
handling for these libraries.
- PAR no longer unpacks *all* shared libraries by default but only
those in the shlib/ directory (i.e. added with --lib).
The shared libraries in auto/ should be picked up by the DynaLoader
hack.
- If available, the prefork.pm module will be used to declare
run-time dependencies for better memory use in forking
environments.
- PAR now uses a caching mechanism to speed up the extraction process.
This should particularly impact users of the "use PAR {file =>...}"
form.
* Bug fixes, etc.
- Applied an optimization of the unpacking process on case insensitive
file systems.
[Changes for 0.972 - Jan 16, 2007]
* Bug fixes, etc.
- Removed PAR::AutoLoaderFix again. It wasn't working as expected
all the time.
- To fix the problem AutoLoaderFix was supposed to fix, we now
require AutoLoader 5.62 or newer which was just recently released
to CPAN. (Previously only available from blead perl.)
[Changes for 0.971 - Jan 12, 2007]
* Bug fixes, etc.
- Fixed typo in the POD. (Jerrad Pierce)
- Included fix for a bug in AutoLoader.pm as shipped with all
perl versions up to and including 5.8.8 as PAR::AutoLoaderFix.
This cures a problem of endless looping when the %INC entry of a
module doesn't point to a file of the same name.
This may happen during "use PAR 'foo.par'".
[Changes for 0.970 - Dec 3, 2006]
* This release introduces some rather radical changes, so read carefully:
* All PAR::Packer related logic has been moved to a separate distribution,
PAR-Packer. This includes pp, parl and all packaging tools. This way,
PAR becomes a pure-Perl distribution that can be most easily installed by
users of software which requires PAR.
Developers who want to use the PAR packager, pp, need to install the
PAR-Packer distribution from CPAN.
[Changes for 0.961 - Nov 23, 2006]
* Bug fixes, etc.
- PAR::StrippedPARL::Base->write_parl() failed to work if the @INC
directories contained spaces in 0.960. (Steven Mackenzie)
- Much improved documentation of the environment variables
(Glenn Linderman)
- Fix for a spaces-in-pathname problem on Windows for
t/30-current_exec.t. (Malcolm Nooning)
[Changes for 0.960 - Nov 21, 2006]
* Bug fixes, etc.
- myldr/Makefile.PL fix: Clean up myldr/usernamefrompwuid.h.
- Silence warning in myldr/internals.c.
- Silence warnings seen on Irix from myldr/env.c.
- Skip most tests in 10-parl-generation.t if there is no parl.
- Skip loading ActiveState Perl's "sitecustomize.pl" in par.pl.
- Load modules via require and other files via do.
- The parl-regeneration-for-every-pp-call addition of the 0.958 release
should now also work for static perls.
* New features
- Adressing RT ticket #6612: Now using getpwuid() to determine the
user name if supported by the OS.
[Changes for 0.959 - Nov 12, 2006]
* This is just a hotfix release because 0.958 lacked META.yml. One day, I will
switch from Module::Install to Module::Build...
[Changes for 0.958 - Oct 25, 2006]
* Bug fixes, etc.
- myldr/Makefile.PL fix: make static.o depend on mktmpdir.c, my_perl.c,
my_par.c. (Roderich Schupp)
- Modules included with the -M option to pp were previously scanned
for dependencies but not mapped through the
%Module::ScanDeps::Preload hash for custom dependencies. That's
fixed now.
- $ENV{PAR_RUN} isn't set by PAR::Packer any more because nothing in
the PAR sources uses it. $ENV{PAR_RUN} is no longer used by PAR
at all.
- Unified the environment variables which are looked at for
finding the system's temporary directory.
* New features
- During the build process, PAR appends stripped down copies of parl
(and parldyn if applicable) to the data classes
PAR::StrippedPARL::Static and ::Dynamic. These
parls-without-embedded-modules are used for packaging so the formerly
embedded modules are now packaged from the packaging system. (Instead
of stemming from the system where PAR/parl was built.)
- The "use PAR { repository => $url };" syntax now also supports
the use of user-constructed PAR::Repository::Client objects instead
of an URL.
- The -F (module code filter) option now supports selective filtering
of modules. The syntax is "-F FILTER=REGEX" or - as before -
"-F FILTER". The regular expression is applied to the *file name*,
of the module inside the PAR (e.g. Foo/Bar.pm). This behaviour was
chosen over matching against the module name (e.g. Foo::Bar) because
the filters can be applied to module-like and script files as well
(.pl, .al, etc.).
- Updated PAR/FAQ.pod with the new FAQ's from the PAR wiki.
- Added a POD file PAR/Environment.pod which is intended to become
an index of all environment variables PAR uses of its own or
recognizes from its users. Still mostly a stub.
[Changes for 0.957 - Oct 24, 2006]
* Bug fixes, etc.
- Fix executable PARs top properly detect embedded scripts
named the same as the executable. (Jesse Vincent)
- Comment out the call to par_current_exec_proc (in the C loader)
which breaks the use of symlinks to pp-ed executables when not
called with a path. (I.e. using a search in $PATH).
[Changes for 0.956 - Oct 3, 2006]
* This is another hotfix release. Fixed a mindless bug introduced in 0.955.
[Changes for 0.955 - Oct 3, 2006]
* Bug fixes, etc.
- 0.952 introduced removal of system module search paths if -B is in
effect. This resulted in some valid PAR-related paths being removed
as well. Fixed. Upgrading from 0.952 and 0.954 is suggested.
- Changed the use of hard-coded '/' as path-separator to using File::Spec.
[Changes for 0.954 - Sep 26, 2006]
* This release is equivalent to 0.953. The 0.953 CPAN upload is
broken!
[Changes for 0.953 - Sep 18, 2006]
* Bug fixes, etc.
- Added optional POD tests.
- Modified -B so that if -B is in effect, all entries are stripped
out of @INC except for the PAR hooks. This happens right before
the script contained in the pp-ed binary is executed.
[Changes for 0.952 - Aug 22, 2006]
* New features
- Added the "install" option to the PAR loading syntax.
If specified, the contents of the PAR distribution are
permanently installed.
This requires PAR::Repository::Client 0.04.
* Bug fixes, etc.
- Fixed broken META.yml in 0.951.
[Changes for 0.951 - Aug 12, 2006]
(This includes any changes up to 0.950.)
* New features
- Introduced new PAR loading syntax and semantics:
use PAR { file => 'path/to/par/or/URL' };
==> equivalent to "use PAR 'path/to/par/or/URL';"
- Introduced the 'fallback' option: (default = 0)
use PAR { file => 'foo.par', fallback => 1 };
==> Loads modules from the PAR file only if loading
them from @INC did not succeed.
- Introduced the 'run' option which executes a script
in a PAR archive just like
perl -MPAR foo.par script.pl
- If PAR::Repository::Client is installed, you can add a
repository of .par distributions to your library search path
as follows:
use PAR { repository => 'http://foo' };
- Of course, 'run' also works with repositories:
use PAR { repository => 'http://foo', run => 'my_app' };
(This searches the repository for any distributions that have a
my_app script.)
--> For details on repositories, have a look at the
PAR::Repository::Client module.
- Bug fixes, etc.
- Commented a couple of the routines in PAR.pm. (Yay!)
- New test script for the new fallback loading feature.
- Fixed a bug in the Spreadsheet::ParseExcel handling in
PatchContent.pm.
[Changes for 0.942 - Jul 22, 2006]
* Bug fixes, etc.
- Better support for diagnostics.pm (in conjunction with
Module::ScanDeps 0.62.)
- Now requiring Module::ScanDeps 0.62.
[Changes for 0.941 - Jun 20, 2006]
(No, PAR isn't stagnating. It's just that 1.00 would draw close if
we continued with 0.01 increases.)
* Bug fixes, etc.
- Version 0.94 of PAR would use the same cache area for all pp-ed
applications due to a faulty hotfix for Digest::SHA. This applies
to PAR 0.94 only. Think of 0.941 being PAR 0.94 done right.
[Changes for 0.94 - Jun 1, 2006]
* New Features
- Added support for reading options to pp from a file using a
'@filename' argument to pp: pp -o foo --gui @filename foo.pl
* Bug fixes, etc.
- Workaround for a bug in Digest::SHA 5.38 and 5.39 that would prevent
PAR from being built.
- Fixed details in the 2-pp.t test file.
- Now recognizes text files that aren't picked up by the -T operator
but by the "file" tool.
- Applied Roderich Schupp's patch to 30-current_exec.t to fix a
path issue.
- Now requiring Module::ScanDeps 0.60 which fixes a couple of bugs
which might be observed as PAR bugs.
- Now working well with Spreadsheet::ParseExcel which uses an invalid
POD section to comment out a code block. This wasn't recognized by
PAR::Filter::PodStrip as POD and hence partly left in...
- If the output directory doesn't exist, we create it now and output
a meaningful error message if that failed.
[Changes for 0.93 - May 19, 2006]
* New Features
- Added support for PAR_TMPDIR (PAR_GLOBAL_TMPDIR) so that the
temp directory can be controlled for just the PAR file bits.
(Leolo)
- Added par_current_exec_proc() which finds the file of the current
executable in /proc, if possible. (Leolo)
- Added par_current_exec() which finds he file of the current
executable, if possible on this OS. (Leolo)
- par_findprog() now uses par_current_exec() if possible.
* Bug Fixes, etc.
- Upgraded to Module::Install 0.62+ (Audrey Tang, Steffen Mueller)
- Document a strange interaction with chdir() and relative
paths. (Chris Dolan)
- Documented the bits that make up PAR_TEMP. (Leolo)
- Fixed the call to par_findprog. path (aka val) was set to
tmpdir. (Leolo)
- Documented the CACHE name at the end of a self-executing
PAR. (Leolo)
- myldr/Makefile.PL now generates some dependencies for
main.c (Leolo)
- Applied patch from RT ticket. (tsee)
https://rt.cpan.org/Ticket/Display.html?id=13959
- Applied Ivan Kudryavtsev's patch that fixes a couple of calls
to PAR subroutines in PatchContent filtered code. (tsee)
[Changes for 0.92 - February 22, 2006]
* Bug Fixes
- Now requiring Module::ScanDeps 0.56 which handles autouse
correctly.
- Now shipping with a correct SIGNATURE. (Which was broken for
0.91.)
[Changes for 0.91 - February 13, 2006]
* Bug Fixes
- Applied Alan Stewart's patch which fixes @ARGV pollution in
daughter programs. See also
http://www.nntp.perl.org/group/perl.par/2152
- Now mentioning the ENV var "PAR_VERBATIM" in the documentation.
See also http://www.nntp.perl.org/group/perl.par/2196
- Applied Malcolm Nooning's fix for the test suite. We used to get
failed tests on Windows because of spaces in path names.
- Applied Roderich Schupp's and Malcolm Nooning's patches to
the test suite fixing problems with Cygwin.
- Applied Vincent Ladeuil's patch to PAR::Filter::Bleach to return a
true value for modules that loaded okay.
- Changed 'PAR_BASE' in the Makefile.PL to 'SMUELLER'.
[Changes for 0.90 - November 25, 2005]
* Bug Fixes
- When compiling with static libperl, myldr/ may fail "make"
due to sha1.c not generated properly.
- Pod stripping could fail on __DATA__ sections for files
with CRLF line endings.
- The documentation erroneously referred to the PAR_TEMP
environment variable, whereas it should be PAR_GLOBAL_TEMP.
- Compilation fixes for MinGW/MSYS.
|
|
|
|
The AutoLoader module works with the AutoSplit module and the
__END__ token to defer the loading of some subroutines until they
are used rather than loading them all at once.
To use AutoLoader, the author of a module has to place the definitions
of subroutines to be autoloaded after an __END__ token. (See
perldata.) The AutoSplit module can then be run manually to extract
the definitions into individual files auto/funcname.al.
|
|
By: smueller on 2008/05/28
* Fix small bug in _unzip that could cause double extraction.
* This is 0.31.
|
|
Pkgsrc changes:
o Change module type to Module::Build.
Upstream changes:
3.45 Fri Jul 11 18:58:46 2008
- Don't clone deep internally held objects
3.44 Fri Jul 11 17:39:35 2008
- Don't clone internally held objects
3.43 Tue Jun 24 18:05:10 2008
- Added 'scalar' type checking
3.42 Fri Jun 13 17:35:27 2008
- End all tests with exit(0) and fix SKIPs
- Recommended modules in META.yml
3.41 Fri May 16 11:16:30 EDT 2008
- Changed function shared_clone() to clone_shared() in Util.pm
- Handle circular refs when cloning data
3.39 Mon Mar 10 20:25:30 2008
- Catch unhandled params to ->new()
3.38 Tue Feb 26 16:54:46 2008
- No shared copying if no threads
3.37 Tue Feb 19 19:01:56 2008
- Fixed another preformance issue with reclaiming object IDs
- Fix testing under Perl 5.8.0
3.36 Fri Feb 15 19:45:37 2008
- Shared copies of refs of refs
3.35 Fri Dec 21 15:18:29 2007
- Set min threads::shared version when overloading '==' operator
for shared objects
- Added a countdown indicator to Term::YAPI
|
|
0.17 Tue May 10 00:00:00 2008
- Rewrote internal date handling functions to avoid
Math::BigInt due to further problems introduced by the
patch in 0.15.
http://rt.cpan.org/Public/Bug/Display.html?id=34567
Reported by Andrew Benham.
0.16 Tue Feb 19 23:00:00 2008
- Workaround for HP-UX Perl 5.6 integer bug.
Thanks Bob Rose.
- Fix for binmode() on IO::Scalar.
Reported by Tobias Tacke:
http://rt.cpan.org/Public/Bug/Display.html?id=32603
|
|
Pkgsrc changes:
o Use dist/ on search.cpan.org instead of personal page
Upstream changes:
Changes for version 1.60 (Jul 2, 2008)
------------------------
- Rewrite new() and format_price() to use mon_* POSIX Locale values
- Add all missing POSIX Locale variables
(Thanks to Kevin Ryde for help identifying the problem)
|
|
|
|
0.82 (2008-06-21)
* I can't believe no one noticed in such a long time that the XML
escaping function was broken. I need unit tests
* Also, the date in the changelog entry for 0.81 was wrong.
0.81 (2008-06-21)
* Put private functions in XML::Atom::SimpleFeed::YeWhoEnters and
placed methods in XML::Atom::SimpleFeed explicitly. This gets rid of
approximately 734 prefix underscores.
* It turns out Carp::Clan wasn't even necessary, Carp works
that way by default. *blush*
* More big POD cleanups (converted lots of list items to
subheadings so they're linkable and listed in the TOC).
* Throw out the pointless POD and POD coverage tests.
* Automatically escape the content of the icon, id, logo,
published, and updated elements. Oops. (CPAN RT #36961)
|
|
Pkgsrc changes:
o Adjust dependencies, add p5-Devel-PPPort
Upstream changes:
0.77 Fri 8 Aug 2008
- Don't break directories starting with inc(oming) (ADAMK, RT #30637)
- Adding more phrases to recognise GPL variants (ADAMK, RT #35195)
- Skip 03_autoinstall.t except at release, as it can hang in some
situations (ADAMK, #29448)
- Add a file check to the all_from param (ADAMK, #24586)
- Fixed bug in can_run when PATH starts with a sep (ADAMK, #29866)
- Don't overwrite dist args if there is a preop (ADAMK, #36831)
- Bug fix in the command dispatcher (ADAMK, #27327)
- perl_version now understands three-part Perl versions like
5.8.1 (PJF, RT #38317)
- Numify version.pm objects when generating YAML (ADAMK)
|
|
|
|
Perl's API has changed over time, gaining new features, new functions,
increasing its flexibility, and reducing the impact on the C
namespace environment (reduced pollution). The header file written
by this module, typically ppport.h, attempts to bring some of the
newer Perl API features to older versions of Perl, so that you can
worry less about keeping track of old releases, but users can still
reap the benefit.
Devel::PPPort contains a single function, called WriteFile. Its
only purpose is to write the ppport.h C header file. This file
contains a series of macros and, if explicitly requested, functions
that allow XS modules to be built using older versions of Perl.
Currently, Perl versions from 5.003 to 5.10.0 are supported.
This module is used by h2xs to write the file ppport.h.
|
|
|
|
This is a minor release of Vim. In the 15 months since Vim 7.1 many
bugs were fixed and runtime files have been added and updated. There
are also security improvements, therefore it's a good idea to upgrade.
The main new feature since 7.1 is floating point support. You can use
it in the Vim script language to add up a list of amounts, for example.
Once you have installed Vim 7.2 you can find details about the changes
since Vim 7.1 with ":help version-7.2".
|
|
Pkgsrc changes:
o Added HOMEPAGE using search.cpan.org
Upstream changes:
1.49 Sat Aug 9 15:12:00 CET 2008
- Modified manufacturer() to work also with some Motorola phones,
that report AT+CGMI in a slightly different way.
- Changed by phone number :)
|
|
0.14 Wed 06 Aug 2008
- skip xml failure tests if XML::LibXML < 1.59 is installed, it seems
to parse anything you throw at it (Matt S. Trout)
0.13 Tue 05 Aug 2008
- show actual parse error when parse fails (Marcus Ramberg)
- ensure Config::Tiny parse errors are trapped
- added tests for each format to ensure they throw parse errors
- added a caveat regarding XML::Simple's strict mode (Peter Corlett)
- added a flatten_to_hash option to return a simple key-value hashref
instead of the default "arrayref of hashrefs" (Pedro Figueiredo)
|
|
0.04003 Thur Aug 07 19:27:33 2008
- Changed license to Perl now that Inheritable has also changed
- Class::Data::Accessor is not deprecated in favor of
Class::Accessor::Grouped or Moose
|
|
1.87=1.86_03 2008-08-08
1.86_03 2008-08-03 by Alexandr Ciornii
- disabled 99semaphore.t. Help needed.
1.86_02 2008-06-27 by Alexandr Ciornii
- correct number of tests in 99semaphore.t
1.86_01 2008-06-20 by Alexandr Ciornii
- use Carp::confess in Apache::Session::Lock::Semaphore
- more info in die message in Apache::Session::Generate::MD5
(RT#36412, by Knu t Arne Bjorndal)
- semaphore tests check for semctl availability
- Makefile.PL prints message if perl version < 5.006
|
|
|
|
firefox work again on archs requiring strict alignement.
Bump pkgrevision.
|
|
"xemacs-packages" instead. Also, make sure that the Lisp installation
directory is correct for all flavours.
Patch from PR39287 from Anthony Mallet, with minor modification to pull in
"xemacs-packages" as a replacement for "www/w3".
|
|
lang/ruby18-base
databases/ruby-gdbm
devel/ruby-curses
devel/ruby-readline
x11/ruby-tk
lang/ruby18
lang/ruby
devel/ruby-mode
|
|
It is distfile change only.
|
|
These packages are implicitly updated with distfile update only.
databases/ruby-gdbm
devel/ruby-readline
lang/ruby
lang/ruby18
Here's quote from release announce:
Sorry for a fuss, but it turned out that taintness check of dl in last
releases I made was incomplete. Here are fixes for that.
And relevant changes:
Mon Aug 11 09:37:17 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
* ext/dl/dl.c (rb_str_to_ptr): should propagate taint to dlptr.
* ext/dl/dl.c (rb_ary_to_ptr): ditto.
* ext/dl/sym.c (rb_dlsym_call): should check taint of DLPtrData as
well.
|
|
|
|
PR 11220 gets addressed.
|
|
|
|
|
|
--------------------------
From: Steven Bakker steven.bakker ams-ix.net
* globally disable __DIE__ handler in eval using $^S check
* updated to SNMP_Session 1.12
From: Tobi
* make SNMP_Session.pm work on windows even when a __DIE__ handler ist
installed.
|
|
|
|
|
|
Bump package revision because of a package list fix.
|
|
|
|
|
|
State that we use pdksh on these platforms.
|
|
|
|
|
|
|
|
|
|
2003-01-13 Theppitak Karoonboonyanan <thep@linux.thai.net>
* Makefile.am:
Use install-data-hook instead of install-data-local target,
and uninstall-hook instead of uninstall-local as well.
* thaixfonts.spec.in:
Fix "%install" mess in new rpmbuild version.
2002-03-30 Theppitak Karoonboonyanan <thep@links.nectec.or.th>
* thaixfonts.spec.in:
Add Prereq: section, for proper order of installation via apt.
(Thanks to Sadit)
2002-02-23 Theppitak Karoonboonyanan <thep@links.nectec.or.th>
* phaisarn/angsana*.bdf:
Relocate extra chars into 8-bit range.
* thai.alias:
Fix thai.alias according to recent changes in PtThaiSmall.bdf
and PtSanSerif.bdf
* thaixfonts.spec.in:
Check-in changes made to RPM spec during TLE 4.1 development.
(Mainly: automatically generate fonts.alias from alias files
stored in /etc/X11/fonts [borrowed from debian] instead of
trying to merge old and new fonts.alias, which would otherwise
cause problem with RPM scriptlet execution order)
* phaisarn/PtBrowallia12.bdf:
Change font size from 12 Px to 16 Px (actual ascent).
Change spacing from "C" to "P".
* configure.in:
Version 1.2.4
2002-02-19 Theppitak Karoonboonyanan <thep@links.nectec.or.th>
* phaisarn/PtThaiSmall.bdf:
Fix font size property from 20 px to 14 px, to reflect actual size.
Change font spacing tag from "C" to "P".
* phaisarn/PtSanSerif.bdf, phaisarn/PtSanSerifB.bdf:
Fix font size property from 8 px to 14 px, to reflect actual size.
Change font spacing tag from "m" to "p".
* configure.in:
Version 1.2.3
2002-01-04 Theppitak Karoonboonyanan <thep@links.nectec.or.th>
* thai.alias:
Add tis620-0 subsetting aliases for tis620-2 fonts.
Fix comment sign from # to !
* configure.in:
Version 1.2.2
2001-11-25 Theppitak Karoonboonyanan <thep@links.nectec.or.th>
* thaixfonts.spec.in:
Fix configure --with-fontdir option. Redefine fontdir to
/usr/X11R6/lib/X11/fonts/local. Add BuildArch: section.
Filter out dynamic files from manifest.
Add fonts.alias manipulation in %post and %postun.
* Makefile.am:
Add thai.alias to installation list, for post processing.
Fix uninstall-local script, to remove dir if empty.
* Makefile.am, dbthaitext/Makefile.am, etlthai/Makefile.am,
manop/Makefile.am, nectec/Makefile.am, phaisarn/Makefile.am,
yenbut/Makefile.am:
Fix fontdir var: remove $(DESTDIR) from assignment, and use it
literally in installation scripts instead.
* configure.in, Makefile.am, poonlap/Makefile.am:
Add Poonlap's fonts to the package.
* thai.alias, -poonlap/fonts.alias, -poonlap/fonts.dir:
Move Poonlap's alias info into thai.alias.
* thaixfonts.spec.in:
Update summary to include Poonlap's.
Fix many typos in scripts.
* configure.in:
Version 1.2.1
2001-08-24 Theppitak Karoonboonyanan <thep@links.nectec.or.th>
* +configure.in, +Makefile.am, +Make.rule,
+{dbthaitext|etlthai|manop|nectec|phaisarn|yenbut}/Makefile.am :
Use autoconf/automake to manage package.
* +AUTHORS, +INSTALL, +NEWS, +README, +COPYING, +ChangeLog :
Add necessary files for automake.
* +thaixfonts.spec.in :
Add RPM spec file into the source tree.
* +autogen.sh :
Add autogen.sh script for invoking autotools.
* Makefile.am, {dbthaitext|etlthai|manop|phaisarn|yenbut}/Makefile.am :
Add EXTRA_DIST to list source files. Use DESTDIR in fontdir.
|
|
Patch provided by Aleksej Saushev in PR 38788.
|
|
Framework pass -s flag automatically if required (INSTALL_UNSTRIPPED!=yes).
Part of fixes PR 15107.
|
|
instead of custom setuid root installation.
Part of fixes PR 15107.
|
|
It is only used internally and occured extern v.s. static build failure.
|
|
|
|
|
|
This package's MANSUFFIX detection is incompatible with pkgsrc's
IMAKE_MAN_SUFFIX handling as problem on Linux reported in PR 37646.
|
|
It is handled automatically with tools wrapper script.
Part of PR 15107.
|