The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD math : PDL

Perl Data Language

 PDL (``Perl Data Language'') gives standard perl the ability to
COMPACTLY store and SPEEDILY manipulate the large N-dimensional data
arrays which are the bread and butter of scientific computing.

The idea is to turn perl in to a free, array-oriented, numerical
language in the same sense as commerical packages like IDL and
MatLab. One can write simple perl expressions to manipulate entire
numerical arrays all at once. For example, using PDL the perl variable
$a can hold a 1024x1024 floating point image, it only takes 4Mb of
memory to store it and expressions like $a=sqrt($a)+2 would manipulate
the whole image in a few seconds.

A simple interactive shell (perldl) is provided for command line use
together with a module (PDL) for use in perl scripts. 

http://pdl.perl.org/



PDL history


v. 1.51
date: 2007/09/08 01:01:34;  author: linimon;  state: Exp;  lines: +0 -4
Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr

v. 1.50 date: 2007/08/04 11:41:02; author: gabor; state: Exp; lines: +5 -5 - Remove the DESTDIR modifications from individual ports as we have a new, fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav)
v. 1.49 date: 2007/06/29 05:46:40; author: ijliao; state: Exp; lines: +2 -2 chase math/gsl lib version
v. 1.48 date: 2007/05/19 20:14:46; author: flz; state: Exp; lines: +1 -0 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.47 date: 2006/10/13 01:58:43; author: clsung; state: Exp; lines: +2 -0 - Builds on amd64 Noted by: kris Approved by: portmgr (kris)
v. 1.46 date: 2006/10/06 04:04:04; author: clsung; state: Exp; lines: +1 -2 - Update to 2.4.3 - patch-aa to patch-perldl.conf with minor modification - patch-Lib::Slatec::Makefile.PL removed hack in Makefile.PL resolve x86_64 systems problem.
v. 1.45 date: 2006/08/15 09:07:10; author: mat; state: Exp; lines: +7 -7 Respect DESTDIR PR: 101851 Submitted by: Gea-Suan Lin
v. 1.44 date: 2006/08/04 12:34:45; author: erwin; state: Exp; lines: +1 -1 Add support for DESTDIR part I. This commit should largele be a NOOP as it only adds support for DESTDIR undefined. This does allow us to start testing ports with DESTDIR set, but this is as of yet not supported. Although this has been extensively tested on pointyhat, this is a very intrusive change and some cases may have been overlooked. Please contact Gabor and me if you find any. PR: 100555 Submitted by: gabor Sponsored by: Google Summer of Code 2006
v. 1.43 date: 2006/06/05 22:19:10; author: pav; state: Exp; lines: +2 -2 - Chase plplot update
v. 1.42 date: 2006/05/06 01:28:19; author: mnag; state: Exp; lines: +2 -1 - Bump PORTREVISION and change lib version because math/gsl are updated. - portlint(1)
v. 1.41 date: 2006/02/28 13:53:10; author: tobez; state: Exp; lines: +3 -1 Make it build with 5.8.8. PR: 93938 Submitted by: Joerg Pulz Approved by: portmgr (kris/semi-implicit)
v. 1.40 date: 2005/11/14 15:16:25; author: mat; state: Exp; lines: +1 -2 fixup make logic so that the distfile only gets here once and don't get dupplicated in the distinfo file by the makesum target.
v. 1.39 date: 2005/11/05 17:22:37; author: tobez; state: Exp; lines: +2 -2 Fix some portlint warnings.
v. 1.38 date: 2005/11/05 15:45:52; author: tobez; state: Exp; lines: +7 -7 Update to 2.4.2; assign maintainership to perl@.
v. 1.37 date: 2005/10/31 18:24:12; author: erwin; state: Exp; lines: +1 -1 Let the IGNORE message make a bit more sense and change it from: ===> p5-Some-Module-0.7 Port requires perl 5.6.x or later. Install lang/perl5 then try again. to: ===> p5-Some-Module-0.7 requires perl 5.6.x or later. Install lang/perl5 then try again. Approved by: silence on -ports
v. 1.36 date: 2005/05/02 20:46:10; author: jylefort; state: Exp; lines: +1 -0 Bump PORTREVISION after the libgsl update. Obtained from: thierry
v. 1.35 date: 2005/05/02 13:00:17; author: jylefort; state: Exp; lines: +1 -1 Chase the libgsl update.
v. 1.34 date: 2005/04/12 03:26:02; author: obrien; state: Exp; lines: +1 -1 At Kris's request, back out the MACHINE_ARCH spelling correction until after 5.4-RELEASE.
v. 1.33 date: 2005/04/11 08:03:17; author: obrien; state: Exp; lines: +1 -1 Assist getting more ports working on AMD64 by obeying the Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.32 date: 2005/01/29 11:43:19; author: sem; state: Exp; lines: +1 -0 - Fix PLIST Reported by: kris via pointyhat
v. 1.31 date: 2004/08/31 04:39:56; author: linimon; state: Exp; lines: +1 -1 Chase plplot shared library version. PR: ports/71163 Submitted by: Joerg Pulz
v. 1.30 date: 2004/07/07 08:22:50; author: vs; state: Exp; lines: +1 -1 Chase libgsl-update
v. 1.29 date: 2004/04/10 17:26:44; author: trevor; state: Exp; lines: +1 -1 Tidy up whitespace.
v. 1.28 date: 2004/03/19 01:46:05; author: ijliao; state: Exp; lines: +2 -4 make it fetchable again
v. 1.27 date: 2004/03/18 11:50:30; author: kris; state: Exp; lines: +2 -0 BROKEN: Distfile is unfetchable
v. 1.26 date: 2004/03/12 08:14:22; author: ijliao; state: Exp; lines: +2 -1 add missing dependency
v. 1.25 date: 2004/03/12 02:58:25; author: ijliao; state: Exp; lines: +34 -31 revive PDL and upgrade it to 2.4.1
v. 1.24 date: 2003/05/06 03:49:01; author: kris; state: dead; lines: +1 -1 As announced on 27 March 2003 in <20030328052350.GA18971@rot13.obsecurity.org>, remove these ports that have been broken for >4 months (in many cases much longer) with no sign of a fix.
v. 1.23 date: 2003/04/04 05:34:48; author: lioux; state: Exp; lines: +1 -1 After repo copy from graphics category to newly create multimedia one, update all appropriate references (*_DEPENDS, comments, etc): ports/graphics/libfame --> ports/multimedia/libfame ports/graphics/libquicktime --> ports/multimedia/libquicktime ports/graphics/mpeg --> ports/multimedia/mpeg ports/graphics/mpeg_encode --> ports/multimedia/mpeg_encode ports/graphics/mpeg_play --> ports/multimedia/mpeg_play ports/graphics/mtv --> ports/multimedia/mtv ports/graphics/smpeg --> ports/multimedia/smpeg ports/graphics/totem --> ports/multimedia/totem ports/graphics/transcode --> ports/multimedia/transcode ports/graphics/xanim --> ports/multimedia/xanim ports/graphics/xmps --> ports/multimedia/xmps Repo copied by: cvs (joe) Approved by: portmgr (self & no objections)
v. 1.22 date: 2003/03/28 13:54:54; author: arved; state: Exp; lines: +3 -2 This port requires perl > 5.6 PR: 43728 Submitted by: Jamie Aczel
v. 1.21 date: 2003/02/20 18:42:16; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.20 date: 2003/01/20 10:02:03; author: obraun; state: Exp; lines: +1 -1 Bump gsl shlib version. Pointed out by: kris Forgotten by: obraun
v. 1.19 date: 2002/11/10 16:47:01; author: lioux; state: Exp; lines: +0 -2 o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
v. 1.18 date: 2002/11/06 22:45:59; author: adamw; state: Exp; lines: +2 -0 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.17 date: 2002/10/05 22:31:14; author: kris; state: Exp; lines: +2 -0 BROKEN: Does not compile
v. 1.16 date: 2002/09/25 07:13:02; author: ijliao; state: Exp; lines: +1 -1 bump gsl lib version Submitted by: La Temperanza
v. 1.15 date: 2002/09/25 04:03:45; author: ijliao; state: Exp; lines: +29 -47 fix build problem by upgrading it to 2.3.4 Approved by: will
v. 1.14 date: 2001/08/16 13:22:24; author: tobez; state: Exp; lines: +2 -2 Give up PDL maintainership.
v. 1.13 date: 2001/06/12 19:24:53; author: tobez; state: Exp; lines: +2 -2 Updated MAINTAINER to my new committer email address. Do the same for pkg-descr files. Approved by: markm
v. 1.12 date: 2001/02/14 20:19:40; author: lioux; state: Exp; lines: +2 -2 typo clean up police: \s -> \t
v. 1.11 date: 2000/11/15 12:49:46; author: sobomax; state: Exp; lines: +7 -1 Fix pkg-plist breakage on systems with perl < 5.6.0. Submitted by: bento
v. 1.10 date: 2000/08/22 13:36:01; author: sobomax; state: Exp; lines: +7 -4 Upgrade the math/PDL port to the latest version 2.1.1. Correctly identify a couple of LIB_DEPENDS as such, and add a KITCHEN_SINK dependency on the GSL math libraries. PR: 19517 Submitted by: Brian Handy
v. 1.9 date: 2000/08/03 09:25:35; author: asami; state: Exp; lines: +2 -2 (1) Add new variable, XFREE86_VERSION, to specify which version of XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm
v. 1.8 date: 2000/04/30 22:58:20; author: steve; state: Exp; lines: +1 -1 Correction: the previous commit updated this port to version 2.005. Submitted by: Brian Handy
v. 1.7 date: 2000/04/30 19:54:26; author: steve; state: Exp; lines: +25 -10 Update to version 2.004. PR: 17804 Submitted by: Brian Handy
v. 1.6 date: 2000/04/14 07:19:39; author: asami; state: Exp; lines: +3 -3 Convert to PORTNAME/PORTVERSION.
v. 1.5 date: 2000/03/22 00:00:27; author: mharo; state: Exp; lines: +3 -3 PREFIX -> LOCALBASE
v. 1.4 date: 2000/03/20 23:25:15; author: jseger; state: Exp; lines: +2 -2 Changed LIB_DEPENDS: MesaGL.14->GL.14 due to Mesa-3.1 upgrade
v. 1.3 date: 1999/08/25 07:04:08; author: obrien; state: Exp; lines: +1 -1 Id->FreeBSD.
v. 1.2 date: 1999/05/24 02:23:54; author: steve; state: Exp; lines: +5 -1 Make this at least build on the Alpha and mark it broken since it fails a few tests.
v. 1.1 date: 1999/04/03 02:13:53; author: steve; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1999/04/03 02:13:53; author: steve; state: Exp; lines: +0 -0 Import of PDL version 2.0. The Perl Data Language. PR: 9984 Submitted by: Anton Berezin ============================================================================= v. 1.51 date: 2007/09/08 01:01:34; author: linimon; state: Exp; lines: +0 -4 Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+. Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr
v. 1.50 date: 2007/08/04 11:41:02; author: gabor; state: Exp; lines: +5 -5 - Remove the DESTDIR modifications from individual ports as we have a new, fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav)
v. 1.49 date: 2007/06/29 05:46:40; author: ijliao; state: Exp; lines: +2 -2 chase math/gsl lib version
v. 1.48 date: 2007/05/19 20:14:46; author: flz; state: Exp; lines: +1 -0 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.47 date: 2006/10/13 01:58:43; author: clsung; state: Exp; lines: +2 -0 - Builds on amd64 Noted by: kris Approved by: portmgr (kris)
v. 1.46 date: 2006/10/06 04:04:04; author: clsung; state: Exp; lines: +1 -2 - Update to 2.4.3 - patch-aa to patch-perldl.conf with minor modification - patch-Lib::Slatec::Makefile.PL removed hack in Makefile.PL resolve x86_64 systems problem.
v. 1.45 date: 2006/08/15 09:07:10; author: mat; state: Exp; lines: +7 -7 Respect DESTDIR PR: 101851 Submitted by: Gea-Suan Lin
v. 1.44 date: 2006/08/04 12:34:45; author: erwin; state: Exp; lines: +1 -1 Add support for DESTDIR part I. This commit should largele be a NOOP as it only adds support for DESTDIR undefined. This does allow us to start testing ports with DESTDIR set, but this is as of yet not supported. Although this has been extensively tested on pointyhat, this is a very intrusive change and some cases may have been overlooked. Please contact Gabor and me if you find any. PR: 100555 Submitted by: gabor Sponsored by: Google Summer of Code 2006
v. 1.43 date: 2006/06/05 22:19:10; author: pav; state: Exp; lines: +2 -2 - Chase plplot update
v. 1.42 date: 2006/05/06 01:28:19; author: mnag; state: Exp; lines: +2 -1 - Bump PORTREVISION and change lib version because math/gsl are updated. - portlint(1)
v. 1.41 date: 2006/02/28 13:53:10; author: tobez; state: Exp; lines: +3 -1 Make it build with 5.8.8. PR: 93938 Submitted by: Joerg Pulz Approved by: portmgr (kris/semi-implicit)
v. 1.40 date: 2005/11/14 15:16:25; author: mat; state: Exp; lines: +1 -2 fixup make logic so that the distfile only gets here once and don't get dupplicated in the distinfo file by the makesum target.
v. 1.39 date: 2005/11/05 17:22:37; author: tobez; state: Exp; lines: +2 -2 Fix some portlint warnings.
v. 1.38 date: 2005/11/05 15:45:52; author: tobez; state: Exp; lines: +7 -7 Update to 2.4.2; assign maintainership to perl@.
v. 1.37 date: 2005/10/31 18:24:12; author: erwin; state: Exp; lines: +1 -1 Let the IGNORE message make a bit more sense and change it from: ===> p5-Some-Module-0.7 Port requires perl 5.6.x or later. Install lang/perl5 then try again. to: ===> p5-Some-Module-0.7 requires perl 5.6.x or later. Install lang/perl5 then try again. Approved by: silence on -ports
v. 1.36 date: 2005/05/02 20:46:10; author: jylefort; state: Exp; lines: +1 -0 Bump PORTREVISION after the libgsl update. Obtained from: thierry
v. 1.35 date: 2005/05/02 13:00:17; author: jylefort; state: Exp; lines: +1 -1 Chase the libgsl update.
v. 1.34 date: 2005/04/12 03:26:02; author: obrien; state: Exp; lines: +1 -1 At Kris's request, back out the MACHINE_ARCH spelling correction until after 5.4-RELEASE.
v. 1.33 date: 2005/04/11 08:03:17; author: obrien; state: Exp; lines: +1 -1 Assist getting more ports working on AMD64 by obeying the Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.32 date: 2005/01/29 11:43:19; author: sem; state: Exp; lines: +1 -0 - Fix PLIST Reported by: kris via pointyhat
v. 1.31 date: 2004/08/31 04:39:56; author: linimon; state: Exp; lines: +1 -1 Chase plplot shared library version. PR: ports/71163 Submitted by: Joerg Pulz
v. 1.30 date: 2004/07/07 08:22:50; author: vs; state: Exp; lines: +1 -1 Chase libgsl-update
v. 1.29 date: 2004/04/10 17:26:44; author: trevor; state: Exp; lines: +1 -1 Tidy up whitespace.
v. 1.28 date: 2004/03/19 01:46:05; author: ijliao; state: Exp; lines: +2 -4 make it fetchable again
v. 1.27 date: 2004/03/18 11:50:30; author: kris; state: Exp; lines: +2 -0 BROKEN: Distfile is unfetchable
v. 1.26 date: 2004/03/12 08:14:22; author: ijliao; state: Exp; lines: +2 -1 add missing dependency
v. 1.25 date: 2004/03/12 02:58:25; author: ijliao; state: Exp; lines: +34 -31 revive PDL and upgrade it to 2.4.1
v. 1.24 date: 2003/05/06 03:49:01; author: kris; state: dead; lines: +1 -1 As announced on 27 March 2003 in <20030328052350.GA18971@rot13.obsecurity.org>, remove these ports that have been broken for >4 months (in many cases much longer) with no sign of a fix.
v. 1.23 date: 2003/04/04 05:34:48; author: lioux; state: Exp; lines: +1 -1 After repo copy from graphics category to newly create multimedia one, update all appropriate references (*_DEPENDS, comments, etc): ports/graphics/libfame --> ports/multimedia/libfame ports/graphics/libquicktime --> ports/multimedia/libquicktime ports/graphics/mpeg --> ports/multimedia/mpeg ports/graphics/mpeg_encode --> ports/multimedia/mpeg_encode ports/graphics/mpeg_play --> ports/multimedia/mpeg_play ports/graphics/mtv --> ports/multimedia/mtv ports/graphics/smpeg --> ports/multimedia/smpeg ports/graphics/totem --> ports/multimedia/totem ports/graphics/transcode --> ports/multimedia/transcode ports/graphics/xanim --> ports/multimedia/xanim ports/graphics/xmps --> ports/multimedia/xmps Repo copied by: cvs (joe) Approved by: portmgr (self & no objections)
v. 1.22 date: 2003/03/28 13:54:54; author: arved; state: Exp; lines: +3 -2 This port requires perl > 5.6 PR: 43728 Submitted by: Jamie Aczel
v. 1.21 date: 2003/02/20 18:42:16; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.20 date: 2003/01/20 10:02:03; author: obraun; state: Exp; lines: +1 -1 Bump gsl shlib version. Pointed out by: kris Forgotten by: obraun
v. 1.19 date: 2002/11/10 16:47:01; author: lioux; state: Exp; lines: +0 -2 o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
v. 1.18 date: 2002/11/06 22:45:59; author: adamw; state: Exp; lines: +2 -0 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.17 date: 2002/10/05 22:31:14; author: kris; state: Exp; lines: +2 -0 BROKEN: Does not compile
v. 1.16 date: 2002/09/25 07:13:02; author: ijliao; state: Exp; lines: +1 -1 bump gsl lib version Submitted by: La Temperanza
v. 1.15 date: 2002/09/25 04:03:45; author: ijliao; state: Exp; lines: +29 -47 fix build problem by upgrading it to 2.3.4 Approved by: will
v. 1.14 date: 2001/08/16 13:22:24; author: tobez; state: Exp; lines: +2 -2 Give up PDL maintainership.
v. 1.13 date: 2001/06/12 19:24:53; author: tobez; state: Exp; lines: +2 -2 Updated MAINTAINER to my new committer email address. Do the same for pkg-descr files. Approved by: markm
v. 1.12 date: 2001/02/14 20:19:40; author: lioux; state: Exp; lines: +2 -2 typo clean up police: \s -> \t
v. 1.11 date: 2000/11/15 12:49:46; author: sobomax; state: Exp; lines: +7 -1 Fix pkg-plist breakage on systems with perl < 5.6.0. Submitted by: bento
v. 1.10 date: 2000/08/22 13:36:01; author: sobomax; state: Exp; lines: +7 -4 Upgrade the math/PDL port to the latest version 2.1.1. Correctly identify a couple of LIB_DEPENDS as such, and add a KITCHEN_SINK dependency on the GSL math libraries. PR: 19517 Submitted by: Brian Handy
v. 1.9 date: 2000/08/03 09:25:35; author: asami; state: Exp; lines: +2 -2 (1) Add new variable, XFREE86_VERSION, to specify which version of XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm
v. 1.8 date: 2000/04/30 22:58:20; author: steve; state: Exp; lines: +1 -1 Correction: the previous commit updated this port to version 2.005. Submitted by: Brian Handy
v. 1.7 date: 2000/04/30 19:54:26; author: steve; state: Exp; lines: +25 -10 Update to version 2.004. PR: 17804 Submitted by: Brian Handy
v. 1.6 date: 2000/04/14 07:19:39; author: asami; state: Exp; lines: +3 -3 Convert to PORTNAME/PORTVERSION.
v. 1.5 date: 2000/03/22 00:00:27; author: mharo; state: Exp; lines: +3 -3 PREFIX -> LOCALBASE
v. 1.4 date: 2000/03/20 23:25:15; author: jseger; state: Exp; lines: +2 -2 Changed LIB_DEPENDS: MesaGL.14->GL.14 due to Mesa-3.1 upgrade
v. 1.3 date: 1999/08/25 07:04:08; author: obrien; state: Exp; lines: +1 -1 Id->FreeBSD.
v. 1.2 date: 1999/05/24 02:23:54; author: steve; state: Exp; lines: +5 -1 Make this at least build on the Alpha and mark it broken since it fails a few tests.
v. 1.1 date: 1999/04/03 02:13:53; author: steve; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1999/04/03 02:13:53; author: steve; state: Exp; lines: +0 -0 Import of PDL version 2.0. The Perl Data Language. PR: 9984 Submitted by: Anton Berezin ============================================================================= v. 1.51 date: 2007/09/08 01:01:34; author: linimon; state: Exp; lines: +0 -4 Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+. Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr
v. 1.50 date: 2007/08/04 11:41:02; author: gabor; state: Exp; lines: +5 -5 - Remove the DESTDIR modifications from individual ports as we have a new, fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav)
v. 1.49 date: 2007/06/29 05:46:40; author: ijliao; state: Exp; lines: +2 -2 chase math/gsl lib version
v. 1.48 date: 2007/05/19 20:14:46; author: flz; state: Exp; lines: +1 -0 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.47 date: 2006/10/13 01:58:43; author: clsung; state: Exp; lines: +2 -0 - Builds on amd64 Noted by: kris Approved by: portmgr (kris)
v. 1.46 date: 2006/10/06 04:04:04; author: clsung; state: Exp; lines: +1 -2 - Update to 2.4.3 - patch-aa to patch-perldl.conf with minor modification - patch-Lib::Slatec::Makefile.PL removed hack in Makefile.PL resolve x86_64 systems problem.
v. 1.45 date: 2006/08/15 09:07:10; author: mat; state: Exp; lines: +7 -7 Respect DESTDIR PR: 101851 Submitted by: Gea-Suan Lin
v. 1.44 date: 2006/08/04 12:34:45; author: erwin; state: Exp; lines: +1 -1 Add support for DESTDIR part I. This commit should largele be a NOOP as it only adds support for DESTDIR undefined. This does allow us to start testing ports with DESTDIR set, but this is as of yet not supported. Although this has been extensively tested on pointyhat, this is a very intrusive change and some cases may have been overlooked. Please contact Gabor and me if you find any. PR: 100555 Submitted by: gabor Sponsored by: Google Summer of Code 2006
v. 1.43 date: 2006/06/05 22:19:10; author: pav; state: Exp; lines: +2 -2 - Chase plplot update
v. 1.42 date: 2006/05/06 01:28:19; author: mnag; state: Exp; lines: +2 -1 - Bump PORTREVISION and change lib version because math/gsl are updated. - portlint(1)
v. 1.41 date: 2006/02/28 13:53:10; author: tobez; state: Exp; lines: +3 -1 Make it build with 5.8.8. PR: 93938 Submitted by: Joerg Pulz Approved by: portmgr (kris/semi-implicit)
v. 1.40 date: 2005/11/14 15:16:25; author: mat; state: Exp; lines: +1 -2 fixup make logic so that the distfile only gets here once and don't get dupplicated in the distinfo file by the makesum target.
v. 1.39 date: 2005/11/05 17:22:37; author: tobez; state: Exp; lines: +2 -2 Fix some portlint warnings.
v. 1.38 date: 2005/11/05 15:45:52; author: tobez; state: Exp; lines: +7 -7 Update to 2.4.2; assign maintainership to perl@.
v. 1.37 date: 2005/10/31 18:24:12; author: erwin; state: Exp; lines: +1 -1 Let the IGNORE message make a bit more sense and change it from: ===> p5-Some-Module-0.7 Port requires perl 5.6.x or later. Install lang/perl5 then try again. to: ===> p5-Some-Module-0.7 requires perl 5.6.x or later. Install lang/perl5 then try again. Approved by: silence on -ports
v. 1.36 date: 2005/05/02 20:46:10; author: jylefort; state: Exp; lines: +1 -0 Bump PORTREVISION after the libgsl update. Obtained from: thierry
v. 1.35 date: 2005/05/02 13:00:17; author: jylefort; state: Exp; lines: +1 -1 Chase the libgsl update.
v. 1.34 date: 2005/04/12 03:26:02; author: obrien; state: Exp; lines: +1 -1 At Kris's request, back out the MACHINE_ARCH spelling correction until after 5.4-RELEASE.
v. 1.33 date: 2005/04/11 08:03:17; author: obrien; state: Exp; lines: +1 -1 Assist getting more ports working on AMD64 by obeying the Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.32 date: 2005/01/29 11:43:19; author: sem; state: Exp; lines: +1 -0 - Fix PLIST Reported by: kris via pointyhat
v. 1.31 date: 2004/08/31 04:39:56; author: linimon; state: Exp; lines: +1 -1 Chase plplot shared library version. PR: ports/71163 Submitted by: Joerg Pulz
v. 1.30 date: 2004/07/07 08:22:50; author: vs; state: Exp; lines: +1 -1 Chase libgsl-update
v. 1.29 date: 2004/04/10 17:26:44; author: trevor; state: Exp; lines: +1 -1 Tidy up whitespace.
v. 1.28 date: 2004/03/19 01:46:05; author: ijliao; state: Exp; lines: +2 -4 make it fetchable again
v. 1.27 date: 2004/03/18 11:50:30; author: kris; state: Exp; lines: +2 -0 BROKEN: Distfile is unfetchable
v. 1.26 date: 2004/03/12 08:14:22; author: ijliao; state: Exp; lines: +2 -1 add missing dependency
v. 1.25 date: 2004/03/12 02:58:25; author: ijliao; state: Exp; lines: +34 -31 revive PDL and upgrade it to 2.4.1
v. 1.24 date: 2003/05/06 03:49:01; author: kris; state: dead; lines: +1 -1 As announced on 27 March 2003 in <20030328052350.GA18971@rot13.obsecurity.org>, remove these ports that have been broken for >4 months (in many cases much longer) with no sign of a fix.
v. 1.23 date: 2003/04/04 05:34:48; author: lioux; state: Exp; lines: +1 -1 After repo copy from graphics category to newly create multimedia one, update all appropriate references (*_DEPENDS, comments, etc): ports/graphics/libfame --> ports/multimedia/libfame ports/graphics/libquicktime --> ports/multimedia/libquicktime ports/graphics/mpeg --> ports/multimedia/mpeg ports/graphics/mpeg_encode --> ports/multimedia/mpeg_encode ports/graphics/mpeg_play --> ports/multimedia/mpeg_play ports/graphics/mtv --> ports/multimedia/mtv ports/graphics/smpeg --> ports/multimedia/smpeg ports/graphics/totem --> ports/multimedia/totem ports/graphics/transcode --> ports/multimedia/transcode ports/graphics/xanim --> ports/multimedia/xanim ports/graphics/xmps --> ports/multimedia/xmps Repo copied by: cvs (joe) Approved by: portmgr (self & no objections)
v. 1.22 date: 2003/03/28 13:54:54; author: arved; state: Exp; lines: +3 -2 This port requires perl > 5.6 PR: 43728 Submitted by: Jamie Aczel
v. 1.21 date: 2003/02/20 18:42:16; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.20 date: 2003/01/20 10:02:03; author: obraun; state: Exp; lines: +1 -1 Bump gsl shlib version. Pointed out by: kris Forgotten by: obraun
v. 1.19 date: 2002/11/10 16:47:01; author: lioux; state: Exp; lines: +0 -2 o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
v. 1.18 date: 2002/11/06 22:45:59; author: adamw; state: Exp; lines: +2 -0 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.17 date: 2002/10/05 22:31:14; author: kris; state: Exp; lines: +2 -0 BROKEN: Does not compile
v. 1.16 date: 2002/09/25 07:13:02; author: ijliao; state: Exp; lines: +1 -1 bump gsl lib version Submitted by: La Temperanza
v. 1.15 date: 2002/09/25 04:03:45; author: ijliao; state: Exp; lines: +29 -47 fix build problem by upgrading it to 2.3.4 Approved by: will
v. 1.14 date: 2001/08/16 13:22:24; author: tobez; state: Exp; lines: +2 -2 Give up PDL maintainership.
v. 1.13 date: 2001/06/12 19:24:53; author: tobez; state: Exp; lines: +2 -2 Updated MAINTAINER to my new committer email address. Do the same for pkg-descr files. Approved by: markm
v. 1.12 date: 2001/02/14 20:19:40; author: lioux; state: Exp; lines: +2 -2 typo clean up police: \s -> \t
v. 1.11 date: 2000/11/15 12:49:46; author: sobomax; state: Exp; lines: +7 -1 Fix pkg-plist breakage on systems with perl < 5.6.0. Submitted by: bento
v. 1.10 date: 2000/08/22 13:36:01; author: sobomax; state: Exp; lines: +7 -4 Upgrade the math/PDL port to the latest version 2.1.1. Correctly identify a couple of LIB_DEPENDS as such, and add a KITCHEN_SINK dependency on the GSL math libraries. PR: 19517 Submitted by: Brian Handy
v. 1.9 date: 2000/08/03 09:25:35; author: asami; state: Exp; lines: +2 -2 (1) Add new variable, XFREE86_VERSION, to specify which version of XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm
v. 1.8 date: 2000/04/30 22:58:20; author: steve; state: Exp; lines: +1 -1 Correction: the previous commit updated this port to version 2.005. Submitted by: Brian Handy
v. 1.7 date: 2000/04/30 19:54:26; author: steve; state: Exp; lines: +25 -10 Update to version 2.004. PR: 17804 Submitted by: Brian Handy
v. 1.6 date: 2000/04/14 07:19:39; author: asami; state: Exp; lines: +3 -3 Convert to PORTNAME/PORTVERSION.
v. 1.5 date: 2000/03/22 00:00:27; author: mharo; state: Exp; lines: +3 -3 PREFIX -> LOCALBASE
v. 1.4 date: 2000/03/20 23:25:15; author: jseger; state: Exp; lines: +2 -2 Changed LIB_DEPENDS: MesaGL.14->GL.14 due to Mesa-3.1 upgrade
v. 1.3 date: 1999/08/25 07:04:08; author: obrien; state: Exp; lines: +1 -1 Id->FreeBSD.
v. 1.2 date: 1999/05/24 02:23:54; author: steve; state: Exp; lines: +5 -1 Make this at least build on the Alpha and mark it broken since it fails a few tests.
v. 1.1 date: 1999/04/03 02:13:53; author: steve; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1999/04/03 02:13:53; author: steve; state: Exp; lines: +0 -0 Import of PDL version 2.0. The Perl Data Language. PR: 9984 Submitted by: Anton Berezin =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm