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:
parent
f670b6f88f
commit
d077e190f1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=263194
1
MOVED
1
MOVED
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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"
|
@ -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/
|
@ -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%%
|
Loading…
Reference in New Issue
Block a user