- remove old, orphaned and dead crank
prompted by and ok kili@
This commit is contained in:
parent
46fde7d029
commit
729ab41c90
@ -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 <bsd.port.mk>
|
@ -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
|
@ -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)
|
@ -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
|
@ -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);
|
@ -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.
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user