Commit graph

2938 commits

Author SHA1 Message Date
mjl
73c6132cb4 Update to 0.17 as the old version is no longer available.
Changes are minor bug fixes and improvements only.
2005-12-04 12:25:49 +00:00
schmonz
be262b5e9e Add py-html2text. 2005-12-03 00:47:30 +00:00
schmonz
64d83aad6b Initial import of html2text, a Python script that convers a page
of HTML into clean, easy-to-read plain ASCII text. Better yet, that
ASCII also happens to be valid Markdown (a text-to-HTML format).
2005-12-03 00:47:04 +00:00
mrg
6c3d2f6ae9 - install the language filters into $PREFIX/libdata/subtitleripper, not
$PREFIX/share/doc/subtitleripper.
- patch pgm2txt to look in $PREFIX/libdata/subtitleripper instead of
  $HOME/sourceforge/subtitleripper/src
- bump PKGREVISION.
2005-12-02 19:51:05 +00:00
minskim
5e08d85f91 Add p5-Text-Emoticon-MSN. 2005-12-02 04:10:05 +00:00
minskim
dcff344eba Import p5-Text-Emoticon-MSN from pkgsrc-wip. Packaged by Roman Kulik.
Text::Emoticon::MSN is a text filter that replaces text emoticons
like ``:-)'', ``;-P'', etc. to the icons of MSN Messenger, detailed in
http://messenger.msn.com/Resource/Emoticons.aspx
2005-12-02 04:07:57 +00:00
gdt
767f75af76 add tex2page 2005-12-01 21:06:13 +00:00
gdt
eb4f0e4386 TeX2page makes Web pages from TeX manuscripts. It reads an input
document that is marked up in a TeX format (viz., plain TeX, LaTeX,
Texinfo), and produces an output document with the functionally
equivalent HTML markup. TeX2page uses the same input file syntax,
calling conventions, and error-recovery mechanisms as TeX, and thus
demands no additional expertise of a user already familiar with
TeX. TeX2page runs on modern Schemes and Common Lisp.
2005-12-01 18:50:14 +00:00
schwarz
016f68cc28 added auxillary definition for systems that do not define _POSIX2_LINE_MAX
(such as IRIX 5). Change approved by jschauma.
2005-11-30 21:07:14 +00:00
jlam
e6e49a2f0f Change all instances of including mk/ghostscript.mk into asking for
the appropriate tool via USE_TOOLS (usually "gs:run"), and remove
ghostscript.mk.  This change removes a rather out-dated file from
pkgsrc and switches packages to use the more compact implementation
of the Ghostcript-handling inside the tools framework.
2005-11-28 06:41:20 +00:00
wiz
e7c1baf0cf Add a new perl package. 2005-11-24 18:49:57 +00:00
wiz
6e9012d84c Initial import of p5-Pod-Tests:
This is a specialized POD viewer to extract embedded tests and code
examples from POD. It doesn't do much more than that. pod2test does
the useful work.
2005-11-24 18:41:52 +00:00
wiz
814016fa28 Update to 1.05. Update HOMEPAGE.
1.05 - Thu Aug 12 20:54:31 2004
    * fixed version number
    * improved RSS 2.0 generation support
    * typo and documentation fixes

1.04 - Web Mar 03 20:49:43 2004
    * update Changes to include changes for 1.03

1.03 - Web Mar 03 00:24:07 2004
    * quell warnings when parsing RSS 0.9x, RSS 2.0

1.02 - Mon Feb 20 15:34:21 2003
    * fixed bug in encode().  encode() did not respect CDATA
      sections and would mangle them when encountered.  now behaves
      properly (we hope) even when CDATA and #PCDATA are mixed
      together liberally

1.01 - Mon Feb  3 15:46:25 2003
	* fixed bug with handle_char().  i (brian d foy) mis-diagnosed a
	previous bug and broke handle_char() when what I should have done
	was initialise the object for each call to parse*()

	* if you have version 1.0, you should upgrade to this version, 1.01

1.00 - Fri Jan 31 11:26:41 2003
	* the as_string method now encodes special characters. valid output!
	* a new "Auto Add" feature can add modules for namespaces found
	while parsing (off by default)
	* can output RSS 2.0, but not parse it yet
	* this is the last major release in this track.  we are going to
	completely rewrite XML::RSS as something more extendable.

0.98_05 - Mon Jan 27 15:54:32 2003
	* The auto add_feature is not controlled by the $AUTO_ADD variable
	and is off by default
	* removed the distribution tests now that it is ready to distribute

0.98_04 - Fri Jan 17 20:00:29 2003
	* the parse and parsefile routines now automatically add non-
	standard namespace to the modules list

0.98_03 - Fri Jan 17 19:22:20 2003
       * changed the handle_char() routine to replace data rather than
       append to existing data.  this takes care of the doubling problem
       in the last issue.

       * set the RSS 2.0 namespace in the _initializer routine

       * all tests now pass.  if this works for people, it could turn into
       a release candidate

0.98_02 - Fri Jan 17 15:47:29 2003
	* added initial RSS 2.0 support
	* first fix to properly encode special characters in output
	* need to fix feature to add namespace (tests are TO DO)

