The NetBSD Project

CVS log for pkgsrc/devel/p5-Term-ReadLine/Attic/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / p5-Term-ReadLine

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.55, Fri Sep 4 13:36:47 2020 UTC (3 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.54: +1 -1 lines
FILE REMOVED

p5-Term-ReadLine: remove, part of perl since 1998

Revision 1.54 / (download) - annotate - [select for diffs], Mon Aug 31 18:08:56 2020 UTC (3 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.53: +2 -2 lines
Diff to previous 1.53 (colored)

*: bump PKGREVISION for perl-5.32.

Revision 1.53 / (download) - annotate - [select for diffs], Thu Aug 29 19:45:07 2019 UTC (4 years, 6 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.52: +3 -1 lines
Diff to previous 1.52 (colored)

Don't try to detect TERMCAP_LIB, let BROKEN_READLINE_DETECTION tell
us. Fixes at least Ubuntu builds. Tested on Ubuntu 16, NetBSD 8,
macOS 10.14.

Revision 1.52 / (download) - annotate - [select for diffs], Sun Aug 11 13:20:25 2019 UTC (4 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.51: +2 -1 lines
Diff to previous 1.51 (colored)

Bump PKGREVISIONs for perl 5.30.0

Revision 1.51 / (download) - annotate - [select for diffs], Sun Jun 30 20:15:48 2019 UTC (4 years, 8 months ago) by nia
Branch: MAIN
Changes since 1.50: +2 -2 lines
Diff to previous 1.50 (colored)

Update packages using a search.cpan.org HOMEPAGE to metacpan.org.

The former now redirects to the latter.

This covers the most simple cases where http://search.cpan.org/dist/name
can be changed to https://metacpan.org/release/name.

Reviewed by hand to hopefully make sure no unwanted changes sneak in.

Revision 1.50 / (download) - annotate - [select for diffs], Sat Jan 26 07:42:00 2019 UTC (5 years, 1 month ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1
Changes since 1.49: +2 -3 lines
Diff to previous 1.49 (colored)

Update to 1.36

Upstream changes:
1.36  2019-01-14
        - readline-8.0 support
            new function
                rl_empty_keymap
                rl_set_keymap_name
                rl_check_signals
            new variable
                history_quoting_state
            rl_function_of_keyseq uses rl_function_of_keyseq_len to
            support an arbitrary key sequence that may include NULs.
        - new() checks the number of arguments.
        - make 'use Term::ReadLine::Gnu' fail if $TERM is not set or
          on a dumb terminal.  'use Term::ReadLine' uses
          Term::ReadLine::Stub instead. [rt.cpan.org #123398]
        - Makefile.PL: checks the tinfo library for Debian.
        - add t/01test_use.t and t/02test_use.t.
        - comment out a hack for the CPAN Test on OpenBSD added on
          TRG 1.22.
        - t/utf8_binary.t, t/utf8_text.t: skipped on Perl 5.8.

Revision 1.49 / (download) - annotate - [select for diffs], Wed Aug 22 09:44:42 2018 UTC (5 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.48: +2 -2 lines
Diff to previous 1.48 (colored)

Recursive bump for perl5-5.28.0

Revision 1.48 / (download) - annotate - [select for diffs], Mon Jun 5 14:23:39 2017 UTC (6 years, 9 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2
Changes since 1.47: +2 -1 lines
Diff to previous 1.47 (colored)

Recursive revbump from lang/perl5 5.26.0

Revision 1.47 / (download) - annotate - [select for diffs], Mon Nov 7 14:04:32 2016 UTC (7 years, 4 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4
Changes since 1.46: +2 -2 lines
Diff to previous 1.46 (colored)

Update devel/p5-Term-ReadLine to 1.35
-------------------------------------
1.35  2016-11-03
        - readline-7.0 support
            new function
                rl_clear_visible_line
                rl_tty_set_echoing
                rl_pending_signal
            new variable
                rl_persistent_signal_handlers
        - Gnu.xs: fix a bug of rl_readline_state variable causing on a
          big-endian, sizeof(int)==4, and sizeof(long)==8 platform
          with the GNU Readline Library 7.0. [rt.cpan.org #118371]

Revision 1.46 / (download) - annotate - [select for diffs], Thu Jul 28 02:56:49 2016 UTC (7 years, 7 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2016Q3-base, pkgsrc-2016Q3
Changes since 1.45: +2 -3 lines
Diff to previous 1.45 (colored)

Update to 1.34

Upstream changes:
1.34  2016-06-12
	- ppport.h: update from version 1.0007 to version 3.31.
	- t/utf8_text.t: fix for the fail when PERL_UNICODE environment
	  variable is set.

1.33  2016-06-10
	- Gnu.pm, t/utf8_text.t: fix version checks for perl 5.10.0.
	- t/utf8_text.t: fix the number of skip for systems which do
	  not support en_US.UTF-8 locale.
	- Gnu.pm: delete old formated 'use VERSION'

1.32  2016-06-06
	- improve UTF-8 handling
	  - UTF-8 decoding is done at the interface between Perl and
            XS.  This makes it possible for UTF-8 strings to be get
            from the GNU Readline Library functions and variables.
	  - add enableUTF8() method
	  - UTF-8 support is enabled when STDIN is in UTF-8 by the -C
	    command-line switch, or PERL_UNICODE environment variable,
	    or IN file handle has utf8 IO layer, or -enableUTF8 method
	    is called.
	  - pop IO layer only when stdio layer is pushed on utf8 layer
            to support Perl 5.8.x
	- rl_save_state(), rl_restore_state(),
          history_get_history_state(), and history_set_history_state()
          are finally implemented.
	- update RL_STATE_* definitions
	- fix rl_readline_state and history_legnth variable to be
          writable
	- fix rl_completion_quote_character and
          rl_completion_found_quate variable to be read only
	- update POD document
	- t/*.t: use Test::More and improved
	  - t/utf8_binary.t, t/utf8_text.t:
	    - use en_US.UTF-8 instead of en_US.utf8 for locale
	    - force the GNU Readline Library 8bit through
	    - add variable access test, IO layer check, verbose mode,
              etc.
	    - use camel characters instead of Japanese kanji
              characters
	  - t/utf8_binary.t: skip when PERL_UNICODE is
            set. [rt.cpan.org #114185]
	  - t/utf8.txt: use camel characters instead of Japanese kanji
            characters
	  - t/callback.t: update comments and code clean-up
	- use some modern Perl features (but still in 5.8 era)
	  - use file handle references
	  - define export tags
	  - comment out 'use vars' for subroutine name aliase

1.31  2016-03-06
	- t/utf8_binary.t, t/utf_text.t: skip on non UTF-8 environment.
	- t/readline.t: skip the cursor move test for an active CPAN
          tester's environment

1.30  2016-03-02
	- t/utf8_binary.t: add a fix to handle escape sequences which
	  rl_initialize may output.

1.29  2016-02-28
	- pop the stdio PerlIO layer only when utf8 layer is included
          for remote debugging. [rt.cpan.org #110121]
	- call utf8::decode() for a UTF8-enabled input filehandle.
          [rt.cpan.org #104239]
	- call newTTY() any time to set filehandles.
	- make use of 'our' instead of 'use vars'.
	- add tests for UTF-8 handling.
	- pass _rl_store_iostream 'FILE *' in stead of 'PerlIO *'.
	- remove T_STDIO definition from typemap.
	- requires Perl 5.8.1

1.28  2015-09-21
	- Makefile.PL: revert a change on 1.27 which causes fail on
          the rlmalloc test. [rt.cpan.org #107201]
	- t/readline.t, t/history.t: use LC_ALL instead of LANG.

Revision 1.45 / (download) - annotate - [select for diffs], Wed Jun 8 19:23:34 2016 UTC (7 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base, pkgsrc-2016Q2
Changes since 1.44: +2 -1 lines
Diff to previous 1.44 (colored)

Bump PKGREVISION for perl-5.24.

Revision 1.44 / (download) - annotate - [select for diffs], Sun Sep 6 13:12:13 2015 UTC (8 years, 6 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3
Changes since 1.43: +2 -3 lines
Diff to previous 1.43 (colored)

Update to 1.27
--------------
1.27  2015-09-06
	- readline-7.0 support
	    new function
		rl_callback_sigcleanup
	- improve POD documents
	- Gnu.xs: not to use obsoleted typedefs which were obsoleted
          by ReadLine 6.3
	- fix a wrong fix on 1.21 to let completion_function do case
          insensitive match. [rt.cpan.org #72378]
	- fix rl_display_match_list to show the first entry of the
          array.  The bug caused segmentation fault with readline-7.0.
	- some improvement of Makefile.PL:
	  - add support homebrew on Mac OS X. [rt.cpan.org #104389]
	  - print an error string when system() fails.
	  - specify 'int' on 'main()'.
	  - use -O when -D_FORTIFY_SOURCE is defined.

Revision 1.43 / (download) - annotate - [select for diffs], Fri Jun 12 10:49:46 2015 UTC (8 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q2-base, pkgsrc-2015Q2
Changes since 1.42: +2 -1 lines
Diff to previous 1.42 (colored)

Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.

Revision 1.42 / (download) - annotate - [select for diffs], Sun Feb 1 18:28:32 2015 UTC (9 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1
Changes since 1.41: +2 -2 lines
Diff to previous 1.41 (colored)

Update to 1.26:

1.26  2015-01-31
	- Call ornaments() after rl_initialize() to set tty before
          calling rl_initialize() not to output some charactores to
          STDIO. [rt.cpan.org #96569, #101196]
	- make handling of iostreams simple (make _rl_store_iostream()
          return void and remove _rl_fetch_iostream()) [rt.cpan.org #101078]
	- Fix the Prerequisites section to require Perl 5.8 (it was
          required since TRG 1.23.).
	- t/callback.t: add some new Tk-tests from CPAN Testers' site.

Revision 1.41 / (download) - annotate - [select for diffs], Wed Dec 31 14:55:14 2014 UTC (9 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.40: +2 -2 lines
Diff to previous 1.40 (colored)

Update to 1.25:

1.25  2014-12-13
	- fix to call rl_initialize() after I/O stream
	  setting. [rt.cpan.org #96569]
	- t/readline.t: comment-out stty-command calls.
	- t/history.t, t/readline.t: print out the corresponding
          section names in the manuals of the libraries.
	- eg/perlsh: use 'IO' instead of 'FILEHANDLE' which Perl 5.20
	  warns. [rt.cpan.org #100883]
	- Fix copyright notices to use the year of first publication.

Revision 1.40 / (download) - annotate - [select for diffs], Thu Oct 9 14:06:27 2014 UTC (9 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4
Changes since 1.39: +1 -3 lines
Diff to previous 1.39 (colored)

Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.

Revision 1.39 / (download) - annotate - [select for diffs], Thu Oct 9 13:44:45 2014 UTC (9 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.38: +1 -2 lines
Diff to previous 1.38 (colored)

Remove SVR4_PKGNAME, per discussion on tech-pkg.

Revision 1.38 / (download) - annotate - [select for diffs], Sat Sep 6 14:52:23 2014 UTC (9 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base, pkgsrc-2014Q3
Changes since 1.37: +2 -3 lines
Diff to previous 1.37 (colored)

Update to 1.24:

1.24  2014-03-23
	- fix not to make the PerlIO layer empty for Perl 5.8.9 or
          before. [rt.cpan.org #59832]
	- update Pod document assuming the use of Pod::Simple::HTMLBatch.
	- t/00checkver.t: not to use 'display-readline-version') and "use
	  Test;"
	- INSTALL: add "(Install) Using Package" section.

1.23  2014-03-20
	- add description of the pager command bug in Perl debugger
	  which causes segementation fault [rt.perl.org #121456]
	- fix not to clobber binmode layer (utf-8) on filehandles [rt.cpan.org #59832]
	- support UTF-8 input as compatible with Term::ReadLine
	  - Now Term::ReadLine::Gnu requires perl 5.8.0 or above
	- define Term::ReadLine::Gnu::ornaments method [rt.cpan.org #93614]
	- Makefile.PL: Fix the URL of the bug-tracker [rt.cpan.org #93680]
	- eg/perlsh: POD syntax fix. [rt.cpan.org #93895]
	- README: add note for bug-tracker
	- INSTALL: update "1.3 Trouble Shooting"

Revision 1.37 / (download) - annotate - [select for diffs], Thu May 29 23:36:19 2014 UTC (9 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q2-base, pkgsrc-2014Q2
Changes since 1.36: +2 -1 lines
Diff to previous 1.36 (colored)

Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.

Revision 1.36 / (download) - annotate - [select for diffs], Sun Mar 30 13:08:50 2014 UTC (9 years, 11 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1
Changes since 1.35: +2 -3 lines
Diff to previous 1.35 (colored)

Update p5-Term-ReadLine to 1.22.  Approved by wiz@ to fix build problem
with readline 6.3.

1.22  2014-03-05
	- make Kwalitee <http://cpants.cpanauthors.org/> friendly
	  - add MakeMaker options for META.yml
	  - add Changelog
	  - fix POD errors
	  - make .pm versions consistent
	  - use "use warnings"
	- Makefile.PL dies on the CPAN Test for OpenBSD temporarily
          (hopefully).

1.21  2014-03-02
	- readline-6.3 support (Gnu Readline Library 6.3 requires this
	  release or newers.)
	    new function
		rl_clear_history
	    new variable
		rl_signal_event_hook
		rl_input_available_hook
		rl_executing_key
		rl_executing_keyseq
		rl_key_sequence_length
		rl_change_environment
		rl_filename_stat_hook
	- readline-6.1 support
	    new function
		rl_free_keymap (enabled)
	    new variable
		rl_filename_rewrite_hook (now implemented)
	- make the following variables read-only.: rl_executing_macro,
          history_length, rl_readline_state, rl_explicit_arg,
	  rl_numeric_arg, rl_editing_mode
	- Improve backward compatiblity variable and function definitions.
	- Fix Term::ReadLine::Gnu::XS::_trp_completion_function not to
	  perform a case-sensitive filter.
	- fix Gnu.xs:rl_initialize to be compiled with Perl 5.8.5 or
          before.
	- update Pod documents

	- t/readline.t, t/history.t: add variable access tests.
	- t/readline.t: consider .svn directory on filename
          completion test and to set the standard tty setting before
          re_initialize() being called.
	- eg/perlsh makes use of the deferred signal (safe signal)
          feature.

	- Maefile.PL checks whether the xmalloc exported by readline
	  is indeed called 'xmalloc' or whether it has been renamed to
	  '_rl_malloc'.
	- Makefile.PL: add -DTRL_READLINE_VERSION to show GNU Readline
          Library version in CPAN Tester Reports.
	- t/00checkver.t: let messages go to stdout.

	- README: add project home page URL and remove out-of-date
          descriptions.
	- INSTALL: add a section "Install on Mac OS X"

Revision 1.35 / (download) - annotate - [select for diffs], Tue Jan 28 12:06:48 2014 UTC (10 years, 1 month ago) by obache
Branch: MAIN
Changes since 1.34: +2 -2 lines
Diff to previous 1.34 (colored)

Gnu/euc_jp.pm is not in current version.

Revision 1.34 / (download) - annotate - [select for diffs], Tue Jan 28 12:05:05 2014 UTC (10 years, 1 month ago) by obache
Branch: MAIN
Changes since 1.33: +2 -2 lines
Diff to previous 1.33 (colored)

--libdir and --includedir are for required readline, not for this package.
pass readline's PREFIX with --prefix instead.

Revision 1.33 / (download) - annotate - [select for diffs], Wed Oct 16 16:34:37 2013 UTC (10 years, 5 months ago) by roy
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base, pkgsrc-2013Q4
Changes since 1.32: +2 -3 lines
Diff to previous 1.32 (colored)

Doesn't use ncurses, or any curses.

Revision 1.32 / (download) - annotate - [select for diffs], Mon Jul 15 02:02:21 2013 UTC (10 years, 8 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2013Q3-base, pkgsrc-2013Q3
Changes since 1.31: +1 -2 lines
Diff to previous 1.31 (colored)

* .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes
  are replaced with .include "../../devel/readline/buildlink3.mk", and
  USE_GNU_READLINE are removed,

* .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE
  are replaced with .include "../../mk/readline.buildlink3.mk".

Revision 1.31 / (download) - annotate - [select for diffs], Fri May 31 12:40:46 2013 UTC (10 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (colored)

Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.

Revision 1.30 / (download) - annotate - [select for diffs], Wed Oct 31 11:19:01 2012 UTC (11 years, 4 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.29: +1 -2 lines
Diff to previous 1.29 (colored)

Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.29 / (download) - annotate - [select for diffs], Wed Oct 3 21:55:39 2012 UTC (11 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored)

Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.

Revision 1.28 / (download) - annotate - [select for diffs], Sun Aug 14 12:26:38 2011 UTC (12 years, 7 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (colored)

Revision bump after updating perl5 to 5.14.1.

Revision 1.27 / (download) - annotate - [select for diffs], Sat Aug 21 16:34:30 2010 UTC (13 years, 7 months ago) by seb
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored)

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!

Revision 1.26 / (download) - annotate - [select for diffs], Sun Aug 1 19:36:40 2010 UTC (13 years, 7 months ago) by sno
Branch: MAIN
Changes since 1.25: +4 -3 lines
Diff to previous 1.25 (colored)

Updating devel/p5-Term-ReadLine from 1.19nb1 to 1.20

pkgsrc changes:
- adding license definition

Upstream changes:
1.20  2010-05-02
	- Make a copy of the environment variable array to stop
          segmentation faults on some systems (ex. FreeBSD)
	- t/readline.t skip the test of rl_readline_version for GNU
	  Readline Library 6.1 which may return a wrong value
	- readline-6.1 support
	    new function
		rl_free_keymap (disabled due to readline-6.1 bug)
	    new variable
		rl_filename_rewrite_hook (not supported yet)

Revision 1.25 / (download) - annotate - [select for diffs], Wed May 20 00:58:14 2009 UTC (14 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.24: +2 -1 lines
Diff to previous 1.24 (colored)

Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib
major change.

Reported by Robert Elz in PR 41345.

Revision 1.24 / (download) - annotate - [select for diffs], Sat Mar 21 23:24:12 2009 UTC (15 years ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

Updating Term::ReadLine::Gnu to 1.19. Changes since 1.18:
1.19  2009-03-21
	- make sure the outstream fd inside the readline library is in
          sync (see http://bugs.debian.org/236018)
	- fixes to be more CPAN Testers friendly
	  - t/readline.t does not use visible bell for "make test"
	  - Makefile.PL requires perl 5.7.0 or later.  (Use
	    Term::ReadLine::Gnu-1.09 for older Perl.)
	  - Makefile.PL exits 0 when /dev/tty cannot be opened.
	- INSTALL
	    add description of the -DPERL_USE_SAFE_PUTENV issue.  If
	    you encounter a segmentation fault, read it.

Oked by he@

Revision 1.23 / (download) - annotate - [select for diffs], Tue Mar 10 19:04:47 2009 UTC (15 years ago) by sno
Branch: MAIN
Changes since 1.22: +2 -3 lines
Diff to previous 1.22 (colored)

PkgSrc changes:

- Updating p5-Term-ReadLine to 1.18

Upstream changes:
1.18  2009-02-27
	- better error checking of Makefile.PL for automatic testing
	  on non-supported platfrom (for example one without GNU
	  Readline Library).
	- readline-6.0 support
	    new function
		rl_save_state (not supported yet)
		rl_restore_state (not supported yet)
		rl_echo_signal_char
	    new variable
		rl_display_prompt
		rl_sort_completion_matches
		rl_completion_invoking_key
	    t/history.t does not fail by hist_expand() which is fixed
	    on readline-6.0

Oked by rhaen@

Revision 1.22 / (download) - annotate - [select for diffs], Sun Oct 19 19:18:00 2008 UTC (15 years, 5 months ago) by he
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base, pkgsrc-2008Q4
Changes since 1.21: +2 -1 lines
Diff to previous 1.21 (colored)

Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

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=...").

Revision 1.21 / (download) - annotate - [select for diffs], Sun Jul 27 17:29:36 2008 UTC (15 years, 7 months ago) by he
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3, cube-native-xorg-base, cube-native-xorg
Changes since 1.20: +4 -2 lines
Diff to previous 1.20 (colored)

Update from version 1.16 to 1.17a.  Changes:

1.17  2008-02-07
	- Unnecessary PerlIO_releaseFILE() calls are removed.  This
          fix prevents `make test' from failing on Perl 5.10.
	- Makefile.PL now fails with the EditLine Library on MacOS X.
          Use the GNU Readline Library.
	- tested with readline-5.2 (which has no new feature to be
          supported).

Revision 1.20 / (download) - annotate - [select for diffs], Thu Jun 12 02:14:26 2008 UTC (15 years, 9 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper
Changes since 1.19: +2 -1 lines
Diff to previous 1.19 (colored)

Add DESTDIR support.

Revision 1.19 / (download) - annotate - [select for diffs], Wed Jun 11 14:58:38 2008 UTC (15 years, 9 months ago) by he
Branch: MAIN
Changes since 1.18: +3 -1 lines
Diff to previous 1.18 (colored)

Fix a long-standing bug: if this package is installed on NetBSD with
readline emulation, the GNU readline library which this module depends
on would not be picked up, causing "perl -d -e '1;'" to fail to start
the perl debugger because it could not find the rl_initialize function.
Instead, point includes and libs into ${PREFIX}, so that we have a chance
of picking up the proper GNU readline library.

Revision 1.18 / (download) - annotate - [select for diffs], Wed Jul 12 17:22:38 2006 UTC (17 years, 8 months ago) by heinz
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3
Changes since 1.17: +3 -4 lines
Diff to previous 1.17 (colored)

Updated to version 1.16.

Pkgsrc changes:
  - HOMEPAGE points to search.cpan.org which gives a bit more information...

Relevant changes since version 1.14:
====================================
1.16  2006-04-02
	- readline-5.1 support
	    new function
		variable_value
		reset_screen_size
	    new variable
		prefer_env_winsize

1.15  2004-10-17
	- readline-5.0 support
	    new function
		bind_key_if_unbound
		bind_keyseq
		bind_keyseq_if_unbound
		tty_unset_default_bindings
		add_history_time
		history_get_time
	    new variable
		history_write_timestamps
		completion_quote_character
		completion_suppress_quote
		completion_found_quote
		completion_word_break_hook
	- double IO stream close bug fix (more use of PerlIO)
	- warning on 'use Term::ReadLine::Gnu;'.

Revision 1.17 / (download) - annotate - [select for diffs], Wed Apr 12 21:28:27 2006 UTC (17 years, 11 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.16: +4 -2 lines
Diff to previous 1.16 (colored)

Fixed the path to the Perl interpreter in two files. Bumped PKGREVISION.

Revision 1.16 / (download) - annotate - [select for diffs], Sat Mar 4 21:29:24 2006 UTC (18 years ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.

Revision 1.15 / (download) - annotate - [select for diffs], Sat Aug 6 06:19:14 2005 UTC (18 years, 7 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

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.

Revision 1.14 / (download) - annotate - [select for diffs], Wed Jul 13 18:01:29 2005 UTC (18 years, 8 months ago) by jlam
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

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.

Revision 1.13 / (download) - annotate - [select for diffs], Mon Apr 11 21:45:35 2005 UTC (18 years, 11 months ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.12: +1 -2 lines
Diff to previous 1.12 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.12 / (download) - annotate - [select for diffs], Mon Dec 20 11:31:02 2004 UTC (19 years, 3 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

since perl is now built with threads on most platforms, the perl archlib
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").

binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.

addresses PR pkg/28619 from H. Todd Fujinaka.

Revision 1.11 / (download) - annotate - [select for diffs], Sun Oct 3 00:13:32 2004 UTC (19 years, 5 months ago) by tv
Branch: MAIN
Changes since 1.10: +2 -1 lines
Diff to previous 1.10 (colored)

Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.

Revision 1.10 / (download) - annotate - [select for diffs], Sun May 23 16:43:47 2004 UTC (19 years, 10 months ago) by heinz
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.9: +3 -3 lines
Diff to previous 1.9 (colored)

Updated to version 1.14, based on the patch provided by Adrian Portelli.
Patch-aa is not necessary anymore.
This closes PR pkg/25163.

Revision History:

1.14  2003-03-16
	- kludge not to cause segmentation fault on Perl 5.8.0
          w/PerlIO and FileHandle (ex. CPAN.pm)
	- clean up Makefile.PL (use strict, fix for HPUX and FreeBSD,
          fix typo, etc.)

1.13  2002-07-27
	- readline-4.2 support
	    new variables
		rl_completion_suppress_append
		rl_completion_mark_symlink_dirs
	    new functions
		rl_replace_line()
		rl_completion_mode()
	- tgetstr() calls tput() to apply padding information.  No
	  more "$<2>" on prompt.
	- shadow_redisplay() with ornament works on xterm.

Revision 1.9 / (download) - annotate - [select for diffs], Sun Apr 25 03:19:11 2004 UTC (19 years, 10 months ago) by minskim
Branch: MAIN
Changes since 1.8: +6 -4 lines
Diff to previous 1.8 (colored)

Bl3ify and enable pkgviews installation.

Revision 1.8 / (download) - annotate - [select for diffs], Thu Dec 11 17:27:24 2003 UTC (20 years, 3 months ago) by erh
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (colored)

This needs ncurses.  Include the buildlink2.mk so it works on systems
without a system ncurses.

Revision 1.7 / (download) - annotate - [select for diffs], Mon Jul 21 16:43:41 2003 UTC (20 years, 8 months ago) by martti
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

COMMENT should start with a capital letter.

Revision 1.6 / (download) - annotate - [select for diffs], Thu Jul 17 21:32:50 2003 UTC (20 years, 8 months ago) by grant
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

s/netbsd.org/NetBSD.org/

Revision 1.5 / (download) - annotate - [select for diffs], Mon Jun 2 01:20:22 2003 UTC (20 years, 9 months ago) by jschauma
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.

Revision 1.4 / (download) - annotate - [select for diffs], Sun Oct 20 23:35:09 2002 UTC (21 years, 5 months ago) by seb
Branch: MAIN
CVS Tags: netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.3: +4 -7 lines
Diff to previous 1.3 (colored)

Use buildlink2. Use perl5/module.mk.

Revision 1.2.2.1 / (download) - annotate - [select for diffs], Sun Jun 23 18:44:46 2002 UTC (21 years, 9 months ago) by jlam
Branch: buildlink2
Changes since 1.2: +3 -3 lines
Diff to previous 1.2 (colored) next main 1.3 (colored)

Merge from pkgsrc-current to buildlink2 branch.

Revision 1.3 / (download) - annotate - [select for diffs], Fri May 31 09:52:05 2002 UTC (21 years, 9 months ago) by uebayasi
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6, buildlink2-base
Changes since 1.2: +3 -3 lines
Diff to previous 1.2 (colored)

Updated to 1.12. Submitted by Kevin Lo <kevlo@kevlo.org> in pkg/16986.

Changes from 1.11 are
	- add '-static' flag to 'LDDFLAGS' on Cygwin 1.3.
	- shadow redisplay does not pester you with warning on a poor
	  terminal, or a terminal with wrong TERM environment variable
	  setting.
	- update documents
	- improve coding style of Gnu.xs. (indentation stype, more
	  typemap, etc.)

Revision 1.2 / (download) - annotate - [select for diffs], Thu Feb 7 23:07:28 2002 UTC (22 years, 1 month ago) by jlam
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH003
Branch point for: buildlink2
Changes since 1.1: +5 -3 lines
Diff to previous 1.1 (colored)

Buildlinkify and remove an unnecessary patch as a result.

Revision 1.1 / (download) - annotate - [select for diffs], Thu Feb 7 07:38:19 2002 UTC (22 years, 1 month ago) by jdolecek
Branch: MAIN

Add package for Term::ReadLine::GNU. Base by Bernd Ernesti, additional
testing on NetBSD by me. Also thanks to Shell, Hin-lik Hung.
Fixes pkg/15445.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>