Commit graph

6056 commits

Author SHA1 Message Date
sno
981b8c5820 Adding new package for CPAN module Text::Patch version 1.8
into textproc/p5-Text-Patch.

Text::Patch combines source text with given diff (difference) data.
2012-09-11 09:17:46 +00:00
adam
b15c922bcc Revbump after updating graphics/cairo 2012-09-07 19:16:05 +00:00
sno
bb84968f73 Updating package for CPAN module Text::CSV_XS in textproc/p5-Text-CSV_XS
from 0.90 to 0.91.

Upstream changes:
0.91	- 2012-08-21, H.Merijn Brand
    * Prevent test-failures for long doubles on weird architectures
    * More utf-8 tests for te change of 0.90
    * Update test case now 5.005 is not supported anymore
    * Rip out the tell/seek introduced in 0.90
2012-09-07 11:37:50 +00:00
sno
e69c462374 Updating package for CPAN module Lingua::EN::Tagger in
textproc/p5-Lingua-EN-Tagger from 0.16nb2 to 0.20.

pkgsrc changes:
- add newly introduced dependency to www/p5-HTML-Tagset

Upstream changes since 0.16:
0.20            Aaron Coburn            7/6/12
        Escaped curly braces in regex patterns.
        In perl 5.17 this becomes necessary.

0.19            Aaron Coburn            5/28/12
        Added missing metadata fields to
        Makefile.PL

0.18            Aaron Coburn            5/11/12
        Added requirement for 5.8 for proper
        unicode support. Modified get_sentences
        routine for $ chars as with preceeding
        issue.