0.98 Tue Nov 12 05:45:36 CST 2002
	- module taken over by brian d foy <bdfoy@cpan.org>
	- module now in SourceForge (http://www.sourceforge.net/projects/perl-rss)
	- added support for arbitrary namespaces (with defaults to the
	usual suspects)
	- fixed ommission of encoding with version 0.9 output

0.97 Wed Mar 21 03:13:29 EST 2001
	-added support for the Taxonomy module (taxo). It only works
         inside the channel or item elements and only supports one
         form of the module syntax. See the XML::RSS documentation
         for examples.
2005-11-23 22:19:00 +00:00
wiz
64af3625b2 Update to 1.44:
This is a maintentance release.  There are no feature changes.

        _scrubpkg, which was responsible for eptying out temporary
        packages after the module had done with them, wasn't always
        working; the result was memory-leaks in long-running
        applications.  This should be fixed now, and there is a test
        in the test suite for it.

        Minor changes to the test suite to prevent spurious errors.

        Minor documentation changes.
2005-11-23 22:15:35 +00:00
wiz
366e7418f8 Update to 1.13:
1.07	Wed Apr  2 04:45:05 2003

	- Tweaked pod to remove invalid markup

	- Fixed left justification of last line of fully justified text
	  (thanks Elias)

	- Devolved &from and &tag to Text::Reform

	- Fixed incorrect handling of stringifiable objects (thanks dLux)

	- Fixed bugs on null input (now short-circuits)

	- Fixed unwarranted trimming of trailing newlines (thanks Mark)

	- Added C<renumber> option to control renumbering

	- Preserved capitalization of abbreviations under case changes
	  (thanks Alex)

	- Added "autocentre" flag to switch off auto-centring of paras

	- Added "ignore" flag to control which paragraphs are reformatted
	  (thanks Tony)


1.08	Wed Apr  2 22:30:05 2003

	- Simplified test.pl


1.10	Wed Apr  9 08:49:51 2003

	- Fixed test.pl again!!!


1.11	Wed May  7 09:44:26 2003

	- Enhanced "highlight" casing mode (thanks Tom)

	- Made hyphenation smarter (thanks Raj)


1.12	Tue May 27 23:34:33 2003

	- Now honours -- mail sig introducer
	  (stops formatting that that point)

	- Now ignores mail headers

	- Added exportable &ignore_headers for
	  when using in user-defined "ignore" subs

	- Now handles of embedded HTML entities
	  (thanks David)

	- Added call to C<use utf8> for 5.6 compatibility
	  (thanks Paolo)

	- Restricted normal numbering to the range 0-999
	  to prevent false numbering caused by a year (like
	  1999) at the start of a line (like this)

	- Fixed subtle bug with words starting with "ps-"
	  being treated as post scripts (thanks Rashid!)


1.13	Wed May  4 22:44:20 2005

	- Added sample config files for emacs and vim

	- Extended allows "Name>" quoters to "Name_1>" (thanks Simon)

	- Fixed weird behaviour of "(e.g. at start of line" (thanks Tim)

	- Fixed handling of mail headers by adding "mail" option
	  (thanks Struan)

	- Fixed bug in quoters (thanks Steve)

    - Added a C<lists> option to turn off special treatment of apparent
      lists (thanks Ingvar)
2005-11-23 22:14:52 +00:00
wiz
987d623ce5 Update to 2.120:
2.120 Wed Mar 16 01:39:57 CET 2005
        - '-base', and '-places' options for $RE {num} {int}. '-group' can
           now take arguments for the form 'N,M'.
        - New file: t/number/integer.t
        - Comments for BML, INTERCAL (JP), and CQL.
        - Regexp::Common::SEN nits.
        - Many more tests.
        - ca. 223k tests in 56 files.
2005-11-23 22:14:10 +00:00
wiz
a2112d8f8e Add HOMEPAGE. 2005-11-23 21:58:17 +00:00
wiz
f84924d996 Update to 3.03:
2005-11-21   Allison Randal
	* Release 3.03

	Applied whitespace patches for Pod::Man and Pod::Text from
        Russ Allbery.

	Applied validation patches to Pod::Simple::HTML from Graham Barr.
2005-11-22 23:04:04 +00:00
rillig
44bd5bb137 pkglint --autofix 2005-11-19 15:06:36 +00:00
rillig
ab90b11785 Imported p5-Pod-Tree from pkgsrc-wip.
Pod::Tree parses a POD ("plain old documentation") text into a static
syntax tree. Applications walk the tree to recover the structure and
content of the POD.
2005-11-19 12:47:13 +00:00
minskim
9a9dd8905a - Remove a redundant template from the stylesheet. It used to be
ignored by xsltproc, but the recent version generates an error.
- Delete share/xsl only it is emtpy, since it is shared by other
  xsl packages.

Bump PKGREVISION.
2005-11-18 08:04:25 +00:00
rillig
5965f6a5ce Removed unused empty files. 2005-11-17 23:41:20 +00:00
rillig
33ccc001e7 SunPro says: A void function cannot return a value. 2005-11-17 18:22:16 +00:00
wiz
a4873cc2e1 Fix path to itself. 2005-11-15 18:54:08 +00:00
wiz
1e6a64d8a6 Update to 0.37:
Changes 0.36 to 0.37
--------------------
Bug fixes:
- Bug reported by Suzanne Skinner (and others) fixed
New features:
- XML/DocBook output now contains <footnote> tags
- Antiword is now based on DeskLib instead of RISC_OSLib (RISC OS only)
- Show page headers and footers (PostScript and PDF output only)
- Show text that was removed by the revisioning system
- Improved kantiword, based on information from Stefan Wiens
2005-11-14 23:04:13 +00:00
tonio
e4ed06a6f6 Use ${TEX} and ${PDFTEX} from buildlink3. Allow teTeX2 as TEX_ACCEPTED 2005-11-14 22:10:54 +00:00
adam
449fb55997 Use pkg-config 2005-11-14 15:12:59 +00:00
minskim
e8f2a5b610 Use PKG_LOCALTEXMFPREFIX instead of PKG_TEXMFPREFIX to distinguish
add-on packages from those distributed with TeX.  Currently,
PKG_LOCALTEXMFPREFIX and PKG_TEXMFPREFIX are same, so no PKGREVISION
bump.
2005-11-13 06:32:40 +00:00
minskim
2ed8a8b43a Add tex-xmltex. 2005-11-13 06:16:37 +00:00
minskim
4abef2208a Import tex-xmltex from pkgsrc-wip.
xmltex implements a non-validating parser for documents matching the
W3C XML Namespaces Recommendation.  The system may just be used to
parse the file (expanding entity references and normalising namespace
declarations) in which case it records a trace of the parse on the
terminal.  Normally however the information from the parse is used to
trigger TeX typesetting code.  Declarations (in TeX syntax) are
provided as part of xmltex to associate TeX code with the start and
end of each XML element, attributes, processing instructions, and with
unicode character data.
2005-11-13 06:13:53 +00:00
wiz
a0fdafb3db Add and enable libxml++2. 2005-11-12 12:36:14 +00:00
wiz
43b4d7a4ee Initial import of libxml++2, provided by Evaldo Gardenali in pkgsrc-wip.
libxml++ is a C++ wrapper for the libxml XML parser library. It has SAX and
DOM-like APIs, but does not attempt to conform exactly to the DOM
specifications because they are not aimed at C++. Its API is much simpler
than the underlying libxml C API.
2005-11-12 12:35:38 +00:00
tonio
c27f4ed5e1 Rename LATEX_ACCEPTED and LATEX_DEFAULT to TEX_ACCEPTED and TEX_DEFAULT
It is more consistent with the tex.buildlink3.mk name. Also, if a package
really needs latex, it just has to set TEX_ACCEPTED to latex distributions
altough today, all TEX_ACCEPTED possibilities are latex distributions
2005-11-11 18:50:23 +00:00
wiz
92e4c1c9d7 Fix WRKSRC (hi rillig!). 2005-11-09 22:49:45 +00:00
grant
0ec54c6b48 bump PKGREVISION for dependency change (hi, tv!) 2005-11-09 06:43:11 +00:00
taca
bfd269209a Make it depends on ruby-rdtool since it install a library file into
rdtools's directory.

Bump PKGREVISION.
2005-11-09 04:26:07 +00:00
taca
fac110ee71 Prevent installing extra ${PREFIX}/bin/rdswap.rb. It fixes a problem
found by bulk-build.
2005-11-09 04:25:09 +00:00
tonio
3faa5453a5 Convert ot use tex.buildlink3.mk
latex2html installs it's latex files in ${PKG_LOCALTEXMFPREFIX}
2005-11-08 20:02:52 +00:00
tv
479866184e Include <sys/time.h> to get fd_set on Interix. 2005-11-08 19:48:49 +00:00
tv
cbba200ef0 Need gm4, too, as system-builtin m4 does not support "-P" on many platforms
(including Interix).
2005-11-08 19:45:54 +00:00
tv
fc63dc6dec Include devel/libgetopt bl3 for <getopt.h>. 2005-11-08 19:38:04 +00:00
tv
0aa4b251db Interix has strlcpy(3) too. 2005-11-08 19:37:21 +00:00
tv
1be652e669 Don't override the system-supplied prototype for getopt(3). 2005-11-08 19:33:50 +00:00
tv
da0a07abce This requires zlib, so say so. 2005-11-08 19:30:41 +00:00
rillig
2139106a6d Removed unnecessary definition for WRKSRC. 2005-11-05 17:24:15 +00:00
rillig
2928a9d8cb Fixed wrong use of WRKSRC. gcc-2.95 does not like CRLF line ends, so they
are stripped from all *.c and *.h files.
2005-11-04 19:52:30 +00:00
rillig
5b2d7797e2 Using MASTER_SITE_APACHE instead of hard-coded URL. 2005-11-03 13:45:46 +00:00
taca
9f78b5509c Remove supporting ruby16-base package. 2005-11-03 07:20:56 +00:00
taca
528c1ecdb0 Delete removed ruby related pacakge's entries. 2005-11-03 06:35:30 +00:00
taca
7b36e0023e Remove packages which supported by ruby16-base (Ruby 1.6.8) pacakge only
and now bundled in ruby18-base pacakges.
2005-11-03 06:22:40 +00:00
taca
70fc5d1c3b Update ruby-redcloth package to 3.0.4.
- version: 3.0.4
  date: 2005-02-18
  changes:
    - The caps class doesn't swallow spaces.
    - Horizontal rules required to be on an empty line.
    - Hard breaks don't screw with Markdown headers any longer.
    - Fixed error triggered by complex lists.
    - Inline markups need to be butted up against enclosing text, no spaces.
    - Fixed problem with intermingled single and double quotes.
    - Brought back lite_mode.
2005-11-03 05:59:14 +00:00
taca
1f7632ac1d Update textproc/ruby-rttool to 1.0.1.
- rdrt2 command no longer depends on setting of .rd2rc.
- Some characters now could be escaped.
- English documentation.
- Stop warning with Ruby 1.8 and lator.
2005-11-03 05:26:10 +00:00
taca
f8cbb363d5 Update textproc/ruby-rdtool package to 0.6.18 and it updates
devel/ruby-rd-mode pacakge, too.


= CHANGES
:0.6.18
  * bin/rd2 UTF-8 support.
  * support Ruby 1.9.
  * makerdtools.rb fixed some bugs.
  * fixed install dot.rd2rc problem
  * fixed some bugs.
:0.6.17
  * utils/rd-mode.el patch from <shirai@p1jp.com>
:0.6.16
  * utils/rd-mode.el font-face patch from HIRAOKA by MoonWolf <moonwolf@moonwolf.com>
:0.6.15
  * re-packaging by MoonWolf <moonwolf@moonwolf.com>
2005-11-03 05:21:18 +00:00
taca
3a2181c1e3 - Update ruby-html-parser pacakge to 19990912p2.
- Use USE_RUBY_INSTALL.

2001-07-10

Fix array concatination statement in install_rb() of the install.rb
for Ruby 1.6.2 or later. Reported by Ed L Cashin <ecashin@terry.uga.edu>
2005-11-03 05:16:51 +00:00
taca
18b139a75e Use USE_RUBY_INSTALL instead of using do-install target. 2005-11-02 11:36:16 +00:00
taca
c784189e53 Update HOMEPAGE. 2005-11-02 11:35:15 +00:00
taca
b9d791c80d Bump PKGREVISION of packages including ruby extention library
by  Ruby 1.8.3 updates.
2005-11-02 09:48:33 +00:00
taca
8f6894d561 Disable packages used with ruby16-base only or bundled with
ruby18-base packages.
2005-11-02 09:20:50 +00:00
taca
2a7fb6f071 White space fix. 2005-11-02 08:38:20 +00:00
minskim
8e39e1d818 Update hyperestraier to 1.0.3. Patches provided by OBATA Akio (maintainer)
in PR pkg/31968.

Changes since 1.0.1:
- "[ID]" and "[URI]" were added.
- "%VECTOR" was to be handled.
- width of snippets was to be able to be changed.
- "-kw" and "-ec" options was added.
- disadvantage bias of hiragana was added.
- interruption was implemented.
- Many other new functions and improvements.
2005-11-02 04:15:10 +00:00
wiz
679cc0f92e Update to 0.39:
version: 0.39
date:    Tue Apr 12 15:28:40 PDT 2005
changes:
- Need newer Test::More or tests hang.
2005-11-01 12:57:05 +00:00
wiz
f98a8ae7d3 Reset maintainer to tech-pkg:
host idoru.mine.nu[82.31.78.41] said: 550 sorry,
    never heard of you (in reply to RCPT TO command)
2005-10-29 12:02:22 +00:00
rillig
9bf418e4de Added two more patches for Solaris, which makes the package build.
Removed the extra LIBS for the SunPro compiler from the Makefile, as
they made the build fail for me.
2005-10-27 01:08:06 +00:00
rillig
c1111ad6da Added four patches that are required for the SunPro compiler. The
package still does not build on Solaris, but at least it's making
progress.
2005-10-27 00:18:51 +00:00
tonio
6df3bd4382 Fix pkglint warning (set CONFIGURE_ARGS with +=) 2005-10-26 12:59:51 +00:00
taca
52cba22436 Specify USE_RUBY_DIST_SUBDIR appropriately after previous
lang/ruby/rubyversion.mk changes.
2005-10-25 04:15:48 +00:00
rillig
d83bb3ee70 Set NO_CONFIGURE and NO_BUILD to "yes" instead of nothing. 2005-10-23 23:36:01 +00:00
rillig
b663ee97ca Use "+=" instead of "=" for CONFIGURE_ARGS.* and PLIST_SUBST.*. 2005-10-23 23:35:17 +00:00
rillig
d320bd5f3b Removed the deprecated variables NO_TOOLS and NO_WRAPPER. 2005-10-23 23:32:47 +00:00
rillig
5edd4c2589 Fixed the following pkglint warnings. Sorted PLIST.
WARN: xt/Makefile:18: NO_CONFIGURE should be set to YES or yes.
WARN: xt/Makefile:19: NO_BUILD should be set to YES or yes.
2005-10-23 23:31:48 +00:00
rillig
38a0c70e00 Fixed the following pkglint warnings. Sorted PLIST.
WARN: xp/Makefile:16: NO_CONFIGURE should be set to YES or yes.
WARN: xp/Makefile:17: NO_BUILD should be set to YES or yes.
2005-10-23 23:30:54 +00:00
rillig
2d215dbcf0 Removed trailing white-space from line 1. 2005-10-23 20:24:17 +00:00
minskim
edbd732efe Add hyperestraier. 2005-10-23 19:15:35 +00:00
minskim
82fa6d0985 Import hyperestraier from pkgsrc-wip. Packaged by OBATA Akio.
Hyper Estraier is a full-text search system.  You can search lots of
documents for some documents including specified words.  If you run a
web site, it is useful as your own search engine for pages in your
site.  Also, it is useful as search utilities of mail boxes and file
servers.
2005-10-23 19:13:44 +00:00
tonio
bd48a35ebe Remove the dependency over gmake
Patch from Matthew Clarke in rubber's darcs archive
2005-10-17 17:12:04 +00:00
wiz
70ae244afd Complete move of gocr from textproc to graphics. 2005-10-16 20:23:14 +00:00
jmmv
543554244d Add and enable iso-codes. 2005-10-14 21:55:36 +00:00
jmmv
f2daf1597d Initial import of iso-codes, version 0.48:
iso-codes provides the list of the country, language and currency names in
one place, rather than repeated in many third-party programs.  This was
originally done to centralize this data in Debian systems.

The aim of iso-codes is to create a single "gettext" domain "iso-639" which
contains the translations of language names, and one "iso-3166" listing the
translations of country names.
2005-10-14 21:54:57 +00:00
jmmv
68d0bdfd56 Bump dependency version, make this a build only dependency and fix an
indentation problem.
2005-10-12 21:47:45 +00:00
reed
7a7fc9777d gdome2 uses libtool, so use USE_LIBTOOL=YES.
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.
2005-10-12 21:22:08 +00:00
seb
2cef2d9614 Change my email address. 2005-10-12 07:10:57 +00:00
tv
db1dd6cc4a In a == conditional involving a variable, the LHS must not be enclosed in
double quotes (breaks on older NetBSD make and bootstrap/bmake).
2005-10-10 20:13:45 +00:00
hira
8557179efa s/netbsd.org/NetBSD.org/ 2005-10-10 17:00:33 +00:00
seb
edad95b9f6 Update to version 2.1.2.
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
2005-10-10 09:05:59 +00:00
rillig
4ad4414898 Added a patch that fixes typos in the latex2html man page. The patch has
been reported upstream. Bumped PKGREVISION.
2005-10-09 20:02:29 +00:00
hira
0e719e66f0 Set CONFIGURE_HAS_MANDIR to no.
This configure doesn't know --mandir.
2005-10-08 22:06:46 +00:00
reed
85bb95647d Remove
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).
2005-10-08 19:19:37 +00:00
reed
48631ade93 Also install man page and README.
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.
2005-10-08 19:06:25 +00:00
reed
e502cc968d This uses GNU_CONFIGURE, but it is really old. So define
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.)
2005-10-08 18:02:57 +00:00
jmmv
233ebc9859 Update to 0.34.1:
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)
2005-10-08 17:18:47 +00:00
jmmv
e4a148cd26 Update to 1.4:
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.
2005-10-08 17:18:13 +00:00
joerg
6009fb0d1b Include stdlib.h for malloc and friends, fix the conditional to only
define them if we are on pre-ANSI C.
2005-10-07 16:38:41 +00:00
drochner
23adcba8da update to 0.4.2
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
2005-10-07 15:56:46 +00:00
joerg
d70b7bc08b Include locale.h also on DragonFly. 2005-10-07 15:46:15 +00:00
drochner
ee0c643219 sync Python wrappers with base libraries 2005-10-07 15:42:30 +00:00
reed
16579b2412 Honor PKGMANDIR. (patch-aa already existed but now don't set MANDIR
unless not defined, and put in the make environment.)
2005-10-04 21:40:19 +00:00
wiz
cbbbd50488 Add and enable p5-Text-Unaccent. 2005-10-04 18:52:19 +00:00
wiz
5980b09dd5 Initial import of p5-Text-Unaccent-1.08:
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).
2005-10-04 18:51:27 +00:00
jmmv
c7edd02278 Take maintainership, per seb@'s request. 2005-10-02 15:07:45 +00:00
jmmv
bd091d0f34 Install a catalog that maps Docbook 4.1.2 to 4.2; the latter is supposed
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.
2005-10-02 15:04:41 +00:00
wiz
3e861c06fe Add and enable convertlit. 2005-10-02 11:11:27 +00:00
wiz
0d0d3e90e8 Initial import of convertlit:
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@
2005-10-02 11:10:45 +00:00
recht
ddce84c456 update to ezXML 0.8.5
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
2005-10-01 18:19:58 +00:00
wiz
b151ea3c4b Update to 2.6.22:
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.
2005-09-30 19:58:00 +00:00
wiz
a4fabc4b58 Update to 4.4, provided by Jeroen Ruigrok van der Werven in PR
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.
2005-09-30 15:24:20 +00:00
kristerw
aa00586c49 Do not install *.orig files that are left after patching. 2005-09-29 19:35:50 +00:00
tonio
8c79b68dde Update textproc/hevea to 1.08
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@
2005-09-29 13:20:46 +00:00
rillig
5946936ffc Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
2005-09-28 20:52:18 +00:00
rillig
5ac8ad7004 Removed trailing white-space. 2005-09-28 14:31:06 +00:00
rillig
9984e0604a Removed trailing white-space. 2005-09-28 14:15:48 +00:00
tonio
4180aa0552 Update btparse to 0.34
btparse now uses automake and libtool, this fixes the build of dependancies
under darwin

