summaryrefslogtreecommitdiff
path: root/math/eukleides
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26math: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07math: Remove SHA1 hashes for distfilesnia1-2/+1
2021-05-14eukleides: honor environment flagsnia2-1/+28
2015-11-25Remove mk/find-prefix.mk usage from the math category.jperkin1-5/+2
The find-prefix infrastructure was required in a pkgviews world where packages installed from pkgsrc could have different installation prefixes, and this was a way for a dependency prefix to be determined. Now that pkgviews has been removed there is no longer any need for the overhead of this infrastructure. Instead we use BUILDLINK_PREFIX.pkg for dependencies pulled in via buildlink, or LOCALBASE/PREFIX where the dependency is coming from pkgsrc. Provides a reasonable performance win due to the reduction of `pkg_info -qp` calls, some of which were redundant anyway as they were duplicating the same information provided by BUILDLINK_PREFIX.pkg.
2015-11-03Add SHA512 digests for distfiles for math categoryagc1-1/+2
Problems found locating distfiles: Package dfftpack: missing distfile dfftpack-20001209.tar.gz Package eispack: missing distfile eispack-20001130.tar.gz Package fftpack: missing distfile fftpack-20001130.tar.gz Package linpack: missing distfile linpack-20010510.tar.gz Package minpack: missing distfile minpack-20001130.tar.gz Package odepack: missing distfile odepack-20001130.tar.gz Package py-networkx: missing distfile networkx-1.10.tar.gz Package py-sympy: missing distfile sympy-0.7.6.1.tar.gz Package quadpack: missing distfile quadpack-20001130.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-08-18Bump all packages that depend on curses.bui* or terminfo.bui* since theywiz1-2/+2
might incur ncurses dependencies on some platforms, and ncurses just bumped its shlib. Some packages were bumped twice now, sorry for that.
2013-10-29Install LaTeX files into share/texmf-dist, not share/texmf.minskim2-6/+7
The latter has been deprecated in TeX Live 2013.
2013-07-15* .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yesryoon1-2/+2
are replaced with .include "../../devel/readline/buildlink3.mk", and USE_GNU_READLINE are removed, * .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE are replaced with .include "../../mk/readline.buildlink3.mk".
2013-06-26Require tex magic. Bump revision.joerg1-2/+4
2013-06-11Needs bison, lost during updatedholland1-2/+2
2013-06-10Update to 1.5.4ryoon9-36/+128
* Change to 1.5 branch. New implementation.
2012-09-11"user-destdir" is default these daysasau1-3/+1
2009-07-16Not MAKE_JOBS_SAFE.joerg1-1/+3
2008-12-19Fix build with newer bison.joerg2-1/+14
2008-09-02Update eukleides to 1.0.3.obache2-14/+16
Pkgsrc changes: * Update MASTERE_SITES (Thanks for Zafer Aydogan) and HOMEPAGE. * add DESTDIR support NEWS in 1.0.3 * Improvement of `frame' and `box' commands. NEWS in 1.0.2 * `disc' point shape. * Makefile improvement.
2007-11-17Some packages need lex and yacc. Patch by Aleksey Cheusov viarillig1-2/+2
pkgsrc-users.
2007-08-01Fix path to and depend on bash.joerg1-3/+5
2006-10-04Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz1-3/+3
2006-04-05List the info files directly in the PLIST and honor PKG{INFO,MAN}DIR.jlam4-23/+10
2006-04-05USE_TOOLS+=bison instead of direct BUILD_DEPENDS on the bison package.jlam1-3/+2
2006-03-05* Teach the tools framework how to supply the pkgsrc version ofjlam1-3/+2
makeinfo if no native makeinfo executable exists. Honor TEXINFO_REQD when determining whether the native makeinfo can be used. * Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo. * Get rid of all the "split" argument deduction for makeinfo since the PLIST module already handles varying numbers of split info files correctly. NOTE: Platforms that have "makeinfo" in the base system should check that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are correct.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-03-24Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to bewiz1-2/+1
useful.
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+2
2004-12-31Update eukleides to 1.0.1 using patches provided by Torsten Sadowskikristerw4-44/+20
in PR pkg/28746. Changes since 0.9.0 are unknown.
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-2/+2
Suggested by Roland Illig, ok'd by various.
2004-03-07Remove info files entries from PLIST.seb1-2/+1
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb1-2/+1
2003-07-31Convert to USE_NEW_TEXINFO.seb2-5/+5
2003-05-06Use texinfo.mk.seb4-9/+28
Fix info files handling in Makefile and PLIST.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-3/+3
2002-12-07Initial import of eukleides 0.9.0 into the NetBSD packages collectioncjep5-0/+62
as math/eukleides. A Euclidean drawing language compiler which allows one to typeset geometry figures within a (La)TeX document. This program is also useful to convert such figures into EPS format or into various other vector graphic formats. Supplied by ich (tsadowski at gmx dot net) in PR#19090. Thanks!