From owner-svn-ports-head@FreeBSD.ORG Wed Jul 17 04:12:11 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 720AB4A2; Wed, 17 Jul 2013 04:12:11 +0000 (UTC) (envelope-from miwi@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 64A1427A; Wed, 17 Jul 2013 04:12:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6H4CBRW027329; Wed, 17 Jul 2013 04:12:11 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6H4CAXs027321; Wed, 17 Jul 2013 04:12:10 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201307170412.r6H4CAXs027321@svn.freebsd.org> From: Martin Wilke Date: Wed, 17 Jul 2013 04:12:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323147 - in head/ftp: . p5-curl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Wed, 17 Jul 2013 04:12:11 -0000 Author: miwi Date: Wed Jul 17 04:12:10 2013 New Revision: 323147 URL: http://svnweb.freebsd.org/changeset/ports/323147 Log: This module provides a Perl interface to libcurl. It is not intended to be a standalone module and because of this, the main libcurl documentation should be consulted for API details at http://curl.haxx.se/. WWW: http://search.cpan.org/dist/WWW-Curl/ PR: ports/180221 Submitted by: Jason Harris Added: head/ftp/p5-curl/ head/ftp/p5-curl/Makefile (contents, props changed) head/ftp/p5-curl/distinfo (contents, props changed) head/ftp/p5-curl/pkg-descr (contents, props changed) head/ftp/p5-curl/pkg-plist (contents, props changed) Modified: head/ftp/Makefile Modified: head/ftp/Makefile ============================================================================== --- head/ftp/Makefile Wed Jul 17 04:08:49 2013 (r323146) +++ head/ftp/Makefile Wed Jul 17 04:12:10 2013 (r323147) @@ -66,6 +66,7 @@ SUBDIR += p5-Net-FTPServer SUBDIR += p5-POE-Component-Client-FTP SUBDIR += p5-SOAP-Transport-FTP + SUBDIR += p5-curl SUBDIR += paraget SUBDIR += pavuk SUBDIR += pear-Net_FTP Added: head/ftp/p5-curl/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ftp/p5-curl/Makefile Wed Jul 17 04:12:10 2013 (r323147) @@ -0,0 +1,23 @@ +# Created by: Jason Harris +# $FreeBSD$ + +PORTNAME= p5-curl +PORTVERSION= 4.15 +CATEGORIES= ftp www perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= ../../authors/id/S/SZ/SZBALINT +DISTNAME= WWW-Curl-${PORTVERSION}${EXTRACT_SUFFIX} + +MAINTAINER= perl@FreeBSD.org +COMMENT= Perl interface to libcurl + +LICENSE= ART10 + +RUN_DEPENDS= curl:${PORTSDIR}/ftp/curl +BUILD_DEPENDS= curl:${PORTSDIR}/ftp/curl + +PERL_CONFIGURE= yes + +MAN3= WWW::Curl.3 + +.include Added: head/ftp/p5-curl/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ftp/p5-curl/distinfo Wed Jul 17 04:12:10 2013 (r323147) @@ -0,0 +1,2 @@ +SHA256 (WWW-Curl-4.15.tar.gz) = 3ef40494537a1ce7f848f3b524f5690cf47db458c0bb662e15c4642dc13c5fa1 +SIZE (WWW-Curl-4.15.tar.gz) = 53741 Added: head/ftp/p5-curl/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ftp/p5-curl/pkg-descr Wed Jul 17 04:12:10 2013 (r323147) @@ -0,0 +1,5 @@ +This module provides a Perl interface to libcurl. It is not intended to be +a standalone module and because of this, the main libcurl documentation +should be consulted for API details at http://curl.haxx.se/. + +WWW: http://search.cpan.org/dist/WWW-Curl/ Added: head/ftp/p5-curl/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ftp/p5-curl/pkg-plist Wed Jul 17 04:12:10 2013 (r323147) @@ -0,0 +1,12 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/WWW/Curl.pm +%%SITE_PERL%%/%%PERL_ARCH%%/WWW/Curl/Easy.pm +%%SITE_PERL%%/%%PERL_ARCH%%/WWW/Curl/Form.pm +%%SITE_PERL%%/%%PERL_ARCH%%/WWW/Curl/Multi.pm +%%SITE_PERL%%/%%PERL_ARCH%%/WWW/Curl/Share.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Curl/Curl.so +%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Curl/Curl.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Curl/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Curl +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/WWW/Curl +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/WWW