approved by wiz@
2005-09-27 12:24:06 +00:00
salo
619e6c767b Add php-pspell. 2005-09-27 12:02:43 +00:00
salo
0a6e3e6518 Initial import of php-pspell extension.
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@.
2005-09-27 12:01:59 +00:00
wiz
703e5a6b7f Reset maintainer, email to xs at nitric dot net bounced. 2005-09-23 20:06:25 +00:00
minskim
5f87c16d72 Fix PLIST. Bump PKGREVISION. 2005-09-22 01:54:35 +00:00
minskim
a68713fdfb Fix PLIST. Bump PKGREVISION. 2005-09-22 01:40:23 +00:00
hira
68c7d42739 - Use lang/py-extclass/buildlink3.mk instead of DEPENDS.
- Add inclusion of lang/python20/buildlink3.mk.
This should fix build error seen in bulk build.
Reviewed by minskim@.
2005-09-19 15:25:41 +00:00
tv
cefe1c22a6 The problem was a mirror not in MASTER_SITES_PERL_CPAN that had a corrupted
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.  :)
2005-09-16 13:40:36 +00:00
tv
a0c1013fed I take that back. CPAN's copy of the distfile is corrupted in a bad way.
For now, request netbsd.org as the MASTER_SITES until this is fixed.
2005-09-16 13:32:20 +00:00
tv
e7727f49fc The checksum on the distfile changed, so update distinfo to match.
(Checked three times ... yet the size never changed.  Bizarre.)
2005-09-16 13:26:15 +00:00
tv
7d56f3a26d Bah, remove. (Thanks to Dovecot, I didn't see the freeze announcement
right away.... <bleh>)
2005-09-14 14:33:01 +00:00
tv
ca6febb67f p5-XML-Dumper-0.79; from DESCR:
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.
2005-09-14 14:30:17 +00:00
pooka
abae487f2e depend on netpbm=>10.29nb2: that one has ppmquant with the correct
perl path and hence the script pstoimg works with font antialiasing
2005-09-14 07:41:52 +00:00
minskim
cef60b929e Make sure that filters are built statically until dlopen() detection
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@.
2005-09-11 16:29:58 +00:00
jmmv
d7d64a1399 Fix a regression from 1.68.1: readd the : delimiter for dbtimestamp.
Bump PKGREVISION to 1.  From Jeroen Ruigrok van der Werven in private mail.
2005-09-10 12:38:30 +00:00
markd
548c3b528c Define __STDC_ISO_10646__ on Solaris to get package to build. 2005-09-08 10:37:15 +00:00
recht
07956f8895 Remove tar from USE_TOOLS again. gtar (was changed to tar later) was added,
to work around problems with the bootstrap pax and libxml2-2.6.20 on
Darwin.
2005-09-08 07:31:54 +00:00
wiz
279db6da9b Update to 1.7j:
*** Improve the handling of localwords on large regions.
2005-09-05 17:04:53 +00:00
recht
0cb66e826b update to 1.1.15
1.1.15: Sep 04 2005:
   - build fixes: Windows build cleanups and updates (Igor Zlatkovic), remove
      jhbuild warnings
   - bug fixes: negative number formatting (William Brack), number formatting
      per mille definition (William Brack), XInclude default values (William),
      text copy bugs (William), bug related to xmlXPathContext size, reuse
      libxml2 memory management for text nodes, dictionnary text bug, forbid
      variables in match (needs libxml2-2.6.21)
   - improvements: EXSLT dyn:map (Mark Vakoc),

   - documentation: EXSLT date and time functions namespace in man (Jonathan
      Wakely)
