import cloc-1.56

Description:
cloc counts blank lines, comment lines, and physical lines of source
code in many programming languages. Given two versions of a code base,
cloc can compute differences in blank, comment, and source lines.

ok edd@ gonzalo@
This commit is contained in:
zinke 2012-07-11 13:26:13 +00:00
parent 9469ee555a
commit 7a4f85f82c
4 changed files with 42 additions and 0 deletions

32
textproc/cloc/Makefile Normal file
View File

@ -0,0 +1,32 @@
# $OpenBSD: Makefile,v 1.1.1.1 2012/07/11 13:26:13 zinke Exp $
COMMENT= count lines of code
VERSION= 1.56
DISTNAME= cloc-${VERSION}
DIST_SUBDIR= cloc
CATEGORIES= textproc devel
HOMEPAGE= http://cloc.sourceforge.net/
MAINTAINER= Joerg Zinke <zinke@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cloc/}
DISTFILES= ${DISTNAME}.pl
EXTRACT_ONLY=
NO_BUILD= Yes
NO_REGRESS= Yes
PKG_ARCH= *
do-install:
${INSTALL_SCRIPT} ${FULLDISTDIR}/${DISTFILES} ${PREFIX}/bin/cloc
.include <bsd.port.mk>

5
textproc/cloc/distinfo Normal file
View File

@ -0,0 +1,5 @@
MD5 (cloc/cloc-1.56.pl) = JzkSfOU5j6YntQ5U6j3Ltg==
RMD160 (cloc/cloc-1.56.pl) = 9dlpu0z82dKAamN0H4q82rytJ5U=
SHA1 (cloc/cloc-1.56.pl) = I46ibsz8V0wnqpDuF3QfNjlZvj8=
SHA256 (cloc/cloc-1.56.pl) = 9SWQbe8SGV3x7WGmqgWExAGxBQnHdwkAsxAmyRhorNI=
SIZE (cloc/cloc-1.56.pl) = 320786

3
textproc/cloc/pkg/DESCR Normal file
View File

@ -0,0 +1,3 @@
cloc counts blank lines, comment lines, and physical lines of source
code in many programming languages. Given two versions of a code base,
cloc can compute differences in blank, comment, and source lines.

2
textproc/cloc/pkg/PLIST Normal file
View File

@ -0,0 +1,2 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2012/07/11 13:26:13 zinke Exp $
bin/cloc