summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2002-11-23This grep program has a -r option so document it in the man page.cjep3-9/+19
2002-11-21ispell-russian, not ispell-rumanian.wiz1-2/+2
2002-11-20Add and enable "emacs-dict-client". This fixes PR pkg/18303 bytron1-1/+2
Marco Schuetz.
2002-11-20Manually set "${PKGNAME}" so that the package name actually matchestron1-1/+2
the directory name.
2002-11-20Import new "emacs-dict-client" package:tron5-0/+62
Emacs package for talking to a dictionary server This package was contributed by Marko Schuetz in PR pkg/18303.
2002-11-19Update to 0.1.10. Closes PR 18553salo2-8/+8
Changes: new words, misc fixes
2002-11-19Add and enable ispell-russianjschauma1-1/+2
2002-11-19Initial import of textproc/ispell-russian as provided by (mishka at terabytejschauma5-0/+125
dot com dot au) in PR pkg/18561 (with minor change by me to update to latest version). ispell-russian is, quite surprisingly, a Russian (KOI8-R) dictionary for ispell. The word list is based on the early one collected by Neal Dalton. After removing illegal words and adding many new rules and words, the dictionaries contain now over 116,200 basic words and produce over 1,116,000 related words (compared to 52,000 words in Neal's version and 952,000 words in the dictionary by K. Knizhnik). Also, this package seems to be the only one that supports the right spelling of words with the Russian letter 'yo' (other dictionaries simply replace the letter 'yo' by 'ye').
2002-11-19Update textproc/ispell-catalan to 1.0 using patches provided by MAINTAINERjschauma3-23/+16
Julio Merino (jmmv at hispabsd dot org) in PR pkg/18844, closing this PR. Update includes a much improved dictionary.
2002-11-19Add and enable bsdgrep.cjep1-1/+2
2002-11-19Re-import of Jamie Howard's grep 0.16 into the NetBSD packagescjep6-0/+173
collection as textproc/bsdgrep. This is the BSD-licensed grep(1) replacement.
2002-11-16Update to 20021114. Changes:wiz2-9/+12
There are plenty of new words, UTF-8 support, and myspell (OO.o) support. [If anyone's interested in the last, make a package for it :)]
2002-11-15Use buildlink2.jlam1-2/+3
2002-11-15buildlink1 -> buildlink2jlam1-3/+3
2002-11-11As pointed out on the website:jschauma2-7/+5
The detex-2.7 tarball was repackaged on 15 Oct 2002 to include a top level detex-2.7 directory. The contents are otherwise identical to the old tarball. Update Makefile and distinfo accordingly.
2002-11-11Fix build problems.uebayasi4-28/+14
2002-11-07add p5-XML-SAX-Expatexplorer1-1/+2
2002-11-07add XML::SAX::Parser, which provides an Expat parserexplorer4-0/+30
for XML::SAX, by using XML::Parse.
2002-11-06Downgrade the "libxslt" package to version 1.0.21 on a suggestion bytron3-9/+8
Nick Hudson. This finally fixes the build problems in KDE 2.
2002-11-06Upon approval by Martti Kuparinen downgrade the "libxml2" package totron3-13/+7
version 2.4.25. Version 2.4.26 has just too many bugs which e.g. break building the KDE 2 desktop. This fixes PR pkg/18873 by myself.
2002-11-02Add SCROLLKEEPER_DATADIR definition for use by dependent packages.rh1-4/+10
2002-11-01pkglint: collapse consecutive blank lines into one.rh1-2/+1
2002-11-01This doesn't use libtool, so remove USE_LIBTOOL.rh2-2/+26
Add buildlink2.mk
2002-11-01Add and enable btparserh1-1/+2
2002-11-01Initial import of btparse-0.33, a BibTeX parsing library.rh4-0/+45
2002-11-01Fix HOMEPAGE (with my Lout home page maintainer's hat on).uwe1-2/+2
2002-10-30Update to 4.2.3. Simplify logic to find libiconv.wiz2-14/+8
2002-10-30Add and enable py-docutilsmarkd1-1/+2
2002-10-30Initial import of py-docutils-0.2.markd4-0/+119
The purpose of the Docutils project is to create a set of tools for processing plaintext documentation into useful formats, such as HTML, XML, and TeX.
2002-10-30Fix whitespace. (need to alias cvs commit to pkglint && cvs commit :)seb1-2/+2
2002-10-30Fix whitespace.seb1-2/+1
2002-10-30Use buildlink2. Use perl5/module.mk.seb1-8/+7
Take care of a hidden -and unneeded- dependency on pthread library with the help of BUILDLINK_TRANSFORM.
2002-10-30Use buildlink2.seb2-6/+219
Provide buillink2.mk.
2002-10-30Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE.rh6-29/+6
2002-10-29convert to use buildlink2 (trivial - NO_BUILD)drochner1-2/+3
2002-10-29Updated libxslt to 1.0.22martti3-8/+9
* bug fixes
2002-10-29Updated libxml2 to 2.4.26martti3-7/+13
* bug fixes
2002-10-28Sorry for the mess. I did *not* removed CONFIGURE_ARGS in the first place,seb1-3/+1
so now remove the duplicate!
2002-10-28Ooops put back CONFIGURE_ARGS removed by last commit!seb1-1/+3
2002-10-28Fix PLIST according to MACHINE_ENDIAN: so lib/icu/1.7/libicudt17*.soseb3-10/+130
entry is sorted hence package removal is clean. Trivially use buildlink2. Provide buildlink2.mk.
2002-10-28Use buildlink2. Use perl5/module.mk: remove post-{build,install} targetsseb1-9/+7
by way of PERL5_CONFIGURE_DIRS and BUILD_DIRS. XXX libeperl.a in ALL_TARGET does seem to be needed so drop ALL_TARGET override.
2002-10-27Use buildlink2. Use perl5/module.mk.seb5-30/+15
2002-10-27Use buildlink2. Use perl5/module.mk.seb1-8/+5
Make pkglint happier.
2002-10-25Updated to py-HappyDoc-2.1shell2-9/+8
Changes : - #514237 - The PluginLoader no longer requires a '.py' extension on plugins. This should allow plugins to be written in any language for which Python can load a module, and as long as the file is named with the right convention they will be picked up and loaded. (The source of this change request was the maintainers of the PLD Linux Distribution.) - Resolved defect #513850, where output was written to the wrong place when the -d option was used. - Resolved defect #510447, a problem with escaping special characters in HTML output. Text enclosed in single quotes is now not escaped in output so that HTML text can be passed directly to the output file. - Fixed a problem with Windows installation using 'setup.py'. - Minor tweaks to the build and test tools.
2002-10-25Add buildlink2.mk.wiz1-0/+20
2002-10-24move completed - file unused nowdrochner1-6/+0
2002-10-24prepare for movedrochner1-0/+7
2002-10-24Sort.wiz1-2/+2
2002-10-23buildlink1 -> buildlink2.wiz1-3/+3
2002-10-21Convert to buildlink2.wiz1-3/+3