Commit graph

2097 commits

Author SHA1 Message Date
xtraeme
777fb552f5 Remove xlhtml, we have already this package in converters, pointed out
by wiz.
2004-06-24 05:31:07 +00:00
xtraeme
19d83f1a30 Initial import of xlhtml-0.5.
xlhtml is used to convert Microsoft Excel Spreadsheet files into either html
or tab delimitted ASCII. The program can be interfaced with helper scripts
for viewing email attachments. Most use of this program is through the helper
scripts  and one would probably rarely resort to using the commandline
interface.
2004-06-24 05:26:13 +00:00
xtraeme
55ddc95cec Add p5-XML-RAI, p5-XML-RSS-Parser (hi schmonz!) 2004-06-24 03:46:33 +00:00
wiz
b1d7d718a2 Fix some bad roff in the man page. Closes PR 25950. Bump PKGREVISION. 2004-06-21 08:58:59 +00:00
schmonz
0eadf612dd Initial import of p5-XML-RAI.
The RSS Abstraction Interface, or RAI (said "ray"), provides an
object-oriented interface to XML::RSS::Parser trees that abstracts
the user from handling namespaces, overlapping and alternate tag
mappings.

It's rather well known that, while popular, the RSS syntax is a
bit of a mess.

RAI provides a single simplified interface that maps one method
call to various overlapping and alternate tags used in RSS feeds.
The interface also abstracts developers from needing to deal with
namespaces. Method names are based on Dublin Core terminology.
2004-06-20 22:28:00 +00:00
schmonz
650d6bd38a Initial import of p5-XML-RSS-Parser.
XML::RSS::Parser is a lightweight liberal parser of RSS feeds that
is derived from the XML::Parser::LP module the I developed for
mt-rssfeed -- a Movable Type plugin. This parser is "liberal" in
that it does not demand compliance of a specific RSS version and
will attempt to gracefully handle tags it does not expect or
understand. The parser's only requirements is that the file is
well-formed XML and remotely resembles RSS.
2004-06-20 22:25:59 +00:00
cjep
7c847fc994 Use the configure target and use REPLACE_PERL to get the correct
path to perl in html2wml. Fixes PR#25951 from diro at nixsys dot bz .
2004-06-17 08:48:12 +00:00
grant
7e4ff41536 bump to 20040613 2004-06-13 13:14:03 +00:00
grant
9fa7114bcf sync with src:
safer realloc, from openbsd
2004-06-13 13:12:09 +00:00
grant
3c859771e0 sync with src:
prevent integer underflow.  freebsd rev 1.32.  via openbsd
2004-06-13 13:11:41 +00:00
grant
37c6587ce0 sync with src:
apply patch in PR to fix argument parsing bug.
apply patch in PR to avoid writing to unallocated memory.
2004-06-13 13:09:34 +00:00
grant
f81cc371cf sync with src:
Bump Dd for previous.
2004-06-13 13:07:29 +00:00
grant
70c2720413 sync with src:
Point people to re_format(7) instead of regex(3) for RE description
2004-06-13 13:07:00 +00:00
grant
b5a9b112f6 sync with src:
Move UCB-licensed code from 4-clause to 3-clause licence.
2004-06-13 13:04:02 +00:00
minskim
a78dcdd77e Sync nbsed with -current and bump its version to 20040612. This fixes
a bug reported in PR bin/25899 that makes sed(1) fail if the last
character of the line buffer is a backslash.
2004-06-12 05:18:23 +00:00
taca
44080a0f62 Quick fix for build with converters/libiconv, making configure detect
iconv() in libiconv library.
2004-06-09 05:42:31 +00:00
shannonjr
cb4dd26e05 Re: PR 25853 textproc/opensp does not compile with gcc 3.4.0
A missing type declaration causes compilation failure. The patch
fixes the problem by including the local header file "constant.h"
This closes the referenced PR.
2004-06-07 19:25:58 +00:00
grant
f164247a30 this package doesn't use a compiler. 2004-06-06 13:04:24 +00:00
schmonz
384af75e68 Packages no longer need to clean up *.subst.sav leftovers. 2004-06-06 04:29:17 +00:00
xtraeme
3be38dae2b Enable pkgviews installation. 2004-06-04 23:58:12 +00:00
xtraeme
4a0b9a7797 Enable pkgviews installation. 2004-06-04 23:46:08 +00:00
jschauma
27d2003a39 This does not seem to need to link against libl, so leave it out to allow
build on OS that don't even have libl.
2004-06-04 18:34:17 +00:00
shannonjr
71f79b2075 Re: PR 25726 Compilation error on redeclaration of malloc() using gcc 3.4.0
This problem was anticipated in the source Makefile so fix was a trivial
matter of setting the CFLAG -DNO_MALLOC_DECL.
This closes the referenced PR.
2004-06-01 20:42:17 +00:00
shannonjr
5dc2891618 Re: PR 25725 Syntax errors prevent compilation of with gcc 3.4.0
The patch-ac corrects four instances of printf being called with an
uncompilable argument list; the patch follows a recommendation from
Christian Biere <christianbiere@gmx.de>.
The patch-ad corrects a situation where a label at end of block prevents
compilation; the fix adds a null statement as the label's target.
2004-06-01 15:36:50 +00:00
shannonjr
1eb78e7a02 Re: PR 25720 Syntax errors prevent compilation with gcc 3.4.0
The patch-al fixes a problem where a label appeared at end of block by
supplying a null statement for the label.
The patch-am provides a missing argument list separator (comma) in
four places.
This closes the PR.
2004-06-01 08:55:34 +00:00
shannonjr
ae68b0fb15 Re: PR 25715 Compilation error with gcc 3.4.0
dartsdic.cpp:180: error: ISO C++ forbids cast to non-reference type used
         as lvalue
