diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-29 00:46:44 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-29 00:46:44 +0000 |
commit | 15da4fd749868f47bd35a1c37a7236335802c881 (patch) | |
tree | 936b4d10a4371b80010be0a2339e7f6ced9f1963 /devel/simian/pkg-descr | |
parent | 225726f71f4da68f900bb43591b5356d41e34507 (diff) | |
download | ports-15da4fd749868f47bd35a1c37a7236335802c881.tar.gz ports-15da4fd749868f47bd35a1c37a7236335802c881.zip |
[NEW PORT] devel/simian: simlarity analysis for source code
Simian is a program for checking source (and all kinds of
text files) for repeating blocks.
Simian (Similarity Analyser) identifies duplication in Java,
C#, C, C++, COBOL, Ruby, JSP, ASP, HTML, XML, Visual Basic
source code and even plain text files. In fact, simian can
be used on any human readable files such as ini files,
deployment descriptors, you name it.
Note: The port uses the java version by default. You can
select the .NET version via WITH_MONO=yes, and disable
installation of the java parts with WITHOUT_JAVA=yes.
WWW: http://www.redhillconsulting.com.au/products/simian/
PR: ports/83315
Submitted by: Andreas Kohn <andreas@syndrom23.de>
Notes
Notes:
svn path=/head/; revision=152319
Diffstat (limited to 'devel/simian/pkg-descr')
-rw-r--r-- | devel/simian/pkg-descr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/simian/pkg-descr b/devel/simian/pkg-descr new file mode 100644 index 000000000000..bfea881f251d --- /dev/null +++ b/devel/simian/pkg-descr @@ -0,0 +1,10 @@ +Simian (Similarity Analyser) identifies duplication in Java, C#, C, C++, COBOL, +Ruby, JSP, ASP, HTML, XML, Visual Basic source code and even plain text files. +In fact, simian can be used on any human readable files such as ini files, +deployment descriptors, you name it. + +Note: The port uses the java version by default. You can select the .NET + version via WITH_MONO=yes, and disable installation of the java parts + with WITHOUT_JAVA=yes. + +WWW: http://www.redhillconsulting.com.au/products/simian/ |