Commit graph

11 commits

Author SHA1 Message Date
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
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-10-19 19:17:40 +00:00
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
wiz
1ec8aa20b8 Update to 1.28:
1.28  Sat Sep 03 2005
     - bump version so PAUSE ignores deleted 1.27 package

0.28  Sun Aug 28 2005
     - fix version mistake in META.yml

0.27  Sun Aug 28 2005
     - add method to calculate root mean square of data (suggested
       by Robert Hiller)
     - in calculating the power spectrum, use same logic for
       segments = 1 as is currently done for segments > 1 when
       "number" is specified (suggested by Robert Hiller)
     - in calculating the power spectrum, check if data size
       is an integral power of 2 if segments is not specified
       or if segments = 1 and "number" is not specified
     - in the spectrum method, change the name of the "hamm" window
       function to "hann" (suggested by Robert Hiller). For
       backwards compatibility, "hamm" is still supported.
     - in the pod for the spctrm method, clarify how options
       are to be passed in (suggested by Robert Hiller)

0.26  Sat Dec 04 2004
     - include "arrays.h" in FFT.xs (required for some platforms)
       (thanks to Doug Shubert)
2007-02-27 09:23:45 +00:00
wiz
601583c320 Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
2007-02-22 19:26:05 +00:00
jlam
7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00
jlam
7a6521287b Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.
2005-07-13 18:01:18 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
1e46c076aa Add RMD160 digests in addition to SHA1 ones. 2005-02-23 12:06:53 +00:00
grant
908e765695 since perl is now built with threads on most platforms, the perl archlib
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-12-20 11:30:55 +00:00
gson
98dcbd7f3c Initial import of p5-Math-FFT 0.25.
Math::FFT is a Perl module for calculating Fast Fourier Transforms.
2004-11-27 12:50:38 +00:00