summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-IDEA
AgeCommit message (Collapse)AuthorFilesLines
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+2
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
2008-02-07The package supports installation to DESTDIR.heinz1-1/+3
A C compiler is necessary.
2007-10-31Renamed the deprecated LICENCE to LICENSE, which has the exactly samerillig1-2/+2
meaning.
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2007-02-22Update to 1.08:wiz2-6/+6
1.07 - Wed 22 Feb 06 08:57:02 UTC added || defined(__hpux) to idea.h to cope with HPUX 11.11 w/ANSI C compiler per RT ticket 17796 1.08 - Fri 21 Apr 06 10:40:52 UTC added || defined(WIN32) to idea.h added ifdef for WIN32 to _idea.c Thanks to Carl Franks for the pach contributions per RT ticket 18811 Updated README - added additional known-good platforms Updated COPYRIGHT
2006-02-12Updated to version 1.06.heinz4-49/+6
Changes since version 1.02: ====================================== There is no list of changes. Changes I found so far: - Used htons() from netinet/in.h to simplify handling of different endianness between platforms. - Some changes in test.pl
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-2/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-05-28Expanded patch-aa with a few #if cases.heinz2-5/+21
This still works on NetBSD (1.6.2 tested) but also fixes the include error on Linux (Debian 3 tested) and Solaris (9 tested). Although DragonFlyBSD, FreeBSD and OpenBSD should work as before I have not tried to build the package there. Feedback whether it builds/works on Darwin/MacOS is also welcome.
2005-05-28Fixed type error on Solaris (tested with Solaris 9).heinz1-0/+12
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant1-1/+2
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
2004-02-22Updated to version 1.02.heinz4-28/+14
Taking maintainership. Adapted to buildlink3. Changes sinces 1.01 =================== Patch-ab has been incorparated into the distribution.
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2002-10-06Use buildlink2. Use perl5/module.mk.seb1-4/+4
2001-12-30Initial import of p5-Crypt-IDEA, provided by Sen Nagata in pkg/14158.wiz6-0/+56
Perl module for the IDEA symmetric key algorithm.