Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Apr 2016 06:54:08 +0000 (UTC)
From:      Kevin Lo <kevlo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r414158 - in head/net: . pecl-smbclient
Message-ID:  <201604280654.u3S6s83M018008@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kevlo
Date: Thu Apr 28 06:54:08 2016
New Revision: 414158
URL: https://svnweb.freebsd.org/changeset/ports/414158

Log:
  Import pecl-smbclient 0.8.0
  
  Smbclient is a PHP extension that uses Samba's libsmbclient library to
  provide Samba related functions and 'smb' streams to PHP programs.

Added:
  head/net/pecl-smbclient/
  head/net/pecl-smbclient/Makefile   (contents, props changed)
  head/net/pecl-smbclient/distinfo   (contents, props changed)
  head/net/pecl-smbclient/pkg-descr   (contents, props changed)
Modified:
  head/net/Makefile

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Thu Apr 28 06:38:43 2016	(r414157)
+++ head/net/Makefile	Thu Apr 28 06:54:08 2016	(r414158)
@@ -885,6 +885,7 @@
     SUBDIR += pecl-mosquitto
     SUBDIR += pecl-oauth
     SUBDIR += pecl-radius
+    SUBDIR += pecl-smbclient
     SUBDIR += pecl-yaz
     SUBDIR += pecl-yp
     SUBDIR += pecl-zmq

Added: head/net/pecl-smbclient/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/pecl-smbclient/Makefile	Thu Apr 28 06:54:08 2016	(r414158)
@@ -0,0 +1,26 @@
+# $FreeBSD$
+
+PORTNAME=	smbclient
+PORTVERSION=	0.8.0
+CATEGORIES=	net pear
+MASTER_SITES=	http://pecl.php.net/get/
+PKGNAMEPREFIX=	pecl-
+DIST_SUBDIR=	PECL
+
+MAINTAINER=	kevlo@FreeBSD.org
+COMMENT=	Smbclient wrapper extension
+
+LICENSE=	BSD2CLAUSE
+
+RUN_DEPENDS=	smbclient:${PORTSDIR}/${SAMBA_PORT}
+
+SAMBA_PORT?=	net/samba36
+
+USE_PHP=	yes
+USE_PHPEXT=	yes
+USE_PHPIZE=	yes
+USES=		tar:tgz
+
+CONFIGURE_ARGS=	--with-libsmbclient=${LOCALBASE}
+
+.include <bsd.port.mk>

Added: head/net/pecl-smbclient/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/pecl-smbclient/distinfo	Thu Apr 28 06:54:08 2016	(r414158)
@@ -0,0 +1,2 @@
+SHA256 (PECL/smbclient-0.8.0.tgz) = 22fdd4b9da1c880b88a0776620113cdaaa3273ecef3be3743250654bd0c67e7c
+SIZE (PECL/smbclient-0.8.0.tgz) = 30910

Added: head/net/pecl-smbclient/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/pecl-smbclient/pkg-descr	Thu Apr 28 06:54:08 2016	(r414158)
@@ -0,0 +1,4 @@
+Smbclient is a PHP extension that uses Samba's libsmbclient library to 
+provide Samba related functions and 'smb' streams to PHP programs.
+
+WWW: https://pecl.php.net/package/smbclient



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