From owner-svn-ports-head@FreeBSD.ORG Tue Aug 14 09:55:24 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A890A10656B3; Tue, 14 Aug 2012 09:55:23 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 8A0908FC15; Tue, 14 Aug 2012 09:55:23 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q7E9tNYb076240; Tue, 14 Aug 2012 09:55:23 GMT (envelope-from kuriyama@svn.freebsd.org) Received: (from kuriyama@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q7E9tN3t076234; Tue, 14 Aug 2012 09:55:23 GMT (envelope-from kuriyama@svn.freebsd.org) Message-Id: <201208140955.q7E9tN3t076234@svn.freebsd.org> From: Jun Kuriyama Date: Tue, 14 Aug 2012 09:55:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r302510 - in head/net: . p5-Net-APNS X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 14 Aug 2012 09:55:24 -0000 Author: kuriyama Date: Tue Aug 14 09:55:22 2012 New Revision: 302510 URL: http://svn.freebsd.org/changeset/ports/302510 Log: Net::APNS is Apple Push Notification Service. Push message to iPhone and get unavalble-devicetoken. WWW: http://search.cpan.org/dist/Net-APNS/ Added: head/net/p5-Net-APNS/ head/net/p5-Net-APNS/Makefile (contents, props changed) head/net/p5-Net-APNS/distinfo (contents, props changed) head/net/p5-Net-APNS/pkg-descr (contents, props changed) head/net/p5-Net-APNS/pkg-plist (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Tue Aug 14 09:17:37 2012 (r302509) +++ head/net/Makefile Tue Aug 14 09:55:22 2012 (r302510) @@ -533,6 +533,7 @@ SUBDIR += p5-Jifty-Plugin-Authentication-Ldap SUBDIR += p5-Net SUBDIR += p5-Net-AMQP + SUBDIR += p5-Net-APNS SUBDIR += p5-Net-ARP SUBDIR += p5-Net-Address-Ethernet SUBDIR += p5-Net-Address-IPv4-Local Added: head/net/p5-Net-APNS/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-Net-APNS/Makefile Tue Aug 14 09:55:22 2012 (r302510) @@ -0,0 +1,29 @@ +# New ports collection makefile for: Net::APNS +# Date created: 14 Aug 2012 +# Whom: Jun Kuriyama +# +# $FreeBSD$ +# + +PORTNAME= Net-APNS +PORTVERSION= 0.0202 +CATEGORIES= net perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Perl extension for Apple Push Notification Service + +RUN_DEPENDS= \ + p5-Any-Moose>=0.10:${PORTSDIR}/devel/p5-Any-Moose \ + p5-JSON-XS>=2.25:${PORTSDIR}/converters/p5-JSON-XS \ + p5-Net-SSLeay>=1.35:${PORTSDIR}/security/p5-Net-SSLeay \ + p5-Sub-Exporter>=0.982:${PORTSDIR}/devel/p5-Sub-Exporter +BUILD_DEPENDS= ${RUN_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Net::APNS.3 \ + Net::APNS::Notification.3 + +.include Added: head/net/p5-Net-APNS/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-Net-APNS/distinfo Tue Aug 14 09:55:22 2012 (r302510) @@ -0,0 +1,2 @@ +SHA256 (Net-APNS-0.0202.tar.gz) = a6ad3ff5428b3458e70e033cfa2b2c36ccdb53e188ece848b1b8c16e0d648de5 +SIZE (Net-APNS-0.0202.tar.gz) = 50251 Added: head/net/p5-Net-APNS/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-Net-APNS/pkg-descr Tue Aug 14 09:55:22 2012 (r302510) @@ -0,0 +1,4 @@ +Net::APNS is Apple Push Notification Service. Push message to iPhone +and get unavalble-devicetoken. + +WWW: http://search.cpan.org/dist/Net-APNS/ Added: head/net/p5-Net-APNS/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-Net-APNS/pkg-plist Tue Aug 14 09:55:22 2012 (r302510) @@ -0,0 +1,6 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/APNS/.packlist +%%SITE_PERL%%/Net/APNS.pm +%%SITE_PERL%%/Net/APNS/Notification.pm +@dirrm %%SITE_PERL%%/Net/APNS +@dirrmtry %%SITE_PERL%%/Net +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/APNS