notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
p5-ReadLine-TTYtter Perl5 module for Term::ReadLine allowing rich editing
1.4_2 devel Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.4_2Version of this port present on the latest quarterly branch.
Maintainer: dereckson@gmail.com search for ports maintained by this maintainer
Port Added: 2010-10-14 00:59:02
Last Update: 2016-06-21 13:24:53
SVN Revision: 417207
Also Listed In: perl5
License: ART10 GPLv1
WWW:
http://search.cpan.org/dist/Term-ReadLine-TTYtter/
Description:
ReadLine::TTYtter is a fork of the Term::ReadLine::Perl module, allowing to edit a command line. This module have UTF-8 support, let erase or repaint the prompt and to hook a process to further line control. WWW: http://search.cpan.org/dist/Term-ReadLine-TTYtter/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • p5-ReadLine-TTYtter>0:devel/p5-ReadLine-TTYtter
No installation instructions:
This port has been deleted.
PKGNAME: p5-ReadLine-TTYtter
Flavors: there is no flavor information for this port.
distinfo:
There is no distinfo for this port.

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. perl5>=5.20<5.21 : lang/perl5.20
Runtime dependencies:
  1. perl5>=5.20<5.21 : lang/perl5.20
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
USES:
perl5
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (15 items)
Collapse this list.
  1. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/Term/
  2. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/
  3. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Term/
  4. ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Term/
  5. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/Term/
  6. ftp://ftp.mirrorservice.org/sites/cpan.perl.org/CPAN/modules/by-module/Term/
  7. ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/Term/
  8. http://backpan.perl.org/modules/by-module/Term/
  9. http://cpan.metacpan.org/modules/by-module/
  10. http://cpan.metacpan.org/modules/by-module/Term/
  11. http://distcache.FreeBSD.org/ports-distfiles/
  12. http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/Term/
  13. http://ftp.twaren.net/Unix/Lang/CPAN/modules/by-module/Term/
  14. http://www.cpan.dk/modules/by-module/Term/
  15. http://www.cpan.org/modules/by-module/Term/
Collapse this list.

Number of commits found: 13

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.4_2
21 Jun 2016 13:24:53
Revision:417207Original commit files touched by this commit
mat search for other commits by this committer
Rename all three p5-ReadLine-(Gnu,Perl,TTYtter) to their real names
p5-Term-ReadLine-(Gnu,Perl,TTYtter).

I can't find any reason for p5-ReadLine-Gnu to have been added as
ReadLine-Gnu instead of Term-ReadLine-Gnu twenty years ago.

devel/p5-Term-ReadLine-Perl was added as a dupplicate a few years back
where it should not have, so change its maintainer to be perl@ like
devel/p5-ReadLine-Perl had.

Sponsored by:	Absolight
1.4_2
21 Mar 2016 14:04:25
Revision:411565Original commit files touched by this commit
mat search for other commits by this committer
Fix conflict with devel/p5-ReadLine-Perl.

PR:		201658
Reported by:	Ryan Frederick
Sponsored by:	Absolight
1.4_1
14 May 2015 10:15:09
Revision:386312Original commit files touched by this commit
mat search for other commits by this committer
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
1.4_1
26 Nov 2014 13:08:38
Revision:373448Original commit files touched by this commit
mat search for other commits by this committer
Change the way Perl modules are installed, update the default Perl to 5.18.

Before, we had:

  site_perl :           lib/perl5/site_perl/5.18
  site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
  perl_man3 :           lib/perl5/5.18/man/man3

Now we have:

  site_perl : lib/perl5/site_perl
  site_arch : lib/perl5/site_perl/mach/5.18
  perl_man3 : lib/perl5/site_perl/man/man3

Modules without any .so will be installed at the same place regardless of the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.4
27 Oct 2014 10:55:59
Revision:371547Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
1.4
05 Feb 2014 16:42:46
Revision:342770Original commit files touched by this commit
ehaupt search for other commits by this committer
Support staging.
1.4
20 Sep 2013 17:13:47
Revision:327724Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
1.4
10 Sep 2013 05:48:19
Revision:326865Original commit files touched by this commit
az search for other commits by this committer
- convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
1.4
28 Dec 2012 19:59:18
Revision:309583Original commit files touched by this commit
jgh search for other commits by this committer
- update to 1.4
- while here adjust historical header

PR:		174704
Submitted by:	maintainer, dereckson@gmail.com
1.3
10 Feb 2012 12:55:39
Original commit files touched by this commit
culot search for other commits by this committer
- Update to 1.3 [1]
- Fix LICENSE (Artistic 1 & GPL 1 instead of Artistic 2)

Changes:        http://search.cpan.org/dist/Term-ReadLine-TTYtter/CHANGES
PR:             ports/164936 [1]
Submitted by:   Dereckson <dereckson@gmail.com> (maintainer)
1.2_1
13 Jul 2011 00:55:17
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Respect devel/p5-ReadLine-*: use @dirrmtry
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/ReadLine
- Make portlint happier
- Bump PORTREVISION for PLIST change

PR:             ports/158360
Submitted by:   sunpoet (myself)
Approved by:    maintainer (timeout, 15 days)
1.2
23 Nov 2010 06:38:19
Original commit files touched by this commit
wen search for other commits by this committer
- Update to 1.2
Changelog: http://search.cpan.org/src/CKAISER/Term-ReadLine-TTYtter-1.2/CHANGES

PR:             ports/152482
Submitted by:   Dereckson <dereckson@gmail.com>
1.0
14 Oct 2010 00:58:43
Original commit files touched by this commit
wen search for other commits by this committer
ReadLine::TTYtter is a fork of the Term::ReadLine::Perl module, allowing
to edit a command line.

This module have UTF-8 support, let erase or repaint the prompt and
to hook a process to further line control.

WWW: http://search.cpan.org/dist/Term-ReadLine-TTYtter/

PR:             ports/151412
Submitted by:   sebastien Santoro <dereckson@gmail.com> (maintainer)

Number of commits found: 13