Age | Commit message (Collapse) | Author | Files | Lines |
|
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
|
|
Linux distros). Still preferred to be pkgsrc by default in pkgsrc/mk, but
allows PREFER.expat=native to work on such systems now.
|
|
|
|
Overview of Changes in Namazu 2.0.15 - Jan. 29, 2006
* The mistake of the document concerning ISO-8859-* is corrected.
* RedHat software namazu.spec was taken in.
The unnecessary patch was deleted.
* Include File::MMagic 1.25.
* Support MeCab.
* Add -b and --use-mecab options for mknmz.
* Add --norc option for mknmz and namazu.
* Add --decode-base64 option for mknmz.
* Add new filters (Gnumeric, Koffice, Mainman/Pipermail, Zip, Visio).
* Add new directives for mknmzrc (MECAB, DENY_DDN).
To skip when filename is DDN.
* Add sorting function by date of field.
* Added new files (nmzcat, nmzegrep).
* Adapt new filter programs (wvWare 1.0.3, xlhtml 0.5.1, xpdf 3.01).
* For Windows of filter (msword.pl, excel.pl, powerpoint.pl,
postscript.pl, etc...).
* Ole control filter renewal.
* ';' can have been used for the delimiter of QUERY_STRING.
* Add the Perl version test program (pltests).
* Fix some bugs.
|
|
|
|
|
|
usually don't have binary programs in /usr/bin. While here, fixed all
pkglint warnings.
|
|
Intended to be used by packages that look for gtk-doc using
pkg-config.
|
|
Depend on tex, and build and install html documentation.
Jan 31, 2006
\fmtname, \fmtversion
Jan 30, 2006
\smartdoublequotes: " preceding digit should be ``
Jan 29, 2006
\smartdoublequotes, \emailliketext
Jan 25, 2006
In {schemedisplay}, allow $$ (i.e., the scheme-math-escape characters used
to enclose empty space) to typeset as nothing, just like SLaTeX does.
Shriram Krishnamurthi uses this to insert empty space to split symbols in
SLaTeX, and wanted tex2page to honor it. (This is a possible kludge,
because $...$ enclosing nothing, i.e., $$, is treated as a math-display
opener by TeX, and hence fails, possibly correctly so. But it seems OK to
make an exception for SLaTeX displays, because there is no tradition of
using doubled math-escape characters there to indicate math displays.)
Have copyright year-range (displayed by --version argument) use closing
year from *tex2page-version* (which my text editor automatically sets on
writing the file), instead of it requiring hardwiring by lazy me every time
I change tex2page for the first time in a calendar year.
Oct 23, 2005
do-includegraphics-web bugfix. Was ignoring \includegraphics calls that
didn't have optional arg.
Oct 22, 2005
Set/store dimens as scaled points (1pt = 65536sp), not necessarily integral
as in TeX, but certainly not as integral pixels!
\number\dimenctlseq prints as number of scaled points (cf. \the\dimenctlseq
which prints as number of points followed by "pt").
Recognize \hsize as a predefined dimen (with value 6.5in).
\epsf[xy]size are dimens.
\dimenctlseq=<dimen> should eat any following space.
|
|
|
|
|
|
XML::Atom::Stream is a consumer of AtomStream.
|
|
|
|
XML::Handler::Trees provides three PerlSAX handler classes for
building tree structures. XML::Handler::Tree builds the same type
of tree as the "Tree" style in XML::Parser. XML::Handler::EasyTree
builds the same type of tree as the "EasyTree" style added to
XML::Parser by XML::Parser::EasyTree. XML::Handler::TreeBuilder
builds the same type of tree as Sean M. Burke's XML::TreeBuilder.
These classes make it possible to construct these tree structures
from sources other than XML::Parser.
|
|
Differences from previous version:
0.17 2006.02.22
* Fixed problem with XML::XPath
|
|
|
|
python files. Bump PKGREVISION.
|
|
|
|
framework. Bump PKGREVISION.
|
|
|
|
|
|
Pkgsrc changes:
- New prerequisite package p5-Class-ErrorHandler.
- Removed dependency on p5-Cryp-DES. Crypt::DES is not used anywhere in the
package.
Changes since version 0.06:
===========================
0.07 2005.05.25
- Allow passing in Name and Macro parameters on encode and decode,
rather than just at initialization.
- Use Class::ErrorHandler instead of our own built-in error-handling
class.
- Switched to using Module::Install in Makefile.PL.
|
|
|
|
|
|
|
|
WRT Unicode. Found by jnemeth@. Bump PKGREVISION to 3.
|
|
changes: bugfixes
|
|
|
|
break, not in the global scope. This means that the automatic detection
of boost::regex isn't caried into global scope, so fix this. No idea
how this could have ever worked.
|
|
|
|
|
|
|
|
the previous version of this package. Over the last several years,
there have been too many changes and fixes to list here.
|
|
Changes since 3.63
4.12 Thu Jan 5 21:07:50 EST 2006
[INTERNALS]
- Fix test suite to pass when CGI::Simple is not installed
(Lee Carmichael, Davide Dente)
4.11 Tue Jan 3 18:38:23 EST 2006
[ENHANCEMENTS]
- A new constraint for minimum image dimensions was added in
Data::FormValidator::Constraints::Upload (Lee Carmichael)
[INTERNALS]
- refactoring of Upload.pm and t/upload.t (Lee Carmichael)
4.10 Thu Dec 22 19:55:34 EST 2005
[ENHANCEMENTS]
- The msgs key can now take a callback, allow users to override how error
message generation is done. Some alternative message generate routines
will hopefully be published soon. (Cees Hek, Chris Laco and others)
- New profile key: untaint_regexp_map (Michael Peters)
[BUG FIXES]
- bug was fixed for dependent fields that had false values, but were valid
(Emanuele Zeppieri)
- Failed constraints for multiple fields with the same name no longer return duplicate
error messages (Will Hawes)
- value of any_errors was wrongly added to msgs even when there are no errors
(RT#14942, report and test script by Michael Graham)
[INTERNALS]
- bump Date::Calc requirement (RT#15715)
4.02 Wed Aug 31 21:22:58 EST 2005
[ENHANCEMENTS]
- the use of custom signal handers for "die" has now been localized to
avoid interfering with other applications. (Josh Miller).
- initial support for qr in constraint_method profile key
[BUG FIXES]
- Updated ::Constraints example docs to be accurate: recommend :closures, not :all
[INTERNALS]
- provide a more accurate debugging message for constraint_method_regexp_map
4.01 Sat Aug 20 13:16:47 EST 2005
[ENHANCEMENTS]
- get_input_data() now supports the parameters "as_hashref => 1" to
return the input data in a uniform way.
[INTERNALS]
- Constraints may refer to fields that are 'unknown' to
Data::FormValidator. These unknown values will remain unfiltered
as before. (Michael Peters).
- _get_data() was renamed to _get_input_as_hash(). You shouldn't care.
4.00 Sun Aug 14 10:57:25 EST 2005
*** NOTE ***
This a major update with a significant code changes. While the test suite
indicates we have 100% compatibility with 3.x, you are encouraged to test
this release with your own applications before deploying it in a production
environment.
[ENHANCEMENTS]
- The constraints interface has been overhauled to be more intuitive to use
with parameterized constraints. This included added new two new profile
keys: 'constraint_methods' and 'constraint_method_regexp_map'. All of
the old syntax is still supported, but de-emphasized in the documentation.
See RELEASE_NOTES for details.
- A new method has been added to help building custom constraints:
"set_current_constraint_name('foo')" will set the name of a constraint
from within itself. An alias named 'name_this()' is provided for brevity.
See the section on "Writing your own constraints" in DFV::Constraints
for details.
- success() method added to Results object. This is an easy way to check
that there were no missing or invalid fields. (Michael Peters).
- 'separator' was misspelled consistently in the the docs, code and tests.
The proper spelling as well as the legacy typo spelling are now
supported, although the typo'ed version is no longer documented, except
for here. :) Thanks to Terrence Brannon for spotting this.
- The 'msgs' hash in the profile is now validated to make sure it includes only
valid keys. This should help to spot some errors faster.
- ::Constraints::Upload now supports CGI::Simple, thanks to David Emery.
- Documentation for required_regexp has been improved. (William McKee)
- support for coderefs as default values (Marcello)
- Improved field_filters documentation, thanks to Andrew Brosnan.
[BUG FIXES]
- RT#12220: Canadian Province RE were updated. (Steve Simms).
- The preferred MIME type was not being returned by the 'file_format'
constraint for file uploads. This would have only affected cases where
the mime type sent by the browser differed from the one detected by DFV.
Thanks to Randal Schwartz for spotting this. (RT#12744).
- Profile re-use when constraint_regexp_map is used is now fixed
(Thanks to Cees Hek).
- The date_and_time constraint now understands this format: MMDDYYYY.
(RT#12111, thanks to JMAY)
- This one is worth a brief explanation. When this old syntax was used:
my ( $valid, $missing, $invalid, $unknown ) = Data::FormValidator->validate({}, {} );
$invalid would be returned as an empty arrayref if there were no
invalids. This return value was undocumented, and was later changed to
be 'undef' sometime between 3.50 and 3.70. However, I found that some
applications, including Cascade, depended on the undocumented return
value (which they shouldn't have).
I have now reverted the behavior to returning an empty arrayref in this
case, added a test for it, and updated the docs to be explicit about the
return value. This will save some people unexpected breakages when
upgrading DFV from a very old version with very old applications.
Those who use the $results object are unaffected.
[INTERALS]
- Add many failing TODO tests for built-in filters. See t/filters_builtin.t
- A new test was added to check that no warnings are emitted when an untainted
constraint returns undef (Michael Peters)
|
|
fix of REPLACE_RUBY, the impact was big or small.
|
|
|
|
Changes since 0.39:
version: 0.57
date: Wed Feb 1 23:06:25 PST 2006
changes:
- Add obligatory '1;' to end of each module.
---
version: 0.56
date: Mon Jan 30 10:26:33 PST 2006
change:
- Add Module::Install::TestBase support
---
version: 0.55
date: Sun Jan 29 19:03:35 PST 2006
change:
- Load YAML::Node because Module::Build expects it to be loaded.
We can undo this when Module::Build starts loading it for itself.
---
version: 0.54
date: Sun Jan 29 17:28:46 PST 2006
change:
- Remove dependency on Class::Spiffy (and/or Spiffy).
---
version: 0.53
date: Thu Jan 19 06:03:17 PST 2006
change:
- Depend on Class::Spiffy instead of Spiffy. No source filtering.
---
version: 0.52
date: Wed Jan 18 14:25:24 PST 2006
change:
- Error in Spiffy-0.26 causing problems. Require 0.27
---
version: 0.51
date: Sat Jan 14 17:09:09 GMT 2006
change:
- Tests pass on win32 and cygwin
- Don't gpg sign the distribution tarball
---
version: 0.50
date: Sun Dec 25 11:09:18 PST 2005
changes:
- Major refactoring of YAML.pm
- Completely OO with same old functional UI
- Support the $YAML::Stringify option which most be on for objects to get
stringified. Otherwise dump the object.
- Can dump overloaded objects now.
- Completely refactor test suite using Test::Base
- Create Test::YAML
- Make test framework compatible with YAML::Syck - Test-Base-0.45
- Reviewed all rt bugs. fixed many
- Reviewed all emailed bugs. Fixed many.
- Helped audrey complete YAML::Syck and worked on interoperability issues
- Test well known yaml docs like svk and META.yml
- Eliminate unsafe string evals
- Can use with autouse. Spiffy-0.25
- Support YAML::Marshall to help classes that want to do their own marshalling
- Make objects tags configurable
- -M option for ysh to test other implementations like YAML::Syck
|
|
|
|
This module exists to generate basic Atom syndication feeds. While it does
not provide a full, object-oriented interface into all the nooks and crannies
of Atom feeds, an Atom parser, or an Atom client API, it should be useful for
people who want to generate valid Atom feeds of their content quickly and
easily.
|
|
|
|
Atom is a syndication, API, and archiving format for weblogs and other
data. XML::Atom implements the feed format as well as a client for the
API.
|
|
which is not yet enabled because it currently does not work, but this
way it is easier to test.
|
|
Probably other changes too.
|
|
|
|
I expect better words :)
|
|
and in fact harmful in a standalone binary.
|
|
of the shlib major bump.
PKGREVISION++ for the dependencies.
|
|
* removed socket timeout
* added support for chardet library
|
|
"The kantiword script in antiword allow local users to overwrite arbitrary
files via a symlink attack on temporary output and error files."
Replace the naive mktemp usage with something that actually works.
|
|
interpreter. Removed NO_CONFIGURE, because it conflicts with
REPLACE_PERL. Added a runtime dependency on Perl. Bumped PKGREVISION.
|