Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Apr 2019 23:08:40 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r499490 - head/devel/p5-Term-ReadKey
Message-ID:  <201904202308.x3KN8elA073242@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
+MAINTAINER=	sunpoet@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904202308.x3KN8elA073242>