aboutsummaryrefslogtreecommitdiffstats
path: root/security/p5-SHA
Commit message (Collapse)AuthorAgeFilesLines
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orswills2012-06-111-1/+1
| | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi)
* - Remove SITE_PERL from *_DEPENDSaz2012-06-071-1/+1
|
* - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.az2011-06-202-3/+2
| | | | | | See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. - Remove MD5 checksum
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵araujo2008-04-171-2/+2
| | | | | | | | | ${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)
* Reset jim@corebsd.or.id, since he no longer has access to FreeBSD machines.linimon2007-02-281-1/+1
| | | | | | We appreciate the help in the past. Hat: portmgr
* Update to 2.01erwin2006-02-045-22/+11
| | | | | | PR: 92794 Submitted by: leeym Approved by: Jim Geovedi <jim@corebsd.or.id> (maintainer)
* SHA256ifyedwin2006-01-241-0/+1
| | | | Approved by: krion@
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* utilize SITE_PERLijliao2003-10-242-9/+8
| | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* De-pkg-comment.knu2003-02-212-1/+1
|
* New Port: security/p5-SHAedwin2003-02-056-0/+51
The SHA module allows you to use the NIST SHA message digest algorithm from within Perl programs. The final message digest value is returned by the digest operation as a 20-byte binary string. This operation delivers the result of operations since the last new or reset operation. Once the operation has been performed, the context must be reset before being used to calculate another digest value. PR: ports/43799 Submitted by: Jim Geovedi <negative@toxic.magnesium.net>