From 989e98bddb912efaee5f53c34c525056c9b6e06a Mon Sep 17 00:00:00 2001 From: rm Date: Sat, 14 Nov 2015 19:23:10 +0000 Subject: net/py-smb: rename to py-pysmb to match upstream naming --- net/Makefile | 2 +- net/py-pysmb/Makefile | 31 +++++++++++++++++++++++++++++++ net/py-pysmb/distinfo | 2 ++ net/py-pysmb/pkg-descr | 12 ++++++++++++ net/py-smb/Makefile | 32 -------------------------------- net/py-smb/distinfo | 2 -- net/py-smb/pkg-descr | 12 ------------ 7 files changed, 46 insertions(+), 47 deletions(-) create mode 100644 net/py-pysmb/Makefile create mode 100644 net/py-pysmb/distinfo create mode 100644 net/py-pysmb/pkg-descr delete mode 100644 net/py-smb/Makefile delete mode 100644 net/py-smb/distinfo delete mode 100644 net/py-smb/pkg-descr (limited to 'net') diff --git a/net/Makefile b/net/Makefile index 905e2241809f..d6cd613bfea0 100644 --- a/net/Makefile +++ b/net/Makefile @@ -962,6 +962,7 @@ SUBDIR += py-pynsq SUBDIR += py-pypcap SUBDIR += py-pysendfile + SUBDIR += py-pysmb SUBDIR += py-pysocks SUBDIR += py-pysphere SUBDIR += py-python-bitcoinrpc @@ -972,7 +973,6 @@ SUBDIR += py-raet SUBDIR += py-s3cmd SUBDIR += py-simplesoap - SUBDIR += py-smb SUBDIR += py-smbpasswd SUBDIR += py-soappy SUBDIR += py-speedtest-cli diff --git a/net/py-pysmb/Makefile b/net/py-pysmb/Makefile new file mode 100644 index 000000000000..24d406ac7a43 --- /dev/null +++ b/net/py-pysmb/Makefile @@ -0,0 +1,31 @@ +# Created by: ijliao +# $FreeBSD$ + +PORTNAME= pysmb +PORTVERSION= 1.1.16 +CATEGORIES= net python +MASTER_SITES= http://miketeo.net/files/Projects/${PORTNAME}/ \ + CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= rm@FreeBSD.org +COMMENT= SMB/CIFS library written in Python + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1>=0:${PORTSDIR}/devel/py-asn1 + +OPTIONS_DEFINE= DOCS + +NO_ARCH= yes +USES= python +USE_PYTHON= autoplist concurrent distutils +PORTDOCS= * + +post-install: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC}/docs/html/ && ${COPYTREE_SHARE} _modules/ ${STAGEDIR}${DOCSDIR}/) + (cd ${WRKSRC}/docs/html/ && ${COPYTREE_SHARE} _static/ ${STAGEDIR}${DOCSDIR}/) + (cd ${WRKSRC}/docs/html/ && ${COPYTREE_SHARE} api/ ${STAGEDIR}${DOCSDIR}/) + (cd ${WRKSRC}/docs/html/ && ${CP} *.html ${STAGEDIR}${DOCSDIR}/) + (cd ${WRKSRC}/docs/html/ && ${CP} *.js ${STAGEDIR}${DOCSDIR}/) + +.include diff --git a/net/py-pysmb/distinfo b/net/py-pysmb/distinfo new file mode 100644 index 000000000000..280626d8fc13 --- /dev/null +++ b/net/py-pysmb/distinfo @@ -0,0 +1,2 @@ +SHA256 (pysmb-1.1.16.tar.gz) = 0f192279b12d3fb38f7ece55d9cd8f573fcf5e6319f78e9b387a30d0baf0da4c +SIZE (pysmb-1.1.16.tar.gz) = 1551617 diff --git a/net/py-pysmb/pkg-descr b/net/py-pysmb/pkg-descr new file mode 100644 index 000000000000..f2d949d2c1d1 --- /dev/null +++ b/net/py-pysmb/pkg-descr @@ -0,0 +1,12 @@ +pysmb is an experimental SMB/CIFS library written in Python. +It implements the client-side SMB/CIFS protocol which allows your Python +application to access and transfer files to/from SMB/CIFS shared folders +like your Windows file sharing and Samba folders. +It was tested with Windows XP SP3, Windows Vista, Windows 7 and Samba 3.x. + +Modules + smb - Contains all the SMB operations and constants + nmb - Contains some of the NetBIOS over TCP/IP operations which is + necessary for the smb module to operate. + +WWW: http://miketeo.net/wp/index.php/projects/pysmb diff --git a/net/py-smb/Makefile b/net/py-smb/Makefile deleted file mode 100644 index 1bf6efd417ed..000000000000 --- a/net/py-smb/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# Created by: ijliao -# $FreeBSD$ - -PORTNAME= smb -PORTVERSION= 1.1.16 -CATEGORIES= net python -MASTER_SITES= http://miketeo.net/files/Projects/py${PORTNAME}/ \ - CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= pysmb-${PORTVERSION} - -MAINTAINER= rm@FreeBSD.org -COMMENT= SMB/CIFS library written in Python - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1>=0:${PORTSDIR}/devel/py-asn1 - -OPTIONS_DEFINE= DOCS - -NO_ARCH= yes -USES= python -USE_PYTHON= autoplist concurrent distutils -PORTDOCS= * - -post-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - (cd ${WRKSRC}/docs/html/ && ${COPYTREE_SHARE} _modules/ ${STAGEDIR}${DOCSDIR}/) - (cd ${WRKSRC}/docs/html/ && ${COPYTREE_SHARE} _static/ ${STAGEDIR}${DOCSDIR}/) - (cd ${WRKSRC}/docs/html/ && ${COPYTREE_SHARE} api/ ${STAGEDIR}${DOCSDIR}/) - (cd ${WRKSRC}/docs/html/ && ${CP} *.html ${STAGEDIR}${DOCSDIR}/) - (cd ${WRKSRC}/docs/html/ && ${CP} *.js ${STAGEDIR}${DOCSDIR}/) - -.include diff --git a/net/py-smb/distinfo b/net/py-smb/distinfo deleted file mode 100644 index 280626d8fc13..000000000000 --- a/net/py-smb/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (pysmb-1.1.16.tar.gz) = 0f192279b12d3fb38f7ece55d9cd8f573fcf5e6319f78e9b387a30d0baf0da4c -SIZE (pysmb-1.1.16.tar.gz) = 1551617 diff --git a/net/py-smb/pkg-descr b/net/py-smb/pkg-descr deleted file mode 100644 index f2d949d2c1d1..000000000000 --- a/net/py-smb/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -pysmb is an experimental SMB/CIFS library written in Python. -It implements the client-side SMB/CIFS protocol which allows your Python -application to access and transfer files to/from SMB/CIFS shared folders -like your Windows file sharing and Samba folders. -It was tested with Windows XP SP3, Windows Vista, Windows 7 and Samba 3.x. - -Modules - smb - Contains all the SMB operations and constants - nmb - Contains some of the NetBIOS over TCP/IP operations which is - necessary for the smb module to operate. - -WWW: http://miketeo.net/wp/index.php/projects/pysmb -- cgit gi/freebsd-ports-gnome/stats/misc/p5-Business-Hours/Makefile'>stats
>
Commit message (Expand)AuthorAgeFilesLines
* - Add LICENSEamdmi32019-02-121-3/+7
* Upgrade to 0.13matthew2019-01-131-2/+1
1-2/+2
* Update WWWsunpoet2018-05-281-1/+1
* Fix license information for portgs that use "the same license as Perl".mat2017-09-151-1/+1
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-011-4/+4
* - Add NO_ARCHsunpoet2015-09-211-0/+1
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-262-7/+1
* - Add LICENSEsunpoet2014-07-312-7/+11
* - Take maintainershipsunpoet2014-07-011-1/+1
* multiple: reset gslin's maintainereadler2014-06-301-1/+1
* - add stage supportaz2014-01-063-6/+4
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-5/+2
* - convert to the new perl5 frameworkaz2013-09-071-1/+2
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
* - only 13% of the p5- ports embed @comment $FreeBSD$:pgollucci2010-09-241-1/+0