pkgsrc/math/ruby-spreadsheet/Makefile
taca 21d04df49e Update ruby-spreadsheet to 1.1.3.
### 1.1.3 / 06.08.2016

Author: Alexandre Balon-Perin <abalonperin@gilt.jp>
Date:   Fri Aug 5 17:19:29 2016 +0900

* Fix issue with iconv on Ubuntu 12.04
* This fix is related to a bug in the iconv implementation packaged in libc6 on Ubuntu 12.04
* For some reasons, the encoding options //TRANSLIT//IGNORE are improperly applied.
* When //TRANSLIT is specified, instead of rescuing errors related to //TRANSLIT and checking if the //IGNORE is set, the code simply crashes.

### 1.1.2 / 29.03.2016
Author: Aleksandr Boykov <aleksandr.boykov@parelio.com>
Date:   Mon Mar 28 14:07:35 2016 -0400

fixes compact! method when the excel document has dates
2016-10-15 14:46:54 +00:00

19 lines
457 B
Makefile

# $NetBSD: Makefile,v 1.44 2016/10/15 14:46:54 taca Exp $
#
DISTNAME= spreadsheet-1.1.3
CATEGORIES= math
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://spreadsheet.ch/
COMMENT= Ruby Spreadsheet Library to read and write Spreadsheet Documents
LICENSE= gnu-gpl-v3
DEPENDS+= ${RUBY_PKGPREFIX}-ole>=1.0:../../devel/ruby-ole
USE_LANGUAGES= # none
RUBYGEM_OPTIONS+= --format-executable
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"