Bug 67307 - ready to import bootstrap_cmds/decomment from Darwin
Summary: ready to import bootstrap_cmds/decomment from Darwin
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: Beech Rintoul
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-28 21:10 UTC by Cyrille Lefevre
Modified: 2008-02-15 03:20 UTC (History)
0 users

See Also:


Attachments
file.shar (5.34 KB, text/plain)
2004-05-28 21:10 UTC, Cyrille Lefevre
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Cyrille Lefevre 2004-05-28 21:10:04 UTC
	decomment strip off C/C++ comments from a file.

How-To-Repeat: 	n/a
Comment 1 Cyrille Lefevre 2004-05-30 22:52:21 UTC
"Robert Watson" <rwatson@freebsd.org> wrote:
> On Fri, 28 May 2004, Cyrille Lefevre wrote:
> 
> > regarding the APSL (http://www.opensource.apple.com/apsl/), do you think
> > it is possible to import some darwin commands w/ mods. 
[snip]
> The FreeBSD Core Team took a look at the APSL a while back, and decided
> that similar to LGPL/GPL, it was an acceptable license for use in
> userspace for stand-alone tools, but that similar protections to LGPL/GPL
> would be required for kernel code (not built by default, carefully marked,
> etc).  That said, Apple tends to release only code they've heavily
> rewritten or created from scratch under APSL; code they modify tends to
> remain under the existing license (CMU, BSD, etc).  Generally they're
> careful to label the license on the download page.

Cyrille Lefevre.
-- 
home: mailto:cyrille.lefevre@laposte.net
Comment 2 Beech Rintoul freebsd_committer freebsd_triage 2008-02-14 19:56:35 UTC
Responsible Changed
From-To: freebsd-bugs->beech

I'll take it
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-02-15 03:13:40 UTC
beech       2008-02-15 03:13:34 UTC

  FreeBSD ports repository

  Modified files:
    sysutils             Makefile 
  Added files:
    sysutils/decomment   Makefile distinfo pkg-descr 
  Log:
  Usage: decomment infile [r(emove whitespace)]
  
  Removes all comments and (optionally) whitespace from an input file.
  Writes result on stdout.
  
  PR:             ports/67307
  Submitted by:   Volker Werth <volker@vwsoft.com>
  
  Revision  Changes    Path
  1.978     +1 -0      ports/sysutils/Makefile
  1.1       +19 -0     ports/sysutils/decomment/Makefile (new)
  1.1       +3 -0      ports/sysutils/decomment/distinfo (new)
  1.1       +4 -0      ports/sysutils/decomment/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 4 Beech Rintoul freebsd_committer freebsd_triage 2008-02-15 03:14:32 UTC
State Changed
From-To: open->closed

Committed as sysutils/decomment, Thanks!