Date: Tue, 25 Jul 2017 20:08:08 +0000 (UTC) From: Joseph Mingrone <jrm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r446621 - in head/security: . rubygem-webpush Message-ID: <201707252008.v6PK88Ge064933@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jrm Date: Tue Jul 25 20:08:07 2017 New Revision: 446621 URL: https://svnweb.freebsd.org/changeset/ports/446621 Log: rubygem-webpush: Encryption utilities for Web Push payload WWW: https://github.com/zaru/webpush Added: head/security/rubygem-webpush/ head/security/rubygem-webpush/Makefile (contents, props changed) head/security/rubygem-webpush/distinfo (contents, props changed) head/security/rubygem-webpush/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Tue Jul 25 19:57:49 2017 (r446620) +++ head/security/Makefile Tue Jul 25 20:08:07 2017 (r446621) @@ -1093,6 +1093,7 @@ SUBDIR += rubygem-sshkit SUBDIR += rubygem-timfel-krb5 SUBDIR += rubygem-twitter_oauth + SUBDIR += rubygem-webpush SUBDIR += s2n SUBDIR += safesh SUBDIR += samba-virusfilter Added: head/security/rubygem-webpush/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-webpush/Makefile Tue Jul 25 20:08:07 2017 (r446621) @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= webpush +PORTVERSION= 0.3.2 +CATEGORIES= security rubygems +MASTER_SITES= RG + +MAINTAINER= jrm@FreeBSD.org +COMMENT= Encryption utilities for Web Push payload + +LICENSE= MIT + +USE_RUBY= yes +USES= gem + +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/security/rubygem-webpush/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-webpush/distinfo Tue Jul 25 20:08:07 2017 (r446621) @@ -0,0 +1,3 @@ +TIMESTAMP = 1501013068 +SHA256 (rubygem/webpush-0.3.2.gem) = 2ed7a49583eb3cc7fb869a20e3a672e55039d7db13c28cc8fbfbbcb535233822 +SIZE (rubygem/webpush-0.3.2.gem) = 13824 Added: head/security/rubygem-webpush/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-webpush/pkg-descr Tue Jul 25 20:08:07 2017 (r446621) @@ -0,0 +1,6 @@ +This gem makes it possible to send push messages to web browsers from Ruby +backends using the Web Push Protocol. It supports Message Encryption for Web +Push to send messages securely from server to user agent. Payload is supported +by Chrome50+, Firefox48+. + +WWW: https://github.com/zaru/webpush
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707252008.v6PK88Ge064933>