New port: textproc/xlsx2csv

A simple program that converts Microsoft XLSX files into CSV files.

OK sthen@
This commit is contained in:
czarkoff 2015-06-19 08:55:06 +00:00
parent 2e7d0614f4
commit 245a06e8d6
4 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,18 @@
# $OpenBSD: Makefile,v 1.1.1.1 2015/06/19 08:55:06 czarkoff Exp $
COMMENT = convert XSLX files to CSV
DISTNAME = xlsx2csv-20150225
CATEGORIES = textproc converters
MAINTAINER = Dmitrij D. Czarkoff <czarkoff@gmail.com>
# BSD
PERMIT_PACKAGE_CDROM = Yes
BUILD_DEPENDS = textproc/go-xlsx
GH_ACCOUNT = tealeg
GH_PROJECT = xlsx2csv
GH_COMMIT = 4d67bed54074c9f55a5443623155e57d4723901b
MODULES = lang/go
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (xlsx2csv-20150225.tar.gz) = gJYdgIKRDguYB9gqlbO8gPZx5+tMrCF/CEcjamY03AY=
SIZE (xlsx2csv-20150225.tar.gz) = 8682

View File

@ -0,0 +1 @@
A simple program that converts Microsoft XLSX files into CSV files.

View File

@ -0,0 +1,2 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2015/06/19 08:55:06 czarkoff Exp $
@bin bin/xlsx2csv