The patch corrects the compilation error by rewriting the cast without
changing the meaning of the statement. This closes the PR.
2004-06-01 08:23:29 +00:00
kristerw
071f800f92 Use PTHREAD_OPTS+=require instead of implementing the same functionality
using if ${PTHREAD_TYPE} == "none" etc,  and use the blessed pthread
package instead of depending on devel/unproven-pthreads.

Bump PKGREVISION.
2004-05-29 20:45:34 +00:00
minskim
d04d69e6b5 Move WRKSRC definition into a later section. 2004-05-29 13:04:00 +00:00
minskim
f7525a92ce Enable pkgviews installation. 2004-05-29 13:01:11 +00:00
xtraeme
0163ffca78 Added p5-XML-XUpdate-LibXML-0.2.3, p5-XML-LibXML-XPathContext-0.06. 2004-05-29 02:01:22 +00:00
xtraeme
1a6bc89571 Initial import of p5-XML-LibXML-XPathContext-0.06.
This module augments XML::LibXML by providing a Perl
interface to libxml2's xmlXPathContext structure.
2004-05-29 01:58:56 +00:00
xtraeme
6c2d7d00a8 Initial import of p5-XML-XUpdate-LibXML-0.2.3.
Simple implementation of XUpdate format (http://www.xmldb.org/xupdate/).
The implementation is based on XML::LibXML DOM API.
2004-05-29 01:58:00 +00:00
xtraeme
1eab50bf4f Added p5-XML-LibXML-Iterator, p5-XML-NodeFilter. 2004-05-29 01:46:02 +00:00
xtraeme
d31178a89a Initial import of p5-XML-NodeFilter-0.01.
XML::NodeFilter is a generic node-filter class for DOM traversal as
specified in the DOM Level 2 Traversal and Range specification. It
extends that specification so this class is more easy to use for perl
programmers.
2004-05-29 01:43:19 +00:00
xtraeme
51045328af Initial import of p5-XML-LibXML-Iterator-1.00.
XML::LibXML::Iterator implements the iterator part of the DOM
Traversal and Range specification. This class allows to iterate
through a DOM as it is done through an ordinary array.
2004-05-29 01:42:39 +00:00
xtraeme
23a2d3262a Update textproc/p5-XML-DOM to 1.43 (previous distfile unavailable).
Changes:

1.43 (tjmather) 07/28/2003
- Fixed bug that manifests itself with XML::Parser 2.32 and greater,
specify external style as 'XML::Parser::Dom' rather than just 'Dom'.
(Matt Sergeant)
2004-05-29 01:19:32 +00:00
minskim
d9c35a3f06 Update docbook-simple to 1.1b3.
Changes since 1.1b1:
  - adds the anchor element and the remap attribute.
  - adds the anchor element to a few more parameter entities, fixing
    the bug where it was not available in all the appropriate contexts
    in V1.1b2.
2004-05-28 16:40:34 +00:00
simonb
1f01b4d1de Add "CONFIGURE_HAS_INFODIR=no" to get this package building. 2004-05-25 04:21:29 +00:00
danw
6e8f676783 malloc.h fixes for darwin, plus a handful of other small fixes for
problems found after fixing malloc problems
2004-05-23 23:28:29 +00:00
kristerw
586671512f Make this compile when using gcc 3.3. 2004-05-23 22:33:17 +00:00
recht
a2993cfa09 unused 2004-05-23 16:59:05 +00:00
wiz
adc1bb3c9d Unused. 2004-05-22 10:04:21 +00:00
minskim
828bcf67e8 USE_LANGUAGES= c c++
USE_LIBTOOL=	yes
2004-05-19 06:50:46 +00:00
minskim
6a0c4b490c Bump PKGREVISION due to major version bump of the opensp library. 2004-05-19 05:44:39 +00:00
minskim
210f03d9b1 Update opensp to 1.5.1.
Changes:

Enable run time selection of message format with SP_MESSAGE_FORMAT
environment variable. Value is one of XML, NONE, TRADITIONAL.

When validating/parseing a document using http, OpenSP will now follow
any redirects headers/requests from the server.

The environment variable SP_HTTP_USER_AGENT can be used to specify a
UserAgent: header.

The environment variable SP_HTTP_ACCEPT can be used to specify Accept:
headers.

A number of enhancements have been made to the osx tool: security
fixes in the handling of output files; addition of the "preserve case
option".

A testing framework together with some initial tests have been
added. Currently there are 22 tests. 6 of which fail.

Support for Mac OS/X, Darwin has been improved. Build infrastructure
and localisation fixes and enhancements. Improved compiler support.
2004-05-19 05:42:38 +00:00
recht
add1fc1507 update to 0.2.1
patch provided by Michal Pasternak in PR pkg/25611

Release 0.2.1

11 May 2004

Minor bugfixes and test improvements.
Release 0.2.0

20 Feb 2004

Reorganized code into modules; converted some iteration constructs to Python
iterators and generators. All text processing internally is now handled as
Unicode. Analyzers are back as generators of tokens.

The changes to the code to make it more pythonic appear to have resulted in
trading time for space: preliminary tests indicate about a 5% speedup on one
dataset in exchange for a 20% increase in memory usage.
2004-05-18 12:44:05 +00:00
seb
00cc0486ea Garbage collect BUILDLINK_PKGBASE.<pkg> from buildlink3: it is not anymore
used since revision 1.139 of mk/buildlink3/bsd.buildlink3.mk.
2004-05-17 21:32:33 +00:00
seb
50d96f3595 Fix build with older GNU libstdc++ (mentioned in PR pkg/25590).
While here add support for test target.
2004-05-16 12:22:40 +00:00
seb
c86fca8622 Update to version 1.9.
Changes since last packaged version:
   * --no-doc option added to cancel the --doc option even if
     it is implied (e.g., when css is given) (as suggested by Keith Lea
     and Grant McLean)
   * deal with \r correctly (reported by barrett@9hells.org)
   * added scanner for language LUA (thanks to Marc Côté)
   * added scanner for CAML and SML (with the help of Jean-Baptiste Rouquier
     and James Riely)
   * fixed a bug in C++ scanner concerning tabs after # (reported by
     Don Stauffer).
   * If not specified, the source language will be guessed from the
     input file extension.
   * Added src-hilite-lesspipe.sh a script that can be used with less
     in order to higlight the files processed with less
     (suggested by Konstantine Serebriany)
   * fixed a bug in perl scanning when \" is used in regular expressions
     (reported by Geir Nilsen)
   * html attribute values are generated in quotes (bug fixed by
     Patrick Wagstrom)
   * can generate anchors for line numbers (thanks to Oliver Fischer)
2004-05-15 14:55:38 +00:00
xtraeme
c39fb4635a Sort. 2004-05-13 04:13:27 +00:00