diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2013-10-11 05:34:28 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2013-10-11 05:34:28 +0000 |
commit | 8f2bb0ababc016d140d7408d966f18d80df0d8de (patch) | |
tree | d69af22bb4d66375b76d5a56d03a08af6318d854 /misc | |
parent | 5d1ac8b2f5255151f5ca3de5f5496b41065a9955 (diff) | |
download | ports-8f2bb0ababc016d140d7408d966f18d80df0d8de.tar.gz ports-8f2bb0ababc016d140d7408d966f18d80df0d8de.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/rubygem-ohcount/Makefile | 29 | ||||
-rw-r--r-- | misc/rubygem-ohcount/distinfo | 2 | ||||
-rw-r--r-- | misc/rubygem-ohcount/pkg-descr | 10 |
4 files changed, 0 insertions, 42 deletions
diff --git a/misc/Makefile b/misc/Makefile index b7ac912628f7..5ddde27d7ab5 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -401,7 +401,6 @@ SUBDIR += ruby-progressbar SUBDIR += ruby-vpim SUBDIR += rubygem-mime-types - SUBDIR += rubygem-ohcount SUBDIR += rubygem-rabbit SUBDIR += rubygem-vpim SUBDIR += saaghar diff --git a/misc/rubygem-ohcount/Makefile b/misc/rubygem-ohcount/Makefile deleted file mode 100644 index bf9ae4976383..000000000000 --- a/misc/rubygem-ohcount/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# Created by: Edmondas Girkantas <eg@fbsd.lt> -# $FreeBSD$ - -PORTNAME= ohcount -PORTVERSION= 2.0.1 -CATEGORIES= misc rubygems -MASTER_SITES= http://labs.ohloh.net/download/ - -MAINTAINER= eg@fbsd.lt -COMMENT= Ohcount is the source code line counter that powers Ohloh - -DEPRECATED= Does not work with Ruby 1.9 -EXPIRATION_DATE= 2013-10-10 - -RUN_DEPENDS= rubygem-diff-lcs>=1.1.2:${PORTSDIR}/textproc/rubygem-diff-lcs \ - ragel:${PORTSDIR}/devel/ragel - -USE_RUBY= yes -USE_RUBYGEMS= yes -USE_RAKE= yes -RUBYGEM_AUTOPLIST= yes -PLIST_FILES= bin/ohcount - -NO_STAGE= yes -.include <bsd.port.pre.mk> -.if ${RUBY_VER} == 1.9 -BROKEN= does not work with ruby 1.9 -.endif -.include <bsd.port.post.mk> diff --git a/misc/rubygem-ohcount/distinfo b/misc/rubygem-ohcount/distinfo deleted file mode 100644 index e4acbf64e01e..000000000000 --- a/misc/rubygem-ohcount/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (rubygem/ohcount-2.0.1.gem) = 4afc7e03bc6e738b519cf2af897120d93f7937ad5636aed19c60d67604f09cf9 -SIZE (rubygem/ohcount-2.0.1.gem) = 287744 diff --git a/misc/rubygem-ohcount/pkg-descr b/misc/rubygem-ohcount/pkg-descr deleted file mode 100644 index 670fbfd379b0..000000000000 --- a/misc/rubygem-ohcount/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Ohcount is the source code line counter that powers Ohloh. Ohcount supports -over 70 popular programming languages, and has been used to count over 3 -billion lines of code by 200,000 developers! - -Ohcount does more than just count lines of code. It can also detect popular -open source licenses such as GPL within a large directory of source code. -It can also detect code that targets a particular programming API, such as -Win32 or KDE. - -WWW: http://labs.ohloh.net/ohcount/ |