From owner-svn-ports-head@freebsd.org Mon Apr 15 03:03:10 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 769C115876A0; Mon, 15 Apr 2019 03:03:10 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0D73A8C88F; Mon, 15 Apr 2019 03:03:01 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D57021E51; Mon, 15 Apr 2019 03:03:00 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x3F330QC015879; Mon, 15 Apr 2019 03:03:00 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x3F32xJt015871; Mon, 15 Apr 2019 03:02:59 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201904150302.x3F32xJt015871@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Mon, 15 Apr 2019 03:02:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r498992 - in head/www: . p5-Mojo-Weixin X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: in head/www: . p5-Mojo-Weixin X-SVN-Commit-Revision: 498992 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0D73A8C88F X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.968,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Apr 2019 03:03:10 -0000 Author: wen Date: Mon Apr 15 03:02:59 2019 New Revision: 498992 URL: https://svnweb.freebsd.org/changeset/ports/498992 Log: Mojo::Weixin is a Weixin Client Framework base on Mojolicious. WWW: https://metacpan.org/release/Mojo-Weixin Added: head/www/p5-Mojo-Weixin/ head/www/p5-Mojo-Weixin/Makefile (contents, props changed) head/www/p5-Mojo-Weixin/distinfo (contents, props changed) head/www/p5-Mojo-Weixin/pkg-descr (contents, props changed) head/www/p5-Mojo-Weixin/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Mon Apr 15 00:16:52 2019 (r498991) +++ head/www/Makefile Mon Apr 15 03:02:59 2019 (r498992) @@ -1047,6 +1047,7 @@ SUBDIR += p5-ModPerl-VersionUtil SUBDIR += p5-Mojo-IOLoop-ForkCall SUBDIR += p5-Mojo-Server-FastCGI + SUBDIR += p5-Mojo-Weixin SUBDIR += p5-MojoMojo SUBDIR += p5-MojoX-Log-Dispatch-Simple SUBDIR += p5-MojoX-Renderer-Xslate Added: head/www/p5-Mojo-Weixin/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Mojo-Weixin/Makefile Mon Apr 15 03:02:59 2019 (r498992) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= Mojo-Weixin +PORTVERSION= 1.4.5 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:SJDY +PKGNAMEPREFIX= p5- + +MAINTAINER= wen@FreeBSD.org +COMMENT= Weixin Client Framework base on Mojolicious + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Encode-Locale>=0:converters/p5-Encode-Locale \ + p5-IO-Socket-SSL>=2.009:security/p5-IO-Socket-SSL \ + p5-Mojolicious>=8.02:www/p5-Mojolicious + +USES= perl5 +USE_PERL5= configure + +.include Added: head/www/p5-Mojo-Weixin/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Mojo-Weixin/distinfo Mon Apr 15 03:02:59 2019 (r498992) @@ -0,0 +1,3 @@ +TIMESTAMP = 1555295990 +SHA256 (Mojo-Weixin-1.4.5.tar.gz) = 2217a469ee4ff76a7dc8f62b496cf2b1ed1645ce292ee3674c56fcfc5bec50b9 +SIZE (Mojo-Weixin-1.4.5.tar.gz) = 414255 Added: head/www/p5-Mojo-Weixin/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Mojo-Weixin/pkg-descr Mon Apr 15 03:02:59 2019 (r498992) @@ -0,0 +1,3 @@ +Mojo::Weixin is a Weixin Client Framework base on Mojolicious. + +WWW: https://metacpan.org/release/Mojo-Weixin Added: head/www/p5-Mojo-Weixin/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Mojo-Weixin/pkg-plist Mon Apr 15 03:02:59 2019 (r498992) @@ -0,0 +1,76 @@ +%%SITE_PERL%%/Mojo/Weixin.pm +%%SITE_PERL%%/Mojo/Weixin.pod +%%SITE_PERL%%/Mojo/Weixin/Base.pm +%%SITE_PERL%%/Mojo/Weixin/Cache.pm +%%SITE_PERL%%/Mojo/Weixin/Client.pm +%%SITE_PERL%%/Mojo/Weixin/Client/Cron.pm +%%SITE_PERL%%/Mojo/Weixin/Client/Remote/_get_qrcode_image.pm +%%SITE_PERL%%/Mojo/Weixin/Client/Remote/_get_qrcode_uuid.pm +%%SITE_PERL%%/Mojo/Weixin/Client/Remote/_is_need_login.pm +%%SITE_PERL%%/Mojo/Weixin/Client/Remote/_login.pm +%%SITE_PERL%%/Mojo/Weixin/Client/Remote/_logout.pm +%%SITE_PERL%%/Mojo/Weixin/Client/Remote/_sync.pm +%%SITE_PERL%%/Mojo/Weixin/Client/Remote/_synccheck.pm +%%SITE_PERL%%/Mojo/Weixin/Const.pm +%%SITE_PERL%%/Mojo/Weixin/Controller.pm +%%SITE_PERL%%/Mojo/Weixin/Friend.pm +%%SITE_PERL%%/Mojo/Weixin/Group.pm +%%SITE_PERL%%/Mojo/Weixin/Group/Member.pm +%%SITE_PERL%%/Mojo/Weixin/List.pm +%%SITE_PERL%%/Mojo/Weixin/Log.pm +%%SITE_PERL%%/Mojo/Weixin/Message.pm +%%SITE_PERL%%/Mojo/Weixin/Message/Base.pm +%%SITE_PERL%%/Mojo/Weixin/Message/Handle.pm +%%SITE_PERL%%/Mojo/Weixin/Message/Queue.pm +%%SITE_PERL%%/Mojo/Weixin/Message/Remote/_get_media.pm +%%SITE_PERL%%/Mojo/Weixin/Message/Remote/_revoke_message.pm +%%SITE_PERL%%/Mojo/Weixin/Message/Remote/_send_media_message.pm +%%SITE_PERL%%/Mojo/Weixin/Message/Remote/_send_text_message.pm +%%SITE_PERL%%/Mojo/Weixin/Message/Remote/_upload_media.pm +%%SITE_PERL%%/Mojo/Weixin/Model.pm +%%SITE_PERL%%/Mojo/Weixin/Model/Base.pm +%%SITE_PERL%%/Mojo/Weixin/Model/Remote/_webwxbatchgetcontact.pm +%%SITE_PERL%%/Mojo/Weixin/Model/Remote/_webwxbatchgetcontact_friend.pm +%%SITE_PERL%%/Mojo/Weixin/Model/Remote/_webwxbatchgetcontact_group.pm +%%SITE_PERL%%/Mojo/Weixin/Model/Remote/_webwxbatchgetcontact_group_member.pm +%%SITE_PERL%%/Mojo/Weixin/Model/Remote/_webwxcreatechatroom.pm +%%SITE_PERL%%/Mojo/Weixin/Model/Remote/_webwxgetcontact.pm +%%SITE_PERL%%/Mojo/Weixin/Model/Remote/_webwxgetheadimg.pm +%%SITE_PERL%%/Mojo/Weixin/Model/Remote/_webwxinit.pm +%%SITE_PERL%%/Mojo/Weixin/Model/Remote/_webwxoplog_markname.pm +%%SITE_PERL%%/Mojo/Weixin/Model/Remote/_webwxoplog_stick.pm +%%SITE_PERL%%/Mojo/Weixin/Model/Remote/_webwxstatusnotify.pm +%%SITE_PERL%%/Mojo/Weixin/Model/Remote/_webwxupdatechatroom.pm +%%SITE_PERL%%/Mojo/Weixin/Model/Remote/_webwxverifyuser.pm +%%SITE_PERL%%/Mojo/Weixin/Plugin.pm +%%SITE_PERL%%/Mojo/Weixin/Plugin/AutoVerify.pm +%%SITE_PERL%%/Mojo/Weixin/Plugin/Beauty.pm +%%SITE_PERL%%/Mojo/Weixin/Plugin/FmPush.pm +%%SITE_PERL%%/Mojo/Weixin/Plugin/FuckDaShen.pm +%%SITE_PERL%%/Mojo/Weixin/Plugin/GCM.pm +%%SITE_PERL%%/Mojo/Weixin/Plugin/HwPush.pm +%%SITE_PERL%%/Mojo/Weixin/Plugin/IRCShell.pm +%%SITE_PERL%%/Mojo/Weixin/Plugin/ImageStore.pm +%%SITE_PERL%%/Mojo/Weixin/Plugin/KnowledgeBase.pm +%%SITE_PERL%%/Mojo/Weixin/Plugin/MiPush.pm +%%SITE_PERL%%/Mojo/Weixin/Plugin/Openwx.pm +%%SITE_PERL%%/Mojo/Weixin/Plugin/Perlcode.pm +%%SITE_PERL%%/Mojo/Weixin/Plugin/Perldoc.pm +%%SITE_PERL%%/Mojo/Weixin/Plugin/PostQRcode.pm +%%SITE_PERL%%/Mojo/Weixin/Plugin/PostQRcodeToTelegram.pm +%%SITE_PERL%%/Mojo/Weixin/Plugin/Riddle.pm +%%SITE_PERL%%/Mojo/Weixin/Plugin/ShowMsg.pm +%%SITE_PERL%%/Mojo/Weixin/Plugin/ShowQRCodeInTerm.pm +%%SITE_PERL%%/Mojo/Weixin/Plugin/ShowQRcode.pm +%%SITE_PERL%%/Mojo/Weixin/Plugin/SmartReply.pm +%%SITE_PERL%%/Mojo/Weixin/Plugin/Translation.pm +%%SITE_PERL%%/Mojo/Weixin/Plugin/UploadQRcode.pm +%%SITE_PERL%%/Mojo/Weixin/Plugin/UploadQRcode2.pm +%%SITE_PERL%%/Mojo/Weixin/Plugin/Weather.pm +%%SITE_PERL%%/Mojo/Weixin/Plugin/XiaoiceReply.pm +%%SITE_PERL%%/Mojo/Weixin/Request.pm +%%SITE_PERL%%/Mojo/Weixin/Run.pm +%%SITE_PERL%%/Mojo/Weixin/Server.pm +%%SITE_PERL%%/Mojo/Weixin/User.pm +%%SITE_PERL%%/Mojo/Weixin/Util.pm +%%PERL5_MAN3%%/Mojo::Weixin.3.gz