diff options
author | schmonz <schmonz@pkgsrc.org> | 2008-02-28 14:30:39 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2008-02-28 14:30:39 +0000 |
commit | b8654472301b331456e3343863ff43754ca14754 (patch) | |
tree | b645c86453833b6e6afd28cf4061e6c017a6e235 /math | |
parent | 8f80571759d315e294d078cdb2d9aaf32ef9ffb7 (diff) | |
download | pkgsrc-b8654472301b331456e3343863ff43754ca14754.tar.gz |
DJB has placed djbfft in the public domain. From
<URL:http://cr.yp.to/distributors.html>:
What are the distribution terms for djbfft?
2008.02.27: I hereby place the djbfft package (in particular,
djbfft-0.76.tar.gz, with MD5 checksum 9349eff24c1f9fdfb98cfb51bece8efb)
into the public domain. The package is no longer copyrighted.
Diffstat (limited to 'math')
-rw-r--r-- | math/djbfft/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/djbfft/Makefile b/math/djbfft/Makefile index b0a5822bf5f..6eff5b4c930 100644 --- a/math/djbfft/Makefile +++ b/math/djbfft/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2007/03/28 13:22:23 joerg Exp $ +# $NetBSD: Makefile,v 1.15 2008/02/28 14:30:39 schmonz Exp $ DISTNAME= djbfft-0.76 CATEGORIES= math @@ -7,8 +7,9 @@ MASTER_SITES= http://cr.yp.to/djbfft/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://cr.yp.to/djbfft.html COMMENT= Extremely fast library for floating-point convolution +#LICENSE= public-domain -DJB_RESTRICTED= YES +DJB_RESTRICTED= no NOT_FOR_PLATFORM= IRIX-*-* INSTALLATION_DIRS= include lib |