svn commit: r499490 - head/devel/p5-Term-ReadKey
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Apr 20 23:08:46 UTC 2019
Author: sunpoet
Date: Sat Apr 20 23:08:39 2019
New Revision: 499490
URL: https://svnweb.freebsd.org/changeset/ports/499490
Log:
Update to 2.38
- Sort PLIST
- Reformat pkg-descr
- Add WWW
- Take maintainership
Changes: https://metacpan.org/changes/distribution/TermReadKey
PR: 237232
Submitted by: sunpoet (myself)
Approved by: demon (maintainer)
Modified:
head/devel/p5-Term-ReadKey/Makefile
head/devel/p5-Term-ReadKey/distinfo
head/devel/p5-Term-ReadKey/pkg-descr
head/devel/p5-Term-ReadKey/pkg-plist
Modified: head/devel/p5-Term-ReadKey/Makefile
==============================================================================
--- head/devel/p5-Term-ReadKey/Makefile Sat Apr 20 23:08:34 2019 (r499489)
+++ head/devel/p5-Term-ReadKey/Makefile Sat Apr 20 23:08:39 2019 (r499490)
@@ -2,13 +2,13 @@
# $FreeBSD$
PORTNAME= Term-ReadKey
-PORTVERSION= 2.37
+PORTVERSION= 2.38
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= TermReadKey-${PORTVERSION}
-MAINTAINER= demon at FreeBSD.org
+MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Perl5 module for simple terminal control
LICENSE= ART10 GPLv1+
Modified: head/devel/p5-Term-ReadKey/distinfo
==============================================================================
--- head/devel/p5-Term-ReadKey/distinfo Sat Apr 20 23:08:34 2019 (r499489)
+++ head/devel/p5-Term-ReadKey/distinfo Sat Apr 20 23:08:39 2019 (r499490)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1475921161
-SHA256 (TermReadKey-2.37.tar.gz) = 4a9383cf2e0e0194668fe2bd546e894ffad41d556b41d2f2f577c8db682db241
-SIZE (TermReadKey-2.37.tar.gz) = 85082
+TIMESTAMP = 1552489447
+SHA256 (TermReadKey-2.38.tar.gz) = 5a645878dc570ac33661581fbb090ff24ebce17d43ea53fd22e105a856a47290
+SIZE (TermReadKey-2.38.tar.gz) = 85164
Modified: head/devel/p5-Term-ReadKey/pkg-descr
==============================================================================
--- head/devel/p5-Term-ReadKey/pkg-descr Sat Apr 20 23:08:34 2019 (r499489)
+++ head/devel/p5-Term-ReadKey/pkg-descr Sat Apr 20 23:08:39 2019 (r499490)
@@ -1,8 +1,8 @@
- Term::ReadKey is a compiled perl module dedicated to
- providing simple control over terminal driver modes
- (cbreak, raw, cooked, etc.,) support for non-blocking
- reads, if the architecture allows, and some generalized
- handy functions for working with terminals. One of the
- main goals is to have the functions as portable as
- possible, so you can just plug in "use Term::ReadKey" on
- any architecture and have a good likelihood of it working.
+Term::ReadKey is a compiled perl module dedicated to providing simple control
+over terminal driver modes (cbreak, raw, cooked, etc.,) support for non-blocking
+reads, if the architecture allows, and some generalized handy functions for
+working with terminals. One of the main goals is to have the functions as
+portable as possible, so you can just plug in "use Term::ReadKey" on any
+architecture and have a good likelihood of it working.
+
+WWW: https://metacpan.org/release/TermReadKey
Modified: head/devel/p5-Term-ReadKey/pkg-plist
==============================================================================
--- head/devel/p5-Term-ReadKey/pkg-plist Sat Apr 20 23:08:34 2019 (r499489)
+++ head/devel/p5-Term-ReadKey/pkg-plist Sat Apr 20 23:08:39 2019 (r499490)
@@ -1,3 +1,3 @@
-%%PERL5_MAN3%%/Term::ReadKey.3.gz
%%SITE_ARCH%%/Term/ReadKey.pm
%%SITE_ARCH%%/auto/Term/ReadKey/ReadKey.so
+%%PERL5_MAN3%%/Term::ReadKey.3.gz
More information about the svn-ports-all
mailing list