- Rename ruby-growl to rubygem-ruby-growl

- Update to 4.1
- Pass maintainership to ruby@
- Add LICENSE
- Update pkg-descr
This commit is contained in:
TAKATSU Tomonari 2014-09-20 01:58:20 +00:00
parent f4442386a3
commit cb729064dc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=368608
7 changed files with 28 additions and 46 deletions

1
MOVED
View file

@ -7078,3 +7078,4 @@ www/dansguardian||2014-09-16|Depends on www/squid (v2.7) which is two years past
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

View file

@ -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

View file

@ -1,39 +0,0 @@
# 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}-||}
MAINTAINER= tota@FreeBSD.org
COMMENT= Pure-ruby growl notifier
USE_RUBY= yes
NO_BUILD= yes
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
.include <bsd.port.mk>

View file

@ -1,2 +0,0 @@
SHA256 (ruby/ruby-growl-3.0.tgz) = 3cebb8dc9b8ef2c441f40ec92c2944942b6443fade477d501a1ffc92a7944736
SIZE (ruby/ruby-growl-3.0.tgz) = 6404

View file

@ -0,0 +1,20 @@
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= ruby-growl
PORTVERSION= 4.1
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Pure-ruby growl notifier
LICENSE= BSD3CLAUSE
RUN_DEPENDS= rubygems-uuid>=2.3.5:${PORTSDIR}/devel/rubygem-uuid
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (rubygem/ruby-growl-4.1.gem) = a0fdaba1d623e2c2d47fd67ce3c8f796934ab7b4295ae3f1e999dc17b7275c26
SIZE (rubygem/ruby-growl-4.1.gem) = 204800

View file

@ -3,13 +3,13 @@ notification via UDP from machines without growl installed (for
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