summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-07-11 09:33:29 +0000
committerRene Ladan <rene@FreeBSD.org>2013-07-11 09:33:29 +0000
commitb9ef730527f002768a69957fd2c087ddd29347c6 (patch)
tree9f3970ce1616381625ef097aab843d1ad2a4b99f /security
parent- Update to 0.301 (diff)
Remove expired ports:
2013-07-11 databases/embedded_innodb: The Embedded InnoDB project was terminated a few years ago 2013-07-11 print/lyx16: Unmaintained upstream, upgrading to the 2.x series is advised 2013-07-11 security/py-crack: Superseded by security/py-cracklib
Notes
Notes: svn path=/head/; revision=322762
Diffstat (limited to 'security')
-rw-r--r--security/Makefile1
-rw-r--r--security/py-crack/Makefile41
-rw-r--r--security/py-crack/distinfo2
-rw-r--r--security/py-crack/files/patch-_crack.c.in11
-rw-r--r--security/py-crack/pkg-descr5
5 files changed, 0 insertions, 60 deletions
diff --git a/security/Makefile b/security/Makefile
index 4a183e266bdd..b9f95cc2fb32 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -745,7 +745,6 @@
SUBDIR += py-cerealizer
SUBDIR += py-certify
SUBDIR += py-clamav
- SUBDIR += py-crack
SUBDIR += py-cracklib
SUBDIR += py-cryptkit
SUBDIR += py-ecdsa
diff --git a/security/py-crack/Makefile b/security/py-crack/Makefile
deleted file mode 100644
index e1d3b6945174..000000000000
--- a/security/py-crack/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-# Created by:Vsevolod Stakhov <vsevolod@highsecure.ru>
-# $FreeBSD$
-
-PORTNAME= pycrack
-PORTVERSION= 0.5.1
-PORTREVISION= 1
-CATEGORIES= security python
-MASTER_SITES= ${MASTER_SITE_SAVANNAH}
-MASTER_SITE_SUBDIR= python-crack
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= python-crack-${PORTVERSION}
-
-MAINTAINER= sbz@FreeBSD.org
-COMMENT= Python bindings to cracklib
-
-DEPRECATED= Superseded by security/py-cracklib
-EXPIRATION_DATE= 2013-07-11
-
-BUILD_DEPENDS= ${LOCALBASE}/lib/libcrack.a:${PORTSDIR}/security/cracklib
-
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-PYSETUP= distutil.py
-GNU_CONFIGURE= yes
-
-PLIST_FILES:= ${PYTHONPREFIX_SITELIBDIR:S,${PREFIX}/,,}/_crack.so \
- ${PYTHONPREFIX_SITELIBDIR:S,${PREFIX}/,,}/crack.py
-
-CONFIGURE_ENV= "DEFAULT_DICTPATH=${LOCALBASE}/libdata/cracklib/pw_dict"
-LDFLAGS+= -L${LOCALBASE}/lib
-CFLAGS+= -I${LOCALBASE}/include
-CPPFLAGS+= -I${LOCALBASE}/include
-
-post-patch:
- ${REINPLACE_CMD} -e 's/setup(/setup(name="${PORTNAME}",version="${PORTVERSION}",/' \
- ${WRKSRC}/distutil.py
-
-post-install:
- ${INSTALL_DATA} ${WRKSRC}/crack.py ${PYTHONPREFIX_SITELIBDIR}
-
-.include <bsd.port.mk>
diff --git a/security/py-crack/distinfo b/security/py-crack/distinfo
deleted file mode 100644
index e8fe1c268e0d..000000000000
--- a/security/py-crack/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (python-crack-0.5.1.tar.gz) = 3164ef072a405b5bb8d023760bf79d465b42574481888b466a66a5aeb7bc03e8
-SIZE (python-crack-0.5.1.tar.gz) = 120990
diff --git a/security/py-crack/files/patch-_crack.c.in b/security/py-crack/files/patch-_crack.c.in
deleted file mode 100644
index 2ed999f5cfb4..000000000000
--- a/security/py-crack/files/patch-_crack.c.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- _crack.c.in.orig Sun Jul 17 16:23:35 2005
-+++ _crack.c.in Sun Jul 17 16:23:45 2005
-@@ -19,7 +19,7 @@
- */
-
- #include <Python.h>
--#include <crack.h>
-+#include <packer.h>
- #include <stdio.h>
-
- #define FILENAME_MAXLEN 512
diff --git a/security/py-crack/pkg-descr b/security/py-crack/pkg-descr
deleted file mode 100644
index 3b9c2b9dae2c..000000000000
--- a/security/py-crack/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-This module brings to Python programs the capability of evaluating password
-strength. To achieve this noble aim it uses the well known cracklib toolkit,
-hence the name.
-
-WWW: http://www.nongnu.org/python-crack/