Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jul 2013 04:12:10 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r323147 - in head/ftp: . p5-curl
Message-ID:  <201307170412.r6H4CAXs027321@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307170412.r6H4CAXs027321>