aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-SKey
Commit message (Collapse)AuthorAgeFilesLines
* - add stage supportAndrej Zverev2014-01-302-3/+1
| | | | | | | Approved by: portmgr (blanket infrastructure) Notes: svn path=/head/; revision=341825
* 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 the new perl5 frameworkAndrej Zverev2013-09-111-4/+3
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326998
* - Add missing DEPENDS that the module uses but doesn't declareAshish SHUKLA2012-03-181-3/+4
| | | | | | | | | | | | - Avoid use of SITE_PERL in DEPENDS - Bump PORTREVISION PR: ports/165881 Submitted by: swills Feature safe: yes Notes: svn path=/head/; revision=293511
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr Notes: svn path=/head/; revision=289563
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276991
* - 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
* - Remove unneeded dependencies which is in perl-5.8.9 distJun Kuriyama2010-01-261-1/+1
| | | | | | | | | (part 8). Approved by: portmgr (itetcu) Notes: svn path=/head/; revision=248617
* - Update to 0.10Gabor Kovesdan2009-02-232-5/+4
| | | | | | | | PR: ports/131928 Submitted by: Edmondas Girkantas <eg@fbsd.lt> Notes: svn path=/head/; revision=228890
* - Update to 0.09Gabor Kovesdan2008-12-052-4/+4
| | | | Notes: svn path=/head/; revision=223794
* - 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
* Change my e-mail address.Gabor Kovesdan2006-12-081-1/+1
| | | | | | | Approved by: erwin (mentor) Notes: svn path=/head/; revision=179182
* 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-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* - remove IGNORE on old perlYen-Ming Lee2005-12-301-5/+7
| | | | | | | | | | | - update dependency - bump PORTREVISION Submitted by: leeym Approved by: maintainer via email Notes: svn path=/head/; revision=152444
* This module contains a simple S/Key calculator (as described in RFCErwin Lansing2005-12-214-0/+44
1760) implemented in Perl. It exports the function `key' by default, and may optionally export the function `compute'. `compute_md4', `compute_md5', `key_md4', and `key_md5' are provided as convenience functions for selecting either MD4 or MD5 hashes. The default is MD4; this may be changed with with the `$Crypt::SKey::HASH' variable, assigning it the value of `MD4' or `MD5'. You can access any of these functions by exporting them in the same manner as `compute' in the above example. Most S/Key systems use MD4 hashing, but a few (notably OPIE) use MD5. WWW: http://search.cpan.org/dist/Crypt-SKey PR: ports/90695 Submitted by: Gabor Kovesdan Notes: svn path=/head/; revision=151763