Port details |
- crank CRyptANalysis toolKit
- 0.2.1_10 security
=0 0.2.1_10Version of this port present on the latest quarterly branch.
- DEPRECATED: Uses obsolete glib12
This port expired on: 2018-12-20
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2001-04-18 16:43:17
- Last Update: 2018-12-21 13:19:03
- SVN Revision: 487992
- License: not specified in port
- WWW:
- http://crank.sourceforge.net/
- Description:
- 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. They're hard(er).
WWW: http://crank.sourceforge.net/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: crank
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (crank-0.2.1.tar.gz) = 36630d7f26e6683dab59202622cd1facbf29d1d9a6f9846dc57dc1a8895bb340
SIZE (crank-0.2.1.tar.gz) = 271933
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- indexinfo : print/indexinfo
- Library dependencies:
-
- libguile.so : lang/guile
- libglib.so : devel/glib12
- libgtk.so : x11-toolkits/gtk12
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- gnome
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.2.1_10 21 Dec 2018 13:19:03 |
rene |
Remove expired ports:
2018-12-19 net/py-libstorj: Broken for more than 6 months
2018-12-20 net/xferstats: Uses obsolete glib12
2018-12-20 net/wmlj: Uses obsolete glib12
2018-12-20 net/ipsorc: Uses obsolete glib12
2018-12-20 net/bsdproxy: Uses obsolete glib12
2018-12-20 net/gini: Uses obsolete glib12
2018-12-21 net/netatalk: Outdated branch of netatalk; use net/netatalk3 instead
2018-12-20 net/nocatsplash: Uses obsolete glib12
2018-12-20 net/jags: Uses obsolete glib12
2018-12-19 net/scribe: Broken for more than 6 months
2018-12-20 net/libnetdude: Uses obsolete glib12
2018-12-20 net/nepim: Uses obsolete glib12
2018-12-20 emulators/generator: Uses obsolete glib12
2018-12-19 emulators/py-nova: Broken for more than 6 months (Only the first 15 lines of the commit message are shown above ) |
0.2.1_10 10 Nov 2018 18:12:58 |
bapt |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
0.2.1_9 12 Oct 2018 09:19:05 |
antoine |
Deprecate most glib12 consumers
With hat: portmgr |
0.2.1_9 08 Dec 2016 19:52:20 |
tijl |
Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
0.2.1_8 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
0.2.1_8 13 Nov 2014 09:02:57 |
antoine |
Cleanup plist |
0.2.1_8 13 Sep 2014 15:11:28 |
tijl |
devel/glib12 x11-toolkits/gtk12:
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove patches that renamed include directories and libraries so they
didn't conflict with early development versions of glib/gtk 2.0 |
0.2.1_7 31 Aug 2014 15:17:50 |
tijl |
lang/guile:
- Add USES=libtool and bump dependent ports
- Replace Makefile.* patches with USES=pathfix
- Replace config.h.in patch with USE_AUTOTOOLS=autoheader
- Avoid automake by touching Makefile.in
Approved by: portmgr (implicit, bump unstaged port) |
0.2.1_6 28 May 2014 12:00:05 |
bapt |
Remove no-op USE_USES
Convert to new LIB_DEPENDS |
0.2.1_6 31 Jan 2014 16:24:02 |
miwi |
- Stage support
- Convert to USES |
0.2.1_6 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
0.2.1_6 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
0.2.1_6 31 Jul 2011 15:07:08 |
jlaffaye |
- Chase guile shared lib bump
- Add an entry to UPDATING |
0.2.1_5 03 Jul 2011 14:03:52 |
ohauer |
-remove MD5 |
0.2.1_5 22 Aug 2009 00:35:32 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S |
0.2.1_5 21 Jul 2008 04:49:09 |
rafan |
- Chase lang/guile share library version bump (.18 -> .19)
- Bump PORTREVISION
PR: ports/125435 |
0.2.1_4 06 Jun 2008 14:01:07 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
0.2.1_3 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.2.1_2 07 Mar 2006 08:28:06 |
ade |
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with: kris
Approved by: portmgr (implicit) |
0.2.1_1 04 Dec 2005 10:58:19 |
edwin |
Add INFO macro |
0.2.1_1 25 Nov 2005 18:01:16 |
pav |
- Add SHA256 |
0.2.1_1 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
0.2.1 29 Jan 2004 16:13:06 |
trevor |
SIZEify. |
0.2.1 20 Apr 2003 19:42:17 |
marcus |
Remove USE_GNOMENG. |
0.2.1 20 Feb 2003 18:59:13 |
knu |
De-pkg-comment. |
0.2.1 01 Sep 2002 15:18:25 |
lioux |
Deploy USE_GNOMENG infrastructure
PR: 42288
Submitted by: Edwin Groothuis <edwin@mavetju.org> |
11 Sep 2001 09:13:02 |
ijliao |
upgrade to 0.2.1 |
09 Aug 2001 10:14:45 |
ijliao |
dont know why remove patch-Makefile in the last commit :< |
09 Aug 2001 10:00:57 |
ijliao |
upgrade to 0.1.4 drop maintainership |
16 Jul 2001 04:39:05 |
ijliao |
handle gtk-config more properly |
23 Apr 2001 07:26:57 |
ijliao |
upgrade to 0.1.3 |
18 Apr 2001 20:43:17 |
ijliao |
add crank CRyptANalysis toolKit |