aboutsummaryrefslogtreecommitdiff
path: root/devel/avce00/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Support stageBaptiste Daroussin2014-01-221-11/+8
| | | | Notes: svn path=/head/; revision=340753
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 1) Notes: svn path=/head/; revision=327722
* - Fix build with clangWen Heping2013-09-151-10/+7
| | | | | | | | | | - Trim Makefile headers - Convert to optionsNG - Update my email to FreeBSD - Remove leading article from COMMENT Notes: svn path=/head/; revision=327325
* - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.Philip M. Gollucci2010-12-291-1/+0
| | | | | | | | | | PR: ports/153292 Submitted by: myself (pgollucci) Tested by: -exp run by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=267133
* AVCE00 is an Open Source ANSI-C library that makes Arc/Info (binary) VectorMartin Wilke2008-05-181-0/+50
Coverages appear as E00! It allows you to read and write binary coverages just as if they were E00 files. The C library can be easily plugged into existing E00 translators to add support for binary coverages simply by replacing your existing translator's read/write function with the functions provided by the library. WWW: http://avce00.maptools.org/avce00/ PR: ports/123412 Submitted by: Wen Heping <wenheping at gmail.com> Notes: svn path=/head/; revision=213243