Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-10-18 | "echo -e" is not portable, use printf to generate horizontal tabulation. | asau | 1 | -1/+5 | |
Reported by Mikhail Danilov on IRC. | |||||
2012-09-11 | "user-destdir" is default these days | asau | 1 | -3/+1 | |
2010-05-16 | gnuplot isn't used, remove it completely. | asau | 1 | -5/+2 | |
Use common point to depend on MPI (mk/mpi.buildlink3.mk). | |||||
2009-12-13 | Set DIST_SUBDIR. | asau | 1 | -1/+2 | |
2009-12-13 | Update to SKaMPI 5.0.4 rev. 355. | asau | 1 | -41/+14 | |
Changes are unknown. Don't depend on gnuplot, it is not required for functioning. | |||||
2009-03-17 | Correct email address for generic MAINTAINER. | darcy | 1 | -2/+2 | |
2009-01-23 | Give up maintainership, as I have not so much as looked at pkgsrc in | jschauma | 1 | -2/+2 | |
well over a year now. Sorry. :-( | |||||
2008-05-26 | Second round of explicit pax dependencies. As reminded by tnn@, | joerg | 1 | -3/+3 | |
many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all. | |||||
2008-03-03 | Mechanical changes to add full DESTDIR support to packages that install | jlam | 1 | -13/+15 | |
their files via a custom do-install target. | |||||
2006-08-10 | Remove teTeX2 from TEX_ACCEPTED, because the teTeX2 packages will be removed | minskim | 1 | -2/+2 | |
shortly. | |||||
2006-05-13 | Remove references to teTeX1. | minskim | 1 | -2/+2 | |
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -2/+2 | |
2005-11-11 | Rename LATEX_ACCEPTED and LATEX_DEFAULT to TEX_ACCEPTED and TEX_DEFAULT | tonio | 1 | -2/+2 | |
It is more consistent with the tex.buildlink3.mk name. Also, if a package really needs latex, it just has to set TEX_ACCEPTED to latex distributions altough today, all TEX_ACCEPTED possibilities are latex distributions | |||||
2005-11-08 | convert to use tex.buildlink3.mk | tonio | 1 | -2/+3 | |
Accepts teTeX1, teTeX2 and teTeX3 | |||||
2005-07-16 | Get rid of USE_PERL5. The new way to express needing the Perl executable | jlam | 1 | -2/+2 | |
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable. | |||||
2005-06-16 | Create directories before installing files into them. | jlam | 1 | -1/+3 | |
2005-05-15 | Use ${GZCAT} instead of ${GUNZIP_CMD} -c. The former is more succinct, | jlam | 1 | -2/+2 | |
and is recognized by the tools framework automatically. | |||||
2005-03-30 | Convert to bl3. | wiz | 1 | -2/+2 | |
2004-03-26 | PKGREVISION bump after openssl-security-fix-update to 0.9.6m. | wiz | 1 | -2/+2 | |
Buildlink files: RECOMMENDED version changed to current version. | |||||
2003-12-24 | Adjust dependancies and bump PKGREVISION due to: | jmmv | 1 | -2/+3 | |
- teTeX 1.0.x packages have been moved to teTeX1* directories. - teTeX 2.0.x packages have been moved to teTeX* directories and their base name has been changed to teTeX (instead of teTeX2). | |||||
2003-11-08 | Depend on either teTeX or teTeX2 and default to latter. | wiz | 1 | -2/+2 | |
2003-11-05 | According to the website, there have been some ``bugfix changes'' around | jschauma | 1 | -4/+6 | |
2003-04-08, but the maintainers did not version the distfile. So make up our own versioning, bump this to 4.0.1 and stick the distfile into a DIST_SUBDIR (as suggested by agc@). | |||||
2003-09-01 | Fix REPLACE_PERL: pathnames listed should be relative to ${WRKSRC}. | seb | 1 | -2/+2 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-04-10 | Fix COMMENT | abs | 1 | -2/+2 | |
2003-03-19 | Initial import of benchmarks/skampi | jschauma | 1 | -0/+51 | |
The SKaMPI-Benchmark is a suite of tests designed to measure the performance of MPI. MPI (Message Passing Interface) is a machine independent standard to provide an efficient interface to message passing libraries of different parallel machines. The goal of SKaMPI is to create a database to illustrate the performance of these different MPI implementations. This database should allow to: 1. Decide how to implement portable and efficient MPI programs. 2. Predict the performance of MPI programs. 3. Describe supercomputers in terms of MPI. |