From 729ab41c90c436b34e67c9baca17b6f0b349620e Mon Sep 17 00:00:00 2001 From: jasper Date: Fri, 26 Mar 2010 08:47:00 +0000 Subject: [PATCH] - remove old, orphaned and dead crank prompted by and ok kili@ --- security/crank/Makefile | 40 -------------------- security/crank/distinfo | 5 --- security/crank/patches/patch-configure_in | 12 ------ security/crank/patches/patch-src_Makefile_in | 12 ------ security/crank/patches/patch-src_crank_i | 39 ------------------- security/crank/pkg/DESCR | 9 ----- security/crank/pkg/PLIST | 22 ----------- 7 files changed, 139 deletions(-) delete mode 100644 security/crank/Makefile delete mode 100644 security/crank/distinfo delete mode 100644 security/crank/patches/patch-configure_in delete mode 100644 security/crank/patches/patch-src_Makefile_in delete mode 100644 security/crank/patches/patch-src_crank_i delete mode 100644 security/crank/pkg/DESCR delete mode 100644 security/crank/pkg/PLIST diff --git a/security/crank/Makefile b/security/crank/Makefile deleted file mode 100644 index e5af500b06a..00000000000 --- a/security/crank/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# $OpenBSD: Makefile,v 1.20 2009/10/11 18:57:51 kili Exp $ - -COMMENT= classical cipher cryptanalysis toolkit - -DISTNAME= crank-0.2.1 -PKGNAME= ${DISTNAME}p3 -CATEGORIES= security - -HOMEPAGE= http://crank.sourceforge.net/ - -# GPLv2 -PERMIT_PACKAGE_CDROM= Yes -PERMIT_PACKAGE_FTP= Yes -PERMIT_DISTFILES_CDROM= Yes -PERMIT_DISTFILES_FTP= Yes - -MODULES= devel/gettext -WANTLIB= X11 Xau Xdmcp Xext Xi c glib gmodule gmp ltdl m pthread \ - pthread-stubs xcb -NO_REGRESS= Yes -USE_X11= Yes -USE_LIBTOOL= Yes - -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=crank/} - -LIB_DEPENDS= gtk.>=1.2,gdk.>=1.2::x11/gtk+ \ - guile.>=9::lang/guile - -BUILD_DEPENDS= ::devel/swig - -USE_LIBTOOL= Yes -AUTOCONF_VERSION= 2.13 -CONFIGURE_STYLE= gnu autoconf -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -pre-configure: - swig -guile -gh ${WRKSRC}/src/crank.i - -.include diff --git a/security/crank/distinfo b/security/crank/distinfo deleted file mode 100644 index 74186e139cf..00000000000 --- a/security/crank/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -MD5 (crank-0.2.1.tar.gz) = aZil3upNbbo1jf1m+N87zg== -RMD160 (crank-0.2.1.tar.gz) = QQ2dcW602z/3z3jpUp6+p/lmCAM= -SHA1 (crank-0.2.1.tar.gz) = 0iXlay8u8i3FZTKq0ONsoO9xAWo= -SHA256 (crank-0.2.1.tar.gz) = NmMNfybmaD2rWSAmIs0frL8p0dmm+YRtxX3BqIlbs0A= -SIZE (crank-0.2.1.tar.gz) = 271933 diff --git a/security/crank/patches/patch-configure_in b/security/crank/patches/patch-configure_in deleted file mode 100644 index 44eb03c9bc8..00000000000 --- a/security/crank/patches/patch-configure_in +++ /dev/null @@ -1,12 +0,0 @@ -$OpenBSD: patch-configure_in,v 1.1 2009/10/11 18:58:58 kili Exp $ ---- configure.in.orig Mon Aug 20 17:54:42 2001 -+++ configure.in Wed Feb 4 20:14:18 2009 -@@ -18,7 +18,7 @@ dnl Check to see if guile should be used - guile_shell=no - AC_ARG_WITH(guile, - [ --without-guile disable guile shell (and also preferences / patches) [default=no]], , -- AC_CHECK_LIB(guile, scm_set_smob_mark) -+ AC_CHECK_LIB(guile, scm_set_smob_mark, , , -pthread -lgmp -lm -lltdl) - guile_shell=yes - ) - AM_CONDITIONAL(WITH_GUILE, test x$guile_shell = xyes) diff --git a/security/crank/patches/patch-src_Makefile_in b/security/crank/patches/patch-src_Makefile_in deleted file mode 100644 index 1626856a275..00000000000 --- a/security/crank/patches/patch-src_Makefile_in +++ /dev/null @@ -1,12 +0,0 @@ -$OpenBSD: patch-src_Makefile_in,v 1.3 2009/10/11 18:57:51 kili Exp $ ---- src/Makefile.in.orig Tue Aug 21 01:26:49 2001 -+++ src/Makefile.in Wed Feb 4 20:03:52 2009 -@@ -102,7 +102,7 @@ guile_only_sources = crank_wrap.c scheme_interface.c s - - plugindir = $(pkglibdir)/plugins - INCLUDES = -DPLUGINDIR=\""$(plugindir)"\" -DDATADIR=\""$(pkgdatadir)"\" --CFLAGS = @CFLAGS@ @GTK_CFLAGS@ -Wall -+CFLAGS = @CPPFLAGS@ @CFLAGS@ @GTK_CFLAGS@ - LIBS = @LIBS@ @GTK_LIBS@ - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = ../config.h diff --git a/security/crank/patches/patch-src_crank_i b/security/crank/patches/patch-src_crank_i deleted file mode 100644 index 97f2db9aa5e..00000000000 --- a/security/crank/patches/patch-src_crank_i +++ /dev/null @@ -1,39 +0,0 @@ -$OpenBSD: patch-src_crank_i,v 1.1 2009/10/11 18:58:58 kili Exp $ ---- src/crank.i.orig Sun Aug 19 18:47:39 2001 -+++ src/crank.i Wed Feb 4 20:03:52 2009 -@@ -161,7 +161,7 @@ double fitness(instance *fitness, char *text); - gui_item *build_gui_item(instance *gui, instance *i); - - struct parameter_description { -- enum parameter_type type; -+ parameter_type type; - char *name; - char *data_one; - char *data_two; -@@ -192,7 +192,7 @@ struct componant { - char *name; - - /* A componant's type determines its use by Crank */ -- enum componant_type type; -+ componant_type type; - - /* String user can read as a summary of componant's behaviour */ - char *description; -@@ -210,7 +210,7 @@ struct componant { - - - componant *lookup_componant(componant *componant_list, int n); --const char *componant_type_lookup(enum componant_type type); -+const char *componant_type_lookup(componant_type type); - void free_componant(componant *componant_record); - void free_componant_list(componant *componant_list); - -@@ -263,7 +263,7 @@ void unlock_callbacks(void); - int islocked(void); - - char *parameter_enum_value_name(parameter_description *param_descrip, int value_index); --const char *parameter_type_lookup(enum parameter_type type); -+const char *parameter_type_lookup(parameter_type type); - - char *file_load_text(char *filename); - int file_save_text(char *filename, char *text); diff --git a/security/crank/pkg/DESCR b/security/crank/pkg/DESCR deleted file mode 100644 index 26ed1efc6ee..00000000000 --- a/security/crank/pkg/DESCR +++ /dev/null @@ -1,9 +0,0 @@ -Crank is short for "CRyptANalysis toolKit", and its overall purpose -is to provide a powerful and extensible environment for solving -classical (pen-and-paper) ciphers, providing as much automation as -possible. Classical ciphers include common schemes like monoalphabetic -substitutions, where each letter of the alphabet is mapped to another -(usually different) letter consistently through the text. The first -version of Crank is restricting itself to these special ciphers. Other -algorithms forever devoid of Crank's attentions include Enigma, RSA, -DES, MurkelFish, or anything else invented after 1900. diff --git a/security/crank/pkg/PLIST b/security/crank/pkg/PLIST deleted file mode 100644 index d378748437d..00000000000 --- a/security/crank/pkg/PLIST +++ /dev/null @@ -1,22 +0,0 @@ -@comment $OpenBSD: PLIST,v 1.8 2009/10/11 18:57:51 kili Exp $ -@bin bin/crank -@info info/crank.info -lib/crank/ -lib/crank/plugins/ -share/crank/ -share/crank/24_sort_ascending.xpm -share/crank/arrows_ver.xpm -share/crank/bift.dat -share/crank/function_selector.xpm -share/crank/gear_small.xpm -share/crank/gnome-db-browser.xpm -share/crank/open.xpm -share/crank/patch/ -share/crank/patch/std_monoalphabetic.scm -share/crank/save.xpm -share/crank/scheme/ -share/crank/scheme/crank.scm -share/crank/slft.dat -share/crank/source.xpm -share/crank/stop.xpm -share/crank/trift.dat