summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2001-03-31Create the right directory before trying to install documentation.skrll1-3/+3
${MKDIR} -> ${INSTALL_DATA_DIR}
2001-03-31o CC=gcc -> CC="${CC}"zuntum1-3/+3
o fix quoting
2001-03-30Sync the doc files with reality. I mean it!hubertf1-29/+16
2001-03-29Added USE_LIBINTL=YES.jtb1-1/+3
2001-03-29Enable MIF output, default catalog, and fix the docs to actuallyhubertf1-3/+5
install the *jade* *docs* (not sp, which is in another dir here). thanks a lot to "Kogule, Ryo" <kogule@mars.dti.ne.jp> for the patch!
2001-03-29Installed docs are actually for SP, not Jadehubertf2-23/+23
Pointed out on tech-pkg by "Kogule, Ryo" <kogule@mars.dti.ne.jp>
2001-03-29fix DISTNAME vs. PKGNAMEdrochner1-2/+3
2001-03-29Update to 1.2.1nb1:hubertf3-5/+20
Add patch sent in by Kogule, Ryo <kogule@mars.dti.ne.jp> on tech-pkg so this does not crash on NetBSD/mac68k.
2001-03-28Remove duplicate "document" in COMMENT.jtb1-2/+2
2001-03-27Update to version that comes with KDE 2.1skrll3-9/+9
2001-03-27Change BUILD_DEPENDS semantics:hubertf4-8/+8
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-03-26Add and enable yodl.jtb1-1/+2
2001-03-26Initial import of yodl:jtb7-0/+129
Yodl is a package that implements a pre-document language and tools to process it. The idea of Yodl is that you write up a document in a pre-language, then use the tools (e.g. yodl2html) to convert it to some final document language. Current converters are for HTML, ms, man, LaTeX SGML and texinfo, plus a poor-man's text converter. Main document types are "article", "report", "book" and "manpage". The Yodl document language is designed to be easy to use and extensible.
2001-03-26An accident, obviously.jtb6-111/+0
2001-03-26Initial import of yodl-1.31.18:jtb6-0/+111
Yodl is a package that implements a pre-document language and tools to process it. The idea of Yodl is that you write up a document in a pre-language, then use the tools (e.g. yodl2html) to convert it to some final document language. Current converters are for HTML, ms, man, LaTeX, SGML and texinfo, plus a poor-man's text converter. Main document types are "article", "report", "book" and "manpage". The Yodl document language is designed to be easy to use and extensible.
2001-03-26regen.bad1-4/+4
2001-03-26Instantiate Vector<size_t> on __sparc__ too.bad2-4/+4
2001-03-25Enable p5-Text-Wrappermjl1-1/+2
2001-03-25Initial import of p5-Text-Wrapper, a perl5 module that provides simplemjl4-0/+30
word wrapping.
2001-03-25Update to 1.31. No changes available, Changelog stops at 1.23.mjl2-4/+4
2001-03-22Revert DISTNAME to ispell-gaeilge-0.1.wiz1-2/+2
2001-03-21Update to 0.22.mjl2-4/+4
* CSV_XS.xs: Added the handling of escape characters outside of quotes. * CSV_XS.pm (parse): Minor bugfix in the parse method.
2001-03-20Don't build "rman" if you already have an "rman" in ${X11BASE} (which isfredb1-1/+5
presumably the "rman" installed by XFree86-4.x).
2001-03-16Use termios instead of TIOC{G,S}ETP, so that ispell works on machineswiz2-1/+149
without COMPAT_43 in the kernel.
2001-03-15Set PKGNAME to rfcutil-3.1, do not derive it from DISTNAME because check ↵zuntum1-2/+2
script complains
2001-03-15add and enable ispell-germanwiz1-1/+2
2001-03-15Update dependency to ispell-base>=3.1.20.wiz3-6/+6
2001-03-15Initial import of ispell-german, as requested in pkg/12145:wiz6-0/+52
German dictionary for ispell.
2001-03-15Raise MASKBITS to 64 -- needed for ispell-german.wiz1-2/+3
Bump version to 3.1.20nb1.
2001-03-15astyle was moved to develhubertf6-82/+0
2001-03-15Move astyle from textproc to devel, suggested by Alhubertf1-2/+1
2001-03-15add & enable astylehubertf1-1/+2
2001-03-15Add astyle-1.13.6.1: reindenter and reformatter of C++, C and Java source codehubertf6-0/+82
When indenting source code, we as programmers have a tendency to use both spaces and tab characters to create the wanted indentation. Moreover, some editors by default insert spaces instead of tabs when pressing the tab key, and other editors (Emacs for example) have the ability to "pretty up" lines by automatically setting up the white space before the code on the line, possibly inserting spaces in a code that up to now used only tabs for indentation. Since the NUMBER of space characters showed on screen for each tab character in the source code changes between editors (until the user sets up the number to his liking...), one of the standard problems facing programmers when moving from one source code editor to another is that code containing both spaces and tabs that was up to now perfectly indented, suddently becomes a mess to look at when changing to another editor. Even if you as a programmer take care to ONLY use spaces or tabs, looking at other peoples source code can still be problematic. To address this problem I have created Artistic Style - a series of filters, written in C++, that automatically reindent & reformat C/C++/Java source files. These can be used from a command line, or it can be incorporated as classes in another C++ program. Submitted in PR 12402 by Thomas Runge <runge@rostock.zgdv.de>
2001-03-14DEPEND -> DEPENDS and fix my mail addresszuntum2-5/+5
2001-03-14* use ${LOCALBASE} instead of hardcoded /usr/pkg as a location for info fileszuntum5-32/+27
* use ${INSTALL_PROGRAM/MAN} instead of "install" * fix my email address
2001-03-14Let CONFLICTs be handled by ispell-base.wiz2-5/+2
2001-03-14ispell is now called ispell-base.wiz1-2/+2
2001-03-14Fix building. Alistair says I should mention that 'agc is a lousy bozowiz1-1/+3
who never tests anything', so I'll do him the favour.
2001-03-14Remove old ispell package, which has been superceded by ispell-baseagc16-403/+0
and various other language-specific packages
2001-03-14Add and enable new ispell packages - ispell-base, ispell-british,agc1-2/+4
and ispell-francais. Remove old ispell package.
2001-03-14Adapt to the new format for the ispell packages.agc1-3/+3
2001-03-14Initial import of ispell-francais, the French spelling dictionary foragc6-0/+62
ispell.
2001-03-14Initial import of ispell-british into the packages collection.agc9-0/+113
This package contains the British English spelling dictionary.
2001-03-14Initial import of new format of ispell package, the interactiveagc15-0/+319
spelling checker. The new format allows multiple language dictionaries to be installed at the same time, and uses pkgsrc dependencies, rather then overloading the base package. This is the base package (which also installs the default American English directories).
2001-03-14Install the `wrc.jar' archive which comes pre-built with fop as `fop-w3c.jar'jwise2-3/+4
until it has it's own distribution released. Adding this to CLASSPATH fixes SVG rendering issues.
2001-03-14Update fop to fop-0.15.0.jwise3-129/+298
This is _not_ the most recent version of fop, but it is the most recent version of fop which works with cocoon. If people need the newest fop version, drop me a line, and I will import it as fop-current. There is currently an issue with SVG rendering, which will be addressed this afternoon. Changes since fop-0.13.0, the last pkgsrc version: Done since 0.14 release - added region-name support, refactoring of region, PageSequence, PageMasterReference, flow/static [Kelly Campbell, Arved Sandstrom] - added CommandLine/Driver -d option to output stack traces [Kelly Campbell, Arved Sandstrom] - added: a new package for image support and analysis [Pankaj Narula] - added better svg support (linear gradients, radial gradients, css style selectors, css colour names, patterns, path curves (except arcs), text tspan and tref, text whitespace handling, text outline and fill, switch, images (including external svg images) references in external svg documents, svg elements (below top element), symbol element) [Keiron Liddle] - added large test suite for svg [Keiron Liddle] - added support for property textdecoration (only value 'underline') [Christian Geisert] - added support for type 1 fonts [Jeremias Maerki,Alan Fagot] - added support for compile target jdk 1.1 only [Art Welch] - added support for partial borders in block, block-container, table-row, table-column and table-cell [Corinna Hischke] - redesign of properties handling, support for computed, compound and shorthand properties, supporting docs [Karen Lease] - redesign of font handling for AWTRenderer [Dorothea Wiarda] - added: support for leader-alignment, leader-pattern-width, leader-pattern (dots,space) [Fotis Jannidis] - fixed: unnecessary dependence on jdk 1.2 features [Christian Geisert] - fixed: unicode problem in UserMessage [Ross Golder] - fixed: broken buildFOTree [Marcus Holmberg] - fixed: problems with borders and padding in tables [Corinna Hischke] - fixed: XMLRenderer, unbalanced " in the produced output [Dorothea Wiarda] - fixed: renamed: inline-sequence -> inline, simple-link -> basic-link, white-space-treatment -> white-space-collapse [Fotis Jannidis] - fixed: images were rendered only half size (Mikko Honkala) - fixed: pdf file in XalanCommandFile explicitly closed [Dharamveer Salecha] - fixed: lists containing list do not keep their indentation correctly over a page boundary [Dorothea Wiarda] Done since 0.13 release - pagination updated to 03/27/2000 XSL WD [Arved Sandstrom] - added support for fo page-number-citation [Mike Crowe, Jordan Naftolin] - added support for 06/29/2000 SVG WD + W3C Java DOM bindings [Keiron Liddle] - added image support using Jimi [Eric Schaeffer] - added support for external and internal simple-links [Jordan Naftolin] - added support for the fonts Symbol and ZapfDingbats [Fotis Jannidis] - added a MessageHandler [Fotis Jannidis] - fixed table overflow bug [Jordan Naftolin] - finally fixed postscript printing of generated PDF [Domagoj Cosic] - removed XTCommandLine from build.xml - removed PDFOutputHandler from build.xml - added XalanCommandLine [Fotis Jannidis] - added: fo:instream-foreign-object [Keiron Liddle] - added: goto button in AWT viewer [Stanislav Gorkhover] - updated: AWT viewer now works again and supports - with some restrictions - the new SVG support [Stanislav Gorkhover]
2001-03-10update to 1.8.11.drochner6-18/+31
No changelog found, but 1.8.10 isn't available on the distribution site anymore.
2001-03-08Remove wrongly imported package (compare rfcutil)wiz4-40/+0
2001-03-07add and enable expat and pyxmlwiz1-1/+3
2001-03-07The PyXML package is a collection of libraries to process XML with Python. Itdrochner7-0/+411
contains, among other things xmlproc: a validating XML parser. sgmlop: a C helper module that can speed-up xmllib.py and sgmllib.py by a factor of 5. PySAX: SAX 1 and SAX2 libraries with drivers for most of the parsers. 4DOM: A fully compliant DOM Level 2 implementation javadom: An adapter from Java DOM implementations to the standard Python DOM binding. pulldom: a DOM implementation that supports lazy instantiation of nodes. marshal: a module with several options for serializing Python objects to XML, including WDDX and XML-RPC. unicode: a helper module for Python 1.5 users who need conversions between UTF-8 and ISO-8859-?.