From 134f75c0783e91b48e2b873f99b182e0fd75dc61 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Mon, 13 May 2002 17:04:49 +0000 Subject: [PATCH] add axpoint 1.21 XML Based Presentations --- print/Makefile | 1 + print/axpoint/Makefile | 31 +++++++++++++++++++++++++++++++ print/axpoint/distinfo | 1 + print/axpoint/pkg-comment | 1 + print/axpoint/pkg-descr | 18 ++++++++++++++++++ print/axpoint/pkg-plist | 8 ++++++++ 6 files changed, 60 insertions(+) create mode 100644 print/axpoint/Makefile create mode 100644 print/axpoint/distinfo create mode 100644 print/axpoint/pkg-comment create mode 100644 print/axpoint/pkg-descr create mode 100644 print/axpoint/pkg-plist diff --git a/print/Makefile b/print/Makefile index 0a20e8f7dee4..ecef0961470e 100644 --- a/print/Makefile +++ b/print/Makefile @@ -15,6 +15,7 @@ SUBDIR += apsfilter SUBDIR += asprint SUBDIR += auctex + SUBDIR += axpoint SUBDIR += bibcard SUBDIR += bibview SUBDIR += bjfilter360 diff --git a/print/axpoint/Makefile b/print/axpoint/Makefile new file mode 100644 index 000000000000..2fb84cec4a36 --- /dev/null +++ b/print/axpoint/Makefile @@ -0,0 +1,31 @@ +# ex:ts=8 +# Ports collection makefile for: axpoint +# Date created: May 13, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= axpoint +PORTVERSION= 1.21 +CATEGORIES= print perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= XML +DISTNAME= XML-Handler-AxPoint-${PORTVERSION} + +MAINTAINER= ports@FreeBSD.org + +BUILD_DEPENDS= ${PERL_SITELIBDIR}/XML/SAX.pm:${PORTSDIR}/textproc/p5-XML-SAX \ + ${PERL_SITELIBDIR}/XML/SAX/Writer.pm:${PORTSDIR}/textproc/p5-XML-SAX-Writer \ + ${PERL_SITELIBDIR}/PDFLib.pm:${PORTSDIR}/print/p5-PDFLib +LIB_DEPENDS= pdf.4:${PORTSDIR}/print/pdflib +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_SITELIBDIR= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} +USE_PERL5= yes +PERL_CONFIGURE= yes + +MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= XML::Handler::AxPoint.3 + +.include diff --git a/print/axpoint/distinfo b/print/axpoint/distinfo new file mode 100644 index 000000000000..eb57a6dfc559 --- /dev/null +++ b/print/axpoint/distinfo @@ -0,0 +1 @@ +MD5 (XML-Handler-AxPoint-1.21.tar.gz) = 78bf79bc457f23ec3a3306a4b205fd14 diff --git a/print/axpoint/pkg-comment b/print/axpoint/pkg-comment new file mode 100644 index 000000000000..149dd9cbdbb7 --- /dev/null +++ b/print/axpoint/pkg-comment @@ -0,0 +1 @@ +XML Based Presentations diff --git a/print/axpoint/pkg-descr b/print/axpoint/pkg-descr new file mode 100644 index 000000000000..3e4975e975d7 --- /dev/null +++ b/print/axpoint/pkg-descr @@ -0,0 +1,18 @@ +AxPoint is a Perl module that uses the PDFLib module and the pdflib library +to generate PDF based presentations from XML data sources. +It has the following features: + - Ability to create slideshows with your choice of background image + - Slideshows break down into slidesets, or not at your choice. + - Slides can show bullet points, source code (fixed font), or images. + - Slides can have transition effects (dissolve, box, wipe, etc) + - All elements of a slide can transition in too. + - Text on slides supports bold, italics, and colours. Colours can be any + one of the 16 HTML colours, or defined as hex RGB values. + - Output uses the standard XML::SAX::Writer consumer classes, allowing you + to output direct to a file, or to a string, or however you need to. Very + useful for dynamic web based presentations. + - PDF bookmarks allow direct navigation to any slide. + - Using PDF allows you to go "Full Screen", even on Linux + - Image formats supported include GIF, JPEG, PNG and TIFF + +WWW: http://axpoint.axkit.org/ diff --git a/print/axpoint/pkg-plist b/print/axpoint/pkg-plist new file mode 100644 index 000000000000..ce3c3a988521 --- /dev/null +++ b/print/axpoint/pkg-plist @@ -0,0 +1,8 @@ +bin/axpoint +lib/perl5/site_perl/%%PERL_VER%%/XML/Handler/AxPoint.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/Handler/AxPoint/.packlist +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/XML/Handler 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/XML 2>/dev/null || true +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/Handler/AxPoint +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/Handler 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML 2>/dev/null || true