Port details |
- p5-HTML-WikiConverter-MoinMoin Convert HTML to MoinMoin markup
- 0.54_1 www
=0 0.54_1Version of this port present on the latest quarterly branch. - Maintainer: perl@FreeBSD.org
 - Port Added: 2006-06-28 14:07:53
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- Also Listed In: perl5
- License: ART10 GPLv1+
- Description:
- This module contains rules for converting HTML into MoinMoin markup. See
HTML::WikiConverter for additional usage details.
WWW: https://metacpan.org/release/HTML-WikiConverter-MoinMoin
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-HTML-WikiConverter-MoinMoin>0:www/p5-HTML-WikiConverter-MoinMoin
- To install the port:
- cd /usr/ports/www/p5-HTML-WikiConverter-MoinMoin/ && make install clean
- To add the package, run one of these commands:
- pkg install www/p5-HTML-WikiConverter-MoinMoin
- pkg install p5-HTML-WikiConverter-MoinMoin
- PKGNAME: p5-HTML-WikiConverter-MoinMoin
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (HTML-WikiConverter-MoinMoin-0.54.tar.gz) = 05c780d9971bc38d79949b8250f9d5fa42a4d2b9bcad50e5ec003cf087a72962
SIZE (HTML-WikiConverter-MoinMoin-0.54.tar.gz) = 7666
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-HTML-WikiConverter>=0.60 : www/p5-HTML-WikiConverter
- p5-URI>=1.35 : net/p5-URI
- perl5>=5.32.r0<5.33 : lang/perl5.32
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-HTML-WikiConverter>=0.60 : www/p5-HTML-WikiConverter
- p5-URI>=1.35 : net/p5-URI
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- www_p5-HTML-WikiConverter-MoinMoin
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 0.54_1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
06 Oct 2018 13:06:45
0.54_1
|
des  |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
27 May 2018 20:15:20
0.54_1
|
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
15 Sep 2017 08:58:50
0.54_1
|
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
01 Apr 2016 14:33:58
0.54_1
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
26 Nov 2014 13:08:38
0.54_1
|
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 ) |
04 Nov 2013 09:57:55
0.54
|
az  |
- support STAGEDIR
- add LICENSE |
20 Sep 2013 23:36:54
0.54
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
29 Aug 2013 17:16:53
0.54
|
sunpoet  |
- Add WWW
- Use single space after WWW:
- Remove Author line |
02 Aug 2013 18:52:11
0.54
|
mat  |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
21 Jan 2012 17:40:15
0.54
|
eadler  |
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr |
24 Oct 2011 09:11:38
0.54
|
dougb  |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
17 Sep 2011 06:49:29
0.54
|
sunpoet  |
- Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+
With hat: perl |
19 Mar 2011 12:38:54
0.54
|
miwi  |
- Get Rid MD5 support |
28 Aug 2009 17:37:26
0.54
|
linimon  |
Reset chinsan@FreeBSD.org due to numerous maintainer-timeouts and no
response to email.
Hat: portmgr |
02 Jan 2009 17:41:36
0.54
|
chinsan  |
- Update to 0.54 |
17 Apr 2008 14:30:31
0.53
|
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) |
08 Sep 2007 01:11:48
0.53 
|
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 |
03 Oct 2006 15:34:44
0.53
|
chinsan  |
Change the following ports to my FreeBSD.org email.
Approved by: delphij (mentor)
archivers/pecl-bz2/Makefile
archivers/pecl-lzf/Makefile
archivers/pecl-rar/Makefile
audio/fapg/Makefile
audio/pecl-id3/Makefile
chinese/CJKUnifonts/Makefile
chinese/auto-tw-l10n/Makefile
chinese/dfsongsd/Makefile
chinese/fortunetw/Makefile
chinese/gcin/Makefile
chinese/joe/Makefile
chinese/joe2/Makefile (Only the first 15 lines of the commit message are shown above ) |
21 Jul 2006 07:36:01
0.53
|
novel  |
Update to 0.53.
PR: 100647
Submitted by: chinsan <chinsan.tw@gmail.com> (maintainer) |
28 Jun 2006 14:07:38
0.52
|
clsung  |
Add p5-HTML-WikiConverter-MoinMoin 0.52, convert HTML to MoinMoin
markup.
PR: ports/99542
Submitted by: chinsan <chinsan.tw@gmail.com> |