aboutsummaryrefslogtreecommitdiffstats
path: root/math/asymptote
Commit message (Collapse)AuthorAgeFilesLines
* Switch from libglut to freeglut and retire libglut. Libglut hasn't beenkwm2012-08-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | developed in years and has been dropped from the MESA 8.0 distribution. Freeglut is a rewrite of glut and is actively developed and is used by many linux distributions instead of libglut. Bump all ports that directly depend on libglut because of the shlib version change. There are some extra items in this patch. *) Because freeglut doesn't have the same dependancies as libglut, some ports need extra dependencies added to USE_XORG to make them build. *) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped with libglut. *) Remove option for libglut/freeglut selection in games/cake, only freeglut remains now. *) While here fix a png related build issue games/vegastrike. Thanks to miwi for running the exp-run. Approved by: portmgr (miwi) Collaboration with: zeising@ Obtained from: xorg-dev staging area.
* - Update to 2.16nivit2012-07-083-31/+68
| | | | | | | - Update MASTER_SITES - Convert to the new options framework - Add LICENSE (GPLv3, LGPL3), LICENSE_COMB (dual) - Add options GSL, FFTW, READLINE
* - update png to 1.5.10dinoex2012-06-011-1/+1
|
* - Update to 2.15nivit2012-04-253-108/+16
| | | | | | | - Disable build of the documentation: print/teTeX is too old to compile it PR: ports/165553 Submitted by: Andras Jako <jako.andras@eik.bme.hu>
* - Mark BROKEN: fails to buildpav2012-02-031-0/+2
| | | | | | | | cd .. && ../asy -dir ../base -config "" -render=0 -f png -o png/ markers1.asy ../base/plain_xasy.asy: 93.7: runtime: Command exited abnormally: gs -q -dNOPAUSE -dBATCH -sDEVICE=pngalpha -dEPSCrop -dSAFER -r72x72 -sOutputFile=png/markers1.png png/markers1_.eps gmake[2]: *** [markers1.png] Error 1 Reported by: pointyhat
* - update fftw3* to 3.3 [1], and adjust dependent portsbf2011-10-171-2/+2
| | | | | | | - make use of optimizations by default, where possible (quad flavor to follow shortly, and mpi at a later date) Suggestions and patches from: ache, C. Burns, wen
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-4/+4
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* Fix the installation path of tex/context/third/asymptote/colo-asy.tex.hrs2011-06-271-3/+7
| | | | | Spotted by: pav, ohauer PR: ports/158325
* - Use print/texinfo for texi2{dvi,pdf} instead of print/teTeX-base.hrs2011-06-192-16/+16
| | | | | - Use print/teTeX-base for latex instead of print/teTeX. - Use share/texmf for TeX-related files instead of share/texmf-local.
* Update math/gsl to 1.15, and adjust PORTREVISIONbf2011-05-101-1/+1
| | | | and LIB_DEPENDS of dependent ports
* Bump PORTREVISION after open-mofit updatemakc2011-05-021-1/+1
|
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* Mark MAKE_JOBS_UNSAFE.mandree2011-02-231-0/+1
|
* - Update to 2.04nivit2010-08-303-7/+17
|
* - Update to 1.93nivit2010-05-043-5/+7
|
* - Bump PORTREVISION to chase the update of math/gslwen2010-03-291-2/+2
|
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* - Update to 1.91nivit2010-01-023-5/+12
|
* - Update to 1.90nivit2009-12-163-17/+125
| | | | - Add graphics/py-imaging to RUN_DEPENDS
* Chase math/gsl update,makc2009-12-021-2/+2
| | | | bump PORTREVISION
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-1/+1
| | | | starting with M
* - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-311-1/+1
| | | | | | bumped or updated Requested by: edwin
* - Update to 1.75nivit2009-06-043-4/+25
|
* - Chase fftw3 updatepav2009-05-181-1/+1
|
* - Update to 1.70nivit2009-04-123-4/+6
|
* - Update to 1.69nivit2009-04-113-4/+8
|
* - Update to 1.68nivit2009-03-273-4/+5
|
* - Update to 1.67nivit2009-03-213-4/+7
|
* - Update to 1.66nivit2009-02-273-5/+6
|
* - Update to 1.65nivit2009-02-273-4/+9
|
* - Update to 1.62nivit2009-02-123-5/+6
|
* - Update to 1.61nivit2009-02-083-8/+12
| | | | - Add WITH_FFTW knob
* - Update to 1.59nivit2009-01-214-23/+43
| | | | | | - Add devel/subversion to BUILD_DEPENDS - Add USE_GL=glut - Disable garbage collector (requires boehm-gc 7.X)
* - Chase gsl shlib bumpmiwi2009-01-131-2/+2
|
* - Update to 1.44nivit2008-10-094-53/+29
|
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav)
* - Remove USE_GCC where it can be satisfied with base compiler on followingpav2008-07-251-1/+0
| | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
* - Update to 1.43nivit2008-07-074-215/+217
| | | | | | | - Add print/dvipsk-tetex to BUILD_DEPENDS - Don't install examples when NOPORTEXAMPLES is defined - Remove pkg-message - Replace print/ggv with print/gv as run dependency
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* - Chase the gsl shared lib bump.jadawin2008-04-081-2/+2
| | | | Approved by: thierry (mentor)
* - Update to 1.42nivit2008-03-032-4/+4
|
* - Update to 1.41nivit2008-02-043-4/+6
|
* - Update to 1.40nivit2008-01-304-59/+72
| | | | | - Use SF as MASTER_SITES - Use devel/boehm-gc with both ARCHS (--enable-gc=system)
* Correct spelling of NONEXISTENT to fix build on the package cluster.linimon2007-11-251-1/+1
| | | | Approved by: portmgr (self)
* chase math/gsl lib versionijliao2007-06-291-2/+2
|
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Cleanup non-supported FreeBSD versionsnivit2007-04-171-4/+0
|
* - Update to 1.25nivit2007-04-103-5/+11
| | | | - Add CONFIGURE_TARGET to Makefile
* - Update patch-Makefile.in (I forgot it in my last commit), fix build.nivit2007-03-281-7/+18
| | | | Submitted by: pointyhat (via kris)
* - Update to 1.23nivit2007-03-214-30/+35
| | | | | - Remove files/patch-doc-Makefile - Unbreak on amd64
* - Updated to 1.20nivit2007-01-183-4/+5
| | | | Approved by: alexbl (mentor, implicit)
* - Updated to 1.19nivit2006-12-245-30/+36
| | | | Approved by: alexbl (mentor)
* - Updated email address in my portsnivit2006-12-101-1/+1
| | | | Approved by: alexbl (mentor)
* - Fix a path in doc/Makefileclsung2006-11-261-2/+2
| | | | | | | ( http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.6.2006112120/asymptote-1.18.log ) PR: ports/105845 Submitted by: maintainer (Nicola Vitale)
* - Update to 1.18clsung2006-11-214-10/+25
| | | | | PR: ports/105367 Submitted by: maintainer (Nicola Vitale)
* - Update to 1.14clsung2006-11-013-5/+8
| | | | | PR: ports/104442 Submitted by: maintainer (Nicola Vitale)
* - Fix build (chase new version of devel/boehm-gcrafan2006-09-262-2/+3
| | | | | | | | - Fix pkg-plist PR: ports/103647 Reported by: pointyhat via kris Submitted by: Nicola Vitale <nivit at email.it> (maintainer)
* - Update to 1.13rafan2006-09-085-22/+44
| | | | | PR: ports/102982 Submitted by: Nicola Vitale <nivit at email.it> (maintainer)
* - Update to 1.12miwi2006-08-053-18/+20
| | | | | | PR: ports/101246 Submitted by: Nicola Vitale <nivit(at)email.it> Approved by: krion (mentor)
* - Update to 1.11rafan2006-07-083-4/+6
| | | | | | PR: 99881 Submitted by: Nicola Vitale <nivit email.it> (maintainer) Approved by: delphij (mentor, implicit)
* Update to 1.10erwin2006-06-304-10/+9
| | | | | PR: 99635 Submitted by: Nicola Vitale <nivit@email.it> (maintainer)
* Update to 1.08ehaupt2006-06-275-14/+48
| | | | | PR: 99207 Submitted by: Nicola Vitale <nivit@email.it> (maintainer)
* - Update to 1.06stefan2006-06-093-5/+12
| | | | | | | | - Add WITH_GSL knob PR: 98131 Submitted by: maintainer Approved by: arved (mentor)
* Update to 1.05ehaupt2006-05-296-24/+29
| | | | | PR: 97593 Submitted by: Nicola Vitale <nivit@email.it> (maintainer)
* - Chase fftw3 libver bumpahze2006-05-111-1/+2
|
* Update to 1.0.4erwin2006-04-274-10/+16
| | | | | PR: 96259 Submitted by: Nicola Vitale <nivit@email.it> (maintainer)
* Update to 1.03ehaupt2006-04-173-4/+9
| | | | | PR: 94143 Submitted by: Nicola Vitale <nivit@email.it>
* Update to 0.99ehaupt2006-01-033-5/+19
| | | | | PR: 91133 Submitted by: Nicola Vitale <nivit@email.it> (maintainer)
* - Update to 0.97pav2005-12-182-4/+4
| | | | | PR: ports/90500 Submitted by: Nicola Vitale <nivit@email.it> (maintainer)
* Update to 0.96lawrance2005-12-165-5/+16
| | | | | PR: ports/90425 Submitted by: Nicola Vitale <nivit@email.it> (maintainer)
* Fix build on 6.xehaupt2005-12-122-1/+11
| | | | | | PR: 90213 Submitted by: Nicola Vitale <nivit@email.it> (maintainer) Notified by: pointyhat via kris
* - Update to 0.95ehaupt2005-12-025-23/+17
| | | | | | | - Add SHA256 hash PR: 89540 Submitted by: Nicola Vitale <nivit@email.it>
* - Update to 0.92pav2005-11-195-20/+43
| | | | | PR: ports/87916 Submitted by: Nicola Vitale <nivit@email.it> (maintainer)
* Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-0/+1
|
* Update to 0.91.tobez2005-10-052-3/+3
| | | | | Submitted by: maintainer PR: 86890
* - Update to 0.89pav2005-10-036-27/+38
| | | | | PR: ports/86837 Submitted by: Nicola Vitale <nivit@email.it> (maintainer)
* - Update to 0.87pav2005-09-103-3/+5
| | | | | PR: ports/85797 Submitted by: Nicola Vitale <nivit@email.it> (maintainer)
* - Update to 0.86pav2005-09-053-9/+10
| | | | | PR: ports/85636 Submitted by: Nicola Vitale <nivit@email.it> (maintainer)
* Asymptote is a powerful script-based vector graphics language thatpav2005-07-296-0/+246
provides a natural coordinate-based framework for technical drawing. Labels and equations are typeset with LaTeX, for high-quality PostScript output. A major advantage of Asymptote over other graphics packages is that it is a programming language, as opposed to just a graphics program: it can therefore exploit the best features of script (command-driven) and graphical user interface (GUI) methods. PR: ports/83990 Submitted by: Nicola Vitale <nivit@email.it>