summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2005-11-15Fix path to itself.wiz1-2/+2
2005-11-14Update to 0.37:wiz5-30/+16
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-14Use ${TEX} and ${PDFTEX} from buildlink3. Allow teTeX2 as TEX_ACCEPTEDtonio1-4/+4
2005-11-14Use pkg-configadam1-3/+3
2005-11-13Use PKG_LOCALTEXMFPREFIX instead of PKG_TEXMFPREFIX to distinguishminskim2-5/+5
add-on packages from those distributed with TeX. Currently, PKG_LOCALTEXMFPREFIX and PKG_TEXMFPREFIX are same, so no PKGREVISION bump.
2005-11-13Add tex-xmltex.minskim1-1/+2
2005-11-13Import tex-xmltex from pkgsrc-wip.minskim4-0/+46
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-12Add and enable libxml++2.wiz1-1/+2
2005-11-12Initial import of libxml++2, provided by Evaldo Gardenali in pkgsrc-wip.wiz5-0/+327
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-11Rename LATEX_ACCEPTED and LATEX_DEFAULT to TEX_ACCEPTED and TEX_DEFAULTtonio2-4/+4
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-09Fix WRKSRC (hi rillig!).wiz1-1/+3
2005-11-09bump PKGREVISION for dependency change (hi, tv!)grant1-1/+2
2005-11-09Make it depends on ruby-rdtool since it install a library file intotaca1-1/+8
rdtools's directory. Bump PKGREVISION.
2005-11-09Prevent installing extra ${PREFIX}/bin/rdswap.rb. It fixes a problemtaca1-2/+4
found by bulk-build.
2005-11-08Convert ot use tex.buildlink3.mktonio3-20/+21
latex2html installs it's latex files in ${PKG_LOCALTEXMFPREFIX}
2005-11-08Include <sys/time.h> to get fd_set on Interix.tv2-1/+14
2005-11-08Need gm4, too, as system-builtin m4 does not support "-P" on many platformstv1-2/+2
(including Interix).
2005-11-08Include devel/libgetopt bl3 for <getopt.h>.tv1-1/+2
2005-11-08Interix has strlcpy(3) too.tv1-2/+2
2005-11-08Don't override the system-supplied prototype for getopt(3).tv2-1/+24
2005-11-08This requires zlib, so say so.tv1-1/+2
2005-11-05Removed unnecessary definition for WRKSRC.rillig1-3/+1
2005-11-04Fixed wrong use of WRKSRC. gcc-2.95 does not like CRLF line ends, so theyrillig3-9/+15
are stripped from all *.c and *.h files.
2005-11-03Using MASTER_SITE_APACHE instead of hard-coded URL.rillig1-2/+2
2005-11-03Remove supporting ruby16-base package.taca3-22/+3
2005-11-03Delete removed ruby related pacakge's entries.taca1-5/+1
2005-11-03Remove packages which supported by ruby16-base (Ruby 1.6.8) pacakge onlytaca19-1032/+0
and now bundled in ruby18-base pacakges.
2005-11-03Update ruby-redcloth package to 3.0.4.taca3-13/+20
- 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-03Update textproc/ruby-rttool to 1.0.1.taca4-39/+30
- 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-03Update textproc/ruby-rdtool package to 0.6.18 and it updatestaca6-112/+54
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- Update ruby-html-parser pacakge to 19990912p2.taca3-13/+22
- 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-02Use USE_RUBY_INSTALL instead of using do-install target.taca1-5/+3
2005-11-02Update HOMEPAGE.taca1-2/+2
2005-11-02Bump PKGREVISION of packages including ruby extention librarytaca2-3/+4
by Ruby 1.8.3 updates.
2005-11-02Disable packages used with ruby16-base only or bundled withtaca1-5/+5
ruby18-base packages.
2005-11-02White space fix.taca1-2/+2
2005-11-02Update hyperestraier to 1.0.3. Patches provided by OBATA Akio (maintainer)minskim3-14/+16
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-01Update to 0.39:wiz2-7/+6
version: 0.39 date: Tue Apr 12 15:28:40 PDT 2005 changes: - Need newer Test::More or tests hang.
2005-10-29Reset maintainer to tech-pkg:wiz1-2/+2
host idoru.mine.nu[82.31.78.41] said: 550 sorry, never heard of you (in reply to RCPT TO command)
2005-10-27Added two more patches for Solaris, which makes the package build.rillig4-8/+107
Removed the extra LIBS for the SunPro compiler from the Makefile, as they made the build fail for me.
2005-10-27Added four patches that are required for the SunPro compiler. Therillig5-1/+118
package still does not build on Solaris, but at least it's making progress.
2005-10-26Fix pkglint warning (set CONFIGURE_ARGS with +=)tonio1-2/+2
2005-10-25Specify USE_RUBY_DIST_SUBDIR appropriately after previoustaca4-4/+9
lang/ruby/rubyversion.mk changes.
2005-10-23Set NO_CONFIGURE and NO_BUILD to "yes" instead of nothing.rillig1-3/+3
2005-10-23Use "+=" instead of "=" for CONFIGURE_ARGS.* and PLIST_SUBST.*.rillig1-5/+7
2005-10-23Removed the deprecated variables NO_TOOLS and NO_WRAPPER.rillig1-4/+1
2005-10-23Fixed the following pkglint warnings. Sorted PLIST.rillig2-10/+10
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-23Fixed the following pkglint warnings. Sorted PLIST.rillig2-55/+55
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-23Removed trailing white-space from line 1.rillig1-1/+1
2005-10-23Add hyperestraier.minskim1-1/+2