2005-09-05 07:38:25 +00:00
recht
f23258d665 update tp 2.6.21
2.6.21: Sep 4 2005:
   - build fixes: Cygwin portability fixes (Gerrit P. Haase), calling
      convention problems on Windows (Marcus Boerger), cleanups based on
      Linus' sparse tool, update of win32/configure.js (Rob Richards),
      remove warnings on Windows(Marcus Boerger), compilation without SAX1,
      detection of the Python binary, use $GCC inestad of $CC = 'gcc' (Andrew
      W. Nosenko), compilation/link with threads and old gcc, compile
      problem by C370 on Z/OS,
   - bug fixes: http_proxy environments (Peter Breitenlohner), HTML UTF-8
      bug (Jiri Netolicky), XPath NaN compare bug (William Brack),
      htmlParseScript potential bug, Schemas regexp handling of spaces,
      Base64 Schemas comparisons NIST passes, automata build error xsd:all,
      xmlGetNodePath for namespaced attributes (Alexander Pohoyda),
      xmlSchemas foreign namespaces handling, XML Schemas facet comparison
      (Kupriyanov Anatolij), xmlSchemaPSimpleTypeErr error report (Kasimier
      Buchcik), xml: namespace ahndling in Schemas (Kasimier), empty model
      group in Schemas (Kasimier), wilcard in Schemas (Kasimier), URI
      composition (William), xs:anyType in Schemas (Kasimier), Python resolver
      emmitting error messages directly, Python xmlAttr.parent (Jakub Piotr
      Clapa), trying to fix the file path/URI conversion,
      xmlTextReaderGetAttribute fix (Rob Richards), xmlSchemaFreeAnnot memleak
      (Kasimier), HTML UTF-8 serialization, streaming XPath, Schemas determinism
      detection problem, XInclude bug, Schemas context type (Dean Hill),
      validation fix (Derek Poon), xmlTextReaderGetAttribute[Ns] namespaces
      (Rob Richards), Schemas type fix (Kuba Nowakowski), UTF-8 parser bug,
      error in encoding handling, xmlGetLineNo fixes, bug on entities handling,
      entity name extraction in error handling with XInclude, text nodes
      in HTML body tags (Gary Coady), xml:id and IDness at the treee level
      fixes, XPath streaming patterns bugs.
   - improvements: structured interfaces for schemas and RNG error reports
      (Marcus Boerger), optimization of the char data inner loop parsing
      (thanks to Behdad Esfahbod for the idea), schematron validation
      though not finished yet, xmlSaveOption to omit XML declaration,
      keyref match error reports (Kasimier), formal expression handling
      code not plugged yet, more lax mode for the HTML parser,
      parser XML_PARSE_COMPACT option for text nodes allocation.
   - documentation: xmllint man page had --nonet duplicated
