Import of pkgsrc-2014Q1

This commit is contained in:
2014-04-17 16:38:45 +02:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions

View File

@@ -1,18 +1,20 @@
@comment $NetBSD: PLIST,v 1.9 2013/02/21 13:23:12 obache Exp $
bin/xlsopcodes${RUBY_VER}
@comment $NetBSD: PLIST,v 1.15 2014/03/17 14:17:47 taca Exp $
bin/xlsopcodes${RUBY_SUFFIX}
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.gemtest
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/.travis.yml
${GEM_LIBDIR}/GUIDE.txt
${GEM_LIBDIR}/Excel97-2007BinaryFileFormatSpecification.pdf
${GEM_LIBDIR}/GUIDE.md
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/Gemfile.lock
${GEM_LIBDIR}/History.txt
${GEM_LIBDIR}/History.md
${GEM_LIBDIR}/LICENSE.txt
${GEM_LIBDIR}/Manifest.txt
${GEM_LIBDIR}/README.txt
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/bin/xlsopcodes
${GEM_LIBDIR}/excelfileformat.pdf
${GEM_LIBDIR}/lib/parseexcel.rb
${GEM_LIBDIR}/lib/parseexcel/parseexcel.rb
${GEM_LIBDIR}/lib/parseexcel/parser.rb
@@ -47,28 +49,35 @@ ${GEM_LIBDIR}/lib/spreadsheet/format.rb
${GEM_LIBDIR}/lib/spreadsheet/formula.rb
${GEM_LIBDIR}/lib/spreadsheet/helpers.rb
${GEM_LIBDIR}/lib/spreadsheet/link.rb
${GEM_LIBDIR}/lib/spreadsheet/note.rb
${GEM_LIBDIR}/lib/spreadsheet/noteObject.rb
${GEM_LIBDIR}/lib/spreadsheet/row.rb
${GEM_LIBDIR}/lib/spreadsheet/workbook.rb
${GEM_LIBDIR}/lib/spreadsheet/worksheet.rb
${GEM_LIBDIR}/lib/spreadsheet/writer.rb
${GEM_LIBDIR}/spreadsheet.gemspec
${GEM_LIBDIR}/test/data/test_adding_data_to_existing_file.xls
${GEM_LIBDIR}/test/data/test_borders.xls
${GEM_LIBDIR}/test/data/test_changes.xls
${GEM_LIBDIR}/test/data/test_comment.xls
${GEM_LIBDIR}/test/data/test_copy.xls
${GEM_LIBDIR}/test/data/test_datetime.xls
${GEM_LIBDIR}/test/data/test_empty.xls
${GEM_LIBDIR}/test/data/test_formula.xls
${GEM_LIBDIR}/test/data/test_long_sst_record.xls
${GEM_LIBDIR}/test/data/test_margin.xls
${GEM_LIBDIR}/test/data/test_merged_and_protected.xls
${GEM_LIBDIR}/test/data/test_merged_cells.xls
${GEM_LIBDIR}/test/data/test_missing_row.xls
${GEM_LIBDIR}/test/data/test_pagesetup.xls
${GEM_LIBDIR}/test/data/test_text_drawing.xls
${GEM_LIBDIR}/test/data/test_version_excel5.xls
${GEM_LIBDIR}/test/data/test_version_excel95.xls
${GEM_LIBDIR}/test/data/test_version_excel97.xls
${GEM_LIBDIR}/test/data/test_version_excel97_2010.xls
${GEM_LIBDIR}/test/data/test_worksheet_visibility.xls
${GEM_LIBDIR}/test/excel/reader.rb
${GEM_LIBDIR}/test/excel/row.rb
${GEM_LIBDIR}/test/excel/writer/n_worksheet.rb
${GEM_LIBDIR}/test/excel/writer/workbook.rb
${GEM_LIBDIR}/test/excel/writer/worksheet.rb
${GEM_LIBDIR}/test/font.rb