summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2002-09-06libtool allows us to link against uninstalled shared libraries, so just dojlam2-1/+18
it instead of using their bizarre workaround. This should fix pkg/18189.
2002-09-06Upgrade postgresql_autodoc to 1.00mjl2-6/+6
No changelog, no nothing, sorry.
2002-09-04Update namazu package to 2.0.12.taca10-427/+19
It fixes some Cross Site Scripting security problem. 2002-09-03 NOKUBI Takatsugu <knok@daionet.gr.jp> * Namazu: Version 2.0.12 released. * nmz/util.c (nmz_warn_printf): Fixed potential XSS issue. * tests/namazu-cgi-8: Added an another XSS checking. (Reported by HANAI Akira, thank you) 2002-09-02 NOKUBI Takatsugu <knok@daionet.gr.jp> * Namazu: Version 2.0.11 released. * tests/*: Added log markings. (Commited by proxy for Makoto Fujiwara.) 2002-08-28 NOKUBI Takatsugu <knok@daionet.gr.jp> * configure.in: Bumped version number to 2.0.11pre4. * NEWS: updated. 2002-08-26 Hajime BABA <baba@plain.isas.ac.jp> * filter/msword.pl: Fixed warnings of undefined variables. * filter/postscript.pl: Fixed redirection problem (sorry...) 2002-08-23 NOKUBI Takatsugu <knok@daionet.gr.jp> * configure.in: Bumped version number to 2.0.11pre3. 2002-08-19 Ryuji Abe <rug@namazu.org> * NEWS: Use `cross-site scripting' instead of `CSS'. 2002-08-10 Hajime BABA <baba@plain.isas.ac.jp> * (somewhere)/.cvsignore: Newly added. 2002-08-10 Hajime BABA <baba@plain.isas.ac.jp> * filter/postscript.pl: Adapted to ps2text 0.4.1. 2002-08-06 NOKUBI Takatsugu <knok@daionet.gr.jp> * filter/mhonarc.pl: Adapted to MHonARC 2.x. (contributed by Earl Hood, thank you!) 2002-08-01 NOKUBI Takatsugu <knok@daionet.gr.jp> * configure.in: Bumped version number to 2.0.11pre2. 2002-07-31 NOKUBI Takatsugu <knok@daionet.gr.jp> * filter/excel.pl (filter_xl): Adapted to xlhtml 0.5.x. 2002-07-29 NOKUBI Takatsugu <knok@daionet.gr.jp> * filter/pdf.pl (filter): Fixed overriding $$cont by pdfinfo. 2002-07-26 Hajime BABA <baba@plain.isas.ac.jp> * filter/pdf.pl: Fixed wrong redirection of stdout. 2002-07-26 Hajime BABA <baba@plain.isas.ac.jp> * nmz/util.c: Fixed the following warnings: 'initialization discards qualifiers from pointer target type' 2002-07-25 Hajime BABA <baba@plain.isas.ac.jp> * filter/pdf.pl: Fixed the problem in [n-d-j:02587], and of the stdout redirection. 2002-07-25 Yoshinori TAKESAKO <takesako@namazu.org> * configure.in (AC_OUTPUT): Add contrib/Makefile. 2002-07-25 Ryuji Abe <rug@namazu.org> * doc/en/manual.html: Update location of xlhtml web site. * doc/ja/manual.html: Likewise. 2002-07-25 Yoshinori TAKESAKO <takesako@namazu.org> * configure.in: Bumped version number to to 2.0.11pre1. 2002-07-24 Hajime BABA <baba@plain.isas.ac.jp> * filter/win32/ole{msword|powerpoint}.pl: use strict, and sample code. 2002-07-24 Hajime BABA <baba@plain.isas.ac.jp> * filter/pdf.pl: Added a routine which gets the author and the title. 2002-07-11 NOKUBI Takatsugu <knok@daionet.gr.jp> * template/NMZ.*.de: Added. (Contributed by Gerald Pfeifer, thank you!) 2002-07-05 NOKUBI Takatsugu <knok@daionet.gr.jp> * template/NMZ.head: Fixed some typos. (Reported by Gerald Pfeifer, thank you!) 2002-06-17 Yoshinori TAKESAKO <takesako@namazu.org> * scripts/mknmz.in (make_phrase_hash, wordcount_sub): Fixed the bug that limits of WORD_LENG_MAX did not work as expected. 2002-06-17 NOKUBI Takatsugu <knok@daionet.gr.jp> * filter/html.pl: Applied scrpit code exclusory patch. (http://www.namazu.org/ml/namazu-devel-ja/msg02091.html contributed by HAJIME Baba.) 2002-06-13 NOKUBI Takatsugu <knok@daionet.gr.jp> * scripts/mknmz.in (append_index): Fixed to remain keyword numbers in NMZ.head* when some target files are deleted. * doc/ja/manual.html: Added description about xpdf Language Support Packages. 2002-06-06 NOKUBI Takatsugu <knok@daionet.gr.jp> * src/cgi.c (validate_idxname): Fixed relative path problem. (Reported by TAKAGI Hiromitsu, thanks) 2002-04-26 Ryuji Abe <rug@namazu.org> * Makefile.am (SUBDIRS): Add contrib. (DIST_SUBDIRS): Likewise. * contrib/ChangeLog: New File. 2002-04-09 NOKUBI Takatsugu <knok@daionet.gr.jp> * filter/postscript.pl (filter): Fixed excessive argument on ps2ascii, closes: bugs-en#15. 2002-04-01 Yoshinori TAKESAKO <takesako@namazu.org> * scripts/mknmz.in (load_document): Delete NMZ.win32.tmp file when this file exists at the time of a copy. Thanks to tsubouchi (namazu-bugs-ja#131). 2002-03-29 Ryuji Abe <rug@namazu.org> * configure.in (LTVERSION): Set 6:0:3. 2002-03-29 NOKUBI Takatsugu <knok@daionet.gr.jp> * tests/namazu-cgi-8: Removed checking of "result" CGI value. 2002-03-27 Yoshinori TAKESAKO <takesako@namazu.org> * filter/win32/oleexcel.pl (filter): It was got to work also by MS Excel 2002 (MS Office XP). 2002-03-27 Yoshinori TAKESAKO <takesako@namazu.org> * filter/win32/oleexcel.pl: Fixed the bug which Win32 OLE filter doesn't create index by MS Excel 2002. (namazu-win32-users-ja#01204) (Reported by yonezawa, thanks.) * filter/win32/ole{msword,excel,powerpoint}.pl: Fixed the defined $weight variable doubly. 2002-03-26 NOKUBI Takatsugu <knok@daionet.gr.jp> * nmz/libnamazu.{c,h}: Added nmz_{set,is}_output_warn_to_file(). * nmz/util.c (nmz_warn_printf): Changed to check loggingmode and output_warn_to_file. * nmz/var.c: Added NMZ.warnlog member. * src/namazu-cgi.c(main): Added calling nmz_set_output_warn_to_file(). 2002-03-25 NOKUBI Takatsugu <knok@daionet.gr.jp> * filter/{deb,rpm}.pl: Fixed escape special shell characters handling for security. (Reported by Luc, thanks) 2002-03-18 Yoshinori TAKESAKO <takesako@namazu.org> * filter/win32/ole{msword,taro,rtf,excel,powerpoint}.pl: Fixed the bug which OLE filter doesn't create index of title and keywords of property. (namazu-bugs-ja#86,#120) (Patch contributed by Shohei TAKASHIRO, thanks) 2002-03-15 NOKUBI Takatsugu <knok@daionet.gr.jp> * filter/compress.pl: Removed SIGPIPE trapping routine because it was changed to care in mknmz. * scripts/mknmz.in (trapintr): Added SIGPIPE trapping routine (closes: namazu-bugs-en#19). * filter/pdf.pl (status()): Added version check to adopt xpdf 1.00. 2002-03-13 NOKUBI Takatsugu <knok@daionet.gr.jp> * src/output.c (print_hlist): Fixed excessive deletion of HTML tags (namazu-devel-ja#02406). (Reported by Seiji Yamashita, thanks.) (unhtml_buffer): Splitted a new function from fputs_without_html_tag(). 2002-03-06 NOKUBI Takatsugu <knok@daionet.gr.jp> * filter/compress.pl (filter): Added trapping sigpipe (bugs-ja#111). (Patch contributed by Hiroki Nakai, thanks) * src/form.c (handle_tag): Fixed no output probrem on large NMZ.head file (bugs-ja#111). (Patch contributed by Hiroki Nakai, thanks) 2002-02-25 NOKUBI Takatsugu <knok@daionet.gr.jp> * filter/html.pl (remove_comments): Added a new function. (Patch contributed by Hamatani, Chihiro, thanks) 2002-02-22 NOKUBI Takatsugu <knok@daionet.gr.jp> * nmz/libnamazu.h (MAXPATH): Changed to same value as BUFSIZE. It fix the probrem that namazu/namazu.cgi didn't work when changing BUFSIZE to over 1024. 2002-02-19 NOKUBI Takatsugu <knok@daionet.gr.jp> * tests/namazu-10: Fixed the contents of MSG variable. * src/cgi.c (get_query_string): Fixed invalid content-type output error message. * scripts/mailutime.in (main): Added MHonArc file support. 2002-02-13 NOKUBI Takatsugu <knok@daionet.gr.jp> * scripts/mknmz.in (parse_options): Changed to call load_filtermodules() after parsing index_lang option. * filter/man.pl (status()): s/LAN/LANG/ 2002-02-12 NOKUBI Takatsugu <knok@daionet.gr.jp> * filter/man.pl: Added $langenv variable for japanized groff. http://search.namazu.org/ml/namazu-devel-ja/msg02332.html 2002-02-04 Makoto Fujiwara <makoto@.ki.nu> * scripts/mknmz.in: Message is changed related to TEXT_SIZE_MAX skipping: http://www.namazu.org/ml/namazu-devel-ja/msg02312.html * po/{es,fr,ja,ja_JP.SJIS}.po: Ditto. 2002-02-04 Ryuji Abe <rug@namazu.org> * nmz/regex.c: Also includes support.h. 2002-02-03 Ryuji Abe <rug@namazu.org> * src/form.c: Includes support.h again. * THANKS: Thanks Seiya Nishizawa for namazu-bugs-ja#89. 2002-01-24 NOKUBI Takatsugu <knok@daionet.gr.jp> * scripts/mknmz.in: Changed to take effect --exclude option on html named link (--html-split). 2002-01-18 NOKUBI Takatsugu <knok@daionet.gr.jp> * nmz/regex.c: Applied Admin/regex-ruby-alloca.path. * nmz/util.[ch] (nmz_scan_*) : Adopted type of function argument for nmz/regex.c. * nmz/regex.c: Applied silencing some warnings patch. (Contributed by Takahiro Kambe, thanks.) * nmz/regex*: Imported latest source from Ruby 1.6.6. * lib/getopt*: Imported latest sources from GNU gengetopt-2.5. 2002-01-17 NOKUBI Takatsugu <knok@daionet.gr.jp> * lib/getopt.c: Changed to include string.h for using strcmp(). (Contributed by Takahiro Kambe, thanks.) 2002-01-16 NOKUBI Takatsugu <knok@daionet.gr.jp> * doc/ja/tutorial.html: Fixed invalid relative path. (Reported by yokoi, thanks.) 2002-01-12 Ryuji Abe <rug@namazu.org> * configure.in: If the platform is MinGW, do not check functions str(n)casecmp and (v)snprintf. Also __vsnprintf checking is removed. * nmz/support.h [Solaris 2.5]: Abandoned to use __vsnprintf because of binary compatibility issue. [WIN32]: Use str(n)icmp instead of str(n)casecmp. * ChangeLog: Fixed typo again :-) (s/probrem/problem/g) 2002-01-11 NOKUBI Takatsugu <knok@daionet.gr.jp> * tests/namazu-12: Added a new test. * nmz/util.c (nmz_pathcat): Added null termination to prevent segfault. * src/namazu-cmd.c (main): Fixed buffer overflow. (Reported by KF, thanks) * src/namazu.c: Ditto. * src/namazu.h: Added a notice about customizing CGI_QUERY_MAX value. (KF <dotslash@snosoft.com> was noticed me the problem, thanks) 2002-01-10 NOKUBI Takatsugu <knok@daionet.gr.jp> * filter/powerpoint.pl: Adopted to new convert programs. (Contributed by Takahiro Kambe and Kaz SHiMZ, thanks) * filter/excel.pl: Ditto. * filter/msword.pl: Ditto. 2002-01-04 Ryuji Abe <rug@namazu.org> * configure.in: Revert to use AM_PROG_LIBTOOL. (workaround for earlier version of automake.) 2001-12-28 NOKUBI Takatsugu <knok@daionet.gr.jp> * doc/ja/manual.html: s!/usr/local/etc/mknmz/!/usr/local/etc/namazu/! (reported by NIHIRA Takuma, thanks.) * doc/en/manual.html: Ditto. 2001-12-27 NOKUBI Takatsugu <knok@daionet.gr.jp> * tests/Makefile.am: Added 2 tests. (contributed by Tietew, thanks.)
2002-08-31Enable postgresql-autodocmjl1-1/+2
2002-08-31Initial import of postgresql-autodoc 0.99mjl4-0/+42
This is a utility which will run through PostgreSQL system tables and returns HTML, DOT, and 2 styles of XML which describes the database. The HTML is human readable (via webbrowser). The first style of XML is actually the fileformat of Dia, a UML diagram tool. The second type of XML is similar to the HTML but in the Docbook 4 format. It enables you to mix in other docbook documentation via the XREFs, generating PDFs, HTML, RTF, or other formatted documents. Between these tools and JavaDoc with the appropriate XREFs, documentation about a project can be generated quickly and be easily updatable yet have a very professional look with some DSSSL work.
2002-08-31Update to 2.4.24:wiz3-7/+7
* XPath fixes (William), xf:escape-uri() (Wesley Terpstra) * Python binding fixes: makefiles (William), generator, rpm build, x86-64 (fcrozat) * HTML <style> and boolean attributes serializer fixes * C14N improvements by Aleksey * doc cleanups: Rick Jones * Windows compiler makefile updates: Igor and Elizabeth Barham * XInclude: implementation of fallback and xml:base fixup added
2002-08-29re-add LDFLAGS which got lost in last commitdrochner1-1/+2
2002-08-28buildlink1 -> buildlink2, and set USE_LIBTOOL to fix the building of thisjlam4-34/+10
package.
2002-08-28Add a buildlink2.mk file based on the existing buildlink.mk file.jlam1-0/+18
2002-08-26Make sure ${prefix}/lib/tcl exists before installing into it.jwise1-1/+5
Ditto for ${prefix}/share/doc/tcl.
2002-08-26Updated libxml to 1.8.17martti5-17/+17
* parserold.c (xmlOldParseAttValue): Ensure you've got enough characters in your readahead buffer before you check NXT(1). * tree.c (xmlStaticCopyNode) : back port a fix from xml2 to correctly namespace copied nodes.
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam24-41/+41
have been converted to USE_BUILDLINK2.
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam5-4/+24
buildlink2.mk files back into the main trunk.
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam48-69/+316
buildlink2.mk files back into the main trunk. This provides sufficient buildlink2 infrastructure to start merging other packages from the buildlink2 branch that have already been converted to use the buildlink2 framework.
2002-08-22Updated docbook-xml to 4.2martti3-12/+9
Real changes unknown (read ChangeLog and try to figure out those lines...)
2002-08-22Updated docbook to 4.2martti3-5/+33
Real changes unknown (read ChangeLog and try to figure out those lines...)
2002-08-22Updated libxslt to 1.0.19martti4-16/+16
* bug fixes * documentation updates
2002-08-22rename to ${PYPKGPREFIX}-FourSuite-0.12.0a2 and register a CONFLICTdrochner1-3/+4
with the previous PKGNAME
2002-08-22py-4suite -> py-FourSuitedrochner1-2/+2
2002-08-22this was reimported as textproc/py-FourSuitedrochner6-2655/+0
2002-08-22import textproc/py-4suite as textproc/py-FourSuite because the formerdrochner6-0/+2655
name confused "changes2html"
2002-08-22Add and enable p5-XML-Simple.cjep1-1/+2
2002-08-22Initial import of XML::Simple 1.08 into the NetBSD packages collection ascjep4-0/+29
textproc/p5-XML-Simple. This Perl module provides an easy API to read and write XML (especially configuration files).
2002-08-21Update antiword to 0.33.rh6-68/+73
Changes 0.32-0.33 ----------------- Bug fixes: - Bug reported by Yannick PERRET <yperret@bat710.univ-lyon1.fr> fixed Old features: - The -X option is no longer supported. Replace "-X 2" by "-m 8859-2.txt" New features: - A little more accurate font translation - Full support for documents from WinWord 2.0 - Some support for documents from Word-for-DOS and WinWord 1.x - Selective header numbering. - Implementation of stylesheets. - The system-wide directory for the mapping files was changed from "/opt/antiword/share" into "/usr/share/antiword", in accordance with FHS, the file-system hierarchy standard. As suggested by Anand Buddhdev <arb@anand.org> - Antiword now turns white text into light gray text. - Antiword is now closer to "64-bit clean". Based on information supplied by Duncan Haldane <f.duncan.m.haldane@worldnet.att.net>
2002-08-20Updated p5-Text-Substitute to 0.14 from 0.12abs2-5/+5
- Support nested ${loop:xxx} inside ${loop:yyy}
2002-08-20Update to 2.31:wiz2-7/+6
- Ilya Zakharevich <ilya@math.ohio-state.edu> and Dave Mitchell <davem@fdgroup.com> both provided patches to fix problems module had with 5.8.0 - Dave Mitchell also made some UTF-8 related fixes to the test suite.
2002-08-20Comment out HOMEPAGE, since it disappeared.wiz1-2/+2
2002-08-20Update to 1.43:wiz2-5/+5
The ->new method now fails immediately and sets $Text::Template::ERROR if the file that is named by a filename argument does not exist or cannot be opened for some other reason. Formerly, the constructor would succeed and the ->fill_in call would fail.
2002-08-20Update to 0.16.wiz2-5/+5
Changes since 0.14: Fix for nested CHOICEs and tagged CHOICEs in SEQUENCES Fix bug in decode when there are nested CHOICEs Addition of prepare_file and the change prepare to accept a filehandle. Allow '-'s in names and fix an uninit warning in the generated parser Use ::isa to determine if stash argument is a HASH Added x509decode from Norbert Klasen Add support for units with one sinlge, unamed entry eg test ::= INTEGER or list ::= SEQUENCE OF OCTET STRING Be safer in creating BigInt objects Change the encode errors to include the hierarchical name of the element in the ASN.1 which is causing the problem Better error reporting for encoding Add support for RELATIVE-OID Support for nested SEQUENCE/SET OF's And some others.
2002-08-20add 4Suitedrochner1-1/+2
2002-08-20import 4suite, a collection of XML processing tools for Pythondrochner6-0/+2655
(not everything works due to missing thread support)
2002-08-20update to 0.8drochner3-10/+16
relevant changes in this version, compared to 0.7.1: * Python 1.5 is not supported anymore; Python 2.0 or higher is required. * pyexpat now reports skipped entities. * pyexpat now can combine subsequent character data events into a single callback invocation; set the parser's buffer_text attribute to true to enable this feature. * pyexpat can now report namespace prefixes. Set the parser's namespace_prefixes attribute to true to enable this feature. * Various bugs in sgmlop have been fixed. * Various DOM Level 3 symbolic constants have been added; DOMStringSizeErr can now be spelled as DomstringSizeErr again, and ValidationErr has been defined. * Various DOM L1, L2 and L3 features have been added to minidom: userdata, isSupported, getInterface, wholeText, replaceWholeText, Entity, Notation * minidom's .toxml now allows the caller to specify an encoding. * The new module xml.dom.xmlbuilder implements the load part of the DOM L3 Load/Store spec. * The new module xml.dom.expatbuilder allows to create minidom trees more efficiently, by using expat directly (rather than using SAX). This is normally used via xml.dom.xmlbuilder. * Bugs in c14n namespace processing have been fixed. * Minor bugs in xmlproc have been fixed. * xml.sax.expatreader now invokes resolveEntity properly. * The sgmlop SAX driver now invokes skippedEntity. * The xml-howto has been updated. * Bugs in the MSIE, ADR, and NS XBEL parsers have been fixed.
2002-08-20update to 1.95.4drochner4-30/+10
changes since 1.95.2: -Added the XML_ParserReset() API function -Allow xmlwf to read from standard input -Install a man page for xmlwf on Unix systems -bugfixes -unrelated portability enhancements
2002-08-19Add and enable ispell-romanian (hi jim!)wiz1-1/+2
2002-08-19Initial import of ispell-romanian-20020218, a `modest' Romanian spellingjwise4-0/+31
dictionary for ispell, put out by Mihai Budiu at CMU.
2002-08-16Beautify: correct tab-stops.jschauma1-2/+2
2002-08-13Add RCS Id.wiz1-0/+1
2002-08-12Fix pkg/16053.skrll3-4/+15
Remove the --disable-shared option from CONFIGURE_ARGS it doesn't do anything as pkgsrc libtool isn't built this way. We want shared libraries anyway... Use CXX when linking the libraries as we have global contructors that need calling. Problem only visible on a.out platforms.
2002-08-10Update to 0.1.9.1 using patches supplied by MAINTAINER Lubomir Sedlacikjschauma3-34/+38
(salo at Xtrmntr dot org) in PR pkg/17903. changes 0.1.8.1 -> 0.1.9.1: - new words in dictionary - affix cleanups - OSI chars - native Makefile
2002-08-06Note initial import of the rather self-explanatory textproc/aspell-slovak intojschauma6-0/+85
pkgsrc, using files provided by Lubomir Sedlacik <salo at Xtrmntr dot org> in PR pkg/17845. (This time in the right place.)
2002-08-06Add and enable aspell-slovakjschauma1-1/+2
2002-08-06Create and install .pwli list to go into ${PREFIX}/share/pspelljschauma2-2/+9
2002-08-02Remove README.html which should not have been imported, since it isjschauma1-116/+0
not maintained by CVS.
2002-08-02Add and enable aspel-gaeilgejschauma1-1/+2
2002-08-02Initial import of textproc/aspell-gaeilge into pkgsrc as suggested byjschauma6-0/+177
scannell at slu dot edu in PR pkg/17787. As the name suggests, this package provides a gaeilge dictionary for aspell. Package reviewed and approved by wiz.
2002-08-02Sort, and don't try to remove nonexistent ${PREFIX}/doc directory.jlam1-28/+27
2002-08-02Add and enable ispell-slovakjschauma1-1/+2
2002-08-02Initial import of textproc/ispell-slovak into pkgsrc as suggested byjschauma5-0/+49
Lubomir Sedlacik (salo at Xtrmntr dot org) in PR pkg/17802. As the name suggests, this package contains the slovak dictionary for ispell, and can be used by invoking ispell with the '-d slovak' flag.
2002-08-02Add and enable ispell-catalanjschauma1-1/+2
2002-08-02Initial import of textproc/ispell-catalan into pkgsrc, using files providedjschauma5-0/+48
by Julio Merino (jmmv at hispabsd dot org) in PR pkg/17658. (Minor modification by me.) ispell-catalan provides the catalan dictionaries for ispell, and can be used by invoking ispell with the "-d catala" flag. Note that the dictionary is called "catala", while the package is called "catalan" -- apparently, this is correct.