FreshPorts -- The Place For Ports Fri, 19 Mar 2010 12:23 PM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
p5-Crypt-AppleTwoFish 0.051 security on this many watch lists=0 search for ports that depend on this port
Perl extension for Apple iTMS internal key descrambling algorithm
Maintained by: skreuzer@FreeBSD.org search for ports maintained by this maintainer
Port Added: 18 Dec 2005 21:54:28
Also Listed In: perl5


This code appears to have only cursory resemblance to Bruce Schneier's 
blowfish and twofish algorithms in that it too has a table-based decoder.
Derivation from FairKeys code by Jon Lech Johanson at nanocrew.net. 
If you don't know what that is, don't bother looking here further. This is
a Pure Perl implementation. I doubt there is any need for xs coding for 
what would mainly be processing 16 bytes at a time. This code is part of an 
ongoing effort to clone portions of the Apple iTMS in Perl for portability. 
See www.hymn-project.org for prior efforts by others.

WWW: http://search.cpan.org/dist/Crypt-AppleTwoFish/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: lang/perl5.8
Required To Run: lang/perl5.8

To install the port: cd /usr/ports/security/p5-Crypt-AppleTwoFish/ && make install clean
To add the package: pkg_add -r p5-Crypt-AppleTwoFish


Configuration Options
     No options to configure

Master Sites:
ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Crypt/
ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Crypt/
http://www.cpan.dk/modules/by-module/Crypt/
http://ring.nict.go.jp/archives/lang/perl/CPAN/modules/by-module/Crypt/
http://ring.k-opti.com/archives/lang/perl/CPAN/modules/by-module/Crypt/
http://ring.riken.jp/archives/lang/perl/CPAN/modules/by-module/Crypt/
ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/Crypt/
ftp://ftp.dti.ad.jp/pub/lang/CPAN/modules/by-module/Crypt/
ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/Crypt/
ftp://mirror.hiwaay.net/CPAN/modules/by-module/Crypt/
ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Crypt/
ftp://csociety-ftp.ecn.purdue.edu/pub/CPAN/modules/by-module/Crypt/
ftp://ftp.isu.net.sa/pub/CPAN/modules/by-module/Crypt/
ftp://ftp.cs.colorado.edu/pub/perl/CPAN/modules/by-module/Crypt/
ftp://cpan.pop-mg.com.br/pub/CPAN/modules/by-module/Crypt/
http://at.cpan.org/modules/by-module/Crypt/
ftp://ftp.chg.ru/pub/lang/perl/CPAN/modules/by-module/Crypt/
ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/Crypt/
http://backpan.cpan.org/modules/by-module/Crypt/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 11

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
22 Jul 2009 17:27:08
Original commit files touched by this commit  0.051
pgollucci search for other commits by this committer
- lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks

PR:             ports/135398
Tested by:      2 -exp runs by pav
Approved by:    portmgr (pav)
03 Jul 2009 22:32:57
Original commit files touched by this commit  0.051
skreuzer search for other commits by this committer
Take over maintainership

Approved by:    wxs (mentor, implicit)
27 Jun 2009 09:49:44
Original commit files touched by this commit  0.051
gabor search for other commits by this committer
- Drop maintainership of some ports I don't use any more
05 Dec 2008 00:10:19
Original commit files touched by this commit  0.051
gabor search for other commits by this committer
- Update to 0.051
26 May 2008 19:04:36
Original commit files touched by this commit  0.03
gabor search for other commits by this committer
- Update to 0.03
17 Apr 2008 15:30:31
Original commit files touched by this commit  0.02
araujo search for other commits by this committer
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.

PR:             ports/122674
Submitted by:   Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:    araujo (myself)
Approved by:    portmgr (pav)
08 Dec 2006 13:46:35
Original commit files touched by this commit  0.02
gabor search for other commits by this committer
Change my e-mail address.

Approved by:    erwin (mentor)
20 Feb 2006 20:50:22
Original commit files touched by this commit  0.02
fenner search for other commits by this committer
Update search.cpan.org WWW: entries to have a trailing slash.
Change some URLs from author dirs to dist dirs.

The example in the porter's handbook didn't have the trailing slash;
mea culpa for not having caught that when it went in.
22 Jan 2006 02:50:55
Original commit files touched by this commit  0.02
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
30 Dec 2005 20:30:51
Original commit files touched by this commit  0.02
leeym search for other commits by this committer
- remove IGNORE on old perl

Submitted by:   leeym
Approved by:    maintainer via email
18 Dec 2005 21:53:19
Original commit files touched by this commit  0.02
erwin search for other commits by this committer
This code appears to have only cursory resemblance to Bruce Schneier's
blowfish and twofish algorithms in that it too has a table-based decoder.
Derivation from FairKeys code by Jon Lech Johanson at nanocrew.net.
If you don't know what that is, don't bother looking here further. This is
a Pure Perl implementation. I doubt there is any need for xs coding for
what would mainly be processing 16 bytes at a time. This code is part of an
ongoing effort to clone portions of the Apple iTMS in Perl for portability.
See www.hymn-project.org for prior efforts by others.

WWW: http://search.cpan.org/dist/Crypt-AppleTwoFish

PR:             ports/90610
Submitted by:   Gabor Kovesdan

Number of commits found: 11

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
linux-seamonkeyMar 19
linux-thunderbirdMar 19
seamonkeyMar 19
seamonkey2Mar 19
thunderbirdMar 19
thunderbird3Mar 19
drupal5Mar 08
drupal6Mar 08
sudoMar 01
firefox-devel*Feb 28
firefox3*Feb 28
firefox3-devel*Feb 28
firefox35*Feb 28
linux-firefox*Feb 28
linux-firefox-devel*Feb 28

2 vulnerabilities affecting 8 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 21408
Broken 173
Deprecated 46
Ignore 897
Forbidden 2
Restricted 388
No CDROM 141
Vulnerable 57
Expired 20
Set to expire 33
Interactive 79
new 24 hours 2
new 48 hours4
new 7 days14
new fortnight46
new month95

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.114 seconds.