2011-04-22 15:41:54 +02:00
|
|
|
# $NetBSD: Makefile,v 1.9 2011/04/22 13:44:05 obache Exp $
|
2009-12-11 21:44:38 +01:00
|
|
|
|
2011-03-11 14:00:12 +01:00
|
|
|
DISTNAME= fityk-0.9.7
|
2011-04-22 15:41:54 +02:00
|
|
|
PKGREVISION= 1
|
2009-12-11 21:44:38 +01:00
|
|
|
CATEGORIES= math
|
2011-03-11 14:00:12 +01:00
|
|
|
#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fityk/}
|
|
|
|
MASTER_SITES= https://cloud.github.com/downloads/wojdyr/fityk/
|
|
|
|
FETCH_USING= curl
|
2009-12-11 21:44:38 +01:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
|
|
HOMEPAGE= http://fityk.sourceforge.net/
|
|
|
|
COMMENT= Peak fitting software
|
Changes 0.9.2:
* To compile fityk, Boost (only headers) and xylib must be installed first.
Fityk tarball does not contain a copy of boost and xylib now.
* user-defined functions: split functions can be defined in this way:
SplitG(h, c, w1, w2) = x < c ? Gaussian(h, c, w1) : Gaussian(h, c, w2)
* added info-numeric-format option
* a couple of bug fixes
Changes 0.9.1:
* added cfityk to Windows installer
* Unix only: fitting can be interrupted by the INT signal
* changed output of "info errors", see the manual for details
* GUI: "plot in @n" changes selected datasets (useful in scripts)
* many bugs fixed
Changes 0.9.0:
* GUI: Data > Editor dialog was replaced with two dialogs: Data > Table
and Data > Edit Transformations
* added Lua bindings (configure option --enable-lua)
* a syntax to execute output from external program: command ! program [args...]
* xyConvert (which requires wx 2.9) is built by default.
Added flag --disable-xyconvert, which must be used with wx 2.8.
* parsing of info command was rewritten, but functionality is almost the same
* bug fixes
2010-05-15 09:12:00 +02:00
|
|
|
LICENSE= gnu-lgpl-v2
|
2009-12-11 21:44:38 +01:00
|
|
|
|
Changes 0.9.2:
* To compile fityk, Boost (only headers) and xylib must be installed first.
Fityk tarball does not contain a copy of boost and xylib now.
* user-defined functions: split functions can be defined in this way:
SplitG(h, c, w1, w2) = x < c ? Gaussian(h, c, w1) : Gaussian(h, c, w2)
* added info-numeric-format option
* a couple of bug fixes
Changes 0.9.1:
* added cfityk to Windows installer
* Unix only: fitting can be interrupted by the INT signal
* changed output of "info errors", see the manual for details
* GUI: "plot in @n" changes selected datasets (useful in scripts)
* many bugs fixed
Changes 0.9.0:
* GUI: Data > Editor dialog was replaced with two dialogs: Data > Table
and Data > Edit Transformations
* added Lua bindings (configure option --enable-lua)
* a syntax to execute output from external program: command ! program [args...]
* xyConvert (which requires wx 2.9) is built by default.
Added flag --disable-xyconvert, which must be used with wx 2.8.
* parsing of info command was rewritten, but functionality is almost the same
* bug fixes
2010-05-15 09:12:00 +02:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
2009-12-11 21:44:38 +01:00
|
|
|
|
Changes 0.9.2:
* To compile fityk, Boost (only headers) and xylib must be installed first.
Fityk tarball does not contain a copy of boost and xylib now.
* user-defined functions: split functions can be defined in this way:
SplitG(h, c, w1, w2) = x < c ? Gaussian(h, c, w1) : Gaussian(h, c, w2)
* added info-numeric-format option
* a couple of bug fixes
Changes 0.9.1:
* added cfityk to Windows installer
* Unix only: fitting can be interrupted by the INT signal
* changed output of "info errors", see the manual for details
* GUI: "plot in @n" changes selected datasets (useful in scripts)
* many bugs fixed
Changes 0.9.0:
* GUI: Data > Editor dialog was replaced with two dialogs: Data > Table
and Data > Edit Transformations
* added Lua bindings (configure option --enable-lua)
* a syntax to execute output from external program: command ! program [args...]
* xyConvert (which requires wx 2.9) is built by default.
Added flag --disable-xyconvert, which must be used with wx 2.8.
* parsing of info command was rewritten, but functionality is almost the same
* bug fixes
2010-05-15 09:12:00 +02:00
|
|
|
USE_LANGUAGES= c c++
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
# XXX: xyconvert requires wxWidgets >= 2.9
|
|
|
|
CONFIGURE_ARGS+= --disable-xyconvert
|
|
|
|
|
|
|
|
.include "../../devel/boost-headers/buildlink3.mk"
|
|
|
|
.include "../../devel/readline/buildlink3.mk"
|
2009-12-11 21:44:38 +01:00
|
|
|
.include "../../math/xylib/buildlink3.mk"
|
|
|
|
.include "../../x11/wxGTK28/buildlink3.mk"
|
|
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|