Commit graph

1774 commits

Author SHA1 Message Date
joerg
57589ae2e1 Needs perl. 2006-07-20 12:32:02 +00:00
joerg
bf1adeebbb Needs intltool. 2006-07-19 10:08:12 +00:00
joerg
e19baeb3ba Uses C and C++. 2006-07-11 00:19:20 +00:00
jlam
06be53fba4 Completely nuke the concept of PKG_PHASE from pkgsrc except for the
purposes of caching MAKEVARS within bsd.pkg.mk and bsd.makevars.mk.
2006-07-10 22:59:26 +00:00
wiz
f141664ee0 Needs intltool, add it to tools. 2006-07-10 16:09:47 +00:00
drochner
83f5d0dc79 update to 1.1.3
changes:
* Added support for constants e, log2(e), log10(e), ln(2), ln(10), pi,
  pi/2, pi/4, 1/pi, 2/pi, 2/sqrt(pi), sqrt(2) and sqrt(1/2).
* Fixed bug with using global instead of evaluator specific symbol table
  variable in evaluator_get_variables() function.
2006-07-10 11:16:24 +00:00
joerg
8609d2573a Never run gengarbage, it can block the build infinitly. 2006-07-09 13:43:56 +00:00
jlam
c16221a4db Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.

For example, "make show-buildlink3" in fonts/Xft2 displays:

	zlib
	fontconfig
	    iconv
	    zlib
	    freetype2
	    expat
	freetype2
	Xrender
	    renderproto
2006-07-08 23:10:35 +00:00
jlam
9430e49307 Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
2006-07-08 22:38:58 +00:00
jlam
b7ebfd264d Add an explicit run-time dependency on perl because these packages
install perl scripts.  Bump the PKGREVISION for the dependency change.
2006-07-07 22:10:06 +00:00
jlam
8766e88011 Reorder sections to more closely follow pkgsrc Makefile guidelines. 2006-07-07 21:51:05 +00:00
adam
7489ae8db3 Changes 3.1.2:
* Correct bug in configure script: --enable-portable-binary option was ignored!
* Threads compilation fix on AIX: prefer xlc_r to cc_r, and don't use
  either if we are using gcc.
* Updated FAQ to note that Apple gcc 4.0.1 on MacOS/Intel is broken,
  and suggest a workaround.  configure script now detects Core/Duo arch.
* Use -maltivec when checking for altivec.h.
2006-07-07 18:02:01 +00:00
jlam
ee68c93314 LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... just
set OVERRIDE_DIRDEPTH to find any libtool scripts deeper in the WRKSRC
tree unless they're named something other than "libtool".

SHLIBTOOL_OVERRIDE generally doesn't need to be specified either -- just
define it to the empty list and shlibtool-override will look for libtool
scripts.
2006-07-07 15:49:30 +00:00
jlam
00478b39e6 Sweep pkgsrc and convert packages that included intltool/buildlink3.mk
to use instead "USE_TOOLS+=intltool".  Remove now unused
intltool/buildlink3.mk
2006-07-05 05:37:39 +00:00
drochner
95d5d5ed2f update to 2.12.0.6
too many changes and additions to list here, see the CHANGELOG file
2006-07-04 16:19:28 +00:00
markd
f8fc4849ea Add new R packages. 2006-07-02 13:26:01 +00:00
markd
22beb19912 Update to 2.2.1 and fix dependencies.
Fixes build problems seen in bulk builds.
2006-07-02 13:22:52 +00:00
markd
bbecd7a1d3 Update to version 1.2.0, add correct dependencies.
Fixes build problem seen in bulk builds.
2006-07-02 13:19:53 +00:00
markd
691c756d2c Initial import R-combinat 0.0.6
Routines for combinatorics
2006-07-02 13:16:03 +00:00
markd
c1eac74937 Initial import R-ncdf 1.5
High-level R interface to Unidata's netCDF data files
2006-07-02 13:11:58 +00:00
markd
436cf5d410 Initial import R-mvtnorm 0.7.2
Computes the multivariate normal and t distribution
2006-07-02 13:09:22 +00:00
markd
cda94ece61 Initial import of R-gtools 2.2.3
Various R programming tools
2006-07-02 13:05:53 +00:00
markd
9ea3f49712 Initial import R-gdata 2.1.2
Various R programming tools for data manipulation
2006-07-02 13:04:13 +00:00
markd
3528cc5f7d Initial import R-akima 0.5.1
R package for linear or cubic spline interpolation for irregular gridded
data
2006-07-02 13:01:53 +00:00
markd
2d32d78759 Replace DEPENDS line with appropriate buildlink3.mk.
Also allow passing arguments to the "R CMD INSTALL"
2006-07-02 12:52:43 +00:00
rillig
25689ebee6 Fixed some pkglint warnings. 2006-07-02 10:28:50 +00:00
markd
f6f614ebac Update R-pixmap to 0.4.4
Changes unknown but fixes build problem seen in bulk builds.
2006-06-30 22:48:07 +00:00
markd
eafe7a9108 Update R-GRASS to 0.3.2.
Changes unknown but fixes build problem seen in bulk builds.
Also fix Homepage reference.
2006-06-30 22:47:04 +00:00
markd
ec359842a2 Update R-DAAG to 0.79
Changes unknown but fixes build problem seen in bulk builds.
2006-06-30 22:45:47 +00:00
joerg
2fc77b2416 Needs msgfmt. 2006-06-28 12:15:13 +00:00
wiz
20c8536c3f Fix build with gcc4 on NetBSD-3.99.21. 2006-06-27 14:53:42 +00:00
jlam
f025f43fc4 Reorder the linker tests in the configure script so that we test for
C libraries *before* we throw the AC_LANG([C++]) switch.  This makes
the generated configure script use the C compiler/linker instead of
the C++ compiler/linker when running tests.  This avoids errors like
these based on not correctly getting the function signature correct:

