From owner-svn-ports-all@FreeBSD.ORG Wed Mar 13 06:59:59 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9605A498; Wed, 13 Mar 2013 06:59:59 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 8239972F; Wed, 13 Mar 2013 06:59:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2D6xxFu013615; Wed, 13 Mar 2013 06:59:59 GMT (envelope-from kuriyama@svn.freebsd.org) Received: (from kuriyama@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2D6xw7R013610; Wed, 13 Mar 2013 06:59:58 GMT (envelope-from kuriyama@svn.freebsd.org) Message-Id: <201303130659.r2D6xw7R013610@svn.freebsd.org> From: Jun Kuriyama Date: Wed, 13 Mar 2013 06:59:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314032 - in head/www: . p5-jQuery-File-Upload X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Mar 2013 06:59:59 -0000 Author: kuriyama Date: Wed Mar 13 06:59:58 2013 New Revision: 314032 URL: http://svnweb.freebsd.org/changeset/ports/314032 Log: Server-side solution for the jQuery File Upload (https://github.com/blueimp/jQuery-File-Upload/) plugin. WWW: http://search.cpan.org/dist/jQuery-File-Upload/ Added: head/www/p5-jQuery-File-Upload/ head/www/p5-jQuery-File-Upload/Makefile (contents, props changed) head/www/p5-jQuery-File-Upload/distinfo (contents, props changed) head/www/p5-jQuery-File-Upload/pkg-descr (contents, props changed) head/www/p5-jQuery-File-Upload/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Wed Mar 13 06:51:06 2013 (r314031) +++ head/www/Makefile Wed Mar 13 06:59:58 2013 (r314032) @@ -1327,6 +1327,7 @@ SUBDIR += p5-ZConf-RSS SUBDIR += p5-ZConf-RSS-GUI-GTK SUBDIR += p5-chklinks + SUBDIR += p5-jQuery-File-Upload SUBDIR += p5-libapreq2 SUBDIR += p5-libservlet SUBDIR += p5-libwww Added: head/www/p5-jQuery-File-Upload/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-jQuery-File-Upload/Makefile Wed Mar 13 06:59:58 2013 (r314032) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= jQuery-File-Upload +PORTVERSION= 0.12 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Perl extension for jQuery File Upload plugin + +RUN_DEPENDS= \ + ImageMagick>0:${PORTSDIR}/graphics/ImageMagick \ + p5-JSON-XS>0:${PORTSDIR}/converters/p5-JSON-XS \ + p5-Net-SSH2>0:${PORTSDIR}/net/p5-Net-SSH2 \ + p5-URI>0:${PORTSDIR}/net/p5-URI +BUILD_DEPENDS= ${RUN_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= jQuery::File::Upload.3 + +.include Added: head/www/p5-jQuery-File-Upload/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-jQuery-File-Upload/distinfo Wed Mar 13 06:59:58 2013 (r314032) @@ -0,0 +1,2 @@ +SHA256 (jQuery-File-Upload-0.12.tar.gz) = c83c162603c34222208a44ec872150d63b1b12694909dafd102bd73990c97ebb +SIZE (jQuery-File-Upload-0.12.tar.gz) = 20125 Added: head/www/p5-jQuery-File-Upload/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-jQuery-File-Upload/pkg-descr Wed Mar 13 06:59:58 2013 (r314032) @@ -0,0 +1,4 @@ +Server-side solution for the jQuery File Upload +(https://github.com/blueimp/jQuery-File-Upload/) plugin. + +WWW: http://search.cpan.org/dist/jQuery-File-Upload/ Added: head/www/p5-jQuery-File-Upload/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-jQuery-File-Upload/pkg-plist Wed Mar 13 06:59:58 2013 (r314032) @@ -0,0 +1,7 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/jQuery/File/Upload/.packlist +%%SITE_PERL%%/jQuery/File/Upload.pm +@dirrmtry %%SITE_PERL%%/jQuery/File +@dirrmtry %%SITE_PERL%%/jQuery +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/jQuery/File/Upload +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/jQuery/File +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/jQuery