Port details |
- axpoint XML Based Presentations
- 1.50_2 print
=0 1.50_2Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2002-05-13 17:05:05
- Last Update: 2017-06-30 22:32:50
- SVN Revision: 444809
- Also Listed In: perl5
- License: not specified in port
- WWW:
- http://axpoint.axkit.org/
- Description:
- 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/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: axpoint
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (XML-Handler-AxPoint-1.5.tar.gz) = 46cf9a2561a4bc00ccca25acaeb6134819d5a3d6bdf4bb3cd70a5f3f163a107d
SIZE (XML-Handler-AxPoint-1.5.tar.gz) = 175907
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-PDFLib>=0.14 : print/p5-PDFLib
- p5-Text-Iconv>=0 : converters/p5-Text-Iconv
- p5-XML-Filter-XSLT>=0 : textproc/p5-XML-Filter-XSLT
- p5-XML-SAX>=0.09 : textproc/p5-XML-SAX
- p5-XML-SAX-Writer>=0.39 : textproc/p5-XML-SAX-Writer
- perl5>=5.24<5.25 : lang/perl5.24
- Runtime dependencies:
-
- p5-PDFLib>=0.14 : print/p5-PDFLib
- p5-Text-Iconv>=0 : converters/p5-Text-Iconv
- p5-XML-Filter-XSLT>=0 : textproc/p5-XML-Filter-XSLT
- p5-XML-SAX>=0.09 : textproc/p5-XML-SAX
- p5-XML-SAX-Writer>=0.39 : textproc/p5-XML-SAX-Writer
- perl5>=5.24<5.25 : lang/perl5.24
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.50_2 30 Jun 2017 22:32:50 |
sunpoet |
Move print/axpoint to print/p5-XML-Handler-AxPoint
- Add LICENSE
- Update WWW |
1.50_2 30 Jun 2017 13:44:43 |
sunpoet |
Remove Perl core modules
- Sort *_DEPENDS
- Add NO_ARCH
- Bump PORTREVISION for dependency change |
1.50_1 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.50_1 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
1.50 05 Jan 2014 12:20:03 |
az |
- stage support
Approved by: portmgr (blanket infrastructure) |
1.50 20 Sep 2013 22:44:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
print) |
1.50 02 Aug 2013 18:21:06 |
az |
- Convert to new perl framework |
1.50 28 Jun 2012 18:37:23 |
az |
- Remove SITE_PERL from *_DEPENDS |
1.50 25 Aug 2011 08:06:17 |
culot |
- Unbreak by updating MASTER_SITES [1]
- Make use of the CPAN:USER macro
PR: ports/160135 [1]
Submitted by: Kato Tsuguru <tkato432@yahoo.com> |
1.50 02 Aug 2011 16:27:06 |
bapt |
Mark BROKEN: Does not fetch |
1.50 03 Jul 2011 06:14:57 |
miwi |
- Kick MD5 Support |
1.50 17 Apr 2008 14:30:31 |
araujo |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
1.50 08 Sep 2007 01:04:03 |
linimon |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
1.50 08 Jun 2006 01:15:04 |
clsung |
- Update to 1.50
- clean up Makefile
PR: ports/98637
Submitted by: Rong-En Fan |
1.30 22 Jan 2006 02:48:53 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
1.30 25 Nov 2005 17:42:55 |
pav |
- Add SHA256 |
1.30 29 Jan 2004 16:13:06 |
trevor |
SIZEify. |
1.30 24 Oct 2003 12:05:09 |
ijliao |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
1.30 10 Oct 2003 15:40:23 |
glewis |
. Remove LIB_DEPENDS on print/pdflib(4). This is implicit with the
dependency on print/p5-PDFLib. Having our own dependency creates
version tracking problems and is unnecessary.
PR: 57120 |
1.30 20 Jul 2003 19:01:04 |
tom |
Update to version 1.30. |
1.21 14 Apr 2003 06:29:22 |
edwin |
print/pdflib -> print/pdflib4
Informed maintainers. |
1.21 20 Feb 2003 18:55:51 |
knu |
De-pkg-comment. |
1.21 13 May 2002 17:04:49 |
ijliao |
add axpoint 1.21
XML Based Presentations |