Summary: | new port: ftp/p5-curl | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | jharris |
Component: | Individual Port(s) | Assignee: | Martin Wilke <miwi> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | CC: | jharris |
Priority: | Normal | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
jharris
2013-07-03 01:40:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->perl perl@ wants this port PRs (via the GNATS Auto Assign Tool) Responsible Changed From-To: perl->miwi I'll take it. State Changed From-To: open->closed Committed. Thanks! 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 <jharris@widomaker.com> 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 <jharris@widomaker.com> +# $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 <bsd.port.mk> 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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" |