Age | Commit message (Collapse) | Author | Files | Lines |
|
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;'.
|
|
|
|
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.
|
|
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
|
|
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}. There is no change to the binary
packages.
|
|
|
|
|
|
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.
|
|
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.
|
|
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.
|
|
|
|
without a system ncurses.
|
|
|
|
|
|
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
|
|
|
|
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.)
|
|
|
|
|
|
|
|
|
|
|
|
testing on NetBSD by me. Also thanks to Shell, Hin-lik Hung.
Fixes pkg/15445.
|