Commit graph

1196 commits

Author SHA1 Message Date
uebayasi
f793001c52 Update. 2002-12-27 03:14:12 +00:00
uebayasi
e8fb442b2d Clean up. 2002-12-27 02:50:37 +00:00
uebayasi
0da2523528 Add & enable dict-dictionaries. 2002-12-27 02:44:30 +00:00
uebayasi
cf45cfd706 Initial import of dict-dictionaries-1.8.0. This is the data part separated
from dict-server.
2002-12-27 02:43:47 +00:00
uebayasi
678b638752 * Separate dictionary data from dict-server. A patch problem found by bulk
build is solved.

* Make dict-client depend on dict-server.

Bump PKGREVISIONs.
2002-12-27 02:40:18 +00:00
jmmv
dcff1da5be Install directories before using pax to copy files inside them. Should
solve problems shown in Hubert's bulk build.
2002-12-26 22:52:36 +00:00
jlam
afb4761632 Use PKGNAME_NOREV instead of PKGNAME when setting WRKSRC so that we can
safely bump the PKGREVISION for this package.  Also some style nitpicks.
2002-12-26 22:14:36 +00:00
jlam
a0712b80ae Move java.mk to java-vm.mk to avoid name conflict with devel/mk-files as
suggested by Simon J. Gerraty.
2002-12-26 20:52:09 +00:00
wiz
c17a6f3611 Use .tar.bz2. 2002-12-25 19:54:58 +00:00
wiz
b863e90ee3 Honor GNU_PROGRAM_PREFIX, patch by Jeremy C. Reed.
While here: Fix build on NetBSD-current.
2002-12-25 19:50:34 +00:00
wiz
9fe706fe68 Honor GNU_PROGRAM_PREFIX. Patch by Jeremy C. Reed. 2002-12-25 17:51:23 +00:00
wiz
73ed5da2b8 Add a distribution patch fixing the following two problems:
- Workaround a bug in Pspell where multi-byte words are not getting
  null terminated properly.
- Truly fix a bug in suggest.cc so that Aspell will suggest correctly
  when typo-analysis is not used such as when sug-mode is ultra
  or bad spellers.
Bump PKGREVISION to 1.
2002-12-25 03:47:36 +00:00
wiz
e1e2ff0628 Replace collver@linuxfreemail.com with collver1@attbi.com.
Closes PRs 19516, 19517, 19518, 19519, 19520, 19521, 19522, 19523,
19524, 19525 and some more, perhaps.
2002-12-24 18:55:32 +00:00
wiz
d8262452c1 Bump PKGREVISION because of dependency on latest freetype2 or glib2
package and library major bumps therein.
Also match dependency in corresponding buildlink2.mk's for the same reason.
Mmmm, binary packages.
2002-12-24 06:09:44 +00:00
seb
d69cfdf258 Update to 1.6.1.
Lots of changes and new features: you want to update!

Changes since latest packaged version:
Version 1.6.1

   * fixed a bug in the configure phase that used to make the compilation
     fail with compilers not providing the function getop_long
     (reported by Horacio Montenegro <horaciom@unicamp.br>).

Version 1.6

   * scanners for flex and ChangeLog added by John Millaway <millaway@acm.org>
   * default to stdout when no --output is given along with the -i option
     and when --output="STDOUT" (as suggested by Hugh S. Myers,
     <hsmyers@sdragons.com>)
   * fixed a problem with string comments in Python scanner
   * a separate executable is built, source-highlight-cgi, that can be
     used as a CGI program

Version 1.5.1

   * xhtml doctype generated correctly (thanks to Christian W. Zuckschwerdt
     <zany@triq.net> and Josh Ghiloni <josh@joshghiloni.net>) reported
     by Martin Gebert <Murphy.Gebert@gmx.de>
   * Anonymous CVS Access is now available
     http://savannah.gnu.org/projects/src-highlite

Version 1.5

   * xhtml output format is now handled (thanks to Christian W. Zuckschwerdt
     <zany@triq.net> and Josh Ghiloni <josh@joshghiloni.net>)
   * assert is now recognized as a Java keyword (thanks to Fabio Calefato
     <calefato@libero.it>)
   * a scanner for Python has been written by Martin Gebert
     <Murphy.Gebert@gmx.de>.
   * when in Php3 strings can span more than one lines and line numbers are
     correctly formatted.

