Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-04-06 | Resolves: | rodent | 1 | -2/+2 | |
"INFO_FILES should be set to YES or yes." "Packages that install info files should set INFO_FILES." Makefile and PLIST warning, respectively. | |||||
2012-09-11 | "user-destdir" is default these days | asau | 1 | -3/+1 | |
2011-12-29 | Don't try to use namespace with math functions, it doesn't work reliable | joerg | 2 | -1/+37 | |
with different compilers. | |||||
2010-07-30 | "fortran" -> "fortran77" except where it is clear that it isn't F77. | asau | 1 | -2/+2 | |
"fortran" is alias of "fortran77" for now, but it will change later. | |||||
2009-12-03 | Follow f2c/libf2c split: bump revision of all packages | asau | 1 | -2/+2 | |
that list Fortran in used languages. | |||||
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -7/+1 | |
2008-06-20 | Add DESTDIR support. | joerg | 3 | -2/+37 | |
2006-07-22 | Added "c" to USE_LANGUAGES for packages that use GNU configure scripts, | rillig | 1 | -2/+2 | |
since they always need a C compiler, even when the source code is completely in C++. For some other packages, stated in the comment that a C compiler is really not needed. | |||||
2006-06-06 | Let configure use c++, it seems to work fine. Uses C++ and Fortran. | joerg | 1 | -2/+3 | |
Never build doxygen docs. | |||||
2006-04-05 | List the info files directly in the PLIST and honor PKG{INFO,MAN}DIR. | jlam | 2 | -4/+4 | |
2006-03-04 | Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no | jlam | 1 | -2/+2 | |
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers. | |||||
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -1/+2 | |
2006-02-02 | When using GCC and libstdc++ supports C99 macros, use isnan from | joerg | 3 | -1/+29 | |
namespace std. | |||||
2005-09-05 | Changes 0.8: | adam | 7 | -347/+63 | |
* Bug fixes * Improvements | |||||
2005-05-22 | Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: | jlam | 1 | -2/+2 | |
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison | |||||
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-02-23 | Add RMD160 digests in addition to SHA1 ones. | agc | 1 | -1/+2 | |
2004-04-11 | Convert to buildlink3. | snj | 1 | -3/+3 | |
2004-01-24 | replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. | grant | 1 | -2/+2 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-06-02 | Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. | jschauma | 1 | -2/+2 | |
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust. | |||||
2003-05-12 | Move tty test into interactive section so this will work correctly | jmc | 2 | -1/+30 | |
for bulk/non-interactive builds that are logging | |||||
2003-04-30 | Initial import of blitz++. | jtb | 7 | -0/+499 | |
Blitz++ is a C++ class library for scientific computing which provides performance on par with Fortran 77/90. It uses template techniques to achieve high performance. The current versions provide dense arrays and vectors, random number generators, and small vectors and matrices. Blitz++ is distributed freely under an open source license, and contributions to the library are welcomed. |