Update textproc/go-xlsx for go.port.mk changes.
ok sthen@ jasper@ czarkoff@
This commit is contained in:
parent
765d5c0c45
commit
23f08a4df1
@ -1,9 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2016/01/10 16:04:24 sthen Exp $
|
||||
|
||||
BROKEN = needs adapting to changes in Go 1.5
|
||||
# $OpenBSD: Makefile,v 1.5 2016/01/14 15:55:20 jsing Exp $
|
||||
|
||||
PORTROACH = ignore
|
||||
|
||||
REVISION = 0
|
||||
COMMENT = library for reading and writing XLSX files
|
||||
DISTNAME = go-xlsx-20151010
|
||||
CATEGORIES = textproc converters
|
||||
|
@ -1,4 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2015/06/19 08:48:00 czarkoff Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2016/01/14 15:55:20 jsing Exp $
|
||||
go-pkg/
|
||||
go-pkg/pkg/
|
||||
${MODGO_PACKAGES}/
|
||||
${MODGO_PACKAGES}/github.com/
|
||||
${MODGO_PACKAGES}/github.com/tealeg/
|
||||
@ -21,6 +23,7 @@ ${MODGO_SOURCES}/github.com/tealeg/xlsx/date_test.go
|
||||
${MODGO_SOURCES}/github.com/tealeg/xlsx/doc.go
|
||||
${MODGO_SOURCES}/github.com/tealeg/xlsx/file.go
|
||||
${MODGO_SOURCES}/github.com/tealeg/xlsx/file_test.go
|
||||
${MODGO_SOURCES}/github.com/tealeg/xlsx/fuzzy_test.go
|
||||
${MODGO_SOURCES}/github.com/tealeg/xlsx/hsl.go
|
||||
${MODGO_SOURCES}/github.com/tealeg/xlsx/lib.go
|
||||
${MODGO_SOURCES}/github.com/tealeg/xlsx/lib_test.go
|
||||
@ -34,11 +37,14 @@ ${MODGO_SOURCES}/github.com/tealeg/xlsx/style.go
|
||||
${MODGO_SOURCES}/github.com/tealeg/xlsx/style_test.go
|
||||
${MODGO_SOURCES}/github.com/tealeg/xlsx/templates.go
|
||||
${MODGO_SOURCES}/github.com/tealeg/xlsx/testdocs/
|
||||
${MODGO_SOURCES}/github.com/tealeg/xlsx/testdocs/badfile_noWorkbookRels.xlsx
|
||||
${MODGO_SOURCES}/github.com/tealeg/xlsx/testdocs/badfile_noWorksheets.xlsx
|
||||
${MODGO_SOURCES}/github.com/tealeg/xlsx/testdocs/empty_rows.xlsx
|
||||
${MODGO_SOURCES}/github.com/tealeg/xlsx/testdocs/googleDocsTest.xlsx
|
||||
${MODGO_SOURCES}/github.com/tealeg/xlsx/testdocs/macExcelTest.xlsx
|
||||
${MODGO_SOURCES}/github.com/tealeg/xlsx/testdocs/macNumbersTest.xlsx
|
||||
${MODGO_SOURCES}/github.com/tealeg/xlsx/testdocs/noStylesAndSharedStringsTest.xlsx
|
||||
${MODGO_SOURCES}/github.com/tealeg/xlsx/testdocs/original.xlsx
|
||||
${MODGO_SOURCES}/github.com/tealeg/xlsx/testdocs/testcelltypes.xlsx
|
||||
${MODGO_SOURCES}/github.com/tealeg/xlsx/testdocs/testchartsheet.xlsx
|
||||
${MODGO_SOURCES}/github.com/tealeg/xlsx/testdocs/testfile.xlsx
|
||||
|
Loading…
Reference in New Issue
Block a user