Version 1.4

   * fixed compilation error with some compilers due to headers istream.h
     and ostream.h (thanks to Dan barthel <dbarthel@mac.com>)
   * a scanner for Php3 has been written by Alain Barbet
     <alian@alianwebserver.com>
   * reading from stdin does not kill line numbers (notified by Keith
     Robertson <keithr@nortelnetworks.com>)
   * line number count is correctly reset when handling multiple files (bug
     fixed)
   * for Java sources, if, while, and other keywords that use '(' ')' are
     now correctly highlighted as keywords instead of as functions (reported
     by Manuel Kauers <manuel@kauers.de> and Fabio Calefato
     <calefato@libero.it>)
   * tabs are correctly handled for Prolog and Perl sources (reported by
     Martin Gebert <Murphy.Gebert@gmx.de>)

Version 1.3

   * now there is only one program, namely source-highlight, that accepts a
     command line option, --src-lang or -s, specifying the source language
     (for the moment java, cpp and prolog).  Previous programs, java2html
     and cpp2html are provided as shell scripts, just for compatibility, but
     their use is not advised.
   * --out-format, -f, command line option added for specifying the output
     format (for the moment only html is accepted).  Though only html is
     handled, this option is required.
   * a scanner for Prolog has been written by Martin Gebert
     <Murphy.Gebert@gmx.de>.  This scanner is still to be considered beta,
     and actually it was written for Visual Prolog, so it should be tested
     against other Prolog dialects.
   * a scanner for Perl has been written by Alain Barbet
     <alian@alianwebserver.com>
   * Correctly check whether it is possible to write to a file (notified by
     Martin)
   * --tab option is correctly handled even for C/C++ files (bug fixed,
     notified by Martin)
   * Added option --line-number (-n) in order to print line numbers (as
     suggested by Ed Scott and Andre Charbonneau).
   * Man page added.
2002-12-23 22:27:48 +00:00
jschauma
8473122b88 Make this compile on Irix. 2002-12-23 20:05:07 +00:00
cjep
afa55834c5 Whitespace fix 2002-12-23 16:24:59 +00:00
wiz
6652cd3314 Use GNU_PROGRAM_PREFIX. Based on a patch by Jeremy C. Reed. 2002-12-22 17:27:28 +00:00
jmmv
e1358fee93 Add and enable docbook-xsl. 2002-12-18 17:47:53 +00:00
jmmv
2a1b0b739a Initial import of docbook-xsl-1.58.1.
The DocBook XSL stylesheets provide a serie of ready-to-use templates to
process documents based on the DocBook XML DTD. They can generate different
types of output files, like XHTML, slides, manpages, JavaDoc...

They are written in a modular fashion. Each of the HTML and FO stylesheets
starts with a driver file that assembles a collection of component files
into a complete stylesheet. This modular design puts similar things together
into smaller files that are easier to write and maintain than one big
stylesheet.