2005-09-05 07:37:50 +00:00
taca
ee95d3c018 Update ruby-redcloth package to 3.0.3.
- version: 3.0.3
  date: 2005-02-06
  changes:
    - Stack overflow regexp on code inlines obliterated.
    - Citations scaled back.
    - Toggle span tags on CAPS with :no_span_tags accessor.

- version: 3.0.2
  date: 2005-02-02
  changes:
    - Stack overflow Regexps replaced.
    - All code blocks protected from formatting.
    - Hard breaks working.
    - Filter HTML now uses detailed cleaner.

- version: 3.0.1
  date: 2004-11-15
  changes:
    - Using `float' rather than `text-align' to align image blocks.
    - Shelving more HTML attributes to prevent them from clashing with Textile glyphs.
    - Simplifying the block regexp.

- version: 3.0
  date: 2004-10-26
  changes:
    - Broke up the Textile engine into smaller parts, recoded central block parser.
    - Added preliminary support for Markdown.
    - Added support for custom Textile prefixes.
    - RedCloth now generates XHTML fragments.
    - Complete HTML documents should now work, RedCloth ignores complex HTML.

- version: 2.0.12
  date: 2004-08-09
  changes:
    - Escaping tighter for <pre> tags that share a single line.
    - No more String#htmlesc!.  Moved to RedCloth#htmlesc.
    - Pruned out the code that was handling multibyte.

- version: 2.0.11
  date: 2004-06-01
  changes:
    - Fixed the new 2.0-style aliased links.
    - Lines starting with div opening or closing tags aren't given paragraph tags.
    - Escaped some sample markup that was being translated by RDoc.
    - Subtle changes to the quick tags to help them interact with surrounding HTML better.
    - Ensure angle brackets inside code quick tags get escaped.
    - New patch and test by F. Ros to fix <pre> tags with class settings.
    - Commented out encode_entities and fix_entities, they do nothing now.  Thanks, Denis.
    - Scaled back QTAGS a back to avoid mixing up hyphens and dels.  Thanks, Denis.
    - Work on the references to ensure they are generating at least XHTML 1.0 Transitional.

- version: 2.0.10
  date: 2004-05-26
  changes:
    - Table and list problems.  Rewrote the <pre> handling code.. again.

- version: 2.0.9
  date: 2004-05-26
  changes:
    - Improved RDoc.  Ri documentation is auto-installed now!
    - Links were consuming closing HTML tags.  (See latest test in tests/links.yml.)
    - Further speed patch from Denis.  Good good.
    - Patch by F. Ros to fix <pre> tags with class settings.

- version: 2.0.8
  date: 2004-05-22
  changes:
    - First scan of the glyphs() method only scans for pre|notextile|code, the
      deeper passes scan for all HTML.  Now inlines work around HTML tags!
      (What a pain!)
    - Moved tables and blocks into glyphs to keep them shielded from the parser
      if they are in <pre> tags.
    - Patch by Denis Mertz to speed up RedCloth by compiling the various RegExps
      only once.  Thanks, David!

- version: 2.0.7
  date: 2004-04-21
  changes:
    - New REFERENCE and QUICK-REFERENCE.  See http://hobix.com/textile/.
    - Lists rewritten to accomplish better line folding.
    - Better, greedier links.
    - Additional link and list tests.

- version: 2.0.6
  date: 2004-04-16
  changes:
    - Bold and strong tags were mixed up.  '*' is now strong.  '**' is bold.
      They were swapped until now.
    - Horizontal alignments were pretty buggy.  Combining alignments with
      indents was totally broken.
    - Fixed table problem.  Now glyphs are handled between tables and blocks.
    - Nested <pre> and <code> tags are now escaped.  Much better handling of
      HTML inside <pre> tags.  Really: quite nice.
    - Patch from Florian Gross to fix an html filtration inconsistency.
2005-09-05 03:52:49 +00:00
jdolecek
f01773465b fix compilation after PHP 4.4.x upgrade 2005-09-04 12:46:01 +00:00
jlam
daa2b1ac9b Bump the PKGREVISION of packages that linked against the lua shared
library after lang/lua was libtoolized in lua-5.0.2nb4.
2005-09-04 05:00:36 +00:00
xtraeme
c0cbdd7c9b USE_TOOLS+=gtar is clearly not the right thing here, replace it
with the 'tar'.
2005-09-03 14:23:50 +00:00
simonb
d94f5ad184 Add and enable qprint. 2005-08-30 08:32:18 +00:00
simonb
cea72e379e Initial import of qprint-1.0.
This package provides a filter that can encode and decode
quoted-printable files.
2005-08-30 08:30:00 +00:00
reed
ca4c22cb17 Use INSTALLATION_DIRS for lib and include also (in addition to
share/doc/ezxml). This fixes problem where it creates include
as a plain file.

Also get rid of INSTALL_DATA_DIR for the doc directory since already done.
2005-08-29 20:39:37 +00:00
uebayasi
aa8e85bcfd Rework emacs.mk:
1) Simplify the way how an emacs version is picked when no emacs
   is installed, but a user try to install an Emacs Lisp package.
   Just pick up the version set as EMACS_TYPE than searching for
   versions already installed etc.  If the EMACS_TYPE version is
   not supported by the Emacs Lisp Package, just fail.  EMACS_TYPE
   be default to GNU Emacs 21.

   (In other words, users should set EMACS_TYPE as they want.
   Otherwise GNU Emacs 21 is used.)

2) All Emacs Lisp Packages *must* prepend EMACS_PKGNAME_PREFIX to
   a) the PKGNAME itself, and b) PKGNAME in its dependency lines.
   EMACS_PKGNAME_PREFIX is expanded to "xemacs-" when XEmacs is
   used.  This keeps dependency graph of Emacs-Lisp-packages-
   installed-for-XEmacs consistent.

3) Document EMACS_* variables as much as possible.

4) Provide more cookies for PLIST.  Maybe utilized later.

