aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Digest-SHA-PurePerl
Commit message (Collapse)AuthorAgeFilesLines
* Add EXAMPLES options to ports that should have one.Mathieu Arnold2018-09-101-0/+2
| | | | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479407
* Update WWWSunpoet Po-Chuan Hsieh2018-05-271-1/+1
| | | | | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl Notes: svn path=/head/; revision=470993
* - Unsilence installation commandDmitry Marakasov2018-02-161-2/+1
| | | | | | | | | - Remove unneeded options.mk Approved by: portmgr blanket Notes: svn path=/head/; revision=461992
* Fix license information for portgs that use "the same license as Perl".Mathieu Arnold2017-09-151-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=449893
* - Update to 5.96Ashish SHUKLA2017-02-052-3/+9
| | | | | | | | - Add LICENSE information, as it says in the .pm package - Designate as NO_ARCH, since architecture independent Notes: svn path=/head/; revision=433454
* - Update to 5.95Ashish SHUKLA2015-02-082-4/+3
| | | | Notes: svn path=/head/; revision=378696
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-6/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* - Update to 5.89Ashish SHUKLA2014-04-202-3/+3
| | | | Notes: svn path=/head/; revision=351625
* - Update to 5.85Ashish SHUKLA2014-01-163-11/+6
| | | | | | | - Add STAGE support Notes: svn path=/head/; revision=339900
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | security) Notes: svn path=/head/; revision=327769
* Convert to new perl frameworkBaptiste Daroussin2013-09-161-1/+2
| | | | | | | Convert USE_GMAKE to USES=gmake Notes: svn path=/head/; revision=327417
* - Remove support for Perl < 5.12Ashish SHUKLA2013-03-092-24/+8
| | | | | | | | | | | | - Convert to OptionsNG - Use PORTEXAMPLES - Convert Makefile headers to new style PR: ports/176267 Submitted by: Alex Kozlov <spam at rm-rf.kiev.ua> Notes: svn path=/head/; revision=313756
* - Update to 5.81Ashish SHUKLA2013-01-202-4/+4
| | | | Notes: svn path=/head/; revision=310706
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-291-1/+1
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300209
* Update to 5.71Ashish SHUKLA2012-03-182-3/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=293510
* - Revert ports/165605 as requested by portmgr@Philip M. Gollucci2012-03-132-1/+17
| | | | | | | | | | | | Note: devel/p5-B-Size and devel/p5-Devel-Arena where intentionally not restored. PR: ports/165605 Approved by: portmgr (bapt) Feature safe: yes (I sure hope so) Notes: svn path=/head/; revision=293247
* - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, ↵Philip M. Gollucci2012-03-082-17/+1
| | | | | | | | | | | | | | | | | | devel/p5-Devel-Arena) - Remove conditionals for PERL_LEVEL < 501200 - Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk - Other minor cleanups RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS} PR: ports/165605 Submitted by: pgollucci (myself) Approved by: portmgr (linimon) Exp Run by: linimon Tested by: make index Notes: svn path=/head/; revision=292977
* - Update to 5.70Ashish SHUKLA2012-01-262-3/+3
| | | | Notes: svn path=/head/; revision=289830
* - Update to 5.63Ashish SHUKLA2011-12-012-3/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=286733
* - Upgrade to 5.62.Ashish SHUKLA2011-05-202-3/+3
| | | | Notes: svn path=/head/; revision=274384
* - Update to 5.50.Ashish SHUKLA2011-01-032-4/+3
| | | | | | | Approved by: pgj (mentor, implicit) Notes: svn path=/head/; revision=267333
* - Adopt unmaintained ports.Ashish SHUKLA2010-06-141-1/+1
| | | | | | | Approved by: pgj, tabthorpe (mentors) Notes: svn path=/head/; revision=256525
* - Drop maintainershipGabor Kovesdan2010-06-081-1/+1
| | | | Notes: svn path=/head/; revision=256086
* - Update to 5.48Gabor Kovesdan2010-01-202-4/+4
| | | | | | | | PR: ports/142669 Submitted by: pgollucci Notes: svn path=/head/; revision=248244
* - lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checksPhilip M. Gollucci2009-07-221-4/+0
| | | | | | | | | PR: ports/135398 Tested by: 2 -exp runs by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=238202
* Introduce Perl 5.10.0Sergey Skvortsov2009-03-282-2/+13
| | | | Notes: svn path=/head/; revision=231213
* - Update to 5.47Gabor Kovesdan2008-06-142-4/+4
| | | | Notes: svn path=/head/; revision=214856
* - Update to 5.46Gabor Kovesdan2008-05-262-4/+4
| | | | Notes: svn path=/head/; revision=213701
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-2/+1
| | | | | | | | | | | | ${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) Notes: svn path=/head/; revision=211450
* - Update to 5.45Gabor Kovesdan2007-08-193-4/+12
| | | | | | | | | | - Install example dups file when NOPORTEXAMPLES unset PR: ports/115347 Submitted by: Felippe de Meirelles Motta <lippe@freebsdbrasil.com.br> Notes: svn path=/head/; revision=197918
* - Remove support for old Perl from my portsGabor Kovesdan2007-03-311-4/+0
| | | | Notes: svn path=/head/; revision=188903
* Change my e-mail address.Gabor Kovesdan2006-12-081-1/+1
| | | | | | | Approved by: erwin (mentor) Notes: svn path=/head/; revision=179182
* - Update to 5.44Cheng-Lung Sung2006-10-312-4/+4
| | | | | | | | | PR: ports/104415 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Approved by: maintainer (gabor) Notes: svn path=/head/; revision=175769
* - Fix typo, unbreak INDEX, salvage the worldPav Lucistnik2006-08-071-1/+1
| | | | | | | Pointy hat to: clsung Notes: svn path=/head/; revision=170033
* - Update to 5.43Cheng-Lung Sung2006-08-073-9/+19
| | | | | | | | | | | | - PurePerl.pm has used "eval" to try MIME::Base64 & Digest::base, so add these dependencies. PR: ports/101406 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Approved by: maintainer (gkovesdan_AT_t-hosting dot hu) Notes: svn path=/head/; revision=169998
* Update to 5.41Erwin Lansing2006-06-062-4/+4
| | | | | | | | | PR: 98562 Submitted by: Rong-En Fan <rafan@infor.org> Approved by: gabor (maintainer) Notes: svn path=/head/; revision=164621
* Update to 5.39Erwin Lansing2006-06-052-4/+4
| | | | | | | | | PR: 98288 Submitted by: Rong-En Fan <rafan@infor.org> Approved by: maintainer Notes: svn path=/head/; revision=164447
* - Update to 5.37Cheng-Lung Sung2006-05-292-4/+4
| | | | | | | | | PR: 97639 Submitted by: Christopher Boumenot <boumenot_AT_gmail dot com> Approved by: maintainer Notes: svn path=/head/; revision=163786
* Update search.cpan.org WWW: entries to have a trailing slash.Bill Fenner2006-02-201-1/+1
| | | | | | | | | | Change some URLs from author dirs to dist dirs. The example in the porter's handbook didn't have the trailing slash; mea culpa for not having caught that when it went in. Notes: svn path=/head/; revision=156536
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-3/+3
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* Digest::SHA::PurePerl is a complete implementation of the NISTErwin Lansing2005-12-224-0/+46
Secure Hash Standard. It gives Perl programmers a convenient way to calculate SHA-1, SHA-224, SHA-256, SHA-384, and SHA-512 message digests. The module can handle all types of input, including partial-byte data. Digest::SHA::PurePerl is written entirely in Perl. If your platform has a C compiler, you should install the functionally-equivalent (but much faster) Digest::SHA module. WWW: http://search.cpan.org/dist/Digest-SHA-PurePerl PR: ports/90773 Submitted by: Gabor Kovesdan Notes: svn path=/head/; revision=151818