| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
29 Jun 2012 10:20:00
0.82.11
|
az  |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
03 Jul 2011 14:03:52
0.82.11
|
ohauer  |
-remove MD5 |
14 Jun 2010 12:56:44
0.82.11
|
ashish  |
- Adopt unmaintained ports.
Approved by: pgj, tabthorpe (mentors) |
08 Jun 2010 07:31:58
0.82.11
|
gabor  |
- Drop maintainership |
17 Apr 2008 14:30:31
0.82.11
|
araujo  |
- 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) |
31 Mar 2007 20:33:58
0.82.11
|
gabor  |
- Remove support for old Perl from my ports |
08 Dec 2006 13:46:35
0.82.11
|
gabor  |
Change my e-mail address.
Approved by: erwin (mentor) |
25 Sep 2006 16:04:17
0.82.11
|
erwin  |
Update to 0.82.11
PR: 103513
Submitted by: gabor (maintainer)
Based on: 103360 submitted by Gea-Suan Lin <gslin@gslin.org> |
20 Feb 2006 20:50:22
0.82.06_1
|
fenner  |
Update search.cpan.org WWW: entries to have a trailing slash.
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. |
22 Jan 2006 02:50:55
0.82.06_1
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
30 Dec 2005 20:35:05
0.82.06_1
|
leeym  |
- remove IGNORE on old perl
- update dependency
- bump PORTREVISION
Submitted by: leeym
Approved by: maintainer via email |
18 Dec 2005 22:06:01
0.82.06
|
erwin  |
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 |