mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Add xlreader.
Read data from Excel spread sheets without Microsoft! Provides an API to allow any application to read Excel documents. The xlreader tool converts Excel data to tab delimited, CSV or SQL inserts. Written in C. Based on the the Java version by Andrew Khan. This project was designed out of frustration. WWW: http://www.giffin.org/xlreader.php PR: ports/82629 Submitted by: Emanuel Haupt <ehaupt@critical.ch>
This commit is contained in:
parent
9cd8cc16dd
commit
da9f7f9014
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=138194
@ -721,6 +721,7 @@
|
||||
SUBDIR += xhtml1-xsd
|
||||
SUBDIR += xincluder
|
||||
SUBDIR += xlhtml
|
||||
SUBDIR += xlreader
|
||||
SUBDIR += xls2xml
|
||||
SUBDIR += xml-i18n-tools
|
||||
SUBDIR += xml-lite.el
|
||||
|
29
textproc/xlreader/Makefile
Normal file
29
textproc/xlreader/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# New ports collection makefile for: xlreader
|
||||
# Date created: 25 Jun 2005
|
||||
# Whom: Emanuel Haupt <ehaupt@critical.ch>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xlreader
|
||||
PORTVERSION= 0.9.0
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://www.giffin.org/download/ \
|
||||
http://critical.ch/distfiles/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= ehaupt@critical.ch
|
||||
COMMENT= Convert .xls spread sheets to tab delimited CSV or SQL inserts
|
||||
|
||||
USE_REINPLACE= yes
|
||||
PLIST_FILES= bin/xlreader
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|-L/usr/local/lib||; s|^CFLAGS=.*||; s|gcc|${CC}|' \
|
||||
${WRKSRC}/Makefile
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
2
textproc/xlreader/distinfo
Normal file
2
textproc/xlreader/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (xlreader-0.9.0.tgz) = f09a5de0ce69d96a5ee0cff6bdbc043b
|
||||
SIZE (xlreader-0.9.0.tgz) = 45838
|
11
textproc/xlreader/pkg-descr
Normal file
11
textproc/xlreader/pkg-descr
Normal file
@ -0,0 +1,11 @@
|
||||
Read data from Excel spread sheets without Microsoft! Provides an API to allow
|
||||
any application to read Excel documents. The xlreader tool converts Excel data
|
||||
to tab delimited, CSV or SQL inserts. Written in C. Based on the the Java
|
||||
version by Andrew Khan.
|
||||
|
||||
This project was designed out of frustration.
|
||||
|
||||
WWW: http://www.giffin.org/xlreader.php
|
||||
|
||||
- ehaupt
|
||||
ehaupt@critical.ch
|
Loading…
Reference in New Issue
Block a user