aboutsummaryrefslogtreecommitdiff
path: root/math/pygist/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove pygist. This port has been broken since the upgrade of lang/yorickThomas Gellekum2002-05-151-53/+0
| | | | | | | and it's no longer being developed. Notes: svn path=/head/; revision=59163
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-291-1/+1
| | | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Notes: svn path=/head/; revision=53958
* - Update MASTER_SITESThomas Gellekum2001-05-081-6/+6
| | | | | | | | - numpy -> py-numeric - Use PYTHON_PKGAMEPREFIX Notes: svn path=/head/; revision=42401
* Update to use bsd.python.mk.Thomas Gellekum2000-09-081-13/+11
| | | | Notes: svn path=/head/; revision=32436
* The RNG extension is now part of py-numeric.Thomas Gellekum2000-09-061-2/+9
| | | | Notes: svn path=/head/; revision=32333
* Fix building with current py-numeric version.Thomas Gellekum2000-05-041-1/+1
| | | | Notes: svn path=/head/; revision=28291
* PREFIX -> LOCALBASE (portlint)Michael Haro2000-04-201-1/+1
| | | | Notes: svn path=/head/; revision=27824
* Convert to PORTNAME/PORTVERSION.Satoshi Asami2000-04-141-3/+4
| | | | Notes: svn path=/head/; revision=27509
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-2/+2
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20960
* Upgrade to latest distribution.Thomas Gellekum1999-05-051-3/+3
| | | | Notes: svn path=/head/; revision=18492
* New distfile.Thomas Gellekum1998-12-291-2/+2
| | | | Notes: svn path=/head/; revision=15700
* Use subdirectories for the library files.Thomas Gellekum1998-11-161-8/+12
| | | | Notes: svn path=/head/; revision=14555
* Use new distfile.Thomas Gellekum1998-11-021-4/+4
| | | | Notes: svn path=/head/; revision=14303
* Distfile has been upgraded.Thomas Gellekum1998-09-011-3/+3
| | | | Notes: svn path=/head/; revision=12978
* Use py- as prefix for the package names.Thomas Gellekum1998-06-301-2/+2
| | | | Notes: svn path=/head/; revision=11622
* Add virtual category "python".Thomas Gellekum1998-06-251-4/+6
| | | | | | | pygist: add dependency on rng. Notes: svn path=/head/; revision=11520
* Upgrade to 1.5.Thomas Gellekum1998-06-241-6/+5
| | | | Notes: svn path=/head/; revision=11499
* Fix for quadmesh.py.Thomas Gellekum1998-06-031-2/+2
| | | | Notes: svn path=/head/; revision=11223
* New port pygist, a python interface to the scientific plottingThomas Gellekum1998-06-021-0/+42
library gist, which is distributed with yorick. Notes: svn path=/head/; revision=11210