Note that the 2) change doesn't affect the default, GNU Emacs 21
behaviour.  So no version / revision bumps in this commit.
2005-08-28 04:25:28 +00:00
drochner
0db38a866a update to 0.3.2
changes
-bugfixes
-translation updates
-Implemented new runtime format string i18n system
-Prefixed IDs in xsldoc output
2005-08-26 16:30:51 +00:00
reed
be7cf2d4f1 Add patch-ab to not use "which" command.
And set in configure environment: ASPELL and PREZIP to
path to executables.
2005-08-23 21:37:24 +00:00
jlam
cf4dfe44a5 Use REQD_DIRS instead of MAKE_DIRS for directories under ${PREFIX} so
that these directories will be conditionally removed (based on reference
counts), regardless of the value of PKG_CONFIG.  Bump the PKGREVISION
for packages that were modified as a result.
2005-08-20 19:16:21 +00:00
jlam
bd2788d930 Merge CONF_FILES/SUPPORT_FILES and CONF_FILES_PERMS/SUPPORT_FILES_PERMS
as the INSTALL and DEINSTALL scripts no longer distinguish between
the two types of files.  Drop SUPPORT_FILES{,_PERMS} and modify the
packages in pkgsrc accordingly.
2005-08-19 18:12:36 +00:00
taca
a96ba0122f Bump PKGREVISION refrecting chasen-base's update. 2005-08-18 15:46:23 +00:00
taca
ddba9c120a Tweak white space. 2005-08-18 15:44:44 +00:00
taca
2059300631 Fix two problem noted on tech-pkg-ja mailing list.
- Remove Windows specific (and slightly broken) patch file;
  chasen-2.3.3.20030822.patch, originally noted by Makoto Fujiwara.
- Fix crash with SEGV when using "%r" output format, noted by Akio Obata.

