Commit graph

2639 commits

Author SHA1 Message Date
jlam
00fd4ffad5 Install Perl modules into the Perl vendor directories. Bump the
PKGREVISION to 3.
2005-08-09 01:52:32 +00:00
taca
51dbac781e Make this package for ruby16 only since ruby1.8.2 already contains
this library.
2005-08-08 14:25:51 +00:00
jlam
7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00
agc
e85848918f Add and enable ezxml 2005-08-01 00:25:41 +00:00
agc
3d547635d3 Import ezxml library, submitted in PR 30887 by Marcin Jessa.
ezXML is a C library for parsing XML documents inspired by simpleXML
	for PHP.  As the name implies, it's easy to use.  It's ideal for
	parsing XML configuration files or REST web service responses.  It's
	also fast and lightweight (less than 20k compiled).

	An example of how to use the ezXML library can be found in
	${PREFIX}/share/doc/ezxml
2005-08-01 00:25:04 +00:00
grant
083c97478a USE_LANGUAGES=c c++ 2005-07-31 06:03:26 +00:00
adam
ab68548242 Changes 2.0.11:
* Re-enable apostrophe word-breaking work-arounds
* Additional translations
2005-07-28 12:43:13 +00:00
wiz
6301213966 Reset MAINTAINER -- he stopped working on pkgsrc. 2005-07-27 16:21:16 +00:00
kristerw
0e3bb76d29 Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
2005-07-24 17:19:20 +00:00
wiz
1d7f6cedeb Variable quoting improvement for pkglint. 2005-07-24 14:33:19 +00:00
wiz
dcf9ccf06c Fix CONFLICTS line. 2005-07-24 14:32:28 +00:00
wiz
f934b79fef Update to 1.69.0:
The release includes major feature changes, particularly in the
manpages stylesheets, as well as a large number of bug fixes. This
project is the home for the DocBook XSLT stylesheets and DSSSL
stylesheets and more.
2005-07-23 18:41:15 +00:00
wiz
d774725534 Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21 16:29:42 +00:00
wiz
e7efb70255 Add and enable py-elementtree. 2005-07-21 12:14:19 +00:00
wiz
d86e5361f8 Initial import of py-elementtree, from pkgsrc-wip, packaged by recht@
The Element type is a simple but flexible container object, designed
to store hierarchical data structures, such as simplified XML infosets,
in memory.

The ElementTree toolkit contains an Element implementation in Python,
and code to read XML and HTML files into trees of Element objects, and
write them out as XML.
2005-07-21 12:13:29 +00:00
jlam
7ce4f23b51 Remove unnecessary passing of YACC to the configure script as it's
already passed by the tools framework.
2005-07-20 04:50:46 +00:00
grant
e720c400e2 depends should be ../../<category>/<pkg> 2005-07-19 10:11:48 +00:00
hubertf
fc3822a7a8 Fix path to RFC-database, it's most certainly not in /usr/local.
Bump revision.
2005-07-18 20:00:22 +00:00
tonio
b734d96235 Update to rubber 1.0
Change maintainer address to @netbsd.org
Update homepage to avoid redirections

Main changelog entries:
  Version 1.0 (2005-07-11)
  More intelligent graphics conversion rules.
  New command-line options "--inplace" and "--into".
  New command-line option "-W" to report warnings.
  Modules "index" and "verbatim" fixed.
  Fixed path searching in Metapost.
  Fixed paper size handling (in dvips, dvipdfm, ps2pdf).
  Better handling of aux files from \include'd sources.

approved by cube@
2005-07-18 13:46:45 +00:00
heinz
363c7dac22 Updated to 0.23nb2.
Added missing prerequisite p5-libxml (for XML::Parser::PerlSAX)
This should fix PR pkg/30768.
2005-07-17 14:25:57 +00:00
jlam
83147ffa68 Remove some unnecessarily strong dependencies on perl that resulted
from including perl5/buildlink3.mk.  These packages just need the Perl
interpreter, and can just add "perl" to USE_TOOLS instead.
2005-07-16 19:10:37 +00:00
jlam
3e474a90d8 Get rid of USE_PERL5. The new way to express needing the Perl executable
around at either build-time or at run-time is:

	USE_TOOLS+=	perl		# build-time
	USE_TOOLS+=	perl:run	# run-time

Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
2005-07-16 01:19:06 +00:00
jlam
e26a9ed756 Drop support for TOOLS_DEPMETHOD.<tool>. The new way to specify a
run-time dependency (DEPENDS) on a tool is to append a ":run" modifier
to the tool name, e.g.,

	USE_TOOLS+=	perl:run

