Age | Commit message (Collapse) | Author | Files | Lines |
|
Should fix PR pkg/26930 by Georg Schwarz.
|
|
script. 'yes' is not available on some systems, like IRIX, so this fixes
the build in them. Closes PR pkg/26929 by Georg Schwarz.
|
|
any more.
|
|
|
|
Changes:
- new words, misc bugfixes, affix changes, documentation changes
Addresses PR pkg/26928 by Georg Schwarz.
|
|
and getprogname.
We're using libnbcompat, so we know they exist. (If we were to check again,
then we'd mess up definitions set in the nbcompat headers.)
|
|
Georg Schwarz.
|
|
bulk build. Patch submitted by Lee Jae-Hong, the maintainer.
Changes:
- Support all metacharacters except character classes.
- Build on Solaris.
|
|
jlam's last change, since we use libnbcompat. (If we left these checks in,
configure would test for them, find them and set HAVE_GETPROGNAME, subsequently
breaking 'getprogname', as nbcompat.h wouldn't work since HAVE_GETPROGNAME
is then defined.)
|
|
were replaced with this version. ChangeLog is not available.
|
|
LOCALBASE != /usr/pkg. While here, remove multiple gcc specific flags.
Closes PR pkg/26898.
|
|
|
|
unwanted extra files installed.
|
|
I'm doing it the easy way because jlam@ will look at this problem closely
in a future.
|
|
|
|
- build fix: NUL in c file blocking compilation on Solaris, Windows build
(Igor Zlatkovic)
- fix: key initialization problem (William Brack)
- documentation: fixed missing man page description for --path
|
|
- build fixes: Windows and zlib (Igor Zlatkovic), -O flag with gcc,
Solaris compiler warning, fixing RPM BuildRequires,
- fixes: DTD loading on Windows (Igor), Schemas error reports APIs
(Kasimier Buchcik), Schemas validation crash, xmlCheckUTF8 (William Brack
and Julius Mittenzwei), Schemas facet check (Kasimier), default namespace
problem (William), Schemas hexbinary empty values, encoding error could
genrate a serialization loop.
- Improvements: Schemas validity improvements (Kasimier), added --path
and --load-trace options to xmllint
- documentation: tutorial update (John Fleck)
|
|
Version 0.31.2
* Handle package name extraction better
-- bug #144725 (Daniel Elstner)
* Support for comments before translatable attributes in XML files,
support for translating both tag content and attributes
-- bug #143581. (Danilo Segan)
Version 0.31.1
* Switch to gnome-common for autogen.sh so we can detect automake
versions better -- bug #145027 (Jordi Mallach)
|
|
Third stable version of the 2.x branch, released on 2004/09/01.
* Converted to use the GNU Build System (GNU Automake and GNU Autoconf).
* Because of the previous change, the build has been hopefully fixed in
several platforms, specially under Irix 6.5 using the MIPSpro C compiler.
|
|
|
|
intended transformation: use "rm" to remove an option, "rmdir" to remove
all options containing a path starting with a given directory name, and
"rename" to rename options to something else.
|
|
which are the full option names used to set rpath directives for the
linker and the compiler, respectively. In places were we are invoking
the linker, use "${LINKER_RPATH_FLAG} <path>", where the space is
inserted in case the flag is a word, e.g. -rpath. The default values
of *_RPATH_FLAG are set by the compiler/*.mk files, depending on the
compiler that you use. They may be overridden on a ${OPSYS}-specific
basis by setting _OPSYS_LINKER_RPATH_FLAG and _OPSYS_COMPILER_RPATH_FLAG,
respectively. Garbage-collect _OPSYS_RPATH_NAME and _COMPILER_LD_FLAG.
|
|
configure script's --program-transform-name to install as "nbsed". Also
add a cat-ready nbsed.0 file.
|
|
Changes:
- Follow POSIX ERE.
- Add/improve test rule sets.
- Support all meta characters except character classes.
|
|
|
|
files using libxml2 and libxslt
|
|
|
|
changes:
-improvements: EXSLT date:sum added (Joel Reed), hook for document loading
for David Hyatt, xsltproc --nodtdattr to avoid defaulting DTD attributes,
extend xsltproc --version with CVS stamp (William).
+bugfixes
|
|
python specific changes:
avoid a warning with 2.3 (William Brack), tab and space mixes (William),
wrapper generator fixes (William), Cygwin support (Gerrit P. Haase), node
wrapper fix (Marc-Antoine Parent), XML Schemas support (Torkel Lyng)
|
|
changes:
-improvements: DocBook catalog build scrip (William), xmlcatalog tool
(Albert Chin), xmllint --c14n option, no_proxy environment (Mike Hommey),
xmlParseInNodeContext() addition, extend xmllint --shell, allow XInclude
to not generate start/end nodes, extend xmllint --version to include
CVS tag (William)
+bugfixes
|
|
conflicts with the system err() pulled in via <nbcompat.h>.
|
|
needed functions, and vastly simplify the configure script.
|
|
build on Solaris.
|
|
Changes from the previous version include:
- Adding a sed2nbcompat script to ease importing from src HEAD into
pkgsrc.
- Make this package depend on libnbcompat since it needs a regex
implementation and it's also a bootstrap package.
* s/xmalloc/xrealloc/ so that large (greater than _POSIX2_LINE_MAX*2-1)
multi line text can be added.
|
|
using the C compiler to enable 64bit sunpro builds.
|
|
Changes since last packaged version:
Version 1.10
* Added scanner for log files (also for iptables and apache logs)
thanks to Jan Tatarik
* Fixed some bugs in the perl scanner (thanks to Geir Nilsen)
* configure checks for ios_base
* check for the right ar to use, fixes problems under Sun compilers
(thanks to Paul Townsend)
|
|
- Manual date now goes in refentryinfo, as Steve Cheng suggested.
Restored correct parsing of multicommand synopses.
|
|
|
|
HRE is a regular expression library for Korean. While most regex
libraries support only per-syllable processing for Korean, HRE
provides an extended grammar to specify phonemes in each syllable.
It supports both KS X 1001 and Unicode charsets.
|
|
that package yesterday and nothing uses it so far.
|
|
Release 1.95.8 Fri Jul 23 2004
- Major new feature: suspend/resume. Handlers can now request
that a parse be suspended for later resumption or aborted
altogether. See "Temporarily Stopping Parsing" in the
documentation for more details.
- Some mostly minor bug fixes, but compilation should no
longer generate warnings on most platforms. SF issues
include: 827319, 840173, 846309, 888329, 896188, 923913,
928113, 961698, 985192.
|
|
|
|
Packages Collection.
The original Wiki web site was intended to have a very simple interface to
edit and to add pages. Its formatting rules are simple and easy to use.
Text::WikiFormat helps in easily translating to other, more complicated
markup languages. It creates HTML by default, but can be extended to
produce valid POD, DocBook, XML, or any other format imaginable.
|
|
* Tue Jul 27 2004 Eric S. Raymond <esr@golux.thyrsus.com> - 1.12-1
- Implemented handling of mdoc .Brq macro. Code no longer chokes on
multiple Synopsis headers.
* Mon Jul 26 2004 Eric S. Raymond <esr@snark.thyrsus.com> - 1.11-1
- Speed optimizations. Improved pod2man detection. Close <anchor/> properly.
.UN before .SH or .SS sets the XML ID of the generated section.
Boldfaced lines immediately before tables are interpreted as titles. .UR now
generates <link> for local links. Improved .RE handling that fixes
a couple of edge cases. Multiline table entries are now interpreted as full
blocks, so commands work normally there.
* Tue Jul 6 2004 Eric S. Raymond <esr@snark.thyrsus.com> - 1.10-1
- Enhance to handle lynx dump pages. Fix .Fa interpretation.
Gets 96% of 10862 Fedora Core 2 pages.
|
|
in libxml. Bump PKGREVISION.
|
|
|
|
To avoid problems with IBM's ftp site which requires non-default settings
in ~/.netrc.
|
|
|
|
distinfo, because the distfiles were updated with some functional
changes but have the same file name and version number. Changes
include updating author's email address, correcting typos, and adding
missing HTML tags.
pkgsrc change:
- Use XML_ENTRIES instead of installing a separate catalog file,
because it adds only one entry.
|
|
was updated with some functional changes while having the same file
name and version number. Changes include DTD public identifier
changes, more documentations, and copyright notice.
While here, update my email address.
|