0.17            Aaron Coburn            5/10/12
        Added better error handling for loading
        YAML files. Fixed error in get_sentences
        routine related to (, [ and { characters
        being fused to the preceding word.
2012-09-07 09:55:34 +00:00
sno
a76f11d1e6 Changing all PERL5_MODULE_TYPE from Module::Install to M::I::Bundled,
Module::Install is for Authors only.

Bumping revision
2012-09-03 11:16:19 +00:00
wiz
550413ff1e Update to 0.1.4. I didn't find a changelog, but it now comes with
a pkgconfig file.
2012-09-02 15:03:01 +00:00
marino
181a210ce7 textproc/libplist: Set BUILDLINK_ABI_DEPENDS with +=, not ?= 2012-09-01 16:13:18 +00:00
drochner
ed52d1f8d7 explicitly pull in omf-scrollkeeper, should fix build problems after
recent gnome-doc-utils update (reported by John Marino)
2012-08-29 19:56:47 +00:00
drochner
0736b124cd make sure the "gnome-doc-tool" bash script picks up GNU getopt,
NetBSD's native one is not compatible
bump PKGREV
2012-08-29 19:11:12 +00:00
obache
fb0eef126f Recursive bump from boost-libs update. 2012-08-29 11:22:09 +00:00
marino
7ec2188998 textproc/tcl-tDOM: Fix build on DragonFly
DragonFly didn't have a configure entry so piggyback on FreeBSD
like NetBSD is doing.
2012-08-28 22:58:09 +00:00
wiz
12035e44d2 Add upstream bug report URL. 2012-08-26 13:05:38 +00:00
wiz
ea535dba3e + tcl-tDOM. 2012-08-26 12:13:03 +00:00
wiz
62e747889f Import tcl-tDOM-0.8.3 as textproc/tcl-tDOM.
Packaged for wip by phonohawk and Moritz Wilhelmy.

tDOM combines high performance XML data processing with easy and
powerful Tcl scripting functionality. tDOM should be one of the
fastest ways to manipulate XML with a scripting language and uses very
little memory in the process (for example the DOM tree of the XML
recommendation in XML (160K) needs only about 450K in memory)! The
tDOM project was started by Jochen Loewer. It is currently maintained
by Rolf Ade.
2012-08-26 12:12:28 +00:00
cheusov
8415339e29 Update to 1.0.4
- Flag (interactive) was removed from the following functions:
     dictem-select-strategy, dictem-select-database, dictem-read-query
     and dictem-run. This fixes Debian bug #564251.
2012-08-25 20:52:24 +00:00
wiz
d4c8fba64b Recognize OpenBSD's beagle platform.
From Jason McIntyre <jmc@OpenBSD.org>.

Bump version.
2012-08-23 20:22:13 +00:00
marino
266a1e1ed1 textproc/tcl-expat: Fix non-priviledged build
Tcl-expat does not need to create lib/tcl.  This is done already by the
lang/tcl package.  Attempting the pre-install target fails when built
by a non-root user so just remove this redundant target.
2012-08-23 17:03:53 +00:00
drochner
322a5490b7 update to 0.20.10
changes:
-removed scrollkeeper/omf
-minor feature additions
-bugfixes
-translation updates
2012-08-23 15:18:07 +00:00
drochner
7eb216ae83 update to 0.7.7
changes:
-bugfixes
-added .pc file for pkg-config

disabled selftest for now, needs a "libcpptest" which is not on pkgsrc yet
2012-08-23 15:09:18 +00:00
marino
f162cdcb03 Recursive PKGREVISION bump for tcl and tk upgrade to 8.5.12 2012-08-21 23:49:18 +00:00
marino
c34fcbabb5 textproc/tcl-expat: Patch in tcl 8.5 support
The tcl-expat makefile was previously hardcoded for ltcl84.  Modify the
patch to hardcode it for ltcl85.
2012-08-21 21:58:14 +00:00
adam
b0990acd9b Changes 2.14:
** Bug fixes

  grep -i '^$' could exit 0 (i.e., report a match) in a multi-byte locale,
  even though there was no match, and the command generated no output.
  E.g., seq 2 | LC_ALL=en_US.utf8 grep -il '^$' would mistakenly print
  "(standard input)".  Related, seq 9 | LC_ALL=en_US.utf8 grep -in '^$'
  would print "2:4:6:8:10:12:14:16" and exit 0.  Now it prints nothing
  and exits with status of 1.  [bug introduced in grep-2.6]

  'grep' no longer falsely reports text files as being binary on file
  systems that compress contents or that store tiny contents in metadata.
2012-08-21 18:04:58 +00:00
wen
2c1d68eb43 Update to 3.23
Upstream changes:
2012-08-14   David E. Wheeler <david@justatheory.org>
	* Release 3.23

	Eliminated nested elements in table of contents (index) items
	output of Pod::Simple::XHTML. This was especially problematic for
	headers that included links, as the TOC then got nested anchor
	elements, which simply would not work. Thanks to Ben Bullock for
	the report and test case (RT #77686).

	Fixed semantically invalid nested XHTML generated by
	Pod::Simple::XHTML since v3.21. Gisle Aas.

	Improved support for nested "C< >" tags in Pod::Simple::XHTML.
	Gisle Aas.

	No longer tries to decode a string with the "utf8" flag set, as
	the double-decoding only triggered an error. Grant McLean.

	Added documentation note that the API expects encoded text
	(octets). Grant McLean.

	Added "parse_characters()" option to specify that strings to are
	already decoded from octets into characters. Grant McLean.
2012-08-17 15:40:16 +00:00
taca
3dbf425a8e Reset PKGREVISION. 2012-08-17 15:35:24 +00:00
wiz
6612ae9496 Fix build with emacs24. Patches from FreeBSD ports.
Bump PKGREVISION.
2012-08-16 11:54:56 +00:00
wiz
917fef8905 Update to 20120607. The usual fixes. 2012-08-15 20:28:05 +00:00
obache
f4ee3d9e81 + py-markdown2 2012-08-15 09:28:33 +00:00
obache
7db9af8332 Import py-markdown2-2.0.1 as textproc/py-markdown2.
Markdown is a text-to-HTML filter; it translates an easy-to-read /
easy-to-write structured text format into HTML.  Markdown's text
format is most similar to that of plain text email, and supports
features such as headers, *emphasis*, code blocks, blockquotes, and
links.  -- http://daringfireball.net/projects/markdown/

This is a fast and complete Python implementation of the Markdown
spec.
2012-08-15 09:27:34 +00:00
wiz
69549f31a1 Update to 0.6, from Jaap Boender in PR 46799:
This is an update of ocaml-text to version 0.6. According to the upstream
changelog, the only changes are to the build system. This version works with
ocaml 4.00.
2012-08-15 08:23:10 +00:00
wiz
6c2c61b5d5 Update to 3.10:
3.10 (2011-05-30)
-----------------

* Do not try to build LibYAML bindings on platforms other than CPython
  (Thank to olt(at)bogosoft(dot)com).
* Clear cyclic references in the parser and the emitter
  (Thank to kristjan(at)ccpgames(dot)com).
* Dropped support for Python 2.3 and 2.4.

3.09 (2009-08-31)
-----------------

* Fixed an obscure scanner error not reported when there is
  no line break at the end of the stream (Thank to Ingy).
* Fixed use of uninitialized memory when emitting anchors with
  LibYAML bindings (Thank to cegner(at)yahoo-inc(dot)com).
* Fixed emitting incorrect BOM characters for UTF-16 (Thank to
  Valentin Nechayev)
* Fixed the emitter for folded scalars not respecting the preferred
  line width (Thank to Ingy).
* Fixed a subtle ordering issue with emitting '%TAG' directives
  (Thank to Andrey Somov).
* Fixed performance regression with LibYAML bindings.
2012-08-12 16:09:30 +00:00
obache
1a0dfba2d1 Bump PKGREVISION from supported ruby version of migemo change. 2012-08-12 11:53:51 +00:00
obache
08853e2a8e Drop Ruby-1.8 and welcome Ruby-1.9 support (with some fixes).
based on PR 46765 by Miwa Susumu.
2012-08-12 11:52:26 +00:00
ryoon
f2623ac620 Update to 1.19
* Update MASTER_SITES
* Cannot connect to HOMEPAGE
* Update license, and remove RESTRICTED
* For example, ~/.termcap is needed, because this package uses Term::Cap

Changelog:
* Add a commandline option
* Change termcap handling
2012-08-11 20:07:16 +00:00
jnemeth
d613281b40 sort 2012-08-09 07:41:04 +00:00
sno
e57c709821 Added textproc/p5-Dist-Zilla-Plugin-PodWeaver version 3.101641 2012-08-08 12:21:24 +00:00
sno
c868e39262 Adding package for Perl5 module Dist::Zilla::Plugin::PodWeaver version
3.101641 from CPAN into textproc/p5-Dist-Zilla-Plugin-PodWeaver.

[PodWeaver] is the bridge between Dist::Zilla and Pod::Weaver. It rips
apart your kinda-Pod and reconstructs it as boring old real Pod.
2012-08-08 12:21:11 +00:00
sno
8248e66439 Added textproc/p5-Pod-Elemental-PerlMunger version 0.093331 2012-08-08 12:11:15 +00:00
sno
4890c07eb7 Adding package for Perl5 module Pod::Elemental::PerlMunger version 0.093331
from CPAN into textproc/p5-Pod-Elemental-PerlMunger.

This role is to be included in classes that rewrite the documentation of
a Perl document, stripping out all the Pod, munging it, and replacing it
into the Perl.
2012-08-08 12:11:01 +00:00
sno
9a206e1fd8 Added textproc/p5-Pod-Weaver version 3.101638 2012-08-08 11:45:19 +00:00
sno
bc3e96dafb Adding new package for Perl5 module Pod::Weaver version 3.101638 from
CPAN into textproc/p5-Pod-Weaver.

Pod::Weaver is a system for building Pod documents from templates.
It doesn't perform simple text substitution, but instead builds a
Pod::Elemental::Document. Its plugins sketch out a series of sections
that will be produced based on an existing Pod document or other
provided information.
2012-08-08 11:45:04 +00:00
sno
c072e56e05 fix typo 2012-08-08 11:43:41 +00:00
sno
bf6148eb81 Added textproc/p5-Pod-Elemental version 0.102362 2012-08-08 10:57:13 +00:00
sno
579534207b Adding new package for Perl5 module Pod::Elemental version 0.102362 from
CPAN into textproc/p5-Pod-Elemental.

Pod::Elemental is a system for treating a Pod (plain old documentation)
documents as trees of elements. This model may be familiar from many other
document systems, especially the HTML DOM. Pod::Elemental's document object
model is much less sophisticated than the HTML DOM, but still makes a lot
of document transformations easy.

In general, you'll want to read in a Pod document and then perform a number
of prepackaged transformations on it. The most common of these will be the
Pod5 transformation, which assumes that the basic meaning of Pod commands
described in the Perl 5 documentation hold: =begin, =end, and =for commands
mark regions of the document, leading whitespace marks a verbatim paragraph,
and so on. The Pod5 transformer also eliminates the need to track elements
representing vertical whitespace.
2012-08-08 10:56:45 +00:00
sno
33150b94d8 Added textproc/p5-String-Truncate version 1.100600 2012-08-08 10:24:24 +00:00
sno
031785b449 Adding new package for Perl5 module String::Truncate version 1.100600
from CPAN into textproc/p5-String-Truncate.

String::Truncate handles the simple but common problem of long strings and
finite terminal width by eliding or truncating parts of the string from the
left, right, middle or both ends, respectively.
2012-08-08 10:24:13 +00:00
gls
9259d5d14a Update textproc/asciidoc to 8.6.8
Upstream changes:
-----------------

Release highlights
------------------

Added full complement of styles to Open Blocks and Normal Paragraphs???those
with a minimalist bent could construct virtually any document using just Title,
Normal Paragraph and Open Block syntaxes.

Other additions and changes
---------------------------

    Increased default maximum include depth from 5 to 10.

    Emit warning if maximum include depth is exceeded.

    Suppress repeated console messages.

    Music filter: removed --beams=None option from abc2ly invocation because it
	is broken on LilyPond 2.14 (Ubuntu 12.04).

    Replaced obsolete <tt> tag with <code> in HTML backends.

    Allow configuration attribute entries to create a new section (previously
	you could only modify existing sections). See: discussion list.

    Documented {wj} (word-joiner) attribute and updated FAQ. See: discussion
	list.

    FAQ: Added How can I place a footnote immediately following quoted text?
	See discussion list.

    Added Greek language configuration file. Contributed by Michael
	Dourmousoglou. See discussion list.

    FAQ: Added Using roles to select fonts for PDF. Submitted by Lex Trotman
	and based on solution by Antonio Borneo. See: discussion list.

    Apply same monospaced font size to all monospaced text.

    Changed 0 number padding to spaces in numbered GNU source-highlight
	outputs.

    Allow highlight source highlighter to use python for Python {language}
	name. r1142: Update the AsciiDoc source filter to allow the use of the
	highlight source code highlighter. See discussion list.

    Vim syntax highlighter: Don?t confuse trailing open block delimiter with
	section underline.

    Added skip option to paragraphs (c.f. Delimited Block skip option).

Bug fixes

    FIXED: latex, music and graphviz filters: When the filter output image is
	data-uri encoded write it to the indir (instead of the outdir) so that encoder
	can find it. See discussion list.

    FIXED: Escape the ] character inside inline macros. See discussion list.

    FIXED: source highlighter filter: Pass role attribute to HTML backends.

    FIXED: source highlight filter: docbook backend: role attribute was not
	passed to listings without a title. Patch submitted by Lex Trotman. See
	discussion list.

    FIXED: music2png.py: FOPException: Raster ByteInterleavedRaster error (FOP
	1.0, ImageMagick 6.6.9-7).
2012-08-06 20:05:27 +00:00
jperkin
c31310e668 Avoid "call of overloaded 'pow(double, long int&)' is ambiguous" error. A
similar patch was proposed on openjade-devel 10 years ago, and still hasn't
been integrated...

Fixes build on Solaris.
2012-08-06 16:51:50 +00:00
jperkin
70085cd6fd Avoid 'failed to load external entity' errors.
Fixes build on Solaris.
2012-08-06 16:39:53 +00:00
adam
e214046dee Changes 2.13:
** Bug fixes
  grep -i, in a multi-byte locale, when matching a line containing a character
  like the UTF-8 Turkish I-with-dot (U+0130) (whose lower-case representation
  occupies fewer bytes), would print an incomplete output line.
  Similarly, with a matched line containing a character (e.g., the Latin
  capital I in a Turkish UTF-8 locale), where the lower-case representation
  occupies more bytes, grep could print garbage.
  [bug introduced in grep-2.6]

  --include and --exclude can again be combined, and again apply to
  the command line, e.g., "grep --include='*.[ch]' --exclude='system.h'
  PATTERN *" again reads all *.c and *.h files except for system.h.
  [bug introduced in grep-2.6]

** New features
  'grep' without -z now treats a sparse file as binary, if it can
  easily determine that the file is sparse.

** Dropped features
  Bootstrapping with Makefile.boot has been broken since grep 2.6,
  and was removed.
2012-08-03 13:07:54 +00:00
jperkin
dde587d1b3 Include unistd.h for sleep().
Fixes build on at least Solaris.
2012-08-02 11:53:56 +00:00