Port details |
- p5-Filter-Crypto Create runnable Perl files encrypted with OpenSSL libcrypto
- 2.10 security =3 2.10Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2004-11-05 12:22:15
- Last Update: 2023-10-15 11:14:59
- Commit Hash: c558035
- People watching this port, also watch:: xrdp, xorg-docs, monit, pure-ftpd, nagios-certexp-plugin
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/Filter-Crypto
- Description:
- The Filter-Crypto distribution provides the means to convert your Perl
files into an encrypted, yet still runnable, format to hide the source
code from casual prying eyes.
This is achieved using a Perl source code filter. The encrypted files,
produced using the Filter::Crypto::CryptFile module automatically have
one (unencrypted) line added to the start of them which loads the
Filter::Crypto::Decrypt module. The latter is a Perl source code filter
which decrypts the remaining (encrypted) part of the Perl file
on-the-fly when it is run. See perlfilter if you want to know more
about how Perl source code filters work.
Encrypted files can also be produced more conveniently using the
crypt_file script, or (if you also have the PAR module available) using
the PAR::Filter::Crypto module. The latter can be utilised by the
standard PAR tools to produce PAR archives in which your Perl files are
encrypted.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Filter-Crypto>0:security/p5-Filter-Crypto
- To install the port:
- cd /usr/ports/security/p5-Filter-Crypto/ && make install clean
- To add the package, run one of these commands:
- pkg install security/p5-Filter-Crypto
- pkg install p5-Filter-Crypto
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Filter-Crypto
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1688902973
SHA256 (Filter-Crypto-2.10.tar.gz) = cf4a0b4d013ca763eee10b46d890c78b27f32295c5eefaad62aec07cc13d9d38
SIZE (Filter-Crypto-2.10.tar.gz) = 147391
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:
-
- p5-PAR-Packer>=0 : devel/p5-PAR-Packer
- perl5>=5.34<5.35 : lang/perl5.34
- perl5>=5.34<5.35 : lang/perl5.34
- Test dependencies:
-
- p5-CPAN-Changes>=0 : devel/p5-CPAN-Changes
- Runtime dependencies:
-
- p5-PAR-Packer>=0 : devel/p5-PAR-Packer
- perl5>=5.34<5.35 : lang/perl5.34
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- security_p5-Filter-Crypto
- USES:
- perl5 ssl
- 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.10 15 Oct 2023 11:14:59 |
Bernard Spil (brnrd) |
security/openssl: Update BROKEN_SSL ports referring to openssl30 |
2.10 09 Jul 2023 21:36:17 |
Po-Chuan Hsieh (sunpoet) |
security/p5-Filter-Crypto: Update to 2.10
Changes: https://metacpan.org/dist/Filter-Crypto/changes |
2.09 30 Apr 2023 22:38:45 |
Muhammad Moinur Rahman (bofh) |
security/p5-Filter-Crypto: Mark BROKEN_SSL
- Cannot detect OpenSSL 3.0.0 and later
Approved by: portmgr (blanket) |
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.09 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.09 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.09 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.09 19 Dec 2020 20:20:52 |
sunpoet |
Update to 2.09
- Sort PLIST
Changes: https://metacpan.org/changes/distribution/Filter-Crypto |
2.08 06 Oct 2018 13:06:45 |
des |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
2.08 02 Aug 2018 23:43:12 |
sunpoet |
Update to 2.08
- Add TEST_DEPENDS
Changes: https://metacpan.org/changes/distribution/Filter-Crypto |
2.07 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.07 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
2.07 15 Mar 2017 14:45:31 |
mat |
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight |
2.07 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
2.07 01 Jan 2016 23:39:46 |
adamw |
Remove perl5.16-specific bits from perl@ ports. While here, sort
plists as necessary. |
2.07 14 Sep 2015 12:19:50 |
mat |
Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
Though you should note that only the default version can be used to
install Perl modules, and the non default Perl versions cannot use the
modules installed via ports if they contain .so as they are installed
in a version specific directory.
Reviewed by: bapt (the Mk bits)
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3542 |
2.07 01 Mar 2015 14:32:46 |
sunpoet |
- Update to 2.07
- Sort PLIST
Changes: http://search.cpan.org/dist/Filter-Crypto/Changes |
2.06_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.06 02 Nov 2014 08:28:28 |
culot |
- Fix build for Perl < 5.18
Reported by: antoine@
Pointy hat: culot@ |
2.06 31 Oct 2014 13:34:09 |
culot |
- Update to 2.06
- Add LICENSE (Artistic 1 & GPL 1)
Changes: http://search.cpan.org/dist/Filter-Crypto/Changes |
2.03 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.03 06 Nov 2013 07:39:32 |
vanilla |
Support STAGEDIR. |
2.03 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
2.03 02 Sep 2013 19:32:09 |
az |
- Convert to the new perl5 framework
- Trim Makefile header |
2.03 02 Sep 2013 19:15:52 |
sahil |
- Update to 2.03
- Pass maintainership to perl@ |
2.00 29 Jun 2012 18:35:52 |
az |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
2.00 11 Jun 2012 01:36:55 |
sahil |
- Update to 2.00
PR: ports/168638
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> |
1.35 10 Mar 2012 04:11:45 |
sahil |
- Update to 1.35
Feature safe: yes |
1.31 21 Jan 2012 17:40:15 |
eadler |
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr |
1.31 03 Jul 2011 14:03:52 |
ohauer |
-remove MD5 |
1.31 30 Jul 2010 01:53:11 |
sahil |
- Update to 1.31
- Changes: http://search.cpan.org/dist/Filter-Crypto/Changes |
1.30_1 29 Jul 2010 02:58:44 |
sahil |
- Update my MAINTAINER address to sahil@FreeBSD.org |
1.30_1 23 Jan 2010 07:28:11 |
kuriyama |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 3).
Approved by: portmgr (itetcu) |
1.30 15 Nov 2009 09:12:56 |
wen |
- Update to 1.30
- Pass maintainership to submitter
PR: ports/140562
Submitted by: Sahil Tandon <sahil@tandon.net> |
1.29 30 Oct 2009 16:04:23 |
skv |
- Update to 1.29 [1]
- Change MAINTAINER to perl@
PR: ports/139535 [1]
Submitted by: Sahil Tandon <sahil xx tandon.net> |
1.23 17 May 2009 23:46:13 |
pgollucci |
- Update to 1.23
Approved by: maintainer timeout(skv; 3months)
Submitted by: me |
1.22 30 Aug 2008 09:18:51 |
skv |
Update to 1.22
Changes: http://search.cpan.org/src/SHAY/Filter-Crypto-1.22/Changes |
1.20_1 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) |
1.20 31 May 2008 20:43:16 |
miwi |
- Update to 1.20
PR: 120697
Submitted by: lippe
Approved by: maintainer timeout |
1.18 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.18 08 Sep 2007 01:04:03 |
linimon |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
1.18 08 Dec 2006 19:12:13 |
rafan |
- PAR::Filter is moved to PAR::Packer distribution
Noticed by: pointyhat via kris
Pointy hat to: rafan |
1.18 04 Oct 2006 13:42:20 |
skv |
Update to 1.18
PR: ports/103668
Submitted by: Gea-Suan Lin <gslin xx gslin.org> |
1.17 25 May 2006 07:24:47 |
skv |
Update to 1.17
PR: ports/97815
Submitted by: Martin Wilke <freebsd xx unixfreunde.de> |
1.16 24 Jan 2006 01:03:33 |
edwin |
SHA256ify
Approved by: krion@ |
1.16 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.16 12 Sep 2005 13:36:00 |
skv |
Update to 1.16 |
1.14 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) |
1.14 02 Jun 2005 10:24:35 |
skv |
Update to 1.14 |
1.13 02 Apr 2005 15:02:20 |
skv |
Update to 1.13 |
1.10 26 Jan 2005 16:35:16 |
skv |
Update to 1.10 |
1.00 05 Nov 2004 12:10:52 |
skv |
Add p5-Filter-Crypto 1.00,
create runnable Perl files encrypted
with OpenSSL libcrypto. |