Approved by wiz.
2002-12-18 17:45:28 +00:00
salo
ecbb6cf087 Update to version 0.1.11.
Changes: new words, misc fixes.
2002-12-18 09:23:05 +00:00
drochner
5b1abc13c6 for the Python-version-selection magic to work properly, extension.mk
must be pulled in before srcdist.mk
2002-12-10 15:08:19 +00:00
grant
ee59c518f5 use ${PYSITELIB}.
from Audun Arnesen Nordal in email to tech-pkg.
2002-12-10 12:54:30 +00:00
uebayasi
0f7c461da6 Fix a build problem on NetBSD/sparc.
Address PR19337 from Sean Williams <sajw at freeshell dot org>.
2002-12-10 08:26:43 +00:00
abs
c6344a5b99 Updated p5-Text-CSV-Hash to 0.16
Remove unwanted cruft from Makefile.PL so we can work with perl 5.8
2002-12-09 19:18:43 +00:00
abs
194c699534 Updated p5-Text-Substitute to 0.15
Remove unwanted cruft from Makefile.PL so we can work with perl 5.8
2002-12-09 19:18:11 +00:00
tron
39a943ad92 Replace "true" by "${TRUE}". 2002-12-09 16:01:10 +00:00
jschauma
934e86a32d ``Update'' to 2002-2-1, as the friendly people of latex2html have once
again changed the distfile without a change in the name, causing checksum
to fail.
No apparent changes in functionality.  Distfile and PLIST double-checked
and this commit approved by maintainer wennmach (thanks!).
2002-12-08 22:32:07 +00:00
cjep
641bff6f48 Fix PR#19324 from Ryo Hayasaka. 2002-12-08 11:34:39 +00:00
schmonz
0a1bd5acad Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate. 2002-12-07 02:38:52 +00:00
tron
1cb5116102 Use "${TRUE}" instead of "true". 2002-12-06 23:16:01 +00:00
tron
f1b0547621 The directory "share/sgml" is shared between multiple packages. Don't
complain if it cannot be removed.
2002-12-06 23:15:05 +00:00
tron
ec04a4c6f1 Backout latest change. It was apparently only necessary because of some
kind of bug in NetBSD-current.
2002-12-06 19:33:50 +00:00
cjep
f11468cf52 Fix up configure nit for Solaris. Suggested by tron. 2002-12-06 15:29:20 +00:00
wiz
dfea3a7ca5 Add and enable GutenMark and GutenMark-words. 2002-12-05 15:30:26 +00:00
wiz
51b2741579 Initial import of packages for GutenMark:
GutenMark is a tool for automatically creating high-quality HTML
or LaTeX markup from Project Gutenberg etexts.  In combination with
other freely-available conversion tools, GutenMark can convert
Project Gutenberg etexts into publication-quality Postscript or
PDF, for print-on-demand applications.  The goal is for this
conversion is completely automatic, without manual markup or editing.
2002-12-05 15:02:24 +00:00
jmmv
fd4e9ddc7d intltool conflicts with xml-i18n-tools (they install files in the same
place). Add CONFLICTS sentenctes according to this.
2002-12-05 12:05:51 +00:00
drochner
7ea2d71dfe misc cleanup 2002-12-05 11:31:56 +00:00
explorer
b7761ee577 add p5-XML-Writer-String 2002-12-04 19:33:47 +00:00
drochner
dfd85c12bb +py-xmltools 2002-12-04 13:03:52 +00:00
drochner
f5d7e5dc1d add a package for logilabs python xmltools, submitted by Marko Schuetz
per PR pkg/19220
2002-12-04 12:49:17 +00:00
drochner
89b7c07b06 add one 2002-12-04 12:47:42 +00:00
tron
b4d25dbfef Add work arround for problem in buildlink2 framework which makes libtool's
attempt to relink the shared libraries fail.
2002-12-04 07:59:36 +00:00
drochner
e2fd5b3295 explicitely require expat>=1.95.5 (this is the version which is bundled
with pyxml, but not used by the pkg)
should solve PR pkg/19219 by Marko Schuetz
2002-12-02 18:32:09 +00:00
taca
7737de741c Update namazu2 package to 2.0.12nb1.
- make msword.pl cope with wvWare 0.7.4.
2002-12-01 14:23:06 +00:00
drochner
e79a3d99f8 oops, forgot that 2002-11-27 18:38:18 +00:00
drochner
a26a4aa2c5 update to 0.12.0a3
didn't find a changelog; akaik this release is supposed to fix
interoperability problems with new pyxml versions
2002-11-27 17:25:25 +00:00
mjl
0f73c37be2 Update postgresql_autodoc to 1.01
* Found the Dia bug which causes the crash. Workaround applied.
    Databases using multi-key foreign keys, or multi-key unique /
    primary key constraints are now loadable.
2002-11-26 22:20:36 +00:00
cjep
3fb36db3d6 This grep program has a -r option so document it in the man page. 2002-11-23 16:15:20 +00:00
wiz
176416a827 ispell-russian, not ispell-rumanian. 2002-11-21 15:03:39 +00:00