The FreeBSD Ports Archive
FreeBSD math : gsl4>
The GNU Scientific Library - mathematical libs
The GNU Scientific Library (GSL) is a collection of routines for numerical
computing. The routines are written from scratch by the GSL team in ANSI C,
and are meant to present a modern Applications Programming Interface (API)
for C programmers, while allowing wrappers to be written for very high level
languages.
Example programs are available at http://www.silbsd.org/projects/GSL.tar.gz
http://www.gnu.org/software/gsl
|
gsl history
v. 1.39
date: 2007/12/15 18:41:43; author: pav; state: Exp; lines: +2 -2
- Fix fetch in NOPORTDOCS case
PR: ports/118125
Submitted by: bf (maintainer)
v. 1.38
date: 2007/09/23 06:02:41; author: edwin; state: Exp; lines: +2 -2
[PATCH]math/gsl: update to 1.10
PR: ports/116506
Submitted by: bf
v. 1.37
date: 2007/06/29 05:46:00; author: ijliao; state: Exp; lines: +2 -2
upgrade to 1.9
pass maintainership to bf2006a@yahoo.com
PR: 109548
Submitted by: me
Approved by: maintainer timeout (over 2 months)
v. 1.36
date: 2006/05/06 01:27:38; author: mnag; state: Exp; lines: +8 -7
- Update to 1.8
- Take maintainership
PR: 96733
Submitted by: Rainer Alves
v. 1.35
date: 2006/02/26 20:35:31; author: dougb; state: Exp; lines: +1 -1
Reset maintainer by request.
Approved by: portmgr (marcus)
v. 1.34
date: 2006/02/23 10:37:53; author: ade; state: Exp; lines: +1 -1
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.33
date: 2005/11/15 06:50:06; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.32
date: 2005/05/02 12:58:56; author: jylefort; state: Exp; lines: +1 -1
Update to 1.6
PR: ports/80341
Submitted by: maintainer
v. 1.31
date: 2005/04/12 03:26:04; 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.30
date: 2005/04/11 08:03:15; 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.29
date: 2004/07/09 17:42:34; author: marcus; state: Exp; lines: +1 -1
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
v. 1.28
date: 2004/07/06 13:53:50; author: vs; state: Exp; lines: +2 -2
- Update to 1.5
- Assign maintainership to submitter
PR: ports/68715
Submitted by: Jonathan Drews
v. 1.27
date: 2004/06/14 03:33:24; author: ache; state: Exp; lines: +2 -1
Explicitly specify CONFIGURE_TARGET to disable configure warning
v. 1.26
date: 2004/03/14 06:16:56; author: ade; state: Exp; lines: +1 -1
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
v. 1.25
date: 2003/12/04 10:39:55; author: pav; state: Exp; lines: +2 -5
- Pretend we don't have ieee functionality on sparc64, amd64 and ia64,
thus fixing build there
- Axe html documentation, it disappeared from master site
PR: ports/59238
Approved by: adamw (mentor)
v. 1.24
date: 2003/11/02 03:36:43; author: edwin; state: Exp; lines: +1 -1
ports with possibly unreachable MAINTAINERs
*** addresses that may be dead, even though the error is temporary:
*** addresses that seem to be dead, but give a hint to a new address:
PR: ports/58694
Submitted by: Oliver Eikemeier
v. 1.23
date: 2003/09/28 21:25:55; author: krion; state: Exp; lines: +6 -1
- Update to version 1.4
- Pet portlint
PR: 56160
Submitted by: AMAKAWA Shuhei
Approved by: maintainer timeout > 1 month
v. 1.22
date: 2003/03/23 20:14:22; author: lkoeller; state: Exp; lines: +1 -0
o) Fix libtool usage (see PR)
o) Upgrade fftw (bugfix release: 2.1.3 -> 2.1.4)
PR: 47581
Submitted by: Sergey Aleshin
v. 1.21
date: 2003/02/21 12:43:59; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.20
date: 2003/01/23 14:32:32; author: obraun; state: Exp; lines: +1 -1
Change maintainers email address also in the Makefile.
Approved by: maintainer
v. 1.19
date: 2003/01/18 23:37:43; author: obraun; state: Exp; lines: +1 -1
Upgrade to 1.3.
PR: ports/46931
Submitted by: maintainer
v. 1.18
date: 2002/07/23 21:57:07; author: pat; state: Exp; lines: +2 -2
Update to 1.2
PR: ports/40934
Submitted by: maintainer
v. 1.17
date: 2002/03/22 03:28:00; author: ijliao; state: Exp; lines: +6 -3
upgrade to 1.1.1
PR: 36176
Submitted by: maintainer
v. 1.16
date: 2001/12/07 08:46:53; author: tobez; state: Exp; lines: +1 -1
Update to 1.0.
PR: 31798
Submitted by: Eoin Lawless
Approved by: maintainer
v. 1.15
date: 2001/11/01 09:18:25; author: tobez; state: Exp; lines: +1 -1
Vladimir Savichev is now a maintainer of
this port.
v. 1.14
date: 2001/10/30 23:09:34; author: tobez; state: Exp; lines: +2 -2
Update to 0.9.4.
PR: 31638
Submitted by: Vladimir Savichev
v. 1.13
date: 2001/09/29 10:02:16; author: demon; state: Exp; lines: +2 -2
Update to 0.9.3
v. 1.12
date: 2001/09/03 02:03:54; author: demon; state: Exp; lines: +4 -3
Upgrade to 0.9.2;
Use IGNOREFILES for postscript manual, it is rerolled frequently and has no
version information in the filename.
v. 1.11
date: 2001/08/03 19:23:05; author: ijliao; state: Exp; lines: +2 -2
upgrade to 0.9
Submitted by: bento log
v. 1.10
date: 2001/07/06 07:19:50; author: demon; state: Exp; lines: +4 -1
Add missing manpages.
v. 1.9
date: 2001/06/24 07:54:09; author: knu; state: Exp; lines: +3 -3
Update to 0.8.
PR: ports/28299
Submitted by: Vladimir Savichev
v. 1.8
date: 2001/02/25 15:27:17; author: kevlo; state: Exp; lines: +11 -13
- Use MASTER_SITE_SOURCEWARE to MASTER_SITES
- Update WWW: line
- Use NOPORTDOCS PLIST_SUB
PR: 25324
Submitted by: Ports Fury
v. 1.7
date: 2001/01/06 20:24:32; author: demon; state: Exp; lines: +2 -2
Release to ports@. Maintainer e-mail bounces (no such user).
v. 1.6
date: 2000/11/03 12:33:07; author: kevlo; state: Exp; lines: +2 -2
Update to version 0.7
PR: 22543
Submitted by: MAINTAINER
v. 1.5
date: 2000/06/16 21:51:39; author: asami; state: Exp; lines: +2 -2
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
v. 1.4
date: 2000/06/16 10:38:09; author: sobomax; state: Exp; lines: +2 -1
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
v. 1.3
date: 2000/06/04 17:08:38; author: will; state: Exp; lines: +9 -9
Update to 0.6. Add USE_LIBTOOL. Portlint.
PR: 18991
Submitted by: MAINTAINER
v. 1.2
date: 2000/04/14 07:20:10; author: asami; state: Exp; lines: +3 -3
Convert to PORTNAME/PORTVERSION.
v. 1.1
date: 2000/04/07 12:11:04; author: tg; state: Exp;
Add port for the GNU Scientific Library, a collection of routines
for numerical computing.
PR: 16741
Submitted by: "Andrew L. Neporada"
=============================================================================
v. 1.39
date: 2007/12/15 18:41:43; author: pav; state: Exp; lines: +2 -2
- Fix fetch in NOPORTDOCS case
PR: ports/118125
Submitted by: bf (maintainer)
v. 1.38
date: 2007/09/23 06:02:41; author: edwin; state: Exp; lines: +2 -2
[PATCH]math/gsl: update to 1.10
PR: ports/116506
Submitted by: bf
v. 1.37
date: 2007/06/29 05:46:00; author: ijliao; state: Exp; lines: +2 -2
upgrade to 1.9
pass maintainership to bf2006a@yahoo.com
PR: 109548
Submitted by: me
Approved by: maintainer timeout (over 2 months)
v. 1.36
date: 2006/05/06 01:27:38; author: mnag; state: Exp; lines: +8 -7
- Update to 1.8
- Take maintainership
PR: 96733
Submitted by: Rainer Alves
v. 1.35
date: 2006/02/26 20:35:31; author: dougb; state: Exp; lines: +1 -1
Reset maintainer by request.
Approved by: portmgr (marcus)
v. 1.34
date: 2006/02/23 10:37:53; author: ade; state: Exp; lines: +1 -1
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.33
date: 2005/11/15 06:50:06; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.32
date: 2005/05/02 12:58:56; author: jylefort; state: Exp; lines: +1 -1
Update to 1.6
PR: ports/80341
Submitted by: maintainer
v. 1.31
date: 2005/04/12 03:26:04; 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.30
date: 2005/04/11 08:03:15; 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.29
date: 2004/07/09 17:42:34; author: marcus; state: Exp; lines: +1 -1
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
v. 1.28
date: 2004/07/06 13:53:50; author: vs; state: Exp; lines: +2 -2
- Update to 1.5
- Assign maintainership to submitter
PR: ports/68715
Submitted by: Jonathan Drews
v. 1.27
date: 2004/06/14 03:33:24; author: ache; state: Exp; lines: +2 -1
Explicitly specify CONFIGURE_TARGET to disable configure warning
v. 1.26
date: 2004/03/14 06:16:56; author: ade; state: Exp; lines: +1 -1
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
v. 1.25
date: 2003/12/04 10:39:55; author: pav; state: Exp; lines: +2 -5
- Pretend we don't have ieee functionality on sparc64, amd64 and ia64,
thus fixing build there
- Axe html documentation, it disappeared from master site
PR: ports/59238
Approved by: adamw (mentor)
v. 1.24
date: 2003/11/02 03:36:43; author: edwin; state: Exp; lines: +1 -1
ports with possibly unreachable MAINTAINERs
*** addresses that may be dead, even though the error is temporary:
*** addresses that seem to be dead, but give a hint to a new address:
PR: ports/58694
Submitted by: Oliver Eikemeier
v. 1.23
date: 2003/09/28 21:25:55; author: krion; state: Exp; lines: +6 -1
- Update to version 1.4
- Pet portlint
PR: 56160
Submitted by: AMAKAWA Shuhei
Approved by: maintainer timeout > 1 month
v. 1.22
date: 2003/03/23 20:14:22; author: lkoeller; state: Exp; lines: +1 -0
o) Fix libtool usage (see PR)
o) Upgrade fftw (bugfix release: 2.1.3 -> 2.1.4)
PR: 47581
Submitted by: Sergey Aleshin
v. 1.21
date: 2003/02/21 12:43:59; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.20
date: 2003/01/23 14:32:32; author: obraun; state: Exp; lines: +1 -1
Change maintainers email address also in the Makefile.
Approved by: maintainer
v. 1.19
date: 2003/01/18 23:37:43; author: obraun; state: Exp; lines: +1 -1
Upgrade to 1.3.
PR: ports/46931
Submitted by: maintainer
v. 1.18
date: 2002/07/23 21:57:07; author: pat; state: Exp; lines: +2 -2
Update to 1.2
PR: ports/40934
Submitted by: maintainer
v. 1.17
date: 2002/03/22 03:28:00; author: ijliao; state: Exp; lines: +6 -3
upgrade to 1.1.1
PR: 36176
Submitted by: maintainer
v. 1.16
date: 2001/12/07 08:46:53; author: tobez; state: Exp; lines: +1 -1
Update to 1.0.
PR: 31798
Submitted by: Eoin Lawless
Approved by: maintainer
v. 1.15
date: 2001/11/01 09:18:25; author: tobez; state: Exp; lines: +1 -1
Vladimir Savichev is now a maintainer of
this port.
v. 1.14
date: 2001/10/30 23:09:34; author: tobez; state: Exp; lines: +2 -2
Update to 0.9.4.
PR: 31638
Submitted by: Vladimir Savichev
v. 1.13
date: 2001/09/29 10:02:16; author: demon; state: Exp; lines: +2 -2
Update to 0.9.3
v. 1.12
date: 2001/09/03 02:03:54; author: demon; state: Exp; lines: +4 -3
Upgrade to 0.9.2;
Use IGNOREFILES for postscript manual, it is rerolled frequently and has no
version information in the filename.
v. 1.11
date: 2001/08/03 19:23:05; author: ijliao; state: Exp; lines: +2 -2
upgrade to 0.9
Submitted by: bento log
v. 1.10
date: 2001/07/06 07:19:50; author: demon; state: Exp; lines: +4 -1
Add missing manpages.
v. 1.9
date: 2001/06/24 07:54:09; author: knu; state: Exp; lines: +3 -3
Update to 0.8.
PR: ports/28299
Submitted by: Vladimir Savichev
v. 1.8
date: 2001/02/25 15:27:17; author: kevlo; state: Exp; lines: +11 -13
- Use MASTER_SITE_SOURCEWARE to MASTER_SITES
- Update WWW: line
- Use NOPORTDOCS PLIST_SUB
PR: 25324
Submitted by: Ports Fury
v. 1.7
date: 2001/01/06 20:24:32; author: demon; state: Exp; lines: +2 -2
Release to ports@. Maintainer e-mail bounces (no such user).
v. 1.6
date: 2000/11/03 12:33:07; author: kevlo; state: Exp; lines: +2 -2
Update to version 0.7
PR: 22543
Submitted by: MAINTAINER
v. 1.5
date: 2000/06/16 21:51:39; author: asami; state: Exp; lines: +2 -2
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
v. 1.4
date: 2000/06/16 10:38:09; author: sobomax; state: Exp; lines: +2 -1
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
v. 1.3
date: 2000/06/04 17:08:38; author: will; state: Exp; lines: +9 -9
Update to 0.6. Add USE_LIBTOOL. Portlint.
PR: 18991
Submitted by: MAINTAINER
v. 1.2
date: 2000/04/14 07:20:10; author: asami; state: Exp; lines: +3 -3
Convert to PORTNAME/PORTVERSION.
v. 1.1
date: 2000/04/07 12:11:04; author: tg; state: Exp;
Add port for the GNU Scientific Library, a collection of routines
for numerical computing.
PR: 16741
Submitted by: "Andrew L. Neporada"
=============================================================================
v. 1.39
date: 2007/12/15 18:41:43; author: pav; state: Exp; lines: +2 -2
- Fix fetch in NOPORTDOCS case
PR: ports/118125
Submitted by: bf (maintainer)
v. 1.38
date: 2007/09/23 06:02:41; author: edwin; state: Exp; lines: +2 -2
[PATCH]math/gsl: update to 1.10
PR: ports/116506
Submitted by: bf
v. 1.37
date: 2007/06/29 05:46:00; author: ijliao; state: Exp; lines: +2 -2
upgrade to 1.9
pass maintainership to bf2006a@yahoo.com
PR: 109548
Submitted by: me
Approved by: maintainer timeout (over 2 months)
v. 1.36
date: 2006/05/06 01:27:38; author: mnag; state: Exp; lines: +8 -7
- Update to 1.8
- Take maintainership
PR: 96733
Submitted by: Rainer Alves
v. 1.35
date: 2006/02/26 20:35:31; author: dougb; state: Exp; lines: +1 -1
Reset maintainer by request.
Approved by: portmgr (marcus)
v. 1.34
date: 2006/02/23 10:37:53; author: ade; state: Exp; lines: +1 -1
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.33
date: 2005/11/15 06:50:06; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.32
date: 2005/05/02 12:58:56; author: jylefort; state: Exp; lines: +1 -1
Update to 1.6
PR: ports/80341
Submitted by: maintainer
v. 1.31
date: 2005/04/12 03:26:04; 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.30
date: 2005/04/11 08:03:15; 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.29
date: 2004/07/09 17:42:34; author: marcus; state: Exp; lines: +1 -1
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
v. 1.28
date: 2004/07/06 13:53:50; author: vs; state: Exp; lines: +2 -2
- Update to 1.5
- Assign maintainership to submitter
PR: ports/68715
Submitted by: Jonathan Drews
v. 1.27
date: 2004/06/14 03:33:24; author: ache; state: Exp; lines: +2 -1
Explicitly specify CONFIGURE_TARGET to disable configure warning
v. 1.26
date: 2004/03/14 06:16:56; author: ade; state: Exp; lines: +1 -1
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
v. 1.25
date: 2003/12/04 10:39:55; author: pav; state: Exp; lines: +2 -5
- Pretend we don't have ieee functionality on sparc64, amd64 and ia64,
thus fixing build there
- Axe html documentation, it disappeared from master site
PR: ports/59238
Approved by: adamw (mentor)
v. 1.24
date: 2003/11/02 03:36:43; author: edwin; state: Exp; lines: +1 -1
ports with possibly unreachable MAINTAINERs
*** addresses that may be dead, even though the error is temporary:
*** addresses that seem to be dead, but give a hint to a new address:
PR: ports/58694
Submitted by: Oliver Eikemeier
v. 1.23
date: 2003/09/28 21:25:55; author: krion; state: Exp; lines: +6 -1
- Update to version 1.4
- Pet portlint
PR: 56160
Submitted by: AMAKAWA Shuhei
Approved by: maintainer timeout > 1 month
v. 1.22
date: 2003/03/23 20:14:22; author: lkoeller; state: Exp; lines: +1 -0
o) Fix libtool usage (see PR)
o) Upgrade fftw (bugfix release: 2.1.3 -> 2.1.4)
PR: 47581
Submitted by: Sergey Aleshin
v. 1.21
date: 2003/02/21 12:43:59; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.20
date: 2003/01/23 14:32:32; author: obraun; state: Exp; lines: +1 -1
Change maintainers email address also in the Makefile.
Approved by: maintainer
v. 1.19
date: 2003/01/18 23:37:43; author: obraun; state: Exp; lines: +1 -1
Upgrade to 1.3.
PR: ports/46931
Submitted by: maintainer
v. 1.18
date: 2002/07/23 21:57:07; author: pat; state: Exp; lines: +2 -2
Update to 1.2
PR: ports/40934
Submitted by: maintainer
v. 1.17
date: 2002/03/22 03:28:00; author: ijliao; state: Exp; lines: +6 -3
upgrade to 1.1.1
PR: 36176
Submitted by: maintainer
v. 1.16
date: 2001/12/07 08:46:53; author: tobez; state: Exp; lines: +1 -1
Update to 1.0.
PR: 31798
Submitted by: Eoin Lawless
Approved by: maintainer
v. 1.15
date: 2001/11/01 09:18:25; author: tobez; state: Exp; lines: +1 -1
Vladimir Savichev is now a maintainer of
this port.
v. 1.14
date: 2001/10/30 23:09:34; author: tobez; state: Exp; lines: +2 -2
Update to 0.9.4.
PR: 31638
Submitted by: Vladimir Savichev
v. 1.13
date: 2001/09/29 10:02:16; author: demon; state: Exp; lines: +2 -2
Update to 0.9.3
v. 1.12
date: 2001/09/03 02:03:54; author: demon; state: Exp; lines: +4 -3
Upgrade to 0.9.2;
Use IGNOREFILES for postscript manual, it is rerolled frequently and has no
version information in the filename.
v. 1.11
date: 2001/08/03 19:23:05; author: ijliao; state: Exp; lines: +2 -2
upgrade to 0.9
Submitted by: bento log
v. 1.10
date: 2001/07/06 07:19:50; author: demon; state: Exp; lines: +4 -1
Add missing manpages.
v. 1.9
date: 2001/06/24 07:54:09; author: knu; state: Exp; lines: +3 -3
Update to 0.8.
PR: ports/28299
Submitted by: Vladimir Savichev
v. 1.8
date: 2001/02/25 15:27:17; author: kevlo; state: Exp; lines: +11 -13
- Use MASTER_SITE_SOURCEWARE to MASTER_SITES
- Update WWW: line
- Use NOPORTDOCS PLIST_SUB
PR: 25324
Submitted by: Ports Fury
v. 1.7
date: 2001/01/06 20:24:32; author: demon; state: Exp; lines: +2 -2
Release to ports@. Maintainer e-mail bounces (no such user).
v. 1.6
date: 2000/11/03 12:33:07; author: kevlo; state: Exp; lines: +2 -2
Update to version 0.7
PR: 22543
Submitted by: MAINTAINER
v. 1.5
date: 2000/06/16 21:51:39; author: asami; state: Exp; lines: +2 -2
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
v. 1.4
date: 2000/06/16 10:38:09; author: sobomax; state: Exp; lines: +2 -1
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
v. 1.3
date: 2000/06/04 17:08:38; author: will; state: Exp; lines: +9 -9
Update to 0.6. Add USE_LIBTOOL. Portlint.
PR: 18991
Submitted by: MAINTAINER
v. 1.2
date: 2000/04/14 07:20:10; author: asami; state: Exp; lines: +3 -3
Convert to PORTNAME/PORTVERSION.
v. 1.1
date: 2000/04/07 12:11:04; author: tg; state: Exp;
Add port for the GNU Scientific Library, a collection of routines
for numerical computing.
PR: 16741
Submitted by: "Andrew L. Neporada"
=============================================================================
|
| |

|