Age | Commit message (Collapse) | Author | Files | Lines |
|
indentation problem.
|
|
Bump PKGREVISION as the share library versioning changes.
Bump BUILDLINK_DEPENDS.gdome2 required.
And bump PKGREVISION for its only dependency: ntop.
This fixes build issue for ntop. (Before this fix,
gdome2's libgdome.la file listed .la files for libiconv
and libz, but on some systems using native versions they
didn't exist.)
This will close PR #29525.
|
|
|
|
double quotes (breaks on older NetBSD make and bootstrap/bmake).
|
|
|
|
Add build dependencies on GNU make and GNU sed for 'test' target's benefit.
Support for input chroot, via make variable SOURCE_HIGHLIGHT_INPUT_CHROOT,
deactivated otherwise the build is broken.
XXX Is 'TOOLS_PLATFORM.gsed= # empty' the proper way to override a
the platform sed tool ?
Relinquish stewardship.
Changes since last packaged version (1.11):
Version 2.1.2
* fixed conversion of hexadecimal characters in output language
definitions
* fixed compilation error with regex 1.33
* include man page
* fixed a bug with LaTeX output of " with some inputencs
Version 2.1.1
* fixed a bug that sigsegv when more than one input file
is provided
* fixed a compilation error with gcc 4.0
Version 2.1
* Included obsolete man page.
* output language format specifications are read at run-time
so that new output languages can be easily added dynamically
(without recompiling the sources) by using a simple syntax.
* "fixed" and "notfixed" styles can be specified.
* fixed the handling of end-of-line (processed only once)
* LaTeX output
* TeXinfo output
* debug of a language definition
* tags.j2h files are now called style files.
* renamed --tags-file option in --style-file
* allows to specify a prefix for the generated line number anchors
* --header and --footer do not imply --doc
* language definition for LogTalk and LaTeX
Version 2.0
* Language specifications are read at run-time, so that
new languages can be easily added dynamically (without recompiling
the sources) by using a simple syntax.
* "nonsensitive" for simple definitions
* cgi version not built automatically
* failsafe option to simply output the input file when no
language definition is found
* functionalities with less improved.
Version 1.11.1
* fixed compilations problems on some Unix compilers
|
|
been reported upstream. Bumped PKGREVISION.
|
|
This configure doesn't know --mandir.
|
|
CPPFLAGS+= -DHAVE_STRERROR
which I just added a few minutes ago.
I had previously received an error:
previous declaration of `sys_errlist'
on Linux.
But once I configure using ncurses on Linux
it appears to have fixed that (because it
was using its LIBS which had non-existent -ltermcap).
|
|
Update PKGREVISION.
Add INSTALLATION_DIRS and do-install target instead of
using its own installer. It was broken for custom INFO_DIR
and for new PKGMANDIR. (It is a very old autoconf/automake
I assume).
Also, this uses -ltermcap. So if /usr/lib/libtermcap.so does
not exist, then use BUILDLINK_TRANSFORM to use ncurses instead
and include ncurses buildlink3.mk.
|
|
CONFIGURE_HAS_MANDIR=no, just like CONFIGURE_HAS_INFODIR=no
is already defined.
(This package has two other build problems for me though ...
lookimg now.)
|
|
Version 0.34.1
* automake/autoconf fixes and improvements
(Rodney Dawes, Stepan Kasal)
* extraction of XML attributes fixed
(Danilo Segan)
Version 0.34
* Fix the regex for stripping the intltool type tags in POTFILES.in
-- bug #171330 (Stepan Kasal)
* Add notice about using DISTCLEANFILES for toplevel Makefile.am
-- bug #309455 (Tim-Philipp Muller)
* Discard not-well-formed translations when merging XML
-- bug #170471 (Danilo Segan)
* Correct handling of xml:space inheritance
-- bug #160262 (Danilo Segan)
* Merge multiple comments for the same string in XML files
-- bug #171579 (Danilo Segan)
* Update sed script to be more practictal for translatable XML
-- bug #304365 (Nickolay V. Shmyrev)
* Support disting files that may not exist for all packages via EXTRA_DISTFILES
-- bugs #168788 and #171327 (Rodney Dawes)
* Do not create the pot file during dist, but do build it for check
(Stepan Kasal)
* Add support for use on win32 native perl (Tor Lillqvist)
* Do not dist .gmo files, and remove them with distclean
Remove Makefile.in.in with maintainer-clean
-- bug #166724 (Rodney Dawes)
* Minor fixes to Makefile.in.in (Stepan Kasal)
* Use --verbose instead of --statistics for msgfmt
-- bug #165881
* Remove the need for patching Makefile.in.in and just copy in our own
-- bug #165066 (Rodney Dawes)
|
|
o Use the new style.css stylesheet instead of hard-wiring the styles.
o Updated the documentation and example build files.
o Added support for a gallery of widget images.
o Output default values for widget properties and allowed ranges.
o Only underline links in the docs when the mouse hovers over them.
o Added support for placing the parameter table anywhere within the function
documentation (using the "<!--PARAMETERS-->" marker).
o Handle more variations of C syntax.
|
|
define them if we are on pre-ANSI C.
|
|
changes:
* Only take one input file for xsldoc
* Added well-formedness check to l10n.xml Makefile rule
* Changes to make block indents not nest
* Added formalpara support
* Pass the PO file to xml2po, not just the language code
* Updated translations
-fixes
* Added datarootdir variable
|
|
|
|
|
|
unless not defined, and put in the make environment.)
|
|
|
|
Text::Unaccent is a module that remove accents from a string.
unac_string converts the input string from the specified charset
to UTF-16 and call unac_string_utf16 to return the unaccented
equivalent. The conversion from and to UTF-16 is done with iconv(1).
|
|
|
|
to be backwards compatible with the former. Simplifies building of packages
(such as gtk-doc 1.4) or processing of documents that rely on the old 4.1.2
version. Bump PKGREVISION to 1.
|
|
|
|
Convert LIT, the program which allows you to convert Microsoft
Legal Reader format eBooks into open format for use with software
or devices which are not Download directly compatible with Microsoft's
Reader.
Approved by wennmach@
|
|
patch provided by Marcin Jessa in PR 31429
changes:
- fixed ezxml_toxml() to not output siblings of tag being converted
- fixed a segfault when ezxml_set_attr() was used on a new root tag
- added ezxml_name() function macro
|
|
2.6.22: Sep 12 2005:
- build fixes: compile without schematron (Stéphane Bidoul)
- bug fixes: xmlDebugDumpNode on namespace node (Oleg Paraschenko)i,
CDATA push parser bug, xmlElemDump problem with XHTML1 doc,
XML_FEATURE_xxx clash with expat headers renamed XML_WITH_xxx,
fix some output formatting for meta element (Rob Richards),
script and style XHTML1 serialization (David Madore), Attribute
derivation fixups in XSD (Kasimier Buchcik), better IDC error
reports (Kasimier Buchcik)
- improvements: add XML_SAVE_NO_EMPTY xmlSaveOption (Rob Richards),
add XML_SAVE_NO_XHTML xmlSaveOption, XML Schemas improvements
preparing for derive (Kasimier Buchcik).
- documentation: generation of gtk-doc like docs, integration with
devhelp.
pkgsrc change: install docs into share/doc instead of share/doc/html.
Ok'd by maintainer, recht.
|
|
31219. Corrected the DESCR while here.
4.4:
The Version 4.4 release is a maintainance release. It introduces
no backwards-incompatible changes. All valid DocBook 4.3 documents
are also valid DocBook 4.4 documents.
The genesis of this release is a bug in the catalog files for
DocBook V4.3. The Committee decided to produce a 4.4 release,
incorporating a few recent backwards-compatible changes, rather
than simply produce a 4.3.1 release to fix the bugs.
4.3:
The Version 4.3 release is a maintainance release. It introduces
no backwards-incompatible changes. All valid DocBook 4.2 documents
are also valid DocBook 4.3 documents.
|
|
|
|
This release introduces style sheets and uses more entities, and a ot of
bugfixes
The build do no more use m5, but sed
approved by wiz@
|
|
NO_BUILD, USE_LIBTOOL.
|
|
|
|
|
|
btparse now uses automake and libtool, this fixes the build of dependancies
under darwin
approved by wiz@
|
|
|
|
PHP is a programming language designed to be embedded into web pages.
This module provides support for pspell (spell checking).
Requested by Mark Thomas <thomas.s.mar at gmail dot com> on netbsd-help@.
|
|
|
|
|
|
|
|
- Add inclusion of lang/python20/buildlink3.mk.
This should fix build error seen in bulk build.
Reviewed by minskim@.
|
|
distfile. I've notified the site maintainer; reverted pkg to prior state.
Checked all the pkgsrc-official mirrors; they have the right sha1.
(I must not be having a good day. :)
|
|
For now, request netbsd.org as the MASTER_SITES until this is fixed.
|
|
(Checked three times ... yet the size never changed. Bizarre.)
|
|
right away.... <bleh>)
|
|
XML::Dumper dumps Perl data to a structured XML format.
XML::Dumper can also read XML data that was previously dumped
by the module and convert it back to Perl.
This might be useful for dumping Perl objects to files
using an XML format that can be reloaded or accessed by
other programs. Maybe even by other languages.
|
|
perl path and hence the script pstoimg works with font antialiasing
|
|
in configure is fixed. The problem was reported to the author by
wiz@. This makes installed files match with PLIST on platforms with
libdl. Bump PKGREVISION.
Approved by wiz@.
|
|
Bump PKGREVISION to 1. From Jeroen Ruigrok van der Werven in private mail.
|
|
|
|
to work around problems with the bootstrap pax and libxml2-2.6.20 on
Darwin.
|
|
*** Improve the handling of localwords on large regions.
|