Index: head/textproc/Makefile =================================================================== --- head/textproc/Makefile (revision 36367) +++ head/textproc/Makefile (revision 36368) @@ -1,126 +1,127 @@ # $FreeBSD$ # SUBDIR += agrep SUBDIR += antiword SUBDIR += aspell SUBDIR += br-ispell SUBDIR += british-ispell SUBDIR += c2html SUBDIR += catdoc SUBDIR += cdif SUBDIR += cdiff SUBDIR += chpp SUBDIR += cocoon SUBDIR += code2html SUBDIR += cole SUBDIR += cost SUBDIR += dict SUBDIR += diff-mode.el SUBDIR += diffstat SUBDIR += docbook SUBDIR += docbook-241 SUBDIR += docbook-300 SUBDIR += docbook-310 SUBDIR += docbook-400 SUBDIR += docbook-410 SUBDIR += docbook-xml SUBDIR += docproj SUBDIR += dsssl-docbook-cygnus SUBDIR += dsssl-docbook-modular SUBDIR += dtd-catalogs SUBDIR += eruby SUBDIR += expat SUBDIR += expat2 SUBDIR += fdp-tools SUBDIR += freegrep SUBDIR += fribidi SUBDIR += gaspell SUBDIR += gdict SUBDIR += glimpse SUBDIR += grap SUBDIR += gsed SUBDIR += gtkdiff SUBDIR += gutenbook SUBDIR += gxditview SUBDIR += hevea SUBDIR += htdig SUBDIR += html SUBDIR += info2html SUBDIR += isearch SUBDIR += iso12083 SUBDIR += iso8879 SUBDIR += ispell SUBDIR += jade SUBDIR += java2html SUBDIR += latte SUBDIR += latex2html SUBDIR += libxml SUBDIR += libxml2 SUBDIR += libxode SUBDIR += linuxdoc SUBDIR += lotusxsl SUBDIR += ltxml SUBDIR += man2html SUBDIR += mgdiff SUBDIR += mkcatalog SUBDIR += mswordview SUBDIR += nfbtrans SUBDIR += nicetext SUBDIR += no-ispell SUBDIR += openjade SUBDIR += p5-Spreadsheet-ParseExcel + SUBDIR += p5-Spreadsheet-WriteExcel SUBDIR += p5-Text-CSV_XS SUBDIR += p5-Text-Template SUBDIR += p5-XML-DOM SUBDIR += p5-XML-Parser SUBDIR += p5-XML-RSS SUBDIR += p5-XML-Sablotron SUBDIR += p5-XML-Simple SUBDIR += p5-XML-Stream SUBDIR += p5-XML-Writer SUBDIR += p5-XML-XPath SUBDIR += p5-dTemplate SUBDIR += par SUBDIR += perl2html SUBDIR += pspell SUBDIR += pspell-ispell SUBDIR += py-HyperText SUBDIR += py-martel SUBDIR += py-mxTextTools SUBDIR += py-xml SUBDIR += rand SUBDIR += rman SUBDIR += ruby-html-parser SUBDIR += ruby-rdtool SUBDIR += ruby-xmlparser SUBDIR += sablotron SUBDIR += sarep SUBDIR += se-ispell SUBDIR += sgmlformat SUBDIR += sgmls SUBDIR += sgmltools SUBDIR += sgmltools-lite SUBDIR += sgrep SUBDIR += sp SUBDIR += texi2html SUBDIR += textutils SUBDIR += tkdiff SUBDIR += tth SUBDIR += txt2html SUBDIR += unroff SUBDIR += urlview SUBDIR += wdiff SUBDIR += word2x SUBDIR += wordnet SUBDIR += wv SUBDIR += xerces SUBDIR += xhtml SUBDIR += xlhtml SUBDIR += xls2xml SUBDIR += xml4j SUBDIR += xp SUBDIR += xt SUBDIR += yodl .include Property changes on: head/textproc/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.130 \ No newline at end of property +1.131 \ No newline at end of property Index: head/textproc/p5-Spreadsheet-WriteExcel/Makefile =================================================================== --- head/textproc/p5-Spreadsheet-WriteExcel/Makefile (nonexistent) +++ head/textproc/p5-Spreadsheet-WriteExcel/Makefile (revision 36368) @@ -0,0 +1,32 @@ +# New ports collection makefile for: Spreadsheet::WriteExcel +# Date created: 25 Dec 2000 +# Whom: Sergey Skvortsov +# +# $FreeBSD$ +# + +PORTNAME= Spreadsheet-WriteExcel +PORTVERSION= 0.23 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Spreadsheet +PKGNAMEPREFIX= p5- + +MAINTAINER= skv@protey.ru + +USE_PERL5= yes + +MAN3= Spreadsheet::WriteExcel::Worksheet.3 \ + Spreadsheet::WriteExcel::BIFFwriter.3 \ + Spreadsheet::WriteExcel::OLEwriter.3 \ + Spreadsheet::WriteExcel::Workbook.3 \ + Spreadsheet::WriteExcel::examples::WorkbookBig.3 \ + Spreadsheet::WriteExcel.3 Spreadsheet::WriteExcel::Format.3 + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +do-configure: + @cd ${WRKSRC}; \ + ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL PREFIX=${PREFIX} + +.include Property changes on: head/textproc/p5-Spreadsheet-WriteExcel/Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/textproc/p5-Spreadsheet-WriteExcel/distinfo =================================================================== --- head/textproc/p5-Spreadsheet-WriteExcel/distinfo (nonexistent) +++ head/textproc/p5-Spreadsheet-WriteExcel/distinfo (revision 36368) @@ -0,0 +1 @@ +MD5 (Spreadsheet-WriteExcel-0.23.tar.gz) = 1ce062729ee4b82982c250c7afe12596 Property changes on: head/textproc/p5-Spreadsheet-WriteExcel/distinfo ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/textproc/p5-Spreadsheet-WriteExcel/pkg-comment =================================================================== --- head/textproc/p5-Spreadsheet-WriteExcel/pkg-comment (nonexistent) +++ head/textproc/p5-Spreadsheet-WriteExcel/pkg-comment (revision 36368) @@ -0,0 +1 @@ +Write formatted text and numbers to a cross-platform Excel binary file. Property changes on: head/textproc/p5-Spreadsheet-WriteExcel/pkg-comment ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/textproc/p5-Spreadsheet-WriteExcel/pkg-descr =================================================================== --- head/textproc/p5-Spreadsheet-WriteExcel/pkg-descr (nonexistent) +++ head/textproc/p5-Spreadsheet-WriteExcel/pkg-descr (revision 36368) @@ -0,0 +1,2 @@ +Spreadsheet::WriteExcel - Write formatted text and numbers to a +cross-platform Excel binary file. Property changes on: head/textproc/p5-Spreadsheet-WriteExcel/pkg-descr ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/textproc/p5-Spreadsheet-WriteExcel/pkg-plist =================================================================== --- head/textproc/p5-Spreadsheet-WriteExcel/pkg-plist (nonexistent) +++ head/textproc/p5-Spreadsheet-WriteExcel/pkg-plist (revision 36368) @@ -0,0 +1,50 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Spreadsheet/WriteExcel/.packlist +lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel.pm +lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/BIFFwriter.pm +lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/Format.pm +lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/OLEwriter.pm +lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/Workbook.pm +lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/Worksheet.pm +lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/doc/WriteExcel.html +lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/doc/examples.html +lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/doc/index.html +lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/doc/merge1.gif +lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/doc/merge2.gif +lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/doc/number_formats1.html +lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/doc/number_formats2.html +lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/doc/regions.gif +lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/doc/simple.gif +lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/doc/stocks.gif +lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/doc/textwrap.gif +lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/doc/tpj.html +lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/doc/tpj0503-0004-01.gif +lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/doc/tpj0503-0004-02.gif +lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/doc/tpj0503-0004-03.gif +lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/doc/tpj0503-0004-04.gif +lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/doc/tpj0503-0004-05.gif +lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/doc/win32ole.gif +lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/examples/Big.pm +lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/examples/WorkbookBig.pm +lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/examples/big.pl +lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/examples/cgi.pl +lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/examples/copyformat.pl +lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/examples/csv2xls.pl +lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/examples/easter_egg.pl +lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/examples/formats.pl +lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/examples/merge1.pl +lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/examples/merge2.pl +lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/examples/ms_time.pl +lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/examples/regions.pl +lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/examples/simple.pl +lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/examples/stocks.pl +lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/examples/tab2xls.pl +lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/examples/textwrap.pl +lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/examples/win32ole.pl +lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/examples/writeA1.pl +lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/examples/writemany.pl +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/doc +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/examples +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Spreadsheet/WriteExcel +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Spreadsheet 2>/dev/null || true Property changes on: head/textproc/p5-Spreadsheet-WriteExcel/pkg-plist ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property