Update of /cvsroot/fink/experimental/babayoshihiko/finkinfo
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv19635
Added Files:
shapelib.info shapelib.patch dbftools.info gen2shp.info
Log Message:
new packages
--- NEW FILE: dbftools.info ---
Info2: <<
Package: dbftools
Version: 1.0.2
Revision: 0
License: BSD
Maintainer: BABA Yoshihiko <[email protected]>
Description: DBF Tools (txt2dbf and dbf2txt)
DescDetail: <<
The tasks of the two tools txt2dbf and dbf2txt are the conversion of
ASCII tables into dbase files and vice versa.
txt2dbf
Conversion of ASCII tables into dbase files. The current version 1.0.2
(9. February 1998) handles the field types character, integer and real.
Field delimiters can be specified on the command line.
txt2dbf 1.0.2, 09.09.98 by Frank Koormann
dbf2txt
Conversion of dBase4 files into ASCII tables.
dbf2txt 0.5.2, 14.01.2000 by Frank Koormann
<<
DescUsage: <<
txt2dbf [{-Cn | -In | -Rn.d}] [-d delimiter] [-v] txt-file dbf-file
Specifying the target (dbf-file) is mandatory, because of binary writing!
The table can be read from a file (txt-file) or stdio.
Usage: dbf2txt [-d delimiter] [-v] dbf-file
<<
Homepage: http://www.usf.uni-osnabrueck.de/~fkoorman/software/dbftools.en.html
Depends: <<
<<
BuildDepends: <<
fink (>= 0.24.12)
<<
Source: http://www.usf.uni-osnabrueck.de/~fkoorman/software/%n.zip
Source-MD5: ac0de693bc3cc8f2986b742e94720331
SourceDirectory: dbf/src
CompileScript: <<
make
<<
InstallScript: <<
mkdir -p %i/bin
cp txt2dbf dbf2txt %i/bin/
chmod 555 %i/bin/*
<<
<<
--- NEW FILE: shapelib.patch ---
diff -ruN shapelib-1.3.0b1-orig/Makefile shapelib-1.3.0b1/Makefile
--- shapelib-1.3.0b1-orig/Makefile 2007-12-14 05:27:13.000000000 +0900
+++ shapelib-1.3.0b1/Makefile 2010-03-23 16:54:03.000000000 +0900
@@ -11,17 +11,8 @@
all: shpcreate shpadd shpdump shprewind dbfcreate dbfadd dbfdump shptest
-shpopen.o: shpopen.c shapefil.h
- $(CC) $(CFLAGS) -c shpopen.c
-
-shptree.o: shptree.c shapefil.h
- $(CC) $(CFLAGS) -c shptree.c
-
-dbfopen.o: dbfopen.c shapefil.h
- $(CC) $(CFLAGS) -c dbfopen.c
-
-safileio.o: safileio.c shapefil.h
- $(CC) $(CFLAGS) -c safileio.c
+.c.o: .h
[...4357 lines suppressed...]
+If FILE is a libtool library, all the files associated with it are deleted.
+Otherwise, only FILE itself is deleted using RM."
+ ;;
+
+*)
+ $echo "$modename: invalid operation mode \`$mode'" 1>&2
+ $echo "$help" 1>&2
+ exit 1
+ ;;
+esac
+
+echo
+$echo "Try \`$modename --help' for more information about other modes."
+
+exit 0
+
+# Local Variables:
+# mode:shell-script
+# sh-indentation:2
+# End:
--- NEW FILE: gen2shp.info ---
Info2: <<
Package: gen2shp
Version: 0.3.1
Revision: 0
Homepage: http://www.intevation.de/~jan/gen2shp/
License: LGPL
Maintainer: BABA Yoshihiko <[email protected]>
Description: ArcInfo Generate to Shapefile conversion
DescDetail: <<
gen2shp is a simple C-Progam which can read the format
required by the ArcInfo generate command. The data in this
file will be converted to the shapefile format which
actually means to three files: .shp, .shx and .dbf.
<<
Depends: <<
shapelib-shlibs
<<
BuildDepends: <<
fink (>= 0.24.12)
<<
Source: http://www.intevation.de/~jan/gen2shp/%n-%v.tar.gz
Source-MD5: 1cf9f1c2097825ef96290f7e9a7eb195
CompileScript: <<
make CFLAGS="-I%p/include -L%p/lib"
<<
InstallScript: <<
mkdir -p %i/bin
cp %n %i/bin
<<
DocFiles: COPYING
<<
--- NEW FILE: shapelib.info ---
Info2: <<
Package: shapelib
Version: 1.3.0b1
Revision: 0
License: LGPL
Maintainer: BABA Yoshihiko <[email protected]>
Homepage: http://shapelib.maptools.org
Description: Shape Library binaries
DescDetail: <<
The Shapefile C Library provides the ability to write simple
C programs for reading, writing and updating (to a limited extent)
ESRI Shapefiles, and the associated attribute file (.dbf).
<<
Depends: <<
%n-shlibs (=%v-%r)
<<
BuildDepends: <<
fink (>= 0.28)
<<
Source: http://download.osgeo.org/shapelib/%n-%v.tar.gz
Source-MD5: b8da228374611880ab52179b70c72f16
PatchFile: %n.patch
PatchFile-MD5: 6b0d7739de563781dd9b944e43e13978
CompileScript: <<
cp /usr/bin/glibtool libtool
make
make lib PREFIX=%p
install_name_tool -id "%p/lib/libshp.1.0.1.dylib" .libs/libshp.1.dylib
<<
InstallScript: <<
mkdir -p %i/bin
cp shpcreate shpadd shpdump shprewind dbfcreate dbfadd dbfdump shptest %i/bin/
chmod 555 %i/bin/*
make lib_install DEST_DIR=%i
<<
DocFiles: web/*.html ChangeLog HOWTO-RELEASE LICENSE.LGPL README
SplitOff: <<
Package: %N-shlibs
Description: Shapefile Library
Files: lib/libshp.1.0.1.dylib
Shlibs: %p/lib/libshp.1.0.1.dylib 2.0.0 %n (>= 1.3.0b1-1)
DocFiles: web/*.html ChangeLog HOWTO-RELEASE LICENSE.LGPL README
<<
SplitOff2: <<
Package: %N-dev
Description: Shape Library headers
BuildDependsOnly: true
Depends: <<
%N-shlibs (=%v-%r)
<<
Files: include/libshp/shapefil.h lib/libshp.1.dylib lib/libshp.dylib
lib/libshp.a lib/libshp.la
Shlibs: <<
!%p/lib/libshp.1.dylib
!%p/lib/libshp.dylib
<<
DocFiles: web/*.html ChangeLog HOWTO-RELEASE LICENSE.LGPL README
<<
<<
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs