aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2014-02-28 06:39:42 +0800
committerrene <rene@FreeBSD.org>2014-02-28 06:39:42 +0800
commite0d248e85c932e7f6c9d3467f193d67fc6076a8a (patch)
tree321a18f22d2e084fcc85abde8ee57360a4694e51 /security
parent1564cb4350321c17c63c48e20e429a0816a862b8 (diff)
downloadfreebsd-ports-gnome-e0d248e85c932e7f6c9d3467f193d67fc6076a8a.tar.gz
freebsd-ports-gnome-e0d248e85c932e7f6c9d3467f193d67fc6076a8a.tar.zst
freebsd-ports-gnome-e0d248e85c932e7f6c9d3467f193d67fc6076a8a.zip
Remove expired ports:
2014-02-26 www/trac-hierwiki: Runtime is broken, doesn't support Trac>0.11 2014-02-27 net-p2p/microdc2: Broken for more than 6 month 2014-02-27 www/openvrml: Broken for more than 6 month 2014-02-27 science/peekabot: Broken for more than 6 month 2014-02-27 misc/xbiso: Broken for more than 6 month 2014-02-27 net/hornetq: Broken for more than 6 month 2014-02-27 sysutils/slmon: Broken for more than 6 month 2014-02-27 www/trac-revtree: Broken for more than 6 months 2014-02-27 security/crack: Broken for more than 6 month 2014-02-27 sysutils/graphicboot: Broken for more then 6 month 2014-02-27 graphics/kgraphviewer: Broken for more than 6 month 2014-02-27 sysutils/ckl: Broken for more than 6 month 2014-02-27 japanese/trac: Broken for more than 6 month 2014-02-27 lang/opa: Broken for more than 6 month 2014-02-27 sysutils/mmore: Broken for more than 6 month 2014-02-27 www/trac-announcer: Broken for more than 6 month
Diffstat (limited to 'security')
-rw-r--r--security/Makefile1
-rw-r--r--security/crack/Makefile48
-rw-r--r--security/crack/distinfo2
-rw-r--r--security/crack/files/patch-0211
-rw-r--r--security/crack/files/patch-0311
-rw-r--r--security/crack/files/pw-md5.test1
-rw-r--r--security/crack/files/pw.freebsd9
-rw-r--r--security/crack/pkg-descr13
-rw-r--r--security/crack/pkg-plist2
9 files changed, 0 insertions, 98 deletions
diff --git a/security/Makefile b/security/Makefile
index 7d34f76e36dd..669a89e03dd9 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -90,7 +90,6 @@
SUBDIR += courierpasswd
SUBDIR += courieruserinfo
SUBDIR += cp2fwb
- SUBDIR += crack
SUBDIR += cracklib
SUBDIR += crank
SUBDIR += create-cert
diff --git a/security/crack/Makefile b/security/crack/Makefile
deleted file mode 100644
index 980ff39ffffe..000000000000
--- a/security/crack/Makefile
+++ /dev/null
@@ -1,48 +0,0 @@
-# Created by: David O'Brien <obrien@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= crack
-PORTVERSION= 5.0
-CATEGORIES= security
-MASTER_SITES= ftp://ftp.cerias.purdue.edu/pub/tools/unix/pwdutils/crack/ \
- ${MASTER_SITE_PACKETSTORM}
-MASTER_SITE_SUBDIR= Crackers/crack
-DISTNAME= ${PORTNAME}${PORTVERSION}
-
-MAINTAINER= sbz@FreeBSD.org
-COMMENT= The "Sensible" Unix Password Cracker
-
-BROKEN= Fail to package
-DEPRECATED= Broken for more than 6 month
-EXPIRATION_DATE= 2014-02-27
-
-WRKSRC= ${WRKDIR}/c50a
-
-NO_STAGE= yes
-pre-configure:
-.if !defined(WITH_DES)
- @${MV} -f ${WRKSRC}/src/libdes ${WRKSRC}/src/libdes.notused
- @${MV} -f ${WRKSRC}/src/util/elcid.c ${WRKSRC}/src/util/elcid.c.orig
- @${CP} -p ${WRKSRC}/src/util/elcid.c,bsd ${WRKSRC}/src/util/elcid.c
-.endif
- @${ECHO_CMD} "XLIB+= -lcrypt" >> ${WRKSRC}/src/util/Makefile
-
-pre-build:
- @(if [ ! -f /usr/share/dict/words ];then \
- ${ECHO_MSG} "You may want to install the dict distribution into /usr/share/dict" ; \
- ${ECHO_MSG} "to increase the size of the cracking dictionary." ; \
- fi)
-
-do-build:
- cd ${WRKSRC} ; ./Crack -makeonly
- cd ${WRKSRC} ; ./Crack -makedict
-.if !defined(WITH_DES)
- @#(cd ${WRKSRC} ; ./Crack -fgnd -fmt bsd ${FILESDIR}/pw-md5.test)
-.endif
-
-do-install:
- @${MKDIR} ${PREFIX}/crack
- @${RM} -f ${WRKSRC}/Run/*
- @cd ${WRKSRC} ; ${TAR} cf - . | (cd ${PREFIX}/crack; ${TAR} xfBp -)
-
-.include <bsd.port.mk>
diff --git a/security/crack/distinfo b/security/crack/distinfo
deleted file mode 100644
index c65666fb247d..000000000000
--- a/security/crack/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (crack5.0.tar.gz) = 4b53627fd6f585d75a2fa74fed828596c4e91bef8972ec8972739bd7778dacf3
-SIZE (crack5.0.tar.gz) = 2964507
diff --git a/security/crack/files/patch-02 b/security/crack/files/patch-02
deleted file mode 100644
index e25326a25528..000000000000
--- a/security/crack/files/patch-02
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/libdes/Makefile.orig Thu Dec 19 01:29:21 1996
-+++ src/libdes/Makefile Fri Jan 31 11:14:52 1997
-@@ -10,7 +10,7 @@
- # If you are on a DEC Alpha, edit des.h and change the DES_LONG
- # define to 'unsigned int'. I have seen this give a %20 speedup.
-
--OPTS0= -DRAND -DTERMIO #-DNOCONST
-+OPTS0= -DRAND -DTERMIOS #-DNOCONST
-
- # Version 1.94 has changed the strings_to_key function so that it is
- # now compatible with MITs when the string is longer than 8 characters.
diff --git a/security/crack/files/patch-03 b/security/crack/files/patch-03
deleted file mode 100644
index da762f3d7092..000000000000
--- a/security/crack/files/patch-03
+++ /dev/null
@@ -1,11 +0,0 @@
---- conf/dictgrps.conf.orig Fri Dec 13 10:32:34 1996
-+++ conf/dictgrps.conf Fri Jan 31 11:16:16 1997
-@@ -16,7 +16,7 @@
- # Dict '2' is created from $CRACK_HOME/dict/2/*
- # Dict '3' is created from $CRACK_HOME/dict/3/*
-
--1:/usr/dict/*words* dict/1/*
-+1:/usr/share/dict/*words* dict/1/*
- 2:dict/2/*
- 3:dict/3/*
-
diff --git a/security/crack/files/pw-md5.test b/security/crack/files/pw-md5.test
deleted file mode 100644
index 456c3f0d24a1..000000000000
--- a/security/crack/files/pw-md5.test
+++ /dev/null
@@ -1 +0,0 @@
-cracker:$1$KhBa0EkO$k4YYCCiLb9QhAZBa3c8D5/:1000:10000::0:0:Evil &:/home/crack:/bin/csh
diff --git a/security/crack/files/pw.freebsd b/security/crack/files/pw.freebsd
deleted file mode 100644
index d7a452b96f55..000000000000
--- a/security/crack/files/pw.freebsd
+++ /dev/null
@@ -1,9 +0,0 @@
-root:$1$48PMy$Z5Vlux.H5dXWhut4ops5b0:0:0::0:0:Charlie &:/root:/bin/csh
-toor:$1$dCzEfMgs$KkX36eGQiWrnOFtSgmgkx1:0:0::0:0:Bourne-again Superuser:/root:
-rootk:$1$BMeXpPVU$2wjGMUeDAKsXDtmmZ4B2E/:0:0::0:0:Clark Kent,phonebooth,1(800)suprman,unlisted:/home/rootk:/usr/local/bin/bash
-daemon:*:1:31::0:0:Owner of many system processes:/root:
-bin:*:3:7::0:0:Binaries Commands and Source,,,:/:/nonexistent
-user1:$1$KodDB$MS2uwh1xkprFUMzkf/h4S.:114:31::0:0:USER1,UCD Med Center,(916) 752-7900,(916) 753-0000:/home/user1:/usr/local/bin/tcsh
-user2:$1$UvfZtw0d$asMyR1VjVjPxKzXsuHkXW1:150:31::0:0:USER2,EUII 22??:/home/user2:/usr/local/bin/tcsh
-user3:$1$ft0ut3he$6PIIPiKHFP4Ddn0Oq9/9e0:204:31::0:0:Bill:/home/user3:/bin/csh
-obrien:$1$0Pode$PeChMbTN/ZSCRPXDsAsYk/:1765:20::0:0:David E. O'Brien,EU-II 3090 & 2244,,n/a:/home/obrien:/usr/local/bin/bash
diff --git a/security/crack/pkg-descr b/security/crack/pkg-descr
deleted file mode 100644
index 220dbcdb5a7a..000000000000
--- a/security/crack/pkg-descr
+++ /dev/null
@@ -1,13 +0,0 @@
-This is Alec Muffett's Crack.
-
-Crack is a freely available program designed to find encrypted passwords.
-
-When you would like to crack a 4.4BSD password file:
-
- Crack -fmt bsd <password_file>
-
-Or, for non-BSD machines:
-
- Crack <password_file>
-
-WWW: http://www.crypticide.com/alecm/security/c50-faq.html
diff --git a/security/crack/pkg-plist b/security/crack/pkg-plist
deleted file mode 100644
index 734cc2609564..000000000000
--- a/security/crack/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-@unexec /bin/rm -rf %D/crack
-crack