Age | Commit message (Collapse) | Author | Files | Lines |
|
append version suffix to installed scripts to avoid conflicts,
patch path to python executable into installed scripts
|
|
Correctly handle commas and other fun in column headings when writing
out csv files.
|
|
Implement name_row_offset option.
|
|
|
|
|
|
Aspell is an Open Source spell checker designed to eventually replace
Ispell. Its main feature is that it does a much better job of coming up
with possible suggestions than Ispell does. In fact recent tests shows
that it even does better than Microsoft Word 97's spell checker in some
cases. In addition it has both compile time and run time support for other
non English languages. Aspell is also a library however the recommend way
to use aspell is through the Pspell library as the actual interface to the
aspell library is constantly changing.
|
|
Changes since 0.11.2:
* Added a length parameter to many Pspell functions which should cut
down on unnecessary copying of words with some programs that use
Pspell. Unfortunately this also breaks sourcecode compatibility. But
it is easy to fix, see section 2.3.4 for what to do.
* Added support for mapping the county code to a spelling for the
English language. For example the language tag ``en_GB'' will now get
the British dictionary if it is available.
* Rewrote the ``Usage'' section of the manual to use the C interface
instead of the C++ one as I recommend using the C interface even in
C++ code to avoid some of the nasty issues associated with C++
linkage.
* Libltdl is now enabled by default.
* Switched to the multi-language branch of libtool.
* Added support for iso-8859-13 and 14.
And some of bugfixes.
|
|
|
|
|
|
|
|
- Fixed several crash bugs in the xslt extension. (Markus, Derick)
|
|
the version from the php-4.1.1 distribution.
|
|
the version from the php-4.1.1 distribution.
|
|
Also simplify document arrangement.
Mon Aug 6 18:42:18 2001 Shugo Maeda <shugo@modruby.net>
* version 0.9.6 released.
Mon Aug 6 18:23:21 2001 Shugo Maeda <shugo@modruby.net>
* eruby_main.c (init): set $stdout to binmode for mswin32.
Tue Jul 10 12:01:43 2001 Shugo Maeda <shugo@modruby.net>
* eruby_lib.c (eruby_load): don't set eruby_charset and
eruby_noheader.
|
|
package now.
|
|
- Fix a bug of processing empty cell.
- Right justified signed numeric item.
|
|
|
|
From [ruby-list:32471] on ruby-list@ruby-lang.org.
|
|
to ${X11PREFIX}/var/scrollkeeper, just so that everything installs where
"gnome" packages expect to find it (${PREFIX}/share/oaf included). Also let
it install the fixed database template to ${X11PREFIX}/var/lib/scrollkeeper,
rather than "/var/scrollkeeper", and register it properly. If you have
another use for this package besides gnome, you can now run
"scrollkeeper-rebuilddb -p anydir" (even "/var/scrollkeeper", if you want).
|
|
|
|
|
|
|
|
PHP is a programming language designed to be embedded into web pages.
This module provides XSLT functions for PHP4. This module replaces
textproc/php4-sablot, which has been deprecated/removed.
|
|
|
|
since the shared library major version increases with every release. Changes
from version 0.60 include:
- Bug fixes
- implemented axes 'following' and 'preceding'
- added an SXP callback for id() and a 'user data' pointer for some callbacks
- improved error messages
- added Sablotron XPath processor
- implemented xsl:key and key()
- implemented format-number() and xsl:decimal-format
- implemented xsl:number
- improved HTML indentation
- parameter entities are always parsed
- xml declaration ends with ?> using HTML method
- > is escaped in HTML
- changed SDOM_xql so it uses namespace declarations on the document element
|
|
simply update to version from php-4.1.0 distribution.
|
|
- Fixed a bug in WDDX deserialization that would sometimes corrupt the root
element if it was a scalar one. (Andrei)
|
|
PHP-4.1.0, which no longer offers the sablot code as an extension.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Changes from 2.4.10 are various bug fixes and it become over 4000 bytes.
Please look at libxml2-2.4.12/ChangeLog in detail.
|
|
the real one, and move the HTML documentation to ${PREFIX}/share/doc/html.
|
|
have changed.
|
|
Makefiles during the build process by touching various auto{conf,make}
source files to make them up-to-date. Packages that require regenerating
the configure script and Makefile.in files should make the appropriate
calls to auto{conf,make} in a pre-configure target. This allows the
various targets listed in ${_CONFIG_PREREQ} to modify the generated files
without triggering the GNU auto* tools and having the modifications be
overwritten.
|
|
|
|
differs from the distfile version number. G/C some the unused variables
in php4/Makefile.common related to the old way of handling version numbers.
|
|
* Changed "char" to "unsigned char" in CSV_XS.xs.
|
|
|
|
pkgsrc. Instead, a new variable PKGREVISION is invented that can get
bumped independent of DISTNAME and PKGNAME.
Example #1:
DISTNAME= foo-X.Y
PKGREVISION= Z
=> PKGNAME= foo-X.YnbZ
Example #2:
DISTNAME= barthing-X.Y
PKGNAME= bar-X.Y
PKGREVISION= Z
=> PKGNAME= bar=X.YnbZ (!)
On subsequent changes, only PKGREVISION needs to be bumped, no more risk
of getting DISTNAME changed accidentally.
|
|
|
|
Changes for PR:
- use version 0.2.0.2
- moved pkg/*
From DESCR:
Perl module for the next generation API for creating and modifing PDFs.
|
|
Changes :
- Removed dependency on p5-Parse-Yapp
- Separated out XML::UM, XML::Filter::* and XML::Builder::* modules
into sperate modules
- Added use bytes pragma to XML::DOM to fix unicode problems
- The '>' character is now encoded in attribute values
- hasFeature now is case-insensitve for name of feature
|
|
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
|
|
|
|
a an XML language to define transformation for XML. Libxslt is based on libxml2
the XML C library developped for the Gnome project. It also implements most of
the EXSLT set of extensions functions and some of Saxon's evaluate and
expressions extensions.
Submitted in pkg/14688 by Mark Davies.
|
|
Fixed a bug relating to use of UNTAINT under perl 5.005_03 and
possibly other versions.
Taint-related tests are now more comprehensive.
Tests now work correctly on Windows systems and possibly on
other non-unix systems.
New UNTAINT option tells the module that it is safe to 'eval'
code even though it has come from a file or filehandle.
Code added to prevent memory leaks when filling many
templates. Thanks to Itamar Almeida de Carvalho.
Bug fix: $OUT was not correctly initialized when used in
conjunction with SAFE.
You may now use a glob ref when passing a filehandle to the
->new funcion. Formerly, a glob was reuqired.
New subclass: Text::Template::Preprocess. Just like
Text::Template, but you may supply a PREPROCESS option in the
constructor or the fill_in call; this is a function which
receives each code fragment prior to evaluation, and which may
modify and return the fragment; the modified fragment is what
is evaluated.
Error messages passed to BROKEN subroutines will now report
the correct line number of the template at which the error
occurred.
If the template comes from a file, the filename will be
reported as well.
INCOMPATIBLE CHANGE:
The format of the default error message has changed.
Note that the default message used to report the line number
at which the program fragment began; it now reports the line
number at which the error actually occurred.
|