conftest.cc:36: error: nonnull argument with out-of-range operand
	number (arg 1, operand 2)

This error was causing the configure script to not detect *gettext()
routines and not building and installing the *.mo files.  This fixes
the error noted in the bulk build results:

    http://mail-index.netbsd.org/pkgsrc-bulk/2006/06/20/0000.html
2006-06-22 18:52:00 +00:00
joerg
cd09bdc916 Needs intltool. 2006-06-22 10:22:59 +00:00
jlam
5a7738ae2c INSTALL_TARGET is automatically set to the right value if USE_IMAKE is
defined, so no need to set it explicitly here.
2006-06-21 18:18:05 +00:00
minskim
d2459d21be USE_TOOLS+=yacc 2006-06-20 22:12:59 +00:00
joerg
27f9a95a6d Also call install.man. 2006-06-20 21:17:35 +00:00
joerg
cf6c1d2300 Catch up with R 2.3.1: different module name, different output of
R --version, different dependency. Bump revision.
2006-06-20 19:54:14 +00:00
joerg
abd6cf86f7 salo says "using textproc/intltool/b3.mk is the correct way". 2006-06-19 19:24:34 +00:00
minskim
cd58c2b59f Update mathomatic to 12.5.17.
Changes since 12.5.15:
Allow curly brackets ("{}") as parentheses.
Allow all taylor command input on the command line.
Add taylor command to tests.
Added -u option (Unbuffered mode).  Previously output was always unbuffered.
Fixed compilation failure with some versions of GCC, when using readline.
Made some nice changes to "gcd.c".
Added "solve" as a command.
Adjust copyright dates and file comments in all source files.
Fix display of -0 (now displays as 0).
Restore matho-sumsq to Prime Number Tools.
2006-06-18 03:02:24 +00:00
joerg
e96a8873cb Build depends on XML::Parser. 2006-06-16 14:35:27 +00:00
wiz
cfd623bd93 Drop maintainership, I don't use them any longer. 2006-06-15 13:31:28 +00:00
adam
0ac95802ae Changes 0.9.4:
*  True RPN mode with stack manipulation
* Dutch translation (from Jaap Woldringh and the Dutch KDE translation team)
* New application icons (from Thomas Lübking)
* API documentation (approximately halfway)
* Enhanced edit matrix/vector dialogs, with widget for GTK+
* View/edit/insert matrix/vector menu items (GTK+)
* Combined dialog for number bases in result and expression (GTK+)
* Fix comma as decimal sign with KDE GUI
* "Convert to Best Unit" and "Convert to Base Units" was swapped (KDE)
* Ignore commas (with dot as decimal sign) in numbers and option to use dot as
  thousands separator
* Fix removal of factors in simplifaction ("1 kg m/s" was simplified to
  "1000 m/s")
* Fix libqalculate.so unresolved symbols
* Fix bug that caused all number arguments to require numbers to be rational
* Interpret 0x..., 0o... and 0b... as hexadecimal, octal and binary numbers,
  respectively, when base is decimal
* Ability to represent numbers as 0x0feff (for HEX), 0b0011101010 (for BIN)
* Set vectors and matrices as the first argument by default
* New functions
* Fix integration
* New unit: psi
* New name format in data files for more flexible translations
* Change some dubious mathematical wordings
2006-06-14 20:14:21 +00:00
joerg
b0505dab46 Ensure that len does not shadow a parameter of the same name.
Don't use __sighandler_t at all, it is not standard and at least on
DrgaonFly means something completely different.  Also change the typedef
to match what signal actually expects. Fix some more minor glitches
for DragonFly.
2006-06-14 14:34:10 +00:00
rillig
a39d6f16c8 Made xfractint work on NetBSD. 2006-06-14 09:07:45 +00:00
markd
b73fad9d8c Update to R 2.3.1
This version contains several minor fixups and removes a couple of bad
bugs such as NA-handling of mean() for integer vectors.

Changes 2.3.0
This version contains several changes and additions, mostly incremental.
2006-06-13 12:28:09 +00:00
dbj
0733d92a38 move static function declarations from inside functions to toplevel
remove static from merror definition to match header declartion
bump PKGREVISION for merror change
this fixes compile problems on darwin
2006-06-13 07:23:58 +00:00
wiz
5a86b7596b Add and enable xfractint. 2006-06-12 16:34:32 +00:00
rillig
95fc1f5ddb Added a patch for Solaris 5.8. 2006-06-12 14:54:55 +00:00
rillig
08eca46602 Fixed problems on Solaris 5.8. Added a proper PLIST. 2006-06-12 14:54:27 +00:00
rillig
10aa714944 Imported xfractint.
Xfractint draws a wide variety of fractals.  Xfractint is a port of the
IBM PC program fractint.  Xfractint has online documentation which
should be referenced for most operation information.  Note that the
online documentation is from fractint, and does not always accurately
describe xfractint.
2006-06-12 14:13:55 +00:00