Bug 166410 - New port: math/bargraph - Clustered/Stacked Filled Bar Graph Generator
Summary: New port: math/bargraph - Clustered/Stacked Filled Bar Graph Generator
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: Carlo Strub
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-26 10:40 UTC by dereckson
Modified: 2012-04-04 22:50 UTC (History)
0 users

See Also:


Attachments
file.shar (3.48 KB, text/plain)
2012-03-26 10:40 UTC, dereckson
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description dereckson 2012-03-26 10:40:12 UTC
[ pkg-descr ]

Scriptable bar graph generator with stacked and clustered bars support, using
gnuplot to produce fig output and then mangle it to fill in the bars. Any number
of clustered datasets are supported, as well as automatic averaging and other
features.

WWW: http://www.burningcutlery.com/derek/bargraph/

[ Notes ]

i. This port were prepared at the request of a The FreeBSD Forums's user, cf. http://forums.freebsd.org/showthread.php?t=30141

ii. Although my nickname shares 5 letters with the software author's one, which is also his firstname, we're two different person, respectively Sébastien Santoro and Derek Bruening.

Fix: Patch attached with submission follows:
Comment 1 Carlo Strub freebsd_committer freebsd_triage 2012-03-29 10:19:53 UTC
Responsible Changed
From-To: freebsd-ports-bugs->cs

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-04-04 22:37:51 UTC
cs          2012-04-04 21:37:37 UTC

  FreeBSD ports repository

  Modified files:
    math                 Makefile 
  Added files:
    math/bargraph        Makefile distinfo pkg-descr pkg-plist 
  Log:
  Scriptable bar graph generator with stacked and clustered bars support, using
  gnuplot to produce fig output and then mangle it to fill in the bars. Any number
  of clustered datasets are supported, as well as automatic averaging and other
  features.
  
  WWW: http://www.burningcutlery.com/derek/bargraph/
  
  PR:             ports/166410
  Submitted by:   Dereckson <dereckson@gmail.com>
  Approved by:    wen@ (co-mentor)
  Feature safe:   yes
  
  Revision  Changes    Path
  1.770     +1 -0      ports/math/Makefile
  1.1       +41 -0     ports/math/bargraph/Makefile (new)
  1.1       +2 -0      ports/math/bargraph/distinfo (new)
  1.1       +6 -0      ports/math/bargraph/pkg-descr (new)
  1.1       +26 -0     ports/math/bargraph/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 3 Carlo Strub freebsd_committer freebsd_triage 2012-04-04 22:39:43 UTC
State Changed
From-To: open->closed

Committed. Thank you very much.