aboutsummaryrefslogtreecommitdiffstats
path: root/security/p5-Digest-Adler32
Commit message (Collapse)AuthorAgeFilesLines
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450eadler2012-01-221-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
* -remove MD5ohauer2011-07-031-1/+0
|
* Take over maintainershipskreuzer2009-07-041-1/+1
| | | | Approved by: wxs (mentor, implicit)
* - Drop maintainership of some ports I don't use any moregabor2009-06-271-1/+1
|
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵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)
* Change my e-mail address.gabor2006-12-081-1/+1
| | | | Approved by: erwin (mentor)
* Update search.cpan.org WWW: entries to have a trailing slash.fenner2006-02-211-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.
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-2/+2
| | | | | Approved by: krion@ PR: ports/88711 (related)
* - Unbreak on PERL_LEVEL <= 500503ehaupt2005-12-241-8/+5
| | | | | | | | - Bump PORTREVISION PR: 90845 Submitted by: Yen-Ming Lee <leeym@freebsd.org> Approved by: gabor.kovesdan@t-hosting.hu (maintainer)
* The Digest::Adler32 module implements the Adler-32 checksum as specifiederwin2005-12-174-0/+40
in RFC 1950. The interface provided by this module is specified in Digest, but no functional interface is provided. WWW: http://search.cpan.org/dist/Digest-Adler32 PR: ports/90545 Submitted by: Gabor Kovesdan