Commit graph

8 commits

Author SHA1 Message Date
obache
39619a9444 Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:26:04 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00
sno
68fcd0b290 Updating devel/p5-Term-ANSIColor from 2.02 to 3.00
Upstream changes:
2010-01-24  Russ Allbery  <rra@stanford.edu>
	* ANSIColor.pm: Version 3.00 released.
	* t/basic.t: Add some basic tests for bright color support.
	* ANSIColor.pm: Reorganize the documentation and be clearer about
	  the function interface parameters.  Reword the explanation of
	  bright and regular colors, and provide some advice about which
	  to use.

2010-01-24  Jakob Ilves  <illvilja@gmail.com>
	* ANSIColor.pm: Add bright versions of the basic eight foreground
	  and background colors using the 9x and 10x codes, supported by
	  emulators with 16 color support.
2010-02-15 16:33:43 +00:00
sno
1b428ab027 Updating devel/p5-Term-ANSIColor from 2.01 to 2.02
Upstream changes:
2009-08-30  Russ Allbery  <rra@stanford.edu>
	* ANSIColor.pm: Version 2.02 released.

	* ANSIColor.pm: Update compatibility matrix to reflect that xterm
	now supports blink.

	* ANSIColor.pm (colorvalid): New function to check whether an
	attribute is known.
	* t/basic.t: Test colorvalid.
2009-09-12 21:36:14 +00:00
sno
5423f74481 pkgsrc changes:
- Updating package for p5 module ANSIColor from 2.00 to 2.01
  - Adding licese (perl license as named in META.yml)
  - Adding destdir support

Upstream changes:
2009-07-04  Russ Allbery  <rra@stanford.edu>

	* ANSIColor.pm: Version 2.01 released.

	* t/basic.t: Test error handling in color, colored, and uncolor.

	* ANSIColor.pm (uncolor): When reporting errors for bad escape
	  sequences, don't include the leading \e[ or trailing m in the
	  error message.

	* ANSIColor.pm: Add section headings to the DESCRIPTION section of
	  the module since it's getting rather long.
	  (colorstrip): New function to remove ANSI color codes from
	  strings.  Thanks, Paul Miller.
	* t/basic.t: New tests for colorstrip.

	* ANSIColor.pm (AUTOLOAD): Untaint $AUTOLOAD, required by Perl
	  5.10 when running in taint mode.  Thanks, Tim Bellinghausen.
	* t/basic.t: Two new tests for AUTOLOAD error handling.  Enable
	  warnings and taint mode.
2009-07-07 15:58:31 +00:00
rillig
ad2adba9a5 Ran pkglint --autofix on the devel/ category. Most of the changes are
simple white-space issues like indentation and trailing spaces. The
others are cross-references for Makefile.common.
2009-06-13 06:46:41 +00:00
sno
df6415828f PkgSrc changes:
- Updating package for p5 module Term::ANSIColor to 2.00

Upstream changes:
2009-02-28  Russ Allbery  <rra@stanford.edu>

	* ANSIColor.pm: Version 2.00 released.

	* Makefile.PL: Add LICENSE to the distribution metadata for Perl
	5.10 and later.

	* ANSIColor.pm: Add explicit return statements instead of relying
	on the implicit return of the last expression.  Use all caps for
	all global variables.

	* ANSIColor.pm: Add the new functions to a :pushpop export tag.
	(PUSHCOLOR): New function that stores in an internal stack the
	attributes that are being set.
	(POPCOLOR): New function that pops the attributes being set and
	sets the attributes previously found on the stack.
	(LOCALCOLOR): New function that surrounds its argument in
	PUSHCOLOR and POPCOLOR.
	(AUTOLOAD): If $AUTOLOCAL is set, surround all color constants
	with an implicit LOCALCOLOR.
	* t/basic.t: Test PUSHCOLOR, POPCOLOR, and LOCALCOLOR.

	* t/pod-spelling.t: Rewrite to use Test::More.  Support and prefer
	aspell.

	* ANSIColor.pm: Fix additional spelling errors and rewrap the POD
	documentation to a 74-character margin.

	* t/basic.t: Rewrite to use Test::More.
	* t/pod.t: Likewise.

	* ANSIColor.pm (AUTOLOAD): If ANSI_COLORS_DISABLED is set, return
	the stringified arguments rather than creating a sub.  This allows
	colors to work later if ANSI_COLORS_DISABLED is unset rather than
	making its effects permanent.  It also avoids adding a reset
	escape sequence when $AUTORESET and ANSI_COLORS_DISABLED are both
	set.

2008-09-14  Russ Allbery  <rra@stanford.edu>

	* ANSIColor.pm: Add faint as a synonym for dark and improve the
	documentation of text attributes.

	* t/pod-spelling.t: New check to spell-check POD documentation
	using ispell with Pod::Spell.
	* ANSIColor.pm: Fix spelling and markup errors in documentation
	and add stop-words where appropriate.
2009-04-24 06:56:27 +00:00
he
9e705de7c4 Import p5-Term-ANSIColor version 1.12.
This module has two interfaces, one through color() and colored()
and the other through constants. It also offers the utility function
uncolor(), which has to be explicitly imported to be used (see
"SYNOPSIS").

color() takes any number of strings as arguments and considers them
to be space-separated lists of attributes. It then forms and returns
the escape sequence to set those attributes. It doesn't print it
out, just returns it, so you'll have to print it yourself if you
want to (this is so that you can save it as a string, pass it to
something else, send it to a file handle, or do anything else with
it that you might care to).

uncolor() performs the opposite translation, turning escape sequences
into a list of strings.
2009-01-20 00:33:42 +00:00