Those of you would be doc committers, this might help -- how I didn't add it
before, I'll never know.
--
------------------------------------------------------------------------
1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C
Philip M. Gollucci ([email protected]) c: 703.336.9354
Consultant - P6M7G8 Inc. http://p6m7g8.net
Senior Sys Admin - RideCharge, Inc. http://ridecharge.com
Contractor - PositiveEnergyUSA http://positiveenergyusa.com
ASF Member - Apache Software Foundation http://apache.org
FreeBSD Committer - FreeBSD Foundation http://freebsd.org
Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.
--- Begin Message ---
pgollucci 2009-01-15 03:26:08 UTC
FreeBSD ports repository
Modified files:
textproc Makefile
Added files:
textproc/p5-DocSet Makefile distinfo pkg-descr pkg-plist
Log:
This package builds a docset from sources in different formats. The
generated documents can be all nicely interlinked and to have the same
look and feel.
Currently it knows to handle input formats:
* POD * HTML
and knows to generate:
* HTML * PS * PDF
WWW: http://search.cpan.org/~stas/DocSet
Revision Changes Path
1.1295 +1 -0 ports/textproc/Makefile
1.1 +46 -0 ports/textproc/p5-DocSet/Makefile (new)
http://cvsweb.FreeBSD.org/ports/textproc/p5-DocSet/Makefile?rev=1.1&content-type=text/x-cvsweb-markup
1.1 +3 -0 ports/textproc/p5-DocSet/distinfo (new)
http://cvsweb.FreeBSD.org/ports/textproc/p5-DocSet/distinfo?rev=1.1&content-type=text/x-cvsweb-markup
1.1 +13 -0 ports/textproc/p5-DocSet/pkg-descr (new)
http://cvsweb.FreeBSD.org/ports/textproc/p5-DocSet/pkg-descr?rev=1.1&content-type=text/x-cvsweb-markup
1.1 +32 -0 ports/textproc/p5-DocSet/pkg-plist (new)
http://cvsweb.FreeBSD.org/ports/textproc/p5-DocSet/pkg-plist?rev=1.1&content-type=text/x-cvsweb-markup
http://cvsweb.FreeBSD.org/ports/textproc/Makefile.diff?r1=1.1294&r2=1.1295&f=h
| --- ports/textproc/Makefile 2009/01/14 18:46:06 1.1294
| +++ ports/textproc/Makefile 2009/01/15 03:26:08 1.1295
| @@ -1,4 +1,4 @@
| -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/textproc/Makefile,v 1.1294
2009/01/14 18:46:06 sem Exp $
| +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/textproc/Makefile,v 1.1295
2009/01/15 03:26:08 pgollucci Exp $
| #
|
| COMMENT = Text processing utilities (does not include desktop publishing)
| @@ -393,6 +393,7 @@
| SUBDIR += p5-Data-SpreadPagination
| SUBDIR += p5-DelimMatch
| SUBDIR += p5-Devel-TraceSAX
| + SUBDIR += p5-DocSet
| SUBDIR += p5-Excel-Template
| SUBDIR += p5-Filter-Simple
| SUBDIR += p5-FormValidator-Simple
--- End Message ---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]