summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndraž Levstik2010-10-28 22:09:30 +0200
committerAndraž Levstik2010-10-28 22:09:30 +0200
commit62c21aad5a04c98f14b3e95a9900256234c19e5a (patch)
treead4f4c9c9df17ea59e3ec2ab2656ce8ff6d754f9
parentf91e3bce418e8098a8a1a886591c0ab7dfcb0e8a (diff)
avce00: Library to make Arc/Info (binary) Vector Coverages appear as Arc/Info Export(E00)
-rwxr-xr-xscience/avce00/BUILD1
-rwxr-xr-xscience/avce00/DETAILS25
-rw-r--r--science/avce00/HISTORY3
3 files changed, 29 insertions, 0 deletions
diff --git a/science/avce00/BUILD b/science/avce00/BUILD
new file mode 100755
index 0000000000..6dfecc1f8a
--- /dev/null
+++ b/science/avce00/BUILD
@@ -0,0 +1 @@
+default_build_make
diff --git a/science/avce00/DETAILS b/science/avce00/DETAILS
new file mode 100755
index 0000000000..db20752078
--- /dev/null
+++ b/science/avce00/DETAILS
@@ -0,0 +1,25 @@
+ SPELL=avce00
+ VERSION=2.0.0
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://${SPELL}.maptools.org/dl/${SOURCE}
+ SOURCE_HASH=sha512:0ba0e559f35dd7fa43b4fc42f6de677ee1ce95933427059f563bf3ffc83a5462a41df504a17aea9fb40003284f47fe7070bd1685643f1a2289bdbed14d94f85e
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://avce00.maptools.org"
+ LICENSE[0]="MIT"
+ ENTERED=20091103
+ KEYWORDS=""
+ SHORT="Library to make Arc/Info (binary) Vector Coverages appear as Arc/Info Export(E00)"
+cat << EOF
+AVCE00 is an Open Source (i.e. Free!) ANSI-C library that makes Arc/Info
+(binary) Vector 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 by the AVCE00ReadNextLine() and AVCE00WriteNextLine()
+functions provided by the library. See the library documentation for all
+the details.
+
+For those who do not need a library but simply want to convert some coverages,
+the package includes the "AVCIMPORT" and "AVCEXPORT" conversion programs.
+EOF
diff --git a/science/avce00/HISTORY b/science/avce00/HISTORY
new file mode 100644
index 0000000000..621d2f421d
--- /dev/null
+++ b/science/avce00/HISTORY
@@ -0,0 +1,3 @@
+2009-11-03 Andraž "ruskie" Levstik <ruskie+f03a580f@codemages.net>
+ * BUILD, DETAILS: spell created
+