Bug 106878 - [PATCH] textproc/cdiff: let user can specify color.
Summary: [PATCH] textproc/cdiff: let user can specify color.
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: Renato Botelho
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-18 20:10 UTC by Li-Wen Hsu
Modified: 2006-12-21 16:20 UTC (History)
1 user (show)

See Also:


Attachments
cdiff-1.5.patch (1.31 KB, patch)
2006-12-18 20:10 UTC, Li-Wen Hsu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Li-Wen Hsu 2006-12-18 20:10:17 UTC
- Update to 1.5

Port maintainer (garga@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77

Fix: Make cdiff(1) read the environment variable "CDIFFCOLORS" to customize the color codes to add.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-12-18 20:10:39 UTC
Responsible Changed
From-To: freebsd-ports-bugs->garga

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-12-21 16:10:25 UTC
garga       2006-12-21 16:10:14 UTC

  FreeBSD ports repository

  Modified files:
    textproc/cdiff       Makefile 
    textproc/cdiff/src   cdiff.1 cdiff.sh 
  Log:
  - Update to 1.5
  
  Changelog:
    - Add an option to change de colors using an environment var called
      CDIFFCOLORS
  
  PR:             ports/106878
  Submitted by:   Li-Wen Hsu <lwhsu@lwhsu.org>
  
  Revision  Changes    Path
  1.10      +1 -2      ports/textproc/cdiff/Makefile
  1.6       +5 -1      ports/textproc/cdiff/src/cdiff.1
  1.7       +5 -1      ports/textproc/cdiff/src/cdiff.sh
_______________________________________________
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 Renato Botelho freebsd_committer freebsd_triage 2006-12-21 16:10:40 UTC
State Changed
From-To: open->closed

Committed. Thanks!