Port details |
- p5-Spork Creating standalone HTML slideshows from Kwiki markup
- 0.21_1 textproc
=1 0.21_1Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2004-07-18 06:48:47
- Last Update: 2018-05-09 21:23:49
- SVN Revision: 469469
- Also Listed In: perl5
- License: not specified in port
- WWW:
- http://search.cpan.org/dist/Spork/
- Description:
- Spork - a Perl module for creating standalone HTML slideshows from Kwiki markup
WWW: http://search.cpan.org/dist/Spork/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Spork>0:textproc/p5-Spork
- No installation instructions:
- This port has been deleted.
- PKGNAME: p5-Spork
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Spork-0.21.tar.gz) = 668ea12ffb46674e5c2fa91f8fcd2eb3709c14119fe17aff31ecd5531bf37589
SIZE (Spork-0.21.tar.gz) = 32159
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-Kwiki>=0.38 : www/p5-Kwiki
- p5-Spoon>=0.22 : devel/p5-Spoon
- perl5>=5.24<5.25 : lang/perl5.24
- Runtime dependencies:
-
- p5-Kwiki>=0.38 : www/p5-Kwiki
- p5-Spoon>=0.22 : devel/p5-Spoon
- 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
- pkg-message:
- Usage:
$ spork -new # Generate a new slideshow in an empty directory
$ spork -make # Turn the text into html slides
$ spork -start # Start the show in a browser
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.21_1 09 May 2018 21:23:49 |
rene |
Remove textproc/p5-Spork, it depends on expired www/p5-Kwiki |
0.21_1 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
0.21_1 14 Sep 2015 12:19:50 |
mat |
Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
Though you should note that only the default version can be used to
install Perl modules, and the non default Perl versions cannot use the
modules installed via ports if they contain .so as they are installed
in a version specific directory.
Reviewed by: bapt (the Mk bits)
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3542 |
0.21_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 ) |
0.21 07 Nov 2013 03:52:42 |
vanilla |
Support STAGEDIR. |
0.21 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
0.21 29 Aug 2013 17:16:53 |
sunpoet |
- Add WWW
- Use single space after WWW:
- Remove Author line |
0.21 29 Aug 2013 04:08:54 |
sunpoet |
- Use single space after WWW: |
0.21 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
0.21 12 Jun 2011 18:49:14 |
sunpoet |
- Update to 0.21
- Change to new CPAN :id subdir macro
Changes: http://search.cpan.org/dist/Spork/Changes |
0.20_1 17 May 2011 11:13:00 |
jadawin |
- Cleaning MD5 in perl@'s ports
Approved by: erwin@ (portmgr) |
0.20_1 17 Jan 2011 13:06:08 |
linimon |
Reset include@npf.pt.freebsd.org due to bounce.
Noticed by: wen
Hat: portmgr
Feature safe: yes |
0.20_1 24 Sep 2010 02:03:44 |
pgollucci |
- only 13% of the p5- ports embed @comment $FreeBSD$:
so standarize and remove it
With Hat: perl@ |
0.20_1 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) |
0.20_1 08 Sep 2007 01:06:22 |
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 |
0.20_1 01 Aug 2007 16:50:02 |
miwi |
- Fix build after p5-kwikie-cache removal
- Fix index |
0.20 14 Feb 2006 12:03:44 |
lawrance |
Submitter takes maintainership.
PR: ports/93292
Submitted by: Francisco Alves Cabrita <include@npf.pt.freebsd.org> |
0.20 11 Feb 2006 02:34:45 |
lawrance |
Add missing dependency on p5-Kwiki-Cache.
PR: ports/91754
Submitted by: Francisco Alves Cabrita <include@npf.deec.uc.pt> |
0.20 02 Dec 2005 09:39:24 |
erwin |
- Update to 0.20
- Rephrase IGNORE |
0.19 25 Nov 2005 18:40:57 |
pav |
- Add SHA256 |
0.19 21 Sep 2005 19:35:50 |
fenner |
search.cpan.org redirect reduction canonicalization project, pass 2:
Refer to all modules using their /dist/Foo/ path instead of via
the mishmash of old author path, new author path, module documentation,
etc.
This pass brought to you by loving, painstaking hand editing. |
0.19 15 Mar 2005 07:15:22 |
clsung |
- update to 0.19
- from Changes
- Make Spork up to date with latest Spoon stuff.
- new modules (Formatting-related) along with manpages added. |
0.18 22 Dec 2004 07:16:32 |
clsung |
- maintainer feels he will not have enough time maintaining ports
PR: ports/75299
Submitted by: Chiang Cheng-Hsiung (maintainer) |
0.18 18 Jul 2004 06:48:14 |
vanilla |
Add p5-Spork 0.18, creating standalone HTML slideshows from Kwiki
markup.
PR: ports/69227
Submitted by: Elvis Chiang <elvis@sslab.cs.ccu.edu.tw> |