diff options
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/rubygem-listen2/Makefile | 33 | ||||
-rw-r--r-- | devel/rubygem-listen2/distinfo | 2 | ||||
-rw-r--r-- | devel/rubygem-listen2/files/patch-gemspec | 11 | ||||
-rw-r--r-- | devel/rubygem-listen2/pkg-descr | 14 |
6 files changed, 1 insertions, 61 deletions
@@ -7894,3 +7894,4 @@ x11-drivers/xf86-video-ati-ums||2015-10-13|Not supported by xorg-server 1.17 x11/nvidia-driver-173||2015-10-13|Does not support xorg-server 1.15 and higher net-mgmt/bsnmptools||2015-10-16|Has expired: client tools (including SNMPv3 support) are part of the base system security/yubikey-personalization|security/ykpers|2015-10-18|Port duplicate with security/ykpers +devel/rubygem-listen2||2015-10-20|Has expired: not used by other ports anymore diff --git a/devel/Makefile b/devel/Makefile index a93ebc8b7006..561cd7e9b56e 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4803,7 +4803,6 @@ SUBDIR += rubygem-librarianp SUBDIR += rubygem-libyajl2 SUBDIR += rubygem-listen - SUBDIR += rubygem-listen2 SUBDIR += rubygem-little-plugger SUBDIR += rubygem-locale SUBDIR += rubygem-lockfile diff --git a/devel/rubygem-listen2/Makefile b/devel/rubygem-listen2/Makefile deleted file mode 100644 index d7aee541874a..000000000000 --- a/devel/rubygem-listen2/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= listen -PORTVERSION= 2.10.1 -PORTREVISION= 1 -CATEGORIES= devel rubygems -MASTER_SITES= RG -PKGNAMESUFFIX= 2 - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Listen to file modifications and notify about the changes - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE.txt - -RUN_DEPENDS= rubygem-celluloid>=0.16.0:${PORTSDIR}/devel/rubygem-celluloid \ - rubygem-rb-fsevent>=0.9.3:${PORTSDIR}/devel/rubygem-rb-fsevent \ - rubygem-rb-inotify>=0.9:${PORTSDIR}/devel/rubygem-rb-inotify \ - rubygem-rb-kqueue>=0.2:${PORTSDIR}/devel/rubygem-rb-kqueue - -DEPRECATED= not used by other ports anymore -EXPIRATION_DATE= 2015-10-19 - -NO_ARCH= yes -USE_RUBY= yes -USE_RUBYGEMS= yes -RUBYGEM_AUTOPLIST= yes - -post-install: - ${RM} ${STAGEDIR}${PREFIX}/bin/listen - -.include <bsd.port.mk> diff --git a/devel/rubygem-listen2/distinfo b/devel/rubygem-listen2/distinfo deleted file mode 100644 index 492795e0ec7d..000000000000 --- a/devel/rubygem-listen2/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (rubygem/listen-2.10.1.gem) = 0fc7366e034515b24713cbc529dddf3d5a53a3ec7aae36553fd106d1978deac6 -SIZE (rubygem/listen-2.10.1.gem) = 26624 diff --git a/devel/rubygem-listen2/files/patch-gemspec b/devel/rubygem-listen2/files/patch-gemspec deleted file mode 100644 index 5b6cbb3e54fb..000000000000 --- a/devel/rubygem-listen2/files/patch-gemspec +++ /dev/null @@ -1,11 +0,0 @@ ---- listen.gemspec.orig 2015-08-11 17:19:41 UTC -+++ listen.gemspec -@@ -23,7 +23,7 @@ Gem::Specification.new do |s| - s.specification_version = 4 - - if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then -- s.add_runtime_dependency(%q<celluloid>, ["~> 0.16.0"]) -+ s.add_runtime_dependency(%q<celluloid>, [">= 0.16.0"]) - s.add_runtime_dependency(%q<rb-fsevent>, [">= 0.9.3"]) - s.add_runtime_dependency(%q<rb-inotify>, [">= 0.9"]) - s.add_development_dependency(%q<bundler>, [">= 1.3.5"]) diff --git a/devel/rubygem-listen2/pkg-descr b/devel/rubygem-listen2/pkg-descr deleted file mode 100644 index cd27b1d6b07c..000000000000 --- a/devel/rubygem-listen2/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -The Listen gem listens to file modifications and notifies you about the changes. - -Features: -- Works everywhere! -- Supports watching multiple directories from a single listener. -- OS-specific adapters for Mac OS X 10.6+, Linux and Windows. -- Automatic fallback to polling if OS-specific adapter doesn't work. -- Detects files modification, addidation and removal. -- Checksum comparaison for modifications made under the same second. -- Allows supplying regexp-patterns to ignore and filter paths for better - results. -- Tested on all Ruby environments via travis-ci. - -WWW: https://github.com/guard/listen |