summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2006-01-31Backport a change from 1.5.22 to 1.5.18 that fixes some issues withtv_libtool_1_5_18_tmpdirfixtv1598-62780/+0
temp dir creation when using relink-based finalization.
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
2005-10-23Import hyperestraier from pkgsrc-wip. Packaged by OBATA Akio.minskim6-0/+329
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-17Remove the dependency over gmaketonio3-5/+34
Patch from Matthew Clarke in rubber's darcs archive
2005-10-16Complete move of gocr from textproc to graphics.wiz8-67/+3
2005-10-14Add and enable iso-codes.jmmv1-1/+2
2005-10-14Initial import of iso-codes, version 0.48:jmmv7-0/+412
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-12Bump dependency version, make this a build only dependency and fix anjmmv1-3/+4
indentation problem.
2005-10-12gdome2 uses libtool, so use USE_LIBTOOL=YES.reed2-3/+5
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-12Change my email address.seb2-4/+4
2005-10-10In a == conditional involving a variable, the LHS must not be enclosed intv1-2/+2
double quotes (breaks on older NetBSD make and bootstrap/bmake).
2005-10-10s/netbsd.org/NetBSD.org/hira1-2/+2