summaryrefslogtreecommitdiff
path: root/math/eukleides/Makefile
AgeCommit message (Collapse)AuthorFilesLines
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-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.minskim1-3/+4
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.4ryoon1-14/+29
* 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-09-02Update eukleides to 1.0.3.obache1-10/+12
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.jlam1-2/+7
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.
2004-12-31Update eukleides to 1.0.1 using patches provided by Torsten Sadowskikristerw1-3/+3
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-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.seb1-2/+4
2003-05-06Use texinfo.mk.seb1-1/+2
Fix info files handling in Makefile and PLIST.
2002-12-07Initial import of eukleides 0.9.0 into the NetBSD packages collectioncjep1-0/+19
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!