decomment strip off C/C++ comments from a file. How-To-Repeat: n/a
"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
Responsible Changed From-To: freebsd-bugs->beech I'll take it
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"
State Changed From-To: open->closed Committed as sysutils/decomment, Thanks!