summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2003-01-29Update xmlcatmgr to 0.2. Changes in this version:jmmv9-23/+181
* Added XML Catalogs management. You must use the new `-s' flag to handle SGML Catalogs as XML format becomes the default. * Dropped use of getopt in favour of getopts, as the former does not handle whitespace in variables properly. * Handle comments in SGML catalogs properly. * Several manpage improvements. Changes in the package: * Implement a new framework to automatically register/deregister catalog entries. This is available through the catalogs.mk file. Packages do not need to call xmlcatmgr directly any more, nor do tricky things in their PLISTs. * Install two catalog files under PKG_SYSCONFDIR, one called sgml/catalog and the other xml/catalog. Both are completely different things, so they can't be mixed. Also avoid that any of these catalogs refer to the other one, as this could cause problems.
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam4-15/+15
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>.
2003-01-28we have a patch now, so use it.grant1-2/+1
2003-01-28patch a stylesheet to use local html/docbook.xsl.grant3-3/+17
bump PKGREVISION.
2003-01-28Update MASTER_SITES and HOMEPAGE. Noted by Greg A. Woods.wiz1-3/+4
2003-01-27Update docbook-xsl to 1.60.1.grant3-6/+30
Changes since 1.59.2: Lots of bug fixes: * Attributes to control the templates are now namespace qualified. * Support use of titleabbrev in running headers and footers. * Added (experimental) xref.with.number.and.title parameter to enable number/title cross references even when the default would be just the number. * Generate part ToCs if they're requested. * Use proportional-column-width() in header/footer tables. * Handle alignment correctly when screenshot wraps a graphic in a figure. * Format chapter and appendix cross references consistently. * Attempt to support tables with multiple tgroups in FO. * Output fo:table-columns in simplelist tables. * Use titlepage.templates.xml for indexdiv and glossdiv formatting. * Improve support for new bibliography elements. * Added footnote.number.format, table.footnote.number.format, footnote.number.symbols, and table.footnote.number.symbols for better control of footnote markers. * Added glossentry.show.acronyms. * Suppress the draft-mode page masters when draft-mode is no. * Make blank pages verso not recto. D'Oh! * Improved formatting of ulink footnotes. * Fixed bugs in graphic width/height calculations. * Added class attributes to inline elements. * Don't add .html to the filenames identified with the dbhtml PI. * Don't force a ToC when sections contain refentrys. * Make section title sizes a function of the body.master.size.
2003-01-25Remove (hi salo!)wiz1-10/+0
2003-01-24- Enable termcap. Chack tputs() after -ltermcap is detected (configure*).itohy6-1/+272
- Use mkstemp() instead of tmpnam(), for safety.
2003-01-23Add NetBSD-1.6_* to INCOMPAT_CURSES. Noted by Cesar Catrian on tech-pkg.salo1-3/+2
Simplify the pattern.
2003-01-23New aspell acts as a replacement for libpspell and contains the samesalo1-1/+3
libraries so make it conflict with all installed libpspell packages.
2003-01-22Update docbook-xsl to 1.59.2. Changes follow:jmmv3-7/+27
Release 1.59.2 The 1.59.2 fixes an FO bug in the page masters that causes FOP to fail. o Removed the region-name from the region-body of blank pages. There's no reason to give the body of blank pages a unique name and doing so causes a mismatch that FOP detects. o Output IDs for the first paragraphs in listitems. o Fixed some small bugs in the handling of page numbers in double-sided mode. o Attempt to prevent duplicated IDs from being produced when endterm on xref points to something with nested structure. o Fix aligment problems in equations. o Output the type attribute on unordered lists (UL) in HTML only if the css.decoration parameter is true. o Calculate the font size in formal.title.properties so that it's 1.2 times the base font size, not a fixed "12pt". Release 1.59.1 The 1.59.1 fixes a few bugs. o Added Bulgarian localization. o Indexing improvements; localize book indexes to books but allow setindex to index an entire set. o The default value for rowsep and colsep is now "1" as per CALS. o Added support for titleabbrev (use them for cross references). o Improvements to mediaobject for selecting print vs. online images. o Added seperate property sets for figures, examples, equations, tabless, and procedures. o Make lineannotations italic. o Support xrefstyle attribute. o Make endterm on xref higher priority than xreflabel target. o Glossary formatting improvements.
2003-01-22Limit dependency on ncurses only to systems which really need it.salo2-3/+6
We have halfdelay() in NetBSD 1.6M curses already. Also fix PLIST. Bump PKGREVISION. Per discussion with wiz. Addresses PR pkg/19985. XXX: Operating systems other than NetBSD and SunOS don't have any reasonable defaults set in devel/ncurses/buildlink2.mk. This should be addressed!
2003-01-20Update p5-Text-CSV-Hash to 0.17abs2-5/+5
Implement skip_blank_lines
2003-01-20Update to version 0.50.3-1.1.salo4-68/+65
HEADS UP! Note for aspell-slovak users: maintainer decided to change version to lower number than the previous release has. This decision was made to make this package compliant with the official GNU Aspell packages. I decided not to bump version to 1.1.0.50.3.1.1 or the like and rather go with the flow and update to the new numbering scheme instead and don't spread more confusion as there already is. This will affect probably very small amount of users and it's consistent with other aspell packages. Changes: 2003.01.11 0.50.3-1.1 This version is converted to official GNU Aspell packages format (thus the version change) and it's based on aspell-slovak-1.1. New words.
2003-01-19Define INSTALL=${BSD_INSTALL} in patch-aa, remove unnecessary MAKE_ENV.salo3-6/+5
2003-01-19s/INSTALL_*/BSD_INSTALL_*/ in patches, remove unnecessary MAKE_ENV.salo63-231/+168
2003-01-18Do not remove system identifiers from Docbook's catalog file (i.e., installjmmv1-6/+4
it as it comes with the package). This way parsers can locate local files when looking up entries. Reported in PR pkg/19890 by Joachim Koenig-Baltes. Okay'ed by seb, the maintainer. Bump PKGREVISION to 3.
2003-01-18no longer needed.grant1-6/+0
2003-01-18- use xmlcatmgr for catalog handlinggrant3-55/+73
- now install files into ${PREFIX}/share/xml/website as per docbook - improve COMMENT - bump PKGREVISION
2003-01-17Add and enable second round of aspell-* packages.salo1-1/+6
2003-01-17Ukrainian language support for aspell, e.g. `aspell -d ukrainian -c $myfile'.salo5-0/+56
2003-01-17Welsh language support for aspell, e.g. `aspell -d welsh -c $myfile'.salo5-0/+56
2003-01-17Faroese language support for aspell, e.g. `aspell -d faroese -c $myfile'.salo5-0/+58
2003-01-17Esperanto language support for aspell, e.g. `aspell -d esperanto -c $myfile'.salo5-0/+56
2003-01-17Breton language support for aspell, e.g. `aspell -d breton -c $myfile'.salo5-0/+58
2003-01-17Add and enable various aspell-* packages.salo1-1/+15
2003-01-17Swedish language support for aspell, e.g. `aspell -d svenska -c $myfile'.salo5-0/+58
2003-01-17Spanish language support for aspell, e.g. `aspell -d spanish -c $myfile'.salo5-0/+58
2003-01-17Russian language support for aspell, e.g. `aspell -d russian -c $myfile'.salo5-0/+57
2003-01-17Romanian language support for aspell, e.g. `aspell -d romanian -c $myfile'.salo5-0/+58
2003-01-17Portuguese language support for aspell, e.g. `aspell -d portuguese -c $myfile'salo5-0/+64
Other sub-dictionary available in this package: brazilian.
2003-01-17Polish language support for aspell, e.g. `aspell -d polish -c $myfile'.salo5-0/+56
2003-01-17Norwegian language support for aspell, e.g. `aspell -d norwegian -c $myfile'.salo5-0/+57
2003-01-17Italian language support for aspell, e.g. `aspell -d italian -c $myfile'.salo5-0/+56
2003-01-17Greek language support for aspell, e.g. `aspell -d greek -c $myfile'.salo5-0/+57
2003-01-17French language support for aspell, e.g. `aspell -d francais -c $myfile'.salo5-0/+101
Other sub-dictionary available in this package: suisse.
2003-01-17Dutch language support for aspell, e.g. `aspell -d dutch -c $myfile'.salo5-0/+56
2003-01-17Danish language support for aspell, e.g. `aspell -d danish -c $myfile'.salo5-0/+58
2003-01-17Czech language support for aspell, e.g. `aspell -d czech -c $myfile'.salo5-0/+56
2003-01-17Catalan language support for aspell, e.g. `aspell -d catalan -c $myfile'.salo5-0/+56
2003-01-17USE_BUILDLINK2, bump PKGREVISION. Fixes problem seen in hubert's bulk build.salo2-4/+8
2003-01-16Improve comment and fix typo.salo2-2/+2
2003-01-16Bump revision for the last commit. Binary packages will have differentuebayasi1-2/+2
contents after dependency changes. Spotted by Thomas Klausne.
2003-01-16Add and enable aspell-german.salo1-1/+2
2003-01-16German language support for aspell, e.g. `aspell -d german -c $myfile'.salo5-0/+64
Oher dictionaries available in this package: swiss.
2003-01-16This doesn't need to depend on dict-server and other data.uebayasi1-3/+1
Pointed out by Simon Burge on tech-pkg@netbsd.org.
2003-01-15Update to version 3.42.salo2-6/+8
Changes: 3.42 Fri Oct 18 11:29:40 MET DST 2002 - t/cstocs.t: now skips MIME tests if MIME::Words is not installed. 3.4 Thu Oct 17 13:37:18 MET DST 2002 - Added support for MIME encoding. It requires MIME::Words from MIME-Tools, and fixes a few bugs in that code.
2003-01-15libpspell is gone.salo8-212/+1
2003-01-15Add aspell-english.salo1-1/+2
2003-01-15Default aspell installation no longer contains english dictionaries.salo5-0/+73
This package is a replacement for them. English language support for aspell, e.g. `aspell -d english -c $myfile'. Oher dictionaries available in this package: british, american, canadian.