Tools without modifiers or with an explicit ":build" modifier will
cause build dependencies (BUILD_DEPENDS) on those tools to be added.
This makes the notation a bit more compact.
2005-07-15 20:14:02 +00:00
jlam
bf9129c41e Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making
PKGSRC_USE_TOOLS go away.  There is now only a single USE_TOOLS variable
that specifies all of the tools we need to build/run the package.
2005-07-15 18:27:48 +00:00
jlam
7a6521287b Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.
2005-07-13 18:01:18 +00:00
drochner
4e8536c148 sync with libxml2 update 2005-07-13 09:53:31 +00:00
grant
16736348e2 no need to force the latest version when IGNORE_RECOMMENDED=YES. set
BUILDLINK_RECOMMENDED.aspell>=0.50.3 instead.
2005-07-13 04:37:52 +00:00
recht
813fba2584 update to libxml2 2.6.20
2.6.20: Jul 10 2005:
   -  build fixes: Windows build (Rob Richards), Mingw compilation (Igor
       Zlatkovic), Windows Makefile (Igor), gcc warnings (Kasimier and
       andriy@google.com), use gcc weak references to pthread to avoid the
       pthread dependancy on Linux, compilation problem (Steve Nairn),
       compiling of subset (Morten Welinder), IPv6/ss_family compilation
       (William Brack), compilation when disabling parts of the library,
       standalone test distribution.

   -  bug fixes: bug in lang(), memory cleanup on errors (William Brack),
       HTTP query strings (Aron Stansvik), memory leak in DTD (William),
       integer overflow in XPath (William), nanoftp buffer size, pattern
       "." apth fixup (Kasimier), leak in tree reported by Malcolm Rowe,
       replaceNode patch (Brent Hendricks), CDATA with NULL content
       (Mark Vakoc), xml:base fixup on XInclude (William), pattern
       fixes (William), attribute bug in exclusive c14n (Aleksey Sanin),
       xml:space and xml:lang with SAX2 (Rob Richards), namespace
       trouble in complex parsing (Malcolm Rowe), XSD type QNames fixes
       (Kasimier), XPath streaming fixups (William), RelaxNG bug (Rob Richards),
       Schemas for Schemas fixes (Kasimier), removal of ID (Rob Richards),
       a small RelaxNG leak, HTML parsing in push mode bug (James Bursa),
       failure to detect UTF-8 parsing bugs in CDATA sections, areBlanks()
       heuristic failure, duplicate attributes in DTD bug (William).

   -  improvements: lot of work on Schemas by Kasimier Buchcik both on
       conformance and streaming, Schemas validation messages (Kasimier
       Buchcik, Matthew Burgess), namespace removal at the python level
       (Brent Hendricks), Update to new Schemas regression tests from
       W3C/Nist (Kasimier), xmlSchemaValidateFile() (Kasimier), implementation
       of xmlTextReaderReadInnerXml and xmlTextReaderReadOuterXml (James Wert),
       standalone test framework and programs, new DOM import APIs
       xmlDOMWrapReconcileNamespaces() xmlDOMWrapAdoptNode() and
       xmlDOMWrapRemoveNode(), extension of xmllint capabilities for
       SAX and Schemas regression tests, xmlStopParser() available in
       pull mode too, ienhancement to xmllint --shell namespaces support,
       Windows port of the standalone testing tools (Kasimier and William),
       xmlSchemaValidateStream() xmlSchemaSAXPlug() and xmlSchemaSAXUnplug()
       SAX Schemas APIs, Schemas xmlReader support.
2005-07-12 21:15:21 +00:00
taca
1e549f46ed - add missing message files in PLIST.
- deprecate USE_PERL5 and LTCONFIG_OVERRIDE.

