679e FreshPorts -- devel/p5-Data-ShowTable
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
p5-Data-ShowTable 3.3 devel on this many watch lists=112 search for ports that depend on this port
Perl5 module to pretty-print arrays of data

There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: unknown
Also Listed In: perl5
License: not specified in port


ShowTable.pm, is a Perl 5 module which defines subroutines to print arrays
of data in a nicely formatted listing, using one of four possible formats:
simple table, boxed table, list style, and HTML-formatting (for
World-Wide-Web output).  See the documentation on ShowTable.pm for details
on the formatting.

The program "showtable" reads data in a variety of formats from a file or
STDIN, optimally columnizes the data, and then feeds the array of data to
the ShowTable module for display.  Showtable can parse its own output as
input (except for HTML).  Individual or ranges of columns may be selected
for display, either by name or by index.

In other words, showtable is a data formatting program.  Using the '-html'
option, showtable can accept ASCII tabular data and format it appropriately
for display through a Web-browser.

WWW: http://search.cpan.org/dist/Data-ShowTable/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. lang/perl5.8
Required To Run:
  1. lang/perl5.8

This port is required by:

for Build for Run

To install the port: cd /usr/ports/devel/p5-Data-ShowTable/ && make install clean
To add the package: pkg_add -r p5-Data-ShowTable


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/Data/
  3. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Data/
  4. ftp://ftp.dti.ad.jp/pub/lang/CPAN/modules/by-module/Data/
  5. ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Data/
  6. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/Data/
  7. ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Data/
  8. ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/Data/
  9. ftp://mirror.hiwaay.net/CPAN/modules/by-module/Data/
  10. http://at.cpan.org/modules/by-module/Data/
  11. http://backpan.perl.org/modules/by-module/Data/
  12. http://cpan.nctu.edu.tw/modules/by-module/Data/
  13. http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/Data/
  14. http://ftp.twaren.net/Unix/Lang/CPAN/modules/by-module/Data/
  15. http://www.cpan.dk/modules/by-module/Data/

Number of commits found: 16

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
28 Dec 2011 08:20:20
Original commit files touched by this commit  3.3
ehaupt search for other commits by this committer
End WWW CPAN URL with a "/"
03 Jul 2011 14:59:23
Original commit files touched by this commit  3.3
ohauer search for other commits by this committer
-remove MD5
23 Jan 2010 14:45:05
Original commit files touched by this commit  3.3
ehaupt search for other commits by this committer
- Add cpan site to WWW
- Fix indentation, fmt -w 80
23 May 2008 21:18:39
Original commit files touched by this commit  3.3
olgeni search for other commits by this committer
Hunt for typos in devel/p5-*.
17 Apr 2008 14:30:31
Original commit files touched by this commit  3.3
araujo search for other commits by this committer
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.

PR:             ports/122674
Submitted by:   Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:    araujo (myself)
Approved by:    portmgr (pav)
25 Jun 2006 15:29:12
Original commit files touched by this commit  3.3
clsung search for other commits by this committer
- MAN3PREFIX is implied when PERL_CONFIGURE is defined.
- this commit modified ports maintained by ports@

PR:             ports/98755
Submitted by:   rafan (the fresh committer)
22 Jan 2006 00:27:03
Original commit files touched by this commit  3.3
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
24 Nov 2005 15:40:04
Original commit files touched by this commit  3.3
pav search for other commits by this committer
- Add some SHA256 checksums
29 Jan 2004 07:24:56
Original commit files touched by this commit  3.3
trevor search for other commits by this committer
SIZEify.
24 Oct 2003 12:05:09
Original commit files touched by this commit  3.3
ijliao search for other commits by this committer
utilize SITE_PERL

PR:             58166
Submitted by:   Cheng-Lung Sung <clsung@dragon2.net>
20 Feb 2003 17:07:10
Original commit files touched by this commit  3.3
knu search for other commits by this committer
De-pkg-comment.
29 Jan 2003 19:43:59
Original commit files touched by this commit  3.3
tobez search for other commits by this committer
Make this module install cleanly with perl 5.8.0.

Submitted by:   Stijn Hoop <stijn@win.tue.nl>
PR:             46560
01 Mar 2001 06:39:18
files touched by this commit
vanilla search for other commits by this committer
Remove do-configure section, use PERL_CONFIGURE now.    
23 Oct 2000 22:03:12
files touched by this commit
will search for other commits by this committer
Remove jfitz@ as MAINTAINER - mail is bouncing / mailservers don't answer.    
08 Oct 2000 02:10:04
files touched by this commit
asami search for other commits by this committer
Convert category devel to new layout.  
17 Jun 2000 03:37:15
files touched by this commit
will search for other commits by this committer
Lots and lots of cleanups.  Teach p5-* in general about PKGNAMEPREFIX.   Add
some missing/wrong dependencies.  Show how to respect CC/CFLAGS.  Many  
miscellaneous modifications.  I used more excessive hacks to force p5-Jcode  
and p5-WWW-Search to respect CC/CFLAGS.    

Number of commits found: 16

2843
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15

5 vulnerabilities affecting 20 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24528
Broken 216
Deprecated 473
Ignore 635
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 27
Expired 132
Set to expire 511
Interactive 33
new 24 hours 4
new 48 hours7
new 7 days29
new fortnight58
new month215

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0