Age | Commit message (Collapse) | Author | Files | Lines |
|
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.
|
|
So I found a 1.3 box running pkgsrc and wanted to update apache...
|
|
|
|
This package contains GNU java2html version 1.9 and GNU cpp2html version 1.5:
- java2html highlights the syntax of a Java source file into a HTML document,
- cpp2html highlights the syntax of a C or C++ source file into a HTML document.
|
|
in the "kdelibs2" package.
|
|
- URI escaping fix (Joel Young)
- added xmlGetNodePath() (for paths or XPointers generation)
- Fixes namespace handling problems when using DTD and validation
improvements on xmllint: Morus Walter patches for --format and
--encode, Stefan Kost and Heiko Rupp improvements on the --shell
- fixes for xmlcatalog linking pointed by Weiqi Gao
- fixes to the HTML parser
- fixes more catalog bugs
- avoid a compilation problem, improve xmlGetLineNo()
- fixed SGML catalogs broken in previous release, updated xmlcatalog
tool
- fixed a compile errors and some includes troubles.
- exported some debugging interfaces
- serious rewrite of the catalog code
- integrated Gary Pennington thread safety patch, added configure option
and regression tests
- removed an HTML parser bug
- fixed a couple of potentially serious validation bugs
- integrated the SGML DocBook support in xmllint
- changed the nanoftp anonymous login passwd
- some I/O cleanup and a couple of interfaces for Perl wrapper
- general bug fixes
- updated xmllint man page by John Fleck
- some VMS and Windows updates
This will hopefully fix PR pkg/14336.
|
|
single instance of ${PAX}.
|
|
|
|
|
|
|
|
for computer documentation.
|
|
|
|
|
|
Update p5-Convert-BER to 1.31.
|
|
(manually regenerated from patched configure.in) is added, AUTOMAKE_OVERRIDE
is also defined hence custom pre-configure target is removed.
To avoid useless makeinfo run sed.info, version.texi and stamp-vti are added
to AUTOMAKE_PATTERNS (this also fix a hidden and forgotten build dependency on
../../devel/gtexinfo).
While here my email address as maintainer is updated.
|
|
|
|
gettext-lib/buildlink.mk file.
|
|
Remove configure script.
|
|
are installed indeed.
|
|
|
|
The automatic truncation in gensolpkg doesn't work for packages which
have the same package name for the first 5-6 chars.
e.g. amanda-server and amanda-client would be named amanda and amanda.
Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for
amanda-server.
All svr4 packages also have a vendor tag, so we have to reserve some chars
for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6
or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the
vendor tag enough room.
All p5-* packages and a few other packages have now a SVR4_PKGNAME.
|
|
changes are there doesn't appear to be a changelog.
Remove BUILD_DEPENDS on autoconf
|
|
"bin/cast" in "${LOCALBASE}".
|
|
minor API enhancements, and updated documentation.
|
|
|
|
the need to setup per-user ~/.antiword/ directories:
- install resources (fontnames, etc) into ${PREFIX}/share/antiword
instead of ${PREFIX}/share/examples/antiword
- modify GLOBAL_ANTIWORD_DIR from /opt/antiword/share to
${PREFIX}/share/antiword
|
|
how to set up a default configuration. Changes in the original program are
Bug fixes:
- Bug reported by Forrest J. Cavalier III <mibsoft@mibsoftware.com> fixed
- Bug reported by Jan ONDREJ (SAL) <ondrejj@salstar.sk> fixed
- Bug in dealing with RLE compressed bitmap images fixed
- Bug in the image scaling fixed (RISC OS only)
New features:
- Improved leading. (Unix only; PostScript version only)
- Antiword can now read from the standard input. This is based on an idea
by Matthew Miller <mattdm@mattdm.org> (Unix only)
- A white background looks much better. (RISC OS only)
- A system-wide directory for the mapping files. As suggested by Sven
Geggus <sven@geggus.net> and many others. (Unix only)
- Antiword can now deal with documents larger than 7 MB.
|
|
|
|
|
|
This version is from the php-4.0.6 distribution.
|
|
This is the version from the php-4.0.6 distribution.
|
|
is no list of changes from version 4.0.5. Also move from the www category.
|
|
not found if pth is not installed) differently: look in $Config{prefix}/lib
first.
Patch mailed to the perl folks (perl-xml@lyris.activestate.com)
|
|
Seems that's not set in %Config either, though (esp. when you don't
have pth installed 8-).
Fix path to expat by passing EXPATLIBPATH and EXPATINCPATH to the
Makefile.PL.
|
|
package build with the new toolchain. Bump the version number to 1.2.1nb4.
|
|
|