Bump PKGREVISION.
2005-08-18 15:37:17 +00:00
adam
f5b57f018d MASTERSITE and HOMEPAGE updated, since the web-site moved 2005-08-16 11:37:34 +00:00
adrianp
30ca9c584e Fix the shell path so xmlto actually runs
Bump PKGREVISION
2005-08-13 21:25:58 +00:00
jmmv
4662e5c4ad Update to 1.69.1:
Changes to xsl/*

  | 2005-08-11  Michael Smith <xmldoc@users.sourceforge.net>
  |
  | 	* RELEASE-NOTES.xml: Updated for 1.69.1 release.
  |
  | 	* VERSION: Version 1.69.1 released.
  |
  | 2005-07-19  Michael Smith <xmldoc@users.sourceforge.net>
  |
  | 	* Makefile: New file.
  |

Changes to xsl/fo/*

  | 2005-08-09  Robert Stayton <bobstayton@users.sourceforge.net>
  |
  | 	* autoidx.xsl: Fix bug 1247565: missing attribute set on
  | 	  symbol entries.
  |
  | 	* block.xsl, ebnf.xsl, table.xsl, titlepage.xsl: fo:table-body
  | 	  and fo:table-header now set start-indent and end-indent to
  | 	  zero to reset the table reference areas.
  |
  | 2005-08-05  Jirka Kosek <kosek@users.sourceforge.net>
  |
  | 	* autoidx.xsl: Fixed bug #1244478. Indexterms in informal
  | 	  objects are now getting correct page reference.
  |
  | 2005-07-27  Robert Stayton <bobstayton@users.sourceforge.net>
  |
  | 	* pagesetup.xsl: Fixed starting page number for first part
  | 	  element in single-sided output.
  |

Changes to xsl/html/*

  | 2005-08-11  Michael Smith <xmldoc@users.sourceforge.net>
  |
  | 	* annotations.xsl: Set default value of annotation.support
  | 	  param to 0 (off). Also, wrapped contents of the
  | 	  apply-annotations template in a "if" statement, so that
  | 	  those contents get evaluated only if annotation.support is
  | 	  non-zero. The reason for these changes was a report from
  | 	  Doug du Boulay (on the docbook-apps list) that processing of
  | 	  the apply-annotations template was consuming 75% of the
  | 	  total processing time for a 2.5Mb file. Anatoly Techtonik
  | 	  followed with a comment that with 1.69.0, "Compiling took
  | 	  about full working day on 12Mb file while earlier it was
  | 	  about 2-4 hours".
  |
  | 2005-08-04  Robert Stayton <bobstayton@users.sourceforge.net>
  |
  | 	* chunk-code.xsl, chunkfast.xsl: Add cf to
  | 	  exclude-result-prefixes because it is for internal use only.
  |

Changes to xsl/manpages/*

  | 2005-08-11  Michael Smith <xmldoc@users.sourceforge.net>
  |
  | 	* lists.xsl: Fixed check for first following siblings in
  | 	  lists.
  |
  | 2005-08-09  Michael Smith <xmldoc@users.sourceforge.net>
  |
  | 	* block.xsl, lists.xsl, utility.xsl: Output .sp macro in mixed
  | 	  blocks where we were outputting completely blank line
  | 	  before. Thanks (again) to Costin Stroie for pointing out the
  | 	  problems and providing a test case. Also, corrected the test
  | 	  for checking first preceding siblings of text nodes in mixed
  | 	  blocks (the test is used for determining whether or not we
  | 	  need to insert a line break before those nodes.)
  |
  | 2005-08-05  Michael Smith <xmldoc@users.sourceforge.net>
  |
  | 	* utility.xsl: Fixed bug that caused literal .sp to show up in
  | 	  output. (Thanks to Costin Stroie for reporting). WARNING:
  | 	  One of the consequences of this change is that the
  | 	  stylesheet no longer generates spaces at the end of certain
  | 	  lines. I had it doing that as a sort of hack to prevent
  | 	  certain kinds of problems in output. It seems like the hack
  | 	  my no longer be necessary. But if I am wrong, this change
  | 	  may cause spaces to show up at the beginning of some lines
  | 	  in "mixed content". If you see those, then this change has
  | 	  introduced a regression, and I will need to go back and
  | 	  figure out the right way to fix it (instead of the kludgy
  | 	  way I was doing it before. Also, instances like the
  | 	  following were showing up in some cases. .PP .sp That is, a
  | 	  .PP macro immediately followed by a .sp macro. I can think
  | 	  of no good read to ever generate that, and I am not sure why
  | 	  it is getting generated. So I have taked the lazy way out
  | 	  and caused the stylesheet to now strip out the .sp from all
  | 	  such instances, leaving just the .PP
  |
  | 2005-07-24  Michael Smith <xmldoc@users.sourceforge.net>
  |
  | 	* block.xsl, lists.xsl, utility.xsl: New file.
  |
  | 	* block.xsl, lists.xsl, utility.xsl: Fixed handling of lists
  | 	  with titles. Also reworked handling of space around lists.
  | 	  (Closes #1243003 and 1241371). Among other things, this
  | 	  change "normalizes" line space before and after verbatims.
  | 	  For most cases, the stylesheet now attempts to ensure each
  | 	  verbatim is preceded and followed by exactly one line of
  | 	  space.
  |

Changes to xsl/params/*

  | 2005-08-11  Michael Smith <xmldoc@users.sourceforge.net>
  |
  | 	* annotation.support.xml: Set default value of
  | 	  annotation.support param to 0 (off). Also, wrapped contents
  | 	  of the apply-annotations template in a "if" statement, so
  | 	  that those contents get evaluated only if annotation.support
  | 	  is non-zero. The reason for these changes was a report from
  | 	  Doug du Boulay (on the docbook-apps list) that processing of
  | 	  the apply-annotations template was consuming 75% of the
  | 	  total processing time for a 2.5Mb file. Anatoly Techtonik
  | 	  followed with a comment that with 1.69.0, "Compiling took
  | 	  about full working day on 12Mb file while earlier it was
  | 	  about 2-4 hours".
  |
  | 2005-08-06  <balls@users.sourceforge.net>
  |
  | 	* pages.template.xml: New file.
  |
  | 2005-08-05  Michael Smith <xmldoc@users.sourceforge.net>
  |
  | 	* man.string.subst.map.xml: Kruft removal.
  |
  | 	* man.string.subst.map.xml: Fixed bug that caused literal .sp
  | 	  to show up in output. (Thanks to Costin Stroie for
  | 	  reporting). WARNING: One of the consequences of this change
  | 	  is that the stylesheet no longer generates spaces at the end
  | 	  of certain lines. I had it doing that as a sort of hack to
  | 	  prevent certain kinds of problems in output. It seems like
  | 	  the hack my no longer be necessary. But if I am wrong, this
  | 	  change may cause spaces to show up at the beginning of some
  | 	  lines in "mixed content". If you see those, then this change
  | 	  has introduced a regression, and I will need to go back and
  | 	  figure out the right way to fix it (instead of the kludgy
  | 	  way I was doing it before. Also, instances like the
  | 	  following were showing up in some cases. .PP .sp That is, a
  | 	  .PP macro immediately followed by a .sp macro. I can think
  | 	  of no good read to ever generate that, and I am not sure why
  | 	  it is getting generated. So I have taked the lazy way out
  | 	  and caused the stylesheet to now strip out the .sp from all
  | 	  such instances, leaving just the .PP
  |
  | 2005-07-28  Robert Stayton <bobstayton@users.sourceforge.net>
  |
  | 	* part.autolabel.xml: Changed default part numbering format
  | 	  back to 'I'.
  |
  | 2005-07-24  Michael Smith <xmldoc@users.sourceforge.net>
  |
  | 	* man.string.subst.map.xml: New file.
  |
  | 	* man.string.subst.map.xml: Fixed handling of lists with
  | 	  titles. Also reworked handling of space around lists.
  | 	  (Closes #1243003 and 1241371). Among other things, this
  | 	  change "normalizes" line space before and after verbatims.
  | 	  For most cases, the stylesheet now attempts to ensure each
  | 	  verbatim is preceded and followed by exactly one line of
  | 	  space.
  |
  | 2005-07-20  Michael Smith <xmldoc@users.sourceforge.net>
  |
  | 	* appendix.autolabel.xml: New file.
  |
  | 2005-07-20  Norman Walsh <nwalsh@users.sourceforge.net>
  |
  | 	* appendix.autolabel.xml: Make appendixes use upperalpha
  | 	  numeration
  |

Changes to xsl/wordml/*

  | 2005-08-06  <balls@users.sourceforge.net>
  |
  | 	* docbook-pages.xsl, pages-normalise.xsl, param.ent,
  | 	  param.xweb, template-pages.xml: Added support for Apple
  | 	  Pages application
  |
2005-08-13 15:21:32 +00:00
jlam
7820875fff Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables.  Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.

For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-08-10 20:56:10 +00:00
jlam
00fd4ffad5 Install Perl modules into the Perl vendor directories. Bump the
PKGREVISION to 3.
2005-08-09 01:52:32 +00:00
taca
51dbac781e Make this package for ruby16 only since ruby1.8.2 already contains
this library.
2005-08-08 14:25:51 +00:00
jlam
7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00
agc
e85848918f Add and enable ezxml 2005-08-01 00:25:41 +00:00
agc
3d547635d3 Import ezxml library, submitted in PR 30887 by Marcin Jessa.
ezXML is a C library for parsing XML documents inspired by simpleXML
	for PHP.  As the name implies, it's easy to use.  It's ideal for
	parsing XML configuration files or REST web service responses.  It's
	also fast and lightweight (less than 20k compiled).

	An example of how to use the ezXML library can be found in
	${PREFIX}/share/doc/ezxml
2005-08-01 00:25:04 +00:00
grant
083c97478a USE_LANGUAGES=c c++ 2005-07-31 06:03:26 +00:00
adam
ab68548242 Changes 2.0.11:
* Re-enable apostrophe word-breaking work-arounds
* Additional translations
2005-07-28 12:43:13 +00:00
wiz
6301213966 Reset MAINTAINER -- he stopped working on pkgsrc. 2005-07-27 16:21:16 +00:00
kristerw
0e3bb76d29 Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
2005-07-24 17:19:20 +00:00
wiz
1d7f6cedeb Variable quoting improvement for pkglint. 2005-07-24 14:33:19 +00:00
wiz
dcf9ccf06c Fix CONFLICTS line. 2005-07-24 14:32:28 +00:00
wiz
f934b79fef Update to 1.69.0:
The release includes major feature changes, particularly in the
manpages stylesheets, as well as a large number of bug fixes. This
project is the home for the DocBook XSLT stylesheets and DSSSL
stylesheets and more.
2005-07-23 18:41:15 +00:00
wiz
d774725534 Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21 16:29:42 +00:00
wiz
e7efb70255 Add and enable py-elementtree. 2005-07-21 12:14:19 +00:00
wiz
d86e5361f8 Initial import of py-elementtree, from pkgsrc-wip, packaged by recht@
The Element type is a simple but flexible container object, designed
to store hierarchical data structures, such as simplified XML infosets,
in memory.

The ElementTree toolkit contains an Element implementation in Python,
and code to read XML and HTML files into trees of Element objects, and
write them out as XML.
2005-07-21 12:13:29 +00:00
jlam
7ce4f23b51 Remove unnecessary passing of YACC to the configure script as it's
already passed by the tools framework.
2005-07-20 04:50:46 +00:00
grant
e720c400e2 depends should be ../../<category>/<pkg> 2005-07-19 10:11:48 +00:00
hubertf
fc3822a7a8 Fix path to RFC-database, it's most certainly not in /usr/local.
Bump revision.
2005-07-18 20:00:22 +00:00
tonio
b734d96235 Update to rubber 1.0
Change maintainer address to @netbsd.org
Update homepage to avoid redirections

Main changelog entries:
  Version 1.0 (2005-07-11)
  More intelligent graphics conversion rules.
  New command-line options "--inplace" and "--into".
  New command-line option "-W" to report warnings.
  Modules "index" and "verbatim" fixed.
  Fixed path searching in Metapost.
  Fixed paper size handling (in dvips, dvipdfm, ps2pdf).
  Better handling of aux files from \include'd sources.

approved by cube@
2005-07-18 13:46:45 +00:00
heinz
363c7dac22 Updated to 0.23nb2.
Added missing prerequisite p5-libxml (for XML::Parser::PerlSAX)
This should fix PR pkg/30768.
2005-07-17 14:25:57 +00:00
jlam
83147ffa68 Remove some unnecessarily strong dependencies on perl that resulted
from including perl5/buildlink3.mk.  These packages just need the Perl
interpreter, and can just add "perl" to USE_TOOLS instead.
2005-07-16 19:10:37 +00:00
jlam
3e474a90d8 Get rid of USE_PERL5. The new way to express needing the Perl executable
around at either build-time or at run-time is:

	USE_TOOLS+=	perl		# build-time
	USE_TOOLS+=	perl:run	# run-time

Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
2005-07-16 01:19:06 +00:00
jlam
e26a9ed756 Drop support for TOOLS_DEPMETHOD.<tool>. The new way to specify a
run-time dependency (DEPENDS) on a tool is to append a ":run" modifier
to the tool name, e.g.,

	USE_TOOLS+=	perl:run

Tools without modifiers or with an explicit ":build" modifier will
cause build dependencies (BUILD_DEPENDS) on those tools to be added.
This makes the notation a bit more compact.
2005-07-15 20:14:02 +00:00
jlam
bf9129c41e Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making
PKGSRC_USE_TOOLS go away.  There is now only a single USE_TOOLS variable
that specifies all of the tools we need to build/run the package.
2005-07-15 18:27:48 +00:00
jlam
7a6521287b Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.
2005-07-13 18:01:18 +00:00
drochner
4e8536c148 sync with libxml2 update 2005-07-13 09:53:31 +00:00
grant
16736348e2 no need to force the latest version when IGNORE_RECOMMENDED=YES. set
BUILDLINK_RECOMMENDED.aspell>=0.50.3 instead.
2005-07-13 04:37:52 +00:00
recht
813fba2584 update to libxml2 2.6.20
2.6.20: Jul 10 2005:
   -  build fixes: Windows build (Rob Richards), Mingw compilation (Igor
       Zlatkovic), Windows Makefile (Igor), gcc warnings (Kasimier and
       andriy@google.com), use gcc weak references to pthread to avoid the
       pthread dependancy on Linux, compilation problem (Steve Nairn),
       compiling of subset (Morten Welinder), IPv6/ss_family compilation
       (William Brack), compilation when disabling parts of the library,
       standalone test distribution.

   -  bug fixes: bug in lang(), memory cleanup on errors (William Brack),
       HTTP query strings (Aron Stansvik), memory leak in DTD (William),
       integer overflow in XPath (William), nanoftp buffer size, pattern
       "." apth fixup (Kasimier), leak in tree reported by Malcolm Rowe,
       replaceNode patch (Brent Hendricks), CDATA with NULL content
       (Mark Vakoc), xml:base fixup on XInclude (William), pattern
       fixes (William), attribute bug in exclusive c14n (Aleksey Sanin),
       xml:space and xml:lang with SAX2 (Rob Richards), namespace
       trouble in complex parsing (Malcolm Rowe), XSD type QNames fixes
       (Kasimier), XPath streaming fixups (William), RelaxNG bug (Rob Richards),
       Schemas for Schemas fixes (Kasimier), removal of ID (Rob Richards),
       a small RelaxNG leak, HTML parsing in push mode bug (James Bursa),
       failure to detect UTF-8 parsing bugs in CDATA sections, areBlanks()
       heuristic failure, duplicate attributes in DTD bug (William).

   -  improvements: lot of work on Schemas by Kasimier Buchcik both on
       conformance and streaming, Schemas validation messages (Kasimier
       Buchcik, Matthew Burgess), namespace removal at the python level
       (Brent Hendricks), Update to new Schemas regression tests from
       W3C/Nist (Kasimier), xmlSchemaValidateFile() (Kasimier), implementation
       of xmlTextReaderReadInnerXml and xmlTextReaderReadOuterXml (James Wert),
       standalone test framework and programs, new DOM import APIs
       xmlDOMWrapReconcileNamespaces() xmlDOMWrapAdoptNode() and
       xmlDOMWrapRemoveNode(), extension of xmllint capabilities for
       SAX and Schemas regression tests, xmlStopParser() available in
       pull mode too, ienhancement to xmllint --shell namespaces support,
       Windows port of the standalone testing tools (Kasimier and William),
       xmlSchemaValidateStream() xmlSchemaSAXPlug() and xmlSchemaSAXUnplug()
       SAX Schemas APIs, Schemas xmlReader support.
2005-07-12 21:15:21 +00:00
taca
1e549f46ed - add missing message files in PLIST.
- deprecate USE_PERL5 and LTCONFIG_OVERRIDE.

Bump PKGREVISION.
2005-07-12 16:03:56 +00:00
kristerw
9384e6337d Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
2005-07-08 21:28:15 +00:00
kristerw
0650e01d5a Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
2005-07-08 20:53:49 +00:00
kristerw
5b7f56aed8 Do not include malloc.h, and add HAVE_STRLCPY for Darwin too. 2005-07-08 18:56:56 +00:00
markd
15ad4fc64a Update ispell-british to 3.3.02. 2005-07-07 12:44:44 +00:00
markd
ef66843718 Update ispell-base to 3.3.02
Ispell 3.3 offers improved support for international languages, improved
deformatting, and better support for compilation on Windows systems. All
known security holes have been closed. A number of small bugs are also
fixed.
2005-07-07 12:42:20 +00:00
christos
9f598e7e89 update to 0.1 which should be more portable. 2005-07-05 19:53:40 +00:00
wiz
79584f9fa6 Distfile has changed without name change; set DIST_SUBDIR; PKGREVISION++. 2005-07-05 15:19:26 +00:00
wiz
b3583a2761 USE_PERL5 -> USE_TOOLS+=perl. 2005-06-28 14:18:55 +00:00
wiz
6b0d4fa999 Update to 0.60.3.
Complete list of changes from 0.60.2:

   * Fixed bugs involving several of the C API functions.

   * Fixed bug where `ultra' or `fast' mode will not return any
     suggestions when soundslike lookup is not used.

   * Made a minor, yet significant, optimization to the suggestion code.
     This speed things up by an order of magnitude in some cases.

   * Avoid using the slow ngram scan except when the `sug-mode' is
     `slow' or `bad-speller'.

   * Fixed a bug in curses mode which causes word-wrap to not work
     correctly in some cases.

   * Fixed a bug in pipe mode with a missing newline.

   * Fixed the `spell' compatibility script.

   * Several other minor bugs fixed.

   * Made note about the change in behavior of the `-l' command line
     switch.

   * Other manual update/fixes.

   * Updated to Libtool 1.5.18, Automake 1.9.6, and Makeinfo 4.8.
2005-06-28 14:17:49 +00:00
wiz
cef42348ec Depend on >= aspell-0.60.2nb1, which unbreaks the build.
Fix PLIST. Remove BROKEN.
2005-06-26 05:20:07 +00:00
wiz
e3ee624f80 Add patch from program's author that fixes aspell-cz build.
Bump PKGREVISION to 1.
2005-06-26 05:19:10 +00:00
taca
5e54cdfef0 Update ruby-xmlparser package to 0.6.8.1.
- Avoid C90'ism from code; content of patch-ab was merged.
2005-06-25 02:34:27 +00:00
kristerw
39c5fc71b7 Change the CONFIGURE_ENV to use the variables users are supposed to set,
rather than the autoconf cache variables.
2005-06-24 20:53:20 +00:00
wiz
8bfd6b61d7 Add and enable p5-Text-Glob. 2005-06-24 17:34:40 +00:00
wiz
5da6aa975a Import p5-Text-Glob-0.06 from pkgsrc-wip, packaged by
Hiramatsu Yoshifumi.

Text::Glob implements glob(3) style matching that can be used to match
against text, rather than fetching names from a filesystem. If you
want to do full file globbing use the File::Glob module instead.
2005-06-24 17:33:36 +00:00
kristerw
42c793da7d Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
2005-06-24 16:44:15 +00:00
jlam
0adeaaac21 Remove lang/libperl and modify packages that used libperl to depend
instead on perl>=5.8.0.  Bump the PKGREVISIONs of the following packages
due to the possible perl dependency changes after the removal of
libperl:

	audio/ices-mp3
	databases/postgresql73-plperl
	databases/postgresql74-plperl
	textproc/eperl
	www/ap-perl
2005-06-24 05:56:25 +00:00
is
4c78cba8f4 getopt() returns an int so that -1 can be distinguished from any character
value (xls2csv wouldn't accept any command line without this fix).
While we're here, add <stdlib.h> to analyze.c so that exit() is
declared.
2005-06-22 21:11:35 +00:00
kristerw
2fbf84300d Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
2005-06-20 15:52:47 +00:00
jlam
d0915c61c3 Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead of
${PREFIX}.
2005-06-17 04:49:45 +00:00
jlam
e46a9dd380 Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
jwise
78d043bfb3 Update Sablotron to version 1.0.2. Changes from 1.0.1:
Version 1.0.2
December 29, 2004
-----------------
	- fixed a bug in declarations of namespaces
          during serialization
	- minor fixes for gcc 3.4.x
	- fixed mistakes in error messages
2005-06-06 20:14:43 +00:00