Port details |
- p5-String-CRC32 Perl interface for cyclic redundancy check generation
- 2.100 devel
=25 2.100Version of this port present on the latest quarterly branch. - Maintainer: perl@FreeBSD.org
 - Port Added: 2001-08-24 20:00:02
- Last Update: 2022-07-20 14:21:35
- Commit Hash: aa6eefd
- People watching this port, also watch:: gmake, libiconv, expat, p5-Digest-HMAC, p5-Digest-MD5
- Also Listed In: perl5
- License: CC0-1.0
- Description:
- The CRC32 module calculates CRC sums of 32 bit lengths.
It generates the same CRC values as ZMODEM, PKZIP, PIC-
CHECK and many others.
Despite its name, this module is able to compute the
checksum of strings as well as of files.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-String-CRC32>0:devel/p5-String-CRC32
- To install the port:
- cd /usr/ports/devel/p5-String-CRC32/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-String-CRC32
- pkg install p5-String-CRC32
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-String-CRC32
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1612599903
SHA256 (String-CRC32-2.100.tar.gz) = 9706093b2d068b6715d35b4c58f51558e37960083202129fbb00a57e19a74713
SIZE (String-CRC32-2.100.tar.gz) = 7995
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
-
- databases/p5-AnyEvent-Memcached
- databases/p5-Cache-Memcached
- databases/p5-MR-Tarantool
- devel/p5-IPC-Shareable
- devel/p5-Paws
- net/p5-Kafka
- net/p5-Net-SSH-Perl
-
Deleted ports which required this port:
- for Run
-
- databases/p5-AnyEvent-Memcached
- databases/p5-Cache-Memcached
- databases/p5-MR-Tarantool
- devel/p5-Gearman
- devel/p5-IPC-Shareable
- devel/p5-Paws
- net/p5-Kafka
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- devel_p5-String-CRC32
- 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.100 20 Jul 2022 14:21:35
    |
Tobias C. Berner (tcberner)  |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
2.100 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.100 06 Feb 2021 08:33:05
  |
pi  |
devel/p5-String-CRC32: update 1.8 -> 2.100
Relnotes: https://metacpan.org/changes/distribution/String-CRC32 |
1.8 04 Nov 2019 16:04:11
  |
sunpoet  |
Update to 1.8
Changes: https://metacpan.org/changes/distribution/String-CRC32 |
1.7 09 Jul 2018 07:55:30
  |
wen  |
- Update to 1.7
Changes: https://metacpan.org/changes/distribution/String-CRC32 |
1.6 26 Jun 2017 19:35:59
  |
sunpoet  |
Update to 1.6
- Add LICENSE
- Strip shared library
- Sort PLIST
Changes: http://search.cpan.org/dist/String-CRC32/Changes |
1.5_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.5 27 Oct 2014 10:55:59
  |
bapt  |
Cleanup plist |
1.5 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 |
1.5 31 Dec 2013 14:59:41
  |
sunpoet  |
- Update to 1.5 |
1.4 31 Oct 2013 07:36:26
  |
vanilla  |
Support STAGEDIR. |
1.4 20 Sep 2013 17:13:47
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
1.4 02 Aug 2013 18:52:11
  |
mat  |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
1.4 25 Jul 2012 11:24:11
 |
cs  |
Fix typos in COMMENT |
1.4 17 May 2011 11:05:02
 |
jadawin  |
- Cleaning MD5 in perl@'s ports.
Approved by: erwin@ (portmgr) |
1.4 23 May 2008 21:18:39
 |
olgeni  |
Hunt for typos in devel/p5-*. |
1.4 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.4 20 Apr 2006 19:34:10
 |
leeym  |
- update to 1.4
- assign to perl@ |
1.3 22 Jan 2006 00:27:03
 |
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry |
1.3 24 Nov 2005 15:40:04
 |
pav  |
- Add some SHA256 checksums |
1.3 16 May 2005 10:03:42
 |
erwin  |
Update to 1.3 |
1.2 21 Mar 2005 16:20:56
 |
leeym  |
- fix typo in the PR which is submitted by me (ports/78654) and passed to ache
Noticed by: kris
PR: ports/78654
Submitted by: leeym |
1.2 19 Mar 2005 14:57:13
 |
ache  |
Fix tabs, plist
Remove myself from maintainer.
PR: 78654 |
1.2 20 Mar 2004 21:03:41
 |
trevor  |
Add size data, approved by maintainers. |
1.2 24 Oct 2003 14:15:32
 |
erwin  |
Remove the recursive assignment of SITE_PERL to ${SITE_PERL} introduced
in the last commit. |
1.2 24 Oct 2003 12:05:09
 |
ijliao  |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
1.2 07 Mar 2003 06:01:16
 |
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
25 Aug 2001 00:00:02
    |
ache  |
Generate CRC32 checksum |