add axpoint 1.21

XML Based Presentations
This commit is contained in:
Ying-Chieh Liao 2002-05-13 17:04:49 +00:00
parent e21be85142
commit 134f75c078
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=59022
6 changed files with 60 additions and 0 deletions

View file

@ -15,6 +15,7 @@
SUBDIR += apsfilter
SUBDIR += asprint
SUBDIR += auctex
SUBDIR += axpoint
SUBDIR += bibcard
SUBDIR += bibview
SUBDIR += bjfilter360

31
print/axpoint/Makefile Normal file
View file

@ -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 <bsd.port.mk>

1
print/axpoint/distinfo Normal file
View file

@ -0,0 +1 @@
MD5 (XML-Handler-AxPoint-1.21.tar.gz) = 78bf79bc457f23ec3a3306a4b205fd14

View file

@ -0,0 +1 @@
XML Based Presentations

18
print/axpoint/pkg-descr Normal file
View file

@ -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/

8
print/axpoint/pkg-plist Normal file
View file

@ -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