summaryrefslogtreecommitdiff
path: root/geography/py-proj
AgeCommit message (Collapse)AuthorFilesLines
2012-10-04Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-04-08All supported python versions in pkgsrc support eggs, so removewiz1-2/+2
${PLIST.eggfile} from PLISTs and support code from lang/python.
2012-01-27* LICENSE=mitobache2-7/+8
* distutils pkg, register egg-info. * fixes installation with PKGREVISION. Bump PKGREVISION.
2011-06-14remove PYTHON_VERSION_ACCEPTED, just require python24+.obache1-2/+1
2010-03-14Fix path to proj after its reimport.wiz1-2/+2
2009-02-09Needs distutils feature from Python 2.4+.joerg1-1/+2
2008-06-12Add DESTDIR support.joerg1-3/+6
2008-04-25Update PYTHON_VERSIONS_COMPATIBLEjoerg1-2/+1
- assume that Python 2.4 and 2.5 are compatible and allow checking for fallout. - remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+ default. Modify the others to deal with the removals.
2008-01-03update to 1.8.3gdt3-10/+33
1.8.3 (svn revision 146): * fixed bug in Geod class that caused erroneous error message "undefined inverse geodesic (may be an antipodal point)". * fix __reduce__ method of Geod class so instances can be pickled. * make sure points outside projection limb are set to 1.e30 on inverse transform (if errcheck=False). * fixed small setup.py bug. * generate C source with Cython 0.9.6.6 (pycompat.h no longer needed).
2007-12-09Update MASTER_SITES and HOMEPAGE; comment out MASTER_SITES though, sincewiz1-3/+3
it only carries the current version.
2006-09-06Fixed pkglint warnings.rillig2-4/+4
2006-08-23Fix spelling of the version variable.joerg1-2/+2
2006-08-22Doesn't support Python < 2.3.joerg1-2/+3
2006-07-26This package provides a Pyrex wrapper to provide python interfaces togdt4-0/+33
PROJ.4 (http://proj.maptools.org) functions for coordinate transformation. (PROJ is in misc/proj.)