Commit graph

3034 commits

Author SHA1 Message Date
tonio
5eb719b80e add nxml-mode 2006-05-15 21:54:26 +00:00
tonio
f1d83cc175 Add textproc/nxml-mode version 20041004
A new major mode for GNU Emacs for editing XML documents. It
supports editing well-formed XML documents and also provides
schema-sensitive editing of XML documents using RELAX NG Compact
Syntax.
2006-05-15 21:53:25 +00:00
minskim
4852476fca Always install documentation files. Previously they were installed on
Linux but not on NetBSD because the install command works differently
when a wild card matching fails.

Bump PKGREVISION.
2006-05-15 08:27:31 +00:00
minskim
fa5157ed20 Remove references to teTeX1. 2006-05-13 03:44:23 +00:00
wiz
4a20affe00 Update to 1.2.5, provided by OBATA Akio in PR 33447:
2006-05-01  Mikio Hirabayashi  <mikio@users.sourceforge.net>

* estmaster.c (sendnodecmdsearchui): robot exclusion control was added.
* estwaver.c (runcrawl, proccrawl): "-revcont" option was added.
* estwaver.c (enqueuelinks): "strategy" option was added.
* estwaver.c (enqueuelinks): similarity was to be inherited.
* wavermod.c (queue_slim): new function.
* estraier.c (est_db_put_doc): an option to use "@weight" attribute was added.
* estcmd.c (runput, procput, rungather, procgather): "-ws" option was added.

- Release: 1.2.5
2006-05-12 17:46:37 +00:00
joerg
0120562169 Uses C++. 2006-05-12 10:41:54 +00:00
joerg
5afe8069a2 Uses C++. 2006-05-10 18:05:51 +00:00
joerg
0c8df837e7 Uses msgfmt. 2006-05-10 17:49:17 +00:00
hira
92f74643e5 Add missing USE_LANGUAGES. 2006-05-09 02:01:11 +00:00
hira
133970d8d0 Add missing USE_LANGUAGES. 2006-05-08 22:49:58 +00:00
snj
b6a1d32f4a Update to 1.41. Selected changes:
* add options -l, -r and -t.  add to -f option
* improve I/O on Linux using fgetc_locked().
* improve searching of long sorted lists using tsearch()
* change order of merging and prefix-stripping so stripping all prefixes,
  e.g., with -p9, will be sorted as expected
* correct a reference to freed memory after merging found with valgrind.
* fix a different case for data beginning with "--" which was treated as
  a header line.
* Fix allocation problems.  Open files in binary mode for reading.
  Getopt returns -1, not necessarily EOF.  Add const where useful.  Use
  NO_IDENT where necessary.  malloc() comes from <stdlib.h> in standard
  systems
