Date: Sat, 20 Sep 2014 01:58:20 +0000 (UTC) From: TAKATSU Tomonari <tota@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368608 - in head: . net net/ruby-growl net/rubygem-ruby-growl Message-ID: <201409200158.s8K1wKHY077352@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tota Date: Sat Sep 20 01:58:20 2014 New Revision: 368608 URL: http://svnweb.freebsd.org/changeset/ports/368608 QAT: https://qat.redports.org/buildarchive/r368608/ Log: - Rename ruby-growl to rubygem-ruby-growl - Update to 4.1 - Pass maintainership to ruby@ - Add LICENSE - Update pkg-descr Added: head/net/rubygem-ruby-growl/ - copied from r368607, head/net/ruby-growl/ Deleted: head/net/ruby-growl/ Modified: head/MOVED head/net/Makefile head/net/rubygem-ruby-growl/Makefile head/net/rubygem-ruby-growl/distinfo head/net/rubygem-ruby-growl/pkg-descr Modified: head/MOVED ============================================================================== --- head/MOVED Sat Sep 20 01:09:34 2014 (r368607) +++ head/MOVED Sat Sep 20 01:58:20 2014 (r368608) @@ -7078,3 +7078,4 @@ www/dansguardian||2014-09-16|Depends on www/dansguardian-devel||2014-09-16|Depends on www/squid (v2.7) which is two years past EOL www/videocache||2014-09-16|Depends on www/squid (v2.7) which is two years past EOL www/squid32||2014-09-16|Readed EOL on 14 August 2012 +net/ruby-growl|net/rubygem-ruby-growl|2014-09-20|Renamed Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Sat Sep 20 01:09:34 2014 (r368607) +++ head/net/Makefile Sat Sep 20 01:58:20 2014 (r368608) @@ -977,7 +977,6 @@ SUBDIR += rtpproxy SUBDIR += rtptools SUBDIR += ruby-dict - SUBDIR += ruby-growl SUBDIR += ruby-icmp SUBDIR += ruby-ldap SUBDIR += ruby-tcpsocketpipe @@ -1024,6 +1023,7 @@ SUBDIR += rubygem-rightgogrid SUBDIR += rubygem-righthttpconnection SUBDIR += rubygem-rightslicehost + SUBDIR += rubygem-ruby-growl SUBDIR += rubygem-rubyntlm SUBDIR += rubygem-rubyntlm01 SUBDIR += rubygem-rubytter Modified: head/net/rubygem-ruby-growl/Makefile ============================================================================== --- head/net/ruby-growl/Makefile Sat Sep 20 01:09:34 2014 (r368607) +++ head/net/rubygem-ruby-growl/Makefile Sat Sep 20 01:58:20 2014 (r368608) @@ -1,39 +1,20 @@ # Created by: TAKATSU Tomonari <tota@FreeBSD.org> # $FreeBSD$ -PORTNAME= growl -PORTVERSION= 3.0 -CATEGORIES= net ruby -MASTER_SITES= RF -MASTER_SITE_SUBDIR= ${PKGNAMEPREFIX:S|${RUBY_SUFFIX}||}${PORTNAME} -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= ${PKGNAMEPREFIX:S|${RUBY_SUFFIX}||}${PORTNAME}-${PORTVERSION} -EXTRACT_SUFX= .tgz -DIST_SUBDIR= ${RUBY_PKGNAMEPREFIX:S|${RUBY_SUFFIX}-||} +PORTNAME= ruby-growl +PORTVERSION= 4.1 +CATEGORIES= net rubygems +MASTER_SITES= RG -MAINTAINER= tota@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= Pure-ruby growl notifier -USE_RUBY= yes -NO_BUILD= yes +LICENSE= BSD3CLAUSE + +RUN_DEPENDS= rubygems-uuid>=2.3.5:${PORTSDIR}/devel/rubygem-uuid -RUBY_SHEBANG_FILES= bin/growl lib/ruby-growl.rb -PLIST_FILES= bin/growl \ - %%RUBY_SITELIBDIR%%/ruby-growl.rb - -PORTDOCS= History.txt README.txt -DOCSDIR= ${RUBY_MODDOCDIR} - -DEPRECATED= RubyForge shutdown May 15 2014 -EXPIRATION_DATE= 2014-09-20 - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/bin/growl ${STAGEDIR}${PREFIX}/bin/ - ${MKDIR} ${STAGEDIR}${RUBY_SITELIBDIR}/ - ${INSTALL_DATA} ${WRKSRC}/lib/ruby-growl.rb ${STAGEDIR}${RUBY_SITELIBDIR}/ - ${MKDIR} ${STAGEDIR}${DOCSDIR} -.for f in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/ -.endfor +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes .include <bsd.port.mk> Modified: head/net/rubygem-ruby-growl/distinfo ============================================================================== --- head/net/ruby-growl/distinfo Sat Sep 20 01:09:34 2014 (r368607) +++ head/net/rubygem-ruby-growl/distinfo Sat Sep 20 01:58:20 2014 (r368608) @@ -1,2 +1,2 @@ -SHA256 (ruby/ruby-growl-3.0.tgz) = 3cebb8dc9b8ef2c441f40ec92c2944942b6443fade477d501a1ffc92a7944736 -SIZE (ruby/ruby-growl-3.0.tgz) = 6404 +SHA256 (rubygem/ruby-growl-4.1.gem) = a0fdaba1d623e2c2d47fd67ce3c8f796934ab7b4295ae3f1e999dc17b7275c26 +SIZE (rubygem/ruby-growl-4.1.gem) = 204800 Modified: head/net/rubygem-ruby-growl/pkg-descr ============================================================================== --- head/net/ruby-growl/pkg-descr Sat Sep 20 01:09:34 2014 (r368607) +++ head/net/rubygem-ruby-growl/pkg-descr Sat Sep 20 01:58:20 2014 (r368608) @@ -3,13 +3,13 @@ notification via UDP from machines witho example, non-OSX machines). What's Growl? Growl is a really cool "global notification system -for Mac OS X". See http://growl.info/ +for Mac OS X". -See also the Ruby Growl bindings in Growl's subversion repository: -http://growl.info/documentation/growl-source-install.php +You can receive Growl notifications on various platforms and send +them from any machine that runs Ruby. ruby-growl also contains a command-line notification tool named 'growl'. Where possible, it isoption-compatible with growlnotify. (Use --priority instead of -p.) -WWW: http://rubyforge.org/projects/ruby-growl/ +WWW: https://github.com/drbrain/ruby-growl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409200158.s8K1wKHY077352>