Bump PKGREVISION.
2005-07-12 16:03:56 +00:00
kristerw
9384e6337d Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
2005-07-08 21:28:15 +00:00
kristerw
0650e01d5a Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
2005-07-08 20:53:49 +00:00
kristerw
5b7f56aed8 Do not include malloc.h, and add HAVE_STRLCPY for Darwin too. 2005-07-08 18:56:56 +00:00
markd
15ad4fc64a Update ispell-british to 3.3.02. 2005-07-07 12:44:44 +00:00
markd
ef66843718 Update ispell-base to 3.3.02
Ispell 3.3 offers improved support for international languages, improved
deformatting, and better support for compilation on Windows systems. All
known security holes have been closed. A number of small bugs are also
fixed.
2005-07-07 12:42:20 +00:00
christos
9f598e7e89 update to 0.1 which should be more portable. 2005-07-05 19:53:40 +00:00
wiz
79584f9fa6 Distfile has changed without name change; set DIST_SUBDIR; PKGREVISION++. 2005-07-05 15:19:26 +00:00
wiz
b3583a2761 USE_PERL5 -> USE_TOOLS+=perl. 2005-06-28 14:18:55 +00:00
wiz
6b0d4fa999 Update to 0.60.3.
Complete list of changes from 0.60.2:

   * Fixed bugs involving several of the C API functions.

   * Fixed bug where `ultra' or `fast' mode will not return any
     suggestions when soundslike lookup is not used.

   * Made a minor, yet significant, optimization to the suggestion code.
     This speed things up by an order of magnitude in some cases.

   * Avoid using the slow ngram scan except when the `sug-mode' is
     `slow' or `bad-speller'.

   * Fixed a bug in curses mode which causes word-wrap to not work
     correctly in some cases.

   * Fixed a bug in pipe mode with a missing newline.

   * Fixed the `spell' compatibility script.

   * Several other minor bugs fixed.

   * Made note about the change in behavior of the `-l' command line
     switch.

   * Other manual update/fixes.

   * Updated to Libtool 1.5.18, Automake 1.9.6, and Makeinfo 4.8.
2005-06-28 14:17:49 +00:00
wiz
cef42348ec Depend on >= aspell-0.60.2nb1, which unbreaks the build.
Fix PLIST. Remove BROKEN.
2005-06-26 05:20:07 +00:00
wiz
e3ee624f80 Add patch from program's author that fixes aspell-cz build.
Bump PKGREVISION to 1.
2005-06-26 05:19:10 +00:00
taca
5e54cdfef0 Update ruby-xmlparser package to 0.6.8.1.
- Avoid C90'ism from code; content of patch-ab was merged.
2005-06-25 02:34:27 +00:00
kristerw
39c5fc71b7 Change the CONFIGURE_ENV to use the variables users are supposed to set,
rather than the autoconf cache variables.
2005-06-24 20:53:20 +00:00
wiz
8bfd6b61d7 Add and enable p5-Text-Glob. 2005-06-24 17:34:40 +00:00
wiz
5da6aa975a Import p5-Text-Glob-0.06 from pkgsrc-wip, packaged by
Hiramatsu Yoshifumi.

Text::Glob implements glob(3) style matching that can be used to match
against text, rather than fetching names from a filesystem. If you
want to do full file globbing use the File::Glob module instead.
2005-06-24 17:33:36 +00:00
kristerw
42c793da7d Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
2005-06-24 16:44:15 +00:00
jlam
0adeaaac21 Remove lang/libperl and modify packages that used libperl to depend
instead on perl>=5.8.0.  Bump the PKGREVISIONs of the following packages
due to the possible perl dependency changes after the removal of
libperl:

	audio/ices-mp3
	databases/postgresql73-plperl
	databases/postgresql74-plperl
	textproc/eperl
	www/ap-perl
2005-06-24 05:56:25 +00:00
is
4c78cba8f4 getopt() returns an int so that -1 can be distinguished from any character
value (xls2csv wouldn't accept any command line without this fix).
While we're here, add <stdlib.h> to analyze.c so that exit() is
declared.
2005-06-22 21:11:35 +00:00
kristerw
2fbf84300d Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
2005-06-20 15:52:47 +00:00
jlam
d0915c61c3 Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead of
${PREFIX}.
2005-06-17 04:49:45 +00:00
jlam
e46a9dd380 Create directories before installing files into them. 2005-06-17 03:50:19 +00:00