Commit graph

2723 commits

Author SHA1 Message Date
taca
52cba22436 Specify USE_RUBY_DIST_SUBDIR appropriately after previous
lang/ruby/rubyversion.mk changes.
2005-10-25 04:15:48 +00:00
rillig
d83bb3ee70 Set NO_CONFIGURE and NO_BUILD to "yes" instead of nothing. 2005-10-23 23:36:01 +00:00
rillig
b663ee97ca Use "+=" instead of "=" for CONFIGURE_ARGS.* and PLIST_SUBST.*. 2005-10-23 23:35:17 +00:00
rillig
d320bd5f3b Removed the deprecated variables NO_TOOLS and NO_WRAPPER. 2005-10-23 23:32:47 +00:00
rillig
5edd4c2589 Fixed the following pkglint warnings. Sorted PLIST.
WARN: xt/Makefile:18: NO_CONFIGURE should be set to YES or yes.
WARN: xt/Makefile:19: NO_BUILD should be set to YES or yes.
2005-10-23 23:31:48 +00:00
rillig
38a0c70e00 Fixed the following pkglint warnings. Sorted PLIST.
WARN: xp/Makefile:16: NO_CONFIGURE should be set to YES or yes.
WARN: xp/Makefile:17: NO_BUILD should be set to YES or yes.
2005-10-23 23:30:54 +00:00
rillig
2d215dbcf0 Removed trailing white-space from line 1. 2005-10-23 20:24:17 +00:00
minskim
edbd732efe Add hyperestraier. 2005-10-23 19:15:35 +00:00
minskim
82fa6d0985 Import hyperestraier from pkgsrc-wip. Packaged by OBATA Akio.
Hyper Estraier is a full-text search system.  You can search lots of
documents for some documents including specified words.  If you run a
web site, it is useful as your own search engine for pages in your
site.  Also, it is useful as search utilities of mail boxes and file
servers.
2005-10-23 19:13:44 +00:00
tonio
bd48a35ebe Remove the dependency over gmake
Patch from Matthew Clarke in rubber's darcs archive
2005-10-17 17:12:04 +00:00
wiz
70ae244afd Complete move of gocr from textproc to graphics. 2005-10-16 20:23:14 +00:00
jmmv
543554244d Add and enable iso-codes. 2005-10-14 21:55:36 +00:00
jmmv
f2daf1597d Initial import of iso-codes, version 0.48:
iso-codes provides the list of the country, language and currency names in
one place, rather than repeated in many third-party programs.  This was
originally done to centralize this data in Debian systems.

The aim of iso-codes is to create a single "gettext" domain "iso-639" which
contains the translations of language names, and one "iso-3166" listing the
translations of country names.
2005-10-14 21:54:57 +00:00
jmmv
68d0bdfd56 Bump dependency version, make this a build only dependency and fix an
indentation problem.
2005-10-12 21:47:45 +00:00
reed
7a7fc9777d gdome2 uses libtool, so use USE_LIBTOOL=YES.
Bump PKGREVISION as the share library versioning changes.

Bump BUILDLINK_DEPENDS.gdome2 required.

And bump PKGREVISION for its only dependency: ntop.

