Commit graph

2764 commits

Author SHA1 Message Date
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