Port details |
- p5-POE-Component-IRC-Plugin-Blowfish POE::Component::IRC plugin tthat provides blowfish encryption
- 0.01_1 irc
=0 0.01_1Version of this port present on the latest quarterly branch. - Maintainer: perl@FreeBSD.org
 - Port Added: 2010-06-05 22:08:22
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- Also Listed In: devel perl5
- License: ART10 GPLv1+
- Description:
- POE::Component::IRC::Plugin::Blowfish is a POE::Component::IRC plugin
that provides blowfish encryption.
WWW: https://metacpan.org/release/POE-Component-IRC-Plugin-Blowfish
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-POE-Component-IRC-Plugin-Blowfish>0:irc/p5-POE-Component-IRC-Plugin-Blowfish
- To install the port:
- cd /usr/ports/irc/p5-POE-Component-IRC-Plugin-Blowfish/ && make install clean
- To add the package, run one of these commands:
- pkg install irc/p5-POE-Component-IRC-Plugin-Blowfish
- pkg install p5-POE-Component-IRC-Plugin-Blowfish
- PKGNAME: p5-POE-Component-IRC-Plugin-Blowfish
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (POE-Component-IRC-Plugin-Blowfish-0.01.tar.gz) = 3e29da8aa01f51a56a79a8c5c3a434e3c3ab105d6b77f902b257f75b7093014d
SIZE (POE-Component-IRC-Plugin-Blowfish-0.01.tar.gz) = 15453
- 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-POE>=0.37 : devel/p5-POE
- p5-POE-Component-IRC>=5.07 : irc/p5-POE-Component-IRC
- p5-Crypt-Blowfish_PP>=1.12 : security/p5-Crypt-Blowfish_PP
- perl5>=5.32.r0<5.33 : lang/perl5.32
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-POE>=0.37 : devel/p5-POE
- p5-POE-Component-IRC>=5.07 : irc/p5-POE-Component-IRC
- p5-Crypt-Blowfish_PP>=1.12 : security/p5-Crypt-Blowfish_PP
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for p5-POE-Component-IRC-Plugin-Blowfish-0.01_1:
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- irc_p5-POE-Component-IRC-Plugin-Blowfish
- USES:
- perl5 shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 0.01_1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
06 Oct 2018 13:06:45
0.01_1
|
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) |
27 May 2018 20:15:20
0.01_1
|
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
15 Sep 2017 08:58:50
0.01_1
|
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
18 Sep 2016 11:54:02
0.01_1
|
rene  |
Re-assign jase@'s p5-* ports to perl@
Submitted by: antoine |
18 Sep 2016 11:45:56
0.01_1
|
rene  |
Reset jase@'s ports after taking in his commit bit for safekeeping.
With hat: portmgr-secretary |
23 May 2016 18:36:52
0.01_1
|
amdmi3  |
Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by: portmgr blanket |
01 Apr 2016 14:08:38
0.01_1
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
26 Nov 2014 13:08:38
0.01_1
|
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 ) |
27 Oct 2014 13:00:22
0.01
|
bapt  |
Cleanup plist |
13 Jun 2014 07:36:28
0.01
|
olgeni  |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories G-I.
CR: D201
Approved by: portmgr (bapt) |
06 Feb 2014 10:37:04
0.01
|
ehaupt  |
- Support staging
- Convert to new options framework
- Use shebangfix |
20 Sep 2013 18:44:50
0.01
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
irc) |
10 Sep 2013 10:51:10
0.01
|
az  |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
05 Jun 2012 09:14:01
0.01
|
jase  |
Update my maintainer address
Approved by: flo, culot (mentors) |
07 Aug 2011 03:54:43
0.01
|
swills  |
- Make use of CPAN:USER macro
- Add LICENSE
- Use versioned checks for (BUILD|RUN)_DEPENDS
- Add installing examples output
PR: ports/159567
Submitted by: Jase Thew <freebsd@beardz.net> (maintainer) |
19 Mar 2011 12:38:54
0.01
|
miwi  |
- Get Rid MD5 support |
05 Jun 2010 22:06:02
0.01
|
miwi  |
POE::Component::IRC::Plugin::Blowfish is a POE::Component::IRC plugin
that provides blowfish encryption.
WWW: http://search.cpan.org/dist/POE-Component-IRC-Plugin-Blowfish/
PR: ports/147508
Submitted by: Jase Thew <freebsd at beardz.net> |