Date: Wed, 13 Mar 2013 06:59:58 +0000 (UTC) From: Jun Kuriyama <kuriyama@FreeBSD.org> 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 Message-ID: <201303130659.r2D6xw7R013610@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303130659.r2D6xw7R013610>