1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Remove py-samba since it's not supported on samba 3.4 and samba3 is gone

2010-09-01 net/py-samba: Unsupported by the upstream. Please, consider to upgrade.
This commit is contained in:
Renato Botelho 2010-10-18 12:48:36 +00:00
parent f670b6f88f
commit d077e190f1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=263194
5 changed files with 1 additions and 79 deletions

1
MOVED
View File

@ -4641,3 +4641,4 @@ net/samba3||2010-10-18|Has expired: Unsupported by the upstream. Please, conside
net/samba32||2010-10-18|Has expired: Unsupported by the upstream. Please, consider to upgrade.
net/samba33||2010-10-18|Has expired: Unsupported by the upstream. Please, consider to upgrade.
japanese/samba3||2010-10-18|Has expired: Unsupported by the upstream. Please, consider to upgrade.
net/py-samba||2010-10-18|Has expired: Unsupported by the upstream. Please, consider to upgrade.

View File

@ -846,7 +846,6 @@
SUBDIR += py-radix
SUBDIR += py-rt
SUBDIR += py-s3cmd
SUBDIR += py-samba
SUBDIR += py-smb
SUBDIR += py-smbpasswd
SUBDIR += py-soappy

View File

@ -1,43 +0,0 @@
# New ports collection makefile for: samba-python
# Date created: 01 May 2004
# Whom: Timur Bakeyev <timur@gnu.org>
#
# $FreeBSD$
#
PORTREVISION= 0
PORTEPOCH= 0
CATEGORIES= net python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
COMMENT= Python bindings for Samba
CONFLICTS=
SAMBA_PORT?= samba3
SAMBA_SUBPORT= yes
MASTERDIR= ${.CURDIR}/../${SAMBA_PORT}
PKGDIR= ${.CURDIR}
USE_PYTHON= 2.1+
USE_PYDISTUTILS= yes
PYSETUP= python/setup.py
PYDISTUTILS_PKGNAME= Samba_Python_Extensions
PYDISTUTILS_PKGVERSION= 0.1
CONFIGURE_ARGS+= --with-python
WITHOUT_ADS= yes
do-build:
cd ${WRKSRC} && ${MAKE} proto
cd ${WRKSRC} && ${MAKE} python_ext
post-install:
-@${MKDIR} ${EXAMPLESDIR}
${CP} -Rp ${WRKSRC}/python/examples/* ${EXAMPLESDIR}
${CP} -Rp ${WRKDIR}/${DISTNAME}/examples/scripts/shares/python/* \
${EXAMPLESDIR}
.include "${MASTERDIR}/Makefile"

View File

@ -1,4 +0,0 @@
These are the Python bindings for Samba port. They let Python programms to
use the SMB protocol.
WWW: http://www.samba.org/

View File

@ -1,31 +0,0 @@
%%PYTHON_SITELIBDIR%%/samba/__init__.py
%%PYTHON_SITELIBDIR%%/samba/__init__.pyc
%%PYTHON_SITELIBDIR%%/samba/__init__.pyo
%%PYTHON_SITELIBDIR%%/samba/lsa.so
%%PYTHON_SITELIBDIR%%/samba/printerdata.py
%%PYTHON_SITELIBDIR%%/samba/printerdata.pyc
%%PYTHON_SITELIBDIR%%/samba/printerdata.pyo
%%PYTHON_SITELIBDIR%%/samba/samr.so
%%PYTHON_SITELIBDIR%%/samba/smb.so
%%PYTHON_SITELIBDIR%%/samba/spoolss.so
%%PYTHON_SITELIBDIR%%/samba/srvsvc.so
%%PYTHON_SITELIBDIR%%/samba/tdb.so
%%PYTHON_SITELIBDIR%%/samba/tdbpack.so
%%PYTHON_SITELIBDIR%%/samba/winbind.so
%%PYTHON_SITELIBDIR%%/samba/winreg.so
%%EXAMPLESDIR%%/SambaConfig.py
%%EXAMPLESDIR%%/SambaParm.py
%%EXAMPLESDIR%%/generate_parm_table.py
%%EXAMPLESDIR%%/modify_samba_config.py
%%EXAMPLESDIR%%/smbparm.py
%%EXAMPLESDIR%%/spoolss/changeid.py
%%EXAMPLESDIR%%/spoolss/enumprinters.py
%%EXAMPLESDIR%%/spoolss/psec.py
%%EXAMPLESDIR%%/tdbpack/oldtdbutil.py
%%EXAMPLESDIR%%/tdbpack/tdbtimetrial.py
%%EXAMPLESDIR%%/tdbpack/test_tdbpack.py
@dirrm %%PYTHON_SITELIBDIR%%/samba
@dirrmtry %%PYTHON_SITELIBDIR%%
@dirrm %%EXAMPLESDIR%%/spoolss
@dirrm %%EXAMPLESDIR%%/tdbpack
@dirrm %%EXAMPLESDIR%%