Commit graph

8 commits

Author SHA1 Message Date
Ashish SHUKLA
7012ce9f37 - Adopt unmaintained ports.
Approved by:	pgj, tabthorpe (mentors)
2010-06-14 12:56:44 +00:00
Gabor Kovesdan
497166b01b - Drop maintainership 2010-06-08 07:31:58 +00:00
Marcelo Araujo
4aaab89f57 - 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)
2008-04-17 14:30:31 +00:00
Gabor Kovesdan
c5fb2bb556 - Remove support for old Perl from my ports 2007-03-31 20:33:58 +00:00
Gabor Kovesdan
7dc52a691f Change my e-mail address.
Approved by:	erwin (mentor)
2006-12-08 13:46:35 +00:00
Erwin Lansing
d396e64036 Update to 0.82.11
PR:		103513
Submitted by:	gabor (maintainer)
Based on:	103360 submitted by Gea-Suan Lin <gslin@gslin.org>
2006-09-25 16:04:16 +00:00
Yen-Ming Lee
29e56c9935 - remove IGNORE on old perl
- update dependency
- bump PORTREVISION

Submitted by:	leeym
Approved by:	maintainer via email
2005-12-30 20:38:08 +00:00
Erwin Lansing
4d58b3abc6 Sometimes it's necessary to protect some certain data against plain reading
or you intend to send information through the Internet. Another reason might
be to assure users cannot modify their previously entered data in a follow-up
step of a long Web transaction where you don't want to deal with server-side
session data. The goal of Crypt::Lite was to have a pretty simple way to
encrypt and decrypt data without the need to install and compile huge
packages with lots of dependencies.
Crypt::Lite generates every time a different encrypted hash when you
re-encrypt the same data with the same secret string. Nevertheless you
are able to make double or tripple-encryption with any data to increase
the security. Decryption works also on hashes that have been encrypted
on a foreign host (try this with an unpatched IDEA installation ;-).

WWW: http://search.cpan.org/dist/Crypt-Lite

PR:		ports/90614
Submitted by:	Gabor Kovesdan
2005-12-18 22:06:01 +00:00