Bug 159061 - [NEW PORT] devel/p5-Term-Sk: Perl extension for displaying a progress indicator on a terminal
Summary: [NEW PORT] devel/p5-Term-Sk: Perl extension for displaying a progress indicat...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-20 16:20 UTC by Jonathan Chu
Modified: 2011-07-22 12:40 UTC (History)
0 users

See Also:


Attachments
p5-Term-Sk-0.11.shar (1.99 KB, text/plain)
2011-07-20 16:20 UTC, Jonathan Chu
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Chu 2011-07-20 16:20:07 UTC
Term::Sk is a class to implement a progress indicator ("Sk" is a short form
for "Show Key"). This is used to provide immediate feedback for long running
processes.

WWW: http://search.cpan.org/dist/Term-Sk

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-07-20 16:20:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Frederic Culot freebsd_committer freebsd_triage 2011-07-22 07:38:28 UTC
Responsible Changed
From-To: perl->culot

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-07-22 12:35:53 UTC
culot       2011-07-22 11:35:40 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-Term-Sk     Makefile distinfo pkg-descr pkg-plist 
  Log:
  Term::Sk is a class to implement a progress indicator ("Sk" is a short form
  for "Show Key"). This is used to provide immediate feedback for long running
  processes.
  
  WWW: http://search.cpan.org/dist/Term-Sk/
  
  PR:             ports/159061
  Submitted by:   milki <milki@rescomp.berkeley.edu>
  
  Revision  Changes    Path
  1.4454    +1 -0      ports/devel/Makefile
  1.1       +25 -0     ports/devel/p5-Term-Sk/Makefile (new)
  1.1       +2 -0      ports/devel/p5-Term-Sk/distinfo (new)
  1.1       +5 -0      ports/devel/p5-Term-Sk/pkg-descr (new)
  1.1       +5 -0      ports/devel/p5-Term-Sk/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Frederic Culot freebsd_committer freebsd_triage 2011-07-22 12:36:18 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!