diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2013-10-11 13:34:28 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2013-10-11 13:34:28 +0800 |
commit | 4a4b8650dabb0565605e818a20a567b96438c09f (patch) | |
tree | d69af22bb4d66375b76d5a56d03a08af6318d854 /misc | |
parent | d677048632c63d046db6864622474c6bb1ef07f5 (diff) | |
download | freebsd-ports-gnome-4a4b8650dabb0565605e818a20a567b96438c09f.tar.gz freebsd-ports-gnome-4a4b8650dabb0565605e818a20a567b96438c09f.tar.zst freebsd-ports-gnome-4a4b8650dabb0565605e818a20a567b96438c09f.zip |
2013-10-10 audio/ruby-vorbisfile: Does not work with Ruby 1.9
2013-10-10 audio/ruby-xmms: Does not work with Ruby 1.9
2013-10-10 databases/ruby-interbase: Does not work with Ruby 1.9
2013-10-10 databases/ruby-bdb1: Does not work with Ruby 1.9
2013-10-10 devel/ruby-fam: Does not work with Ruby 1.9
2013-10-10 devel/ruby-rcov: Does not work with Ruby 1.9
2013-10-10 devel/ruby-rudl: Does not work with Ruby 1.9
2013-10-10 devel/ruby-gemfinder: Does not work with Ruby 1.9
2013-10-10 devel/ruby-sysvipc: Does not work with Ruby 1.9
2013-10-10 devel/rubygem-sdl: Does not work with Ruby 1.9
2013-10-10 devel/rubygem-ncurses: Does not work with Ruby 1.9
2013-10-10 devel/rubygem-parsetree: Does not work with Ruby 1.9
2013-10-10 devel/ruby-sexp: Does not work with Ruby 1.9
2013-10-10 devel/rubygem-getopt-declare: Does not work with Ruby 1.9
2013-10-10 devel/ruby-slang: Does not work with Ruby 1.9
2013-10-10 japanese/ruby-slang: Does not work with Ruby 1.9
2013-10-10 devel/ruby-gettext: Does not work with Ruby 1.9
2013-10-10 devel/ruby-jttui: Does not work with Ruby 1.9
2013-10-10 devel/ruby-mmap: Does not work with Ruby 1.9
2013-10-10 devel/ruby-racc: Does not work with Ruby 1.9
2013-10-10 devel/rubygem-rparsec: Does not work with Ruby 1.9
2013-10-10 devel/rubygem-zoom: Does not work with Ruby 1.9
2013-10-10 games/ruby-exmars: Does not work with Ruby 1.9
2013-10-10 graphics/ruby-pgplot: Does not work with Ruby 1.9
2013-10-10 graphics/ruby-opengl: Does not work with Ruby 1.9
2013-10-10 graphics/rubygem-turing: Does not work with Ruby 1.9
2013-10-10 japanese/ruby-chasen: Does not work with Ruby 1.9
2013-10-10 japanese/ruby-gyokuro: Does not work with Ruby 1.9
2013-10-10 japanese/ruby-rdic: Does not work with Ruby 1.9
2013-10-10 lang/ruby-mode.el: Does not work with Ruby 1.9
2013-10-10 misc/rubygem-ohcount: Does not work with Ruby 1.9
2013-10-10 net-im/rubygem-xmpp4r: Does not work with Ruby 1.9
2013-10-10 security/ruby-acl: Does not work with Ruby 1.9
2013-10-10 textproc/ruby-xslt: Does not work with Ruby 1.9
2013-10-10 textproc/ruby-erbscan: Does not work with Ruby 1.9
2013-10-10 textproc/ruby-mwdom: Does not work with Ruby 1.9
2013-10-10 textproc/ruby-xmlscan-old: Does not work with Ruby 1.9
2013-10-10 textproc/rubygem-formosa: Does not work with Ruby 1.9
2013-10-10 textproc/rubygem-htmltools: Does not work with Ruby 1.9
2013-10-10 www/ruby-cruisecontrolrb: Does not work with Ruby 1.9
2013-10-10 www/rubygem-rubyfulsoup: Does not work with Ruby 1.9
2013-10-10 x11/ruby-gtktrayicon: Does not work with Ruby 1.9
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/ |