Bug 136953 - New port: devel/colorgcc : Perl script to colorize the terminal ouput of GCC
Summary: New port: devel/colorgcc : Perl script to colorize the terminal ouput of GCC
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: Philippe Audeoud
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-21 11:10 UTC by Sofian Brabez
Modified: 2009-07-21 14:50 UTC (History)
0 users

See Also:


Attachments
file.txt (4.35 KB, text/plain)
2009-07-21 11:10 UTC, Sofian Brabez
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sofian Brabez 2009-07-21 11:10:01 UTC
Here the .shar file as attachement to add colorgcc to the port tree (devel category)

colorgcc is a Perl script written by Jamie Moyers to colorize the terminal
output of GCC so error messages can be found within longer compiler outputs.

WWW:    http://schlueters.de/colorgcc.html

Fix: Patch attached with submission follows:
Comment 1 Philippe Audeoud freebsd_committer freebsd_triage 2009-07-21 14:41:41 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jadawin

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-07-21 14:47:25 UTC
jadawin     2009-07-21 13:47:09 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/colorgcc       Makefile distinfo pkg-descr 
    devel/colorgcc/files colorgccrc pkg-message.in 
  Log:
  Add colorgcc 1.3.2, perl script to colorize the terminal ouput of GCC.
  
  PR:             ports/136953
  Submitted by:   Sofian Brabez <sbrabez at gmail.com>
  
  Revision  Changes    Path
  1.3563    +1 -0      ports/devel/Makefile
  1.1       +43 -0     ports/devel/colorgcc/Makefile (new)
  1.1       +3 -0      ports/devel/colorgcc/distinfo (new)
  1.1       +54 -0     ports/devel/colorgcc/files/colorgccrc (new)
  1.1       +7 -0      ports/devel/colorgcc/files/pkg-message.in (new)
  1.1       +4 -0      ports/devel/colorgcc/pkg-descr (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 Philippe Audeoud freebsd_committer freebsd_triage 2009-07-21 14:50:10 UTC
State Changed
From-To: open->closed

New port added. Thanks!