This fixes build issue for ntop. (Before this fix,
gdome2's libgdome.la file listed .la files for libiconv
and libz, but on some systems using native versions they
didn't exist.)

This will close PR #29525.
2005-10-12 21:22:08 +00:00
seb
2cef2d9614 Change my email address. 2005-10-12 07:10:57 +00:00
tv
db1dd6cc4a In a == conditional involving a variable, the LHS must not be enclosed in
double quotes (breaks on older NetBSD make and bootstrap/bmake).
2005-10-10 20:13:45 +00:00
hira
8557179efa s/netbsd.org/NetBSD.org/ 2005-10-10 17:00:33 +00:00
seb
edad95b9f6 Update to version 2.1.2.
Add build dependencies on GNU make and GNU sed for 'test' target's benefit.

Support for input chroot, via make variable SOURCE_HIGHLIGHT_INPUT_CHROOT,
deactivated otherwise the build is broken.

XXX Is 'TOOLS_PLATFORM.gsed= # empty' the proper way to override a
the platform sed tool ?

Relinquish stewardship.

Changes since last packaged version (1.11):
Version 2.1.2
   * fixed conversion of hexadecimal characters in output language
     definitions
   * fixed compilation error with regex 1.33
   * include man page
   * fixed a bug with LaTeX output of " with some inputencs

Version 2.1.1
   * fixed a bug that sigsegv when more than one input file
     is provided
   * fixed a compilation error with gcc 4.0

Version 2.1
   * Included obsolete man page.
   * output language format specifications are read at run-time
     so that new output languages can be easily added dynamically
     (without recompiling the sources) by using a simple syntax.
   * "fixed" and "notfixed" styles can be specified.
   * fixed the handling of end-of-line (processed only once)
   * LaTeX output
   * TeXinfo output
   * debug of a language definition
   * tags.j2h files are now called style files.
   * renamed --tags-file option in --style-file
   * allows to specify a prefix for the generated line number anchors
   * --header and --footer do not imply --doc
   * language definition for LogTalk and LaTeX

Version 2.0
   * Language specifications are read at run-time, so that
     new languages can be easily added dynamically (without recompiling
     the sources) by using a simple syntax.
   * "nonsensitive" for simple definitions
   * cgi version not built automatically
   * failsafe option to simply output the input file when no
     language definition is found
   * functionalities with less improved.

Version 1.11.1
   * fixed compilations problems on some Unix compilers
2005-10-10 09:05:59 +00:00
rillig
4ad4414898 Added a patch that fixes typos in the latex2html man page. The patch has
been reported upstream. Bumped PKGREVISION.
2005-10-09 20:02:29 +00:00
hira
0e719e66f0 Set CONFIGURE_HAS_MANDIR to no.
This configure doesn't know --mandir.
2005-10-08 22:06:46 +00:00
reed
85bb95647d Remove
CPPFLAGS+=             -DHAVE_STRERROR
which I just added a few minutes ago.
I had previously received an error:
previous declaration of `sys_errlist'
on Linux.
But once I configure using ncurses on Linux
it appears to have fixed that (because it
was using its LIBS which had non-existent -ltermcap).
2005-10-08 19:19:37 +00:00
reed
48631ade93 Also install man page and README.
Update PKGREVISION.

Add INSTALLATION_DIRS and do-install target instead of
using its own installer. It was broken for custom INFO_DIR
and for new PKGMANDIR. (It is a very old autoconf/automake
I assume).

Also, this uses -ltermcap. So if /usr/lib/libtermcap.so does
not exist, then use BUILDLINK_TRANSFORM to use ncurses instead
and include ncurses buildlink3.mk.
2005-10-08 19:06:25 +00:00
reed
e502cc968d This uses GNU_CONFIGURE, but it is really old. So define
CONFIGURE_HAS_MANDIR=no, just like CONFIGURE_HAS_INFODIR=no
is already defined.

(This package has two other build problems for me though ...
lookimg now.)
2005-10-08 18:02:57 +00:00
jmmv
233ebc9859 Update to 0.34.1:
Version 0.34.1

* automake/autoconf fixes and improvements
  (Rodney Dawes, Stepan Kasal)
* extraction of XML attributes fixed
  (Danilo Segan)

Version 0.34

* Fix the regex for stripping the intltool type tags in POTFILES.in
  -- bug #171330 (Stepan Kasal)
* Add notice about using DISTCLEANFILES for toplevel Makefile.am
  -- bug #309455 (Tim-Philipp Muller)
* Discard not-well-formed translations when merging XML
  -- bug #170471 (Danilo Segan)
* Correct handling of xml:space inheritance
  -- bug #160262 (Danilo Segan)
* Merge multiple comments for the same string in XML files
  -- bug #171579 (Danilo Segan)
* Update sed script to be more practictal for translatable XML
  -- bug #304365 (Nickolay V. Shmyrev)
* Support disting files that may not exist for all packages via EXTRA_DISTFILES
  -- bugs #168788 and #171327 (Rodney Dawes)
* Do not create the pot file during dist, but do build it for check
  (Stepan Kasal)
* Add support for use on win32 native perl (Tor Lillqvist)
* Do not dist .gmo files, and remove them with distclean
  Remove Makefile.in.in with maintainer-clean
  -- bug #166724 (Rodney Dawes)
* Minor fixes to Makefile.in.in (Stepan Kasal)
* Use --verbose instead of --statistics for msgfmt
  -- bug #165881
* Remove the need for patching Makefile.in.in and just copy in our own
  -- bug #165066 (Rodney Dawes)
2005-10-08 17:18:47 +00:00
jmmv
e4a148cd26 Update to 1.4:
o Use the new style.css stylesheet instead of hard-wiring the styles.
 o Updated the documentation and example build files.
 o Added support for a gallery of widget images.
 o Output default values for widget properties and allowed ranges.
 o Only underline links in the docs when the mouse hovers over them.
 o Added support for placing the parameter table anywhere within the function
   documentation (using the "<!--PARAMETERS-->" marker).
 o Handle more variations of C syntax.
2005-10-08 17:18:13 +00:00
joerg
6009fb0d1b Include stdlib.h for malloc and friends, fix the conditional to only
define them if we are on pre-ANSI C.
2005-10-07 16:38:41 +00:00
drochner
23adcba8da update to 0.4.2
changes:
* Only take one input file for xsldoc
* Added well-formedness check to l10n.xml Makefile rule
* Changes to make block indents not nest
* Added formalpara support
* Pass the PO file to xml2po, not just the language code
* Updated translations
-fixes
* Added datarootdir variable
2005-10-07 15:56:46 +00:00
joerg
d70b7bc08b Include locale.h also on DragonFly. 2005-10-07 15:46:15 +00:00
drochner
ee0c643219 sync Python wrappers with base libraries 2005-10-07 15:42:30 +00:00
reed
16579b2412 Honor PKGMANDIR. (patch-aa already existed but now don't set MANDIR
unless not defined, and put in the make environment.)
2005-10-04 21:40:19 +00:00
wiz
cbbbd50488 Add and enable p5-Text-Unaccent. 2005-10-04 18:52:19 +00:00
wiz
5980b09dd5 Initial import of p5-Text-Unaccent-1.08:
Text::Unaccent is a module that remove accents from a string.
unac_string converts the input string from the specified charset
to UTF-16 and call unac_string_utf16 to return the unaccented
equivalent. The conversion from and to UTF-16 is done with iconv(1).
2005-10-04 18:51:27 +00:00
jmmv
c7edd02278 Take maintainership, per seb@'s request. 2005-10-02 15:07:45 +00:00
jmmv
bd091d0f34 Install a catalog that maps Docbook 4.1.2 to 4.2; the latter is supposed
to be backwards compatible with the former.  Simplifies building of packages
(such as gtk-doc 1.4) or processing of documents that rely on the old 4.1.2
version.  Bump PKGREVISION to 1.
2005-10-02 15:04:41 +00:00
wiz
3e861c06fe Add and enable convertlit. 2005-10-02 11:11:27 +00:00
wiz
0d0d3e90e8 Initial import of convertlit:
Convert LIT, the program which allows you to convert Microsoft
Legal Reader format eBooks into open format for use with software
or devices which are not Download directly compatible with Microsoft's
Reader.

Approved by wennmach@
2005-10-02 11:10:45 +00:00
recht
ddce84c456 update to ezXML 0.8.5
patch provided by Marcin Jessa in PR 31429

changes:
- fixed ezxml_toxml() to not output siblings of tag being converted
- fixed a segfault when ezxml_set_attr() was used on a new root tag
- added ezxml_name() function macro
2005-10-01 18:19:58 +00:00
wiz
b151ea3c4b Update to 2.6.22:
2.6.22: Sep 12 2005:
   - build fixes: compile without schematron (Stéphane Bidoul)
   - bug fixes: xmlDebugDumpNode on namespace node (Oleg Paraschenko)i,
      CDATA push parser bug, xmlElemDump problem with XHTML1 doc,
      XML_FEATURE_xxx clash with expat headers renamed XML_WITH_xxx,
      fix some output formatting for meta element (Rob Richards),
      script and style XHTML1 serialization (David Madore), Attribute
      derivation fixups in XSD (Kasimier Buchcik), better IDC error
      reports (Kasimier Buchcik)

   - improvements: add XML_SAVE_NO_EMPTY xmlSaveOption (Rob Richards),
      add XML_SAVE_NO_XHTML xmlSaveOption, XML Schemas improvements
      preparing for derive (Kasimier Buchcik).
   - documentation: generation of gtk-doc like docs, integration with
      devhelp.

pkgsrc change: install docs into share/doc instead of share/doc/html.

Ok'd by maintainer, recht.
2005-09-30 19:58:00 +00:00
wiz
a4fabc4b58 Update to 4.4, provided by Jeroen Ruigrok van der Werven in PR
31219.  Corrected the DESCR while here.

4.4:
The Version 4.4 release is a maintainance release. It introduces
no backwards-incompatible changes. All valid DocBook 4.3 documents
are also valid DocBook 4.4 documents.

The genesis of this release is a bug in the catalog files for
DocBook V4.3. The Committee decided to produce a 4.4 release,
incorporating a few recent backwards-compatible changes, rather
than simply produce a 4.3.1 release to fix the bugs.

4.3:
The Version 4.3 release is a maintainance release. It introduces
no backwards-incompatible changes. All valid DocBook 4.2 documents
are also valid DocBook 4.3 documents.
2005-09-30 15:24:20 +00:00
kristerw
aa00586c49 Do not install *.orig files that are left after patching. 2005-09-29 19:35:50 +00:00
tonio
8c79b68dde Update textproc/hevea to 1.08
This release introduces style sheets and uses more entities, and a ot of
bugfixes
The build do no more use m5, but sed

approved by wiz@
2005-09-29 13:20:46 +00:00
rillig
5946936ffc Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
2005-09-28 20:52:18 +00:00
rillig
5ac8ad7004 Removed trailing white-space. 2005-09-28 14:31:06 +00:00
rillig
9984e0604a Removed trailing white-space. 2005-09-28 14:15:48 +00:00
tonio
4180aa0552 Update btparse to 0.34
btparse now uses automake and libtool, this fixes the build of dependancies
under darwin

approved by wiz@
2005-09-27 12:24:06 +00:00
salo
619e6c767b Add php-pspell. 2005-09-27 12:02:43 +00:00
salo
0a6e3e6518 Initial import of php-pspell extension.
PHP is a programming language designed to be embedded into web pages.
This module provides support for pspell (spell checking).

Requested by Mark Thomas <thomas.s.mar at gmail dot com> on netbsd-help@.
2005-09-27 12:01:59 +00:00
wiz
703e5a6b7f Reset maintainer, email to xs at nitric dot net bounced. 2005-09-23 20:06:25 +00:00
minskim
5f87c16d72 Fix PLIST. Bump PKGREVISION. 2005-09-22 01:54:35 +00:00