| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
29 Jun 2012 10:20:00
0.01_1
|
az  |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
21 Jan 2012 17:40:15
0.01_1
|
eadler  |
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
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 |
03 Jul 2011 14:03:52
0.01_1
|
ohauer  |
-remove MD5 |
14 Jun 2010 12:56:44
0.01_1
|
ashish  |
- Adopt unmaintained ports.
Approved by: pgj, tabthorpe (mentors) |
08 Jun 2010 07:31:58
0.01_1
|
gabor  |
- Drop maintainership |
17 Apr 2008 14:30:31
0.01_1
|
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) |
08 Dec 2006 13:46:35
0.01_1
|
gabor  |
Change my e-mail address.
Approved by: erwin (mentor) |
20 Feb 2006 20:50:22
0.01_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.01_1
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
30 Dec 2005 20:32:51
0.01_1
|
leeym  |
- remove IGNORE on old perl
- update dependency
- bump PORTREVISION
Submitted by: leeym
Approved by: maintainer via email |
18 Dec 2005 21:59:47
0.01
|
erwin  |
Generic Counter Mode implementation in pure Perl. The Counter Mode module
constructs a stream cipher from a block cipher or cryptographic hash funtion
and returns it as an object. Any block cipher in the Crypt:: class can be
used, as long as it supports the blocksize and keysize methods. Any hash
function in the Digest:: class can be used, as long as it supports
the add method.
WWW: http://search.cpan.org/dist/Crypt-Ctr
PR: ports/90613
Submitted by: Gabor Kovesdan |