summaryrefslogtreecommitdiff
path: root/devel/p5-Term-ReadLine
AgeCommit message (Collapse)AuthorFilesLines
2006-07-12Updated to version 1.16.heinz2-8/+7
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;'.
2006-04-12Fixed the path to the Perl interpreter in two files. Bumped PKGREVISION.rillig1-2/+4
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
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.
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-2/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests.agc1-1/+2
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant1-2/+2
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.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
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.
2004-05-23Updated to version 1.14, based on the patch provided by Adrian Portelli.heinz3-20/+6
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.
2004-04-25Bl3ify and enable pkgviews installation.minskim1-4/+6
2003-12-11This needs ncurses. Include the buildlink2.mk so it works on systemserh1-1/+2
without a system ncurses.
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2002-10-20Use buildlink2. Use perl5/module.mk.seb1-7/+4
2002-05-31Updated to 1.12. Submitted by Kevin Lo <kevlo@kevlo.org> in pkg/16986.uebayasi3-11/+11
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.)
2002-05-07the patch is NOT unnecessaryjdolecek2-1/+15
2002-02-07Buildlinkify and remove an unnecessary patch as a result.jlam3-18/+6
2002-02-07use description from pkg READMEjdolecek1-5/+9
2002-02-07update patch-aa checksumjdolecek1-2/+2
2002-02-07add NetBSD RCS Idjdolecek1-0/+2
2002-02-07Add package for Term::ReadLine::GNU. Base by Bernd Ernesti, additionaljdolecek5-0/+42
testing on NetBSD by me. Also thanks to Shell, Hin-lik Hung. Fixes pkg/15445.