Port details |
- p5-Crypt-ECB Perl module implementing the ECB encryption algorithm
- 2.23 security =6 2.23Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2001-01-03 20:26:02
- Last Update: 2024-02-11 19:03:14
- Commit Hash: 6cf2135
- People watching this port, also watch:: p5-Digest-MD5, p5-Net-SSLeay, openssl, p5-Crypt-Rijndael, p5-MD5
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/Crypt-ECB
- Description:
- This module is a Perl-only implementation of the ECB mode. In
combination with a block cipher such as DES, IDEA or Blowfish, you can
encrypt and decrypt messages of arbitrarily long length. Though for
security reasons other modes than ECB such as CBC should be preferred.
See textbooks on cryptography if you want to know why.
The functionality of the module can be accessed via OO methods or via
standard function calls. Remember that some crypting module like for
example Blowfish has to be installed. The syntax follows that of
Crypt::CBC meaning you can access Crypt::ECB exactly like Crypt::CBC,
though Crypt::ECB is more flexible. For example you can change the key
or the cipher without having to create a new crypt object.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Crypt-ECB>0:security/p5-Crypt-ECB
- To install the port:
- cd /usr/ports/security/p5-Crypt-ECB/ && make install clean
- To add the package, run one of these commands:
- pkg install security/p5-Crypt-ECB
- pkg install p5-Crypt-ECB
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Crypt-ECB
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1707672142
SHA256 (Crypt-ECB-2.23.tar.gz) = a8cac070374d2a022d5860bca6cebb146e8351bf676bfbaf49a8edafb6ccad56
SIZE (Crypt-ECB-2.23.tar.gz) = 26072
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.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- perl5>=5.36<5.37 : lang/perl5.36
- This port is required by:
- for Build
-
- security/p5-Crypt-OFB
- security/p5-Crypt-PWSafe3
- for Run
-
- security/p5-Crypt-OFB
- security/p5-Crypt-PWSafe3
Configuration Options:
- No options to configure
- Options name:
- security_p5-Crypt-ECB
- 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 |
2.23 11 Feb 2024 19:03:14 |
Rodrigo Osorio (rodrigo) |
security/p5-Crypt-ECB: update to 2.23
Changelog: https://metacpan.org/release/APPEL/Crypt-ECB-2.23/source/CHANGES |
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.22 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.22 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.22 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.22 24 Jul 2020 07:26:36 |
sunpoet |
Update to 2.22
- Add LICENSE_FILE
- Add NO_ARCH
Changes: https://metacpan.org/changes/distribution/Crypt-ECB |
2.21 10 Oct 2018 01:46:19 |
wen |
- Update to 2.21
Changes: https://metacpan.org/changes/distribution/Crypt-ECB
- Add LICENSE |
1.45_1 10 Sep 2018 11:17:00 |
des |
Reassign all of tobez@'s p5 ports to perl@.
Approved by: tobez |
1.45_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 |
1.45_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 ) |
1.45 30 Jan 2014 09:42:49 |
az |
- add stage support
Approved by: portmgr (blanket infrastructure) |
1.45 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
1.45 05 Aug 2013 15:05:30 |
az |
- Convert to new perl framework
- Trim Makefile header
Approved by: tobez@ (maintainer) |
1.45 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 |
1.45 03 Jul 2011 14:03:52 |
ohauer |
-remove MD5 |
1.45 05 Sep 2008 10:32:56 |
tobez |
Update to 1.45.
Changes: http://search.cpan.org/dist/Crypt-ECB/CHANGES |
1.40 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) |
1.40 24 Jan 2006 01:03:33 |
edwin |
SHA256ify
Approved by: krion@ |
1.40 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) |
1.40 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 |
1.40 09 Mar 2005 07:40:51 |
tobez |
Update to 1.40. |
1.1p2_1 27 Dec 2004 10:10:51 |
tobez |
Patch up for http://secunia.com/advisories/13566/ |
1.1p2 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
1.1p2 24 Oct 2003 12:05:09 |
ijliao |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
1.1p2 07 Mar 2003 06:10:51 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
31 Aug 2001 14:34:40 |
tobez |
Update to 1.1p2. Provide better description, and add WWW. Assume
maintainership. |
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:26:02 |
will |
Add p5-Crypt-ECB 1.1, perl module implementing the ECB encryption algorithm.
|