* minor fix for resync of unified diffs checks for range (line beginning
  with '@' without header lines (successive lines beginning with "---"
  and "+++")
2006-05-08 06:22:51 +00:00
wiz
50a01094df Update to 1.2.4, provided by OBATA Akio in PR 33407:
Changes:
2006-04-25  Mikio Hirabayashi

* estnode.c (est_get_host_addr): a bug about race confition of
  threads was fixed.

* wavermod.c (fetch_document): a bug about checking
  "content-type" header was fixed.

* wavermod.c (make_doc_from_html): "frame" and "link" elements
  were to be followed.

* wavermod.c (make_doc_from_draft, make_doc_from_mime,
  make_doc_with_xcmd): new functions.

* wavermod.c (waver_open): "allowrx" and "denyrx" were to be
  able to be more than once.

* estwaver.c (runcrawl, proccrawl): "-restart" and "-revisit"
  options were added.

* estcmd.c (doputdoc): "_lpath", "_lreal", and "_lfile" were not		  to be overwritten.

* estwolefind (outputlist): WWWOFFLE 2.9a was to be supported.

- Release: 1.2.4
2006-05-07 13:04:25 +00:00
reed
f1fb850d3c DEPEND on newer p5-XML-Parser. As discussed on pkgsrc-users in late
March, the bumps for the updated expat never saw this package
because it depend on it directly instead of using buildlink3.mk files.

This fixes build problem where you could be attempting to install
intltool with new expat and old p5-XML-Parser.
2006-05-06 03:54:17 +00:00
drochner
0159d01c6e add a cast to fix build on Solaris 10/Sun Studio CC,
patch provided by Jake Kupersmith per PR pkg/33425
2006-05-05 10:02:18 +00:00
minskim
a756944ff5 Enable NLS on every platform. Previously, it was enabled on Linux only.
Approved by the maintainer.  Bump PKGREVISION.
2006-05-05 03:11:53 +00:00
tv
dd37d6aa9f This package was updated in the meantime; bump to 0.81. 2006-05-03 14:14:25 +00:00
tv
c001647b87 Fix MAINTAINER. 2006-05-03 14:09:25 +00:00
tv
fc571154fc p5-XML-Dumper, an object-to-XML converter. From DESCR:
XML::Dumper dumps Perl data to a structured XML format.
XML::Dumper can also read XML data that was previously dumped
by the module and convert it back to Perl.

This might be useful for dumping Perl objects to files
using an XML format that can be reloaded or accessed by
other programs. Maybe even by other languages.
2006-05-03 14:07:21 +00:00
drochner
8a97c899cf sync with main lib sources 2006-05-03 11:03:29 +00:00
drochner
57e586a8b6 update to 1.1.16
changes: portability fixes (Solaris, IRIX, HP-UX)
2006-05-03 11:02:46 +00:00
drochner
416f414c0b update to 2.6.24
changes:
-Portability fixes (Windows, HP-UX, gcc-4.1)
-Improvements: xmlDOMWrapReconcileNamespaces xmlDOMWrapCloneNode
-update to Unicode 4.01
-Bug fixes
-man pages updates and cleanups
-New features: Relax NG structure error handlers
2006-05-03 11:01:17 +00:00
wiz
6a12f2c531 Replace missing p5-XML-ValidWriter with existing p5-XML-AutoWriter. 2006-05-03 06:36:33 +00:00
drochner
6149e8c140 precompile python scripts 2006-05-02 13:41:58 +00:00
jlam
92e79d17da Update textproc/p5-Filter to 1.32. Changes from version 1.30 include
fixing an off-by-one bug in Call.xs.
2006-05-02 03:30:11 +00:00
jlam
880f814817 Fix the PLIST generation by noting the correct path to the .packlist. 2006-05-02 01:06:23 +00:00
jlam
3743f7f633 Note addition of p5-XML-AutoWriter. 2006-05-02 01:02:24 +00:00
jlam
31ded6e47e Initial import of XML::AutoWriter-0.39 as textproc/p5-XML-AutoWriter.
XML::ValidWriter is a drop-in replacement for XML::Writer that uses
the DTD contained in an XML::Doctype to enable compile- and run-time
checks of XML output validity.  It also provides methods and functions
named after the elements mentioned in the DTD.

XML::AutoWriter is a subclass of XML::ValidWriter that provides
automatic start and end tag generation, allowing you to emit only the
"important" tags.
2006-05-02 01:00:19 +00:00
ben
368fb44a9c Add entries for newly imported p5-Text-LevenshteinXS. 2006-05-01 17:56:08 +00:00
ben
45abb49e43 Initial import of p5-Text-LevenshteinXS.
Text::LevenshteinXS is an XS implementation of the Levenshtein edit
distance in Perl.

A good point to start is: http://www.merriampark.com/ld.htm
2006-05-01 17:54:05 +00:00
joerg
64a2d8e53c fonts.dir is managed by install framework, don't list. Bump revision. 2006-04-28 18:48:25 +00:00
wiz
8210590a66 Update to 1.2.3, provided by OBATA Akio in PR 33252:
2006-04-20  Mikio Hirabayashi
* estraier.c (est_db_edit_doc): a bug of ID assignment was fixed.
* estraier.c (est_db_get_doc_attr): attribute indexes were to be used.
* estraier.c (est_regex_new): case insensitive mode was added.
* estnode.c (est_url_shuttle): a bug when "resbody" was null was fixed.
* estwaver.c: new file.
* wavermod.c: new file.
* Makefile.in: a bug about compilation on Mac OS X was fixed.
- Release: 1.2.3

2006-04-15  Mikio Hirabayashi
* estraier.c (est_check_strand, est_check_stror): checking rules
  were changed.
* estraier.c (est_search_union): a bug about memory allocation with
  regex was fixed.
* estraier.c (est_check_stroreq): new function.
* estmaster.c (startup): "attrindex" attribute was added.
* mastermod.c (log_rotate): new function.
* estcmd.c (runcreate, runput, rungather): "-tr" option was added.
- Release: 1.2.2
2006-04-27 19:39:11 +00:00
gdt
db0ced2f39 add USE_TOOLS of gs:run, pointed out by wiz.
No PKGREVISION bump since successful builds have the same content.
2006-04-23 00:45:07 +00:00
jdolecek
471f016224 make build properly (now that the module contents are actually compiled)
and adjust to use libxml2 depends on PHP5

bump PKGREVISION
2006-04-22 10:28:31 +00:00
rillig
9fc2d7d281 Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-22 09:22:05 +00:00
minskim
35adce343e Add Korean translations (SourceForge Request 1472583) needed to generate
the Korean version of the NetBSD guide.

Bump PKGREVISION.
2006-04-18 20:53:34 +00:00
jmmv
daf7b80209 Narrow the scope of the rewriteSystem entries added to the catalog so that
they only affect the installed Docbook versions.  Avoids possible conflicts
with other packages as happened with docbook-simple.  Bump PKGREVISION.
2006-04-18 14:11:29 +00:00
jmmv
dde5220cae Make the installed files mimic the public URL naming scheme and add an
appropriate rewriteSystem entry to the catalog.  Bump PKGREVISION.

Fixes the build of htdocs after a similar rewriteSystem entry was added
to docbook-xml.
2006-04-18 14:10:22 +00:00
minskim
87c8e6e101 Add p5-Text-Context-EitherSide. 2006-04-17 15:17:27 +00:00
minskim
180288a298 Import p5-Text-Context-EitherSide from pkgsrc-wip. Packaged by Roman Kulik.
Suppose you have a large piece of text - typically, say, a web page or
a mail message.  And now suppose you've done some kind of full-text
search on that text for a bunch of keywords, and you want to display
the context in which you found the keywords inside the body of the
text.

A simple-minded way to do that would be just to get the two words
either side of each keyword.  But hey, don't be too simple minded,
because you've got to make sure that the list doesn't overlap.  If you
have

    the quick brown fox jumped over the lazy dog

and you extract two words either side of ``fox'', ``jumped'' and
``dog'', you really don't want to end up with

    quick brown fox jumped over brown fox jumped over the the lazy dog

so you need a small amount of smarts.  This module has a small amount
of smarts.
2006-04-17 15:15:25 +00:00
minskim
e823f1820e Replace hardcoded /usr/local/include with ${BUILDLINK_PREFIX.iconv}/include
to avoid picking up a wrong iconv library.  Patch provided by Bel Woolley
in private email.
2006-04-17 14:43:47 +00:00
wiz
02f8f7c52d Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
schmonz
ff01c9a40c Remove share/html2text directory on uninstall. 2006-04-17 12:37:18 +00:00
jlam
ea5f9f80b6 Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries.  From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
2006-04-17 07:07:11 +00:00
minskim
9761aaf37f Add p5-XML-Clean. 2006-04-15 20:43:52 +00:00
minskim
bb9aa1b523 Import p5-XML-Clean from pkgsrc-wip. Packaged by Romak Kulik.
The ultimate quest of this module is to produce from non-XML text
text, that will will most probably pass through any XML parser one
could find.

Basic cleaning is just XML tag matching (for every opening tag there
will be closing tag as well, and they will form a tree structure).

When you add some extra parameters, you will receive complete XML
text, including XML head and root element (if none were defined in
text, then some will be added).
2006-04-15 20:41:20 +00:00
heinz
5851e5bff0 Added appropriate TEST_TARGET. 2006-04-14 18:14:34 +00:00
minskim
ec7ac182c5 Add p5-Lingua-Stem-Snowball. 2006-04-14 14:48:50 +00:00
minskim
217c761811 Import p5-Lingua-Stem-Snowball from pkgsrc-wip. Packaged by Roman Kulik.
This module provides unified perl interface to Snowball stemmers
(http://snowball.tartarus.org) and virtually supports various
languages.  It is written using C for high performance and provides
OO and plain interfaces.
2006-04-14 14:47:16 +00:00
minskim
236d514965 Add p5-Encode. 2006-04-13 19:48:35 +00:00
minskim
89bf47fdef Import p5-Encode from pkgsrc-wip. Packaged by Roman Kulik.
The "Encode" module provides the interfaces between Perl's
strings and the rest of the system.  Perl strings are
sequences of characters.
2006-04-13 19:45:41 +00:00