| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove unnecessary depend on PERL_LEVEL < 5.12
- Drop maintainership per maintainer request
PR: ports/178926
Submitted by: az
Approved by: Victor Popov <v.a.popov@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=319026
|
|
|
|
|
|
|
|
| |
PR: ports/171064
Approved by: Victor Popov <v.a.popov@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=303196
|
|
|
|
|
|
|
|
|
|
|
| |
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
about for a while.
PR: ports/168208
Approved by: portmgr (miwi)
Notes:
svn path=/head/; revision=298970
|
|
|
|
|
|
|
|
|
| |
PR: 167504
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Approved by: maintainer
Notes:
svn path=/head/; revision=296712
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
With perl@ hat
Notes:
svn path=/head/; revision=281438
|
|
|
|
| |
Notes:
svn path=/head/; revision=276991
|
|
|
|
|
|
|
|
|
| |
so standarize and remove it
With Hat: perl@
Notes:
svn path=/head/; revision=261743
|
|
"key strengthening" to make the complexity of a brute-force attack arbitrarily
high. PBKDF2 uses any other cryptographic hash or cipher (by convention,
usually HMAC-SHA1, but Crypt::PBKDF2 is fully pluggable), and allows for an
arbitrary number of iterations of the hashing function, and a nearly unlimited
output hash size (up to 2**32 - 1 times the size of the output of the backend
hash). The hash is salted, as any password hash should be, and the salt may
also be of arbitrary size.
See also: RFC2898, PKCS#5 version 2.0: http://tools.ietf.org/html/rfc2898
WWW: http://search.cpan.org/dist/Crypt-PBKDF2/
PR: ports/146847
Submitted by: Victor Popov <v.a.popov at gmail.com>
Notes:
svn path=/head/; revision=256005
|