Port details |
- p5-Crypt-Twofish Perl module implementing the Twofish cipher
- 2.18 security =6 2.18Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2001-01-03 20:27:24
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: p5-Crypt-Rijndael, p5-Authen-PAM, openssl, p5-Crypt-OpenSSL-Random, p5-Digest-MD5
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/Crypt-Twofish
- Description:
- This module implements Twofish encryption. It supports the Crypt::CBC
interface. It also provides an interface that is call- compatible
with Crypt::Twofish 1.0, but its use in new code is strongly
discouraged.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Crypt-Twofish>0:security/p5-Crypt-Twofish
- To install the port:
- cd /usr/ports/security/p5-Crypt-Twofish/ && make install clean
- To add the package, run one of these commands:
- pkg install security/p5-Crypt-Twofish
- pkg install p5-Crypt-Twofish
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Crypt-Twofish
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1608366326
SHA256 (Crypt-Twofish-2.18.tar.gz) = 5881555d6187972a2382aa0d4db2d74c970b06774c621b6ca523739236d2d501
SIZE (Crypt-Twofish-2.18.tar.gz) = 13904
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- net/p5-OurNet-BBS
- security/p5-Crypt-OpenPGP
- security/p5-Crypt-PWSafe3
- for Run
-
- net/p5-OurNet-BBS
- security/p5-Crypt-OpenPGP
- security/p5-Crypt-PWSafe3
Configuration Options:
- No options to configure
- Options name:
- security_p5-Crypt-Twofish
- USES:
- perl5
- 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 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.18 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.18 20 Jul 2022 14:22:56 |
Tobias C. Berner (tcberner) |
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
2.18 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.18 19 Dec 2020 20:20:47 |
sunpoet |
Update to 2.18
- Strip shared library
- Sort PLIST
Changes: https://metacpan.org/changes/distribution/Crypt-Twofish |
2.17_1 27 May 2018 20:15:20 |
sunpoet |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
2.17_1 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
2.17_1 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
2.17 10 Jun 2014 12:14:14 |
mat |
Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight |
2.17 06 Nov 2013 07:39:32 |
vanilla |
Support STAGEDIR. |
2.17 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
2.17 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
2.17 22 May 2013 09:25:13 |
tobez |
Update to 2.17.
Changes: http://search.cpan.org/dist/Crypt-Twofish/Changes |
2.16 28 Apr 2013 06:00:56 |
culot |
- Update to 2.16
Changes: http://search.cpan.org/dist/Crypt-Twofish/Changes |
2.15 26 Sep 2012 12:00:59 |
culot |
- Update to 2.15
- Add LICENSE (Artistic 1 & GPL 1)
Changes: http://search.cpan.org/dist/Crypt-Twofish/Changes |
2.14 24 Oct 2011 09:11:38 |
dougb |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
2.14 17 May 2011 11:11:48 |
jadawin |
- Cleaning MD5 in perl@'s ports
Approved by: erwin@ (portmgr) |
2.14 10 May 2010 00:52:13 |
wen |
- Update to 2.14 |
2.13 13 May 2009 05:09:41 |
leeym |
- update to 2.13 |
2.12_1 29 Jan 2009 17:41:17 |
erwin |
Reassign my p5-* ports to perl@ so more than one person
can look at them. |
2.12_1 17 Apr 2008 14:30:31 |
araujo |
- 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) |
2.12_1 12 May 2006 14:28:19 |
vd |
Remove whitespace from line endings in pkg-plist files.
Those spaces used to hinder searching for the corresponding files
with portsearch -f '/FILENAME$' for obvious reasons.
Although currently portsearch removes those spaces itself remove
them anyway.
Inspired by: ports/94078
Approved by: portmgr (during freeze: krion, then kris advised to wait; at
present: erwin) |
2.12_1 22 Jan 2006 02:50:55 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
2.12_1 26 Nov 2005 17:00:48 |
pav |
- Add SHA256
Approved by: maintainer |
2.12_1 21 Sep 2005 19:31:43 |
fenner |
search.cpan.org redirect reduction canonicalization project, pass 1:
URLs automatically rewritten from /search?dist=Foo or /dist/Foo
to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization,
this is the preferred way to refer to modules on search.cpan.org.
This pass brought to you by http://people.freebsd.org/~fenner/fix-search |
2.12_1 11 Jun 2005 16:13:12 |
skv |
* reflect renaming on CPAN File-Spec to PathTools
+ add devel/p5-PathTools, remove devel/p5-File-Spec
+ update dependencies for all affected ports (make them unconditional),
bump PORTREVISION for these ports
module was renamed
* reflect renaming on CPAN PodParser to Pod-Parser
+ add textproc/p5-Pod-Parser, remove textproc/p5-PodParser
+ update dependencies for all affected ports (make them unconditional),
bump PORTREVISION for these ports
* for all changed ports make dependencies on File::Temp, Digest::MD5,
Storable unconditional
* remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's
(this variable is forced by bsd.port.mk now)
* update Class-Autouse to 1.17
* update POE-API-Hooks to 1.05
* make portlint happy (clean IGNORE, convert spaces to tabs and so on) |
2.12 18 Mar 2004 18:01:13 |
trevor |
Add size data, approved by maintainers. |
2.12 24 Oct 2003 12:05:09 |
ijliao |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
2.12 12 Jun 2003 16:41:16 |
erwin |
Change to my FreeBSD.org address |
2.12 31 Mar 2003 17:34:08 |
nork |
Clean up Makefile:
o remove SITE_PERL
o remove MANPREFIX
o use PERL_LEVEL to determine perl version
o give maintainership
PR: ports/50490
Submitted by: Erwin Lansing <erwin@lansing.dk> |
2.12 20 Feb 2003 18:59:13 |
knu |
De-pkg-comment. |
2.12 17 Feb 2003 16:20:34 |
nork |
Remove RESTRICTED tag for crypto stuff.
Pointed out by: kris |
2.12 30 Oct 2002 09:16:06 |
alane |
Only use File-Spec if perl < 5.8.
PR: 44724 |
2.12 23 Sep 2002 17:48:42 |
nork |
p5-Crypt-Twofish needs newer File::Spec (than perl 5.00503's one)
for building.
Submitted by: bento
Approved by: knu (mentor) |
2.12 20 Sep 2002 21:53:33 |
nork |
Update to 2.12
PR: ports/42619
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Approved by: knu (mentor) |
14 Apr 2001 23:31:53 |
steve |
Remove empty directories on uninstall. |
01 Mar 2001 06:39:18 |
vanilla |
Remove do-configure section, use PERL_CONFIGURE now. |
03 Jan 2001 23:27:24 |
will |
Add p5-Crypt-Twofish 1.0, perl module implementing the Twofish cipher. |