# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= excel-writer VERSION= 18 KEYWORDS= misc ada VARIANTS= standard SDESC[standard]= Create Excel files with basic formats (Ada lib) HOMEPAGE= http://excel-writer.sourceforge.net CONTACT= John_Marino[draco@marino.st] DOWNLOAD_GROUPS= main SITES[main]= SF/excel-writer/excel-writer DISTFILE[1]= excel_writer_18.zip:main DF_INDEX= 1 SPKGS[standard]= complete primary dev docs examples OPTIONS_AVAILABLE= none OPTIONS_STANDARD= none USES= dos2unix gprbuild DISTNAME= Excel_Writer LICENSE= MIT:dev LICENSE_FILE= MIT:{{WRKDIR}}/LICENSE LICENSE_SCHEME= solo INSTALL_REQ_TOOLCHAIN= yes post-patch: # We can't use LICENSE_AWK because dos2unix hasn't run yet ${AWK} '/^-- Follow/ {exit}; {print}' ${WRKSRC}/excel_out.ads > ${WRKDIR}/LICENSE # use our homegrown gpr file ${CP} ${FILESDIR}/excelwriter.gpr ${WRKSRC}/ do-build: (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} gprbuild -p -Pexcel_out_gnat) (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} gprbuild -p -Pexcelwriter) post-install: ${MKDIR} ${STAGEDIR}${STD_DOCDIR} ${INSTALL_DATA} ${WRKSRC}/excel_writer.txt \ ${STAGEDIR}${STD_DOCDIR} ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* do-install: ${SETENV} ${MAKE_ENV} gprinstall\ --no-manifests \ --prefix=${STAGEDIR}${PREFIX} \ -p -P ${WRKSRC}/excel_out_gnat.gpr ${SETENV} ${MAKE_ENV} gprinstall\ --no-manifests \ --prefix=${STAGEDIR}${PREFIX} \ --lib-subdir=lib/excelwriter \ --sources-subdir=include/excelwriter \ -p -P ${WRKSRC}/excelwriter.gpr [FILE:352:descriptions/desc.primary] Excel_Out is a package that can generate basically formatted Excel files. * Ideal for the automatic production of reports * Fast: on a HP Mini netbook (Intel Atom, 1.66 GHz), Excel Writer produced 50 sheets per second where each sheet had 10,000 data cells * Totally portable and no external library required * No interation with MS Office software [FILE:98:distinfo] 616fea00af3062bf2b2bf986bb8665db10b2c6385bef10c82b2649914eb714db 61343 excel_writer_18.zip [FILE:44:manifests/plist.primary] bin/ biff_dump csv2html csv2tex csv2xls [FILE:276:manifests/plist.dev] include/excelwriter/ excel_out.adb excel_out.ads ieee_754-generic_double_precision.adb ieee_754-generic_double_precision.ads ieee_754.ads lib/excelwriter/ excel_out.ali ieee_754-generic_double_precision.ali ieee_754.ali libexcelwriter_pic.a share/gpr/excelwriter.gpr [FILE:40:manifests/plist.docs] share/doc/excel-writer/excel_writer.txt [FILE:429:manifests/plist.examples] bin/ ew_test excel_out_demo spreadsheet_references_demo include/excel_out_gnat/ biff_dump.adb csv.adb csv.ads csv2html.adb csv2tex.adb csv2xls.adb ew_test.adb excel_out.adb excel_out.ads excel_out_demo.adb ieee_754-generic_double_precision.adb ieee_754-generic_double_precision.ads ieee_754.ads spreadsheet_references.adb spreadsheet_references.ads spreadsheet_references_demo.adb share/gpr/excel_out_gnat.gpr [FILE:422:files/excelwriter.gpr] library project Excelwriter is for Languages use ("Ada"); for Library_Kind use "static-pic"; for Object_Dir use "../objs"; for Library_Dir use "../lib"; for Library_Name use "excelwriter_pic"; for Source_Files use ( "excel_out.ads", "excel_out.adb", "ieee_754.ads", "ieee_754-generic_double_precision.ads", "ieee_754-generic_double_precision.adb" ); end Excelwriter;