summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2010-10-18 12:48:36 +0000
committerRenato Botelho <garga@FreeBSD.org>2010-10-18 12:48:36 +0000
commitd077e190f1ad144bd772616d9d0347bea846fcb2 (patch)
tree0d7a3140fade91ffbe27691860e4a30abcbbd504 /net
parentAdd new 2.4 branch of Cyrus IMAPd after repocopy. (diff)
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.
Notes
Notes: svn path=/head/; revision=263194
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/py-samba/Makefile43
-rw-r--r--net/py-samba/pkg-descr4
-rw-r--r--net/py-samba/pkg-plist31
4 files changed, 0 insertions, 79 deletions
diff --git a/net/Makefile b/net/Makefile
index cabcfba9854b..d2063645327b 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -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
diff --git a/net/py-samba/Makefile b/net/py-samba/Makefile
deleted file mode 100644
index 93c0cac51b72..000000000000
--- a/net/py-samba/Makefile
+++ /dev/null
@@ -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"
diff --git a/net/py-samba/pkg-descr b/net/py-samba/pkg-descr
deleted file mode 100644
index f5c503104f39..000000000000
--- a/net/py-samba/pkg-descr
+++ /dev/null
@@ -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/
diff --git a/net/py-samba/pkg-plist b/net/py-samba/pkg-plist
deleted file mode 100644
index ad77edaab5bd..000000000000
--- a/net/py-samba/pkg-plist
+++ /dev/null
@@ -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%%