Port details |
- p5-Text-Markdown Markdown Perl5 module
- 1.000031_2 textproc =4 1.000031_2Version of this port present on the latest quarterly branch.
- Maintainer: bofh@FreeBSD.org
- Port Added: 2006-04-25 09:10:07
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: libevent, p5-Text-Unidecode, p5-MIME-Tools, p5-Sort-Naturally, p5-MRO-Compat
- Also Listed In: perl5
- License: BSD3CLAUSE
- WWW:
- https://daringfireball.net/projects/markdown/
- Description:
- Markdown is a text-to-HTML filter; it translates an easy-to-read and
easy-to-write structured text format into HTML. Markdown's text format
is most similar to that of plain text email, and supports features such
as headers, *emphasis*, code blocks, blockquotes, and links.
Markdown's syntax is designed not as a generic markup language, but
specifically to serve as a front-end to (X)HTML. You can use span-level
HTML tags anywhere in a Markdown document, and you can use block level
HTML tags (like <div> and <table> as well).
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Text-Markdown>0:textproc/p5-Text-Markdown
- To install the port:
- cd /usr/ports/textproc/p5-Text-Markdown/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/p5-Text-Markdown
- pkg install p5-Text-Markdown
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Text-Markdown
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Text-Markdown-1.000031.tar.gz) = c191c6d5eceb8cb75c0565192360662d202d716bad07a233c4b329a4284dc71b
SIZE (Text-Markdown-1.000031.tar.gz) = 103428
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-List-MoreUtils>=0 : lang/p5-List-MoreUtils
- perl5>=5.32.r0<5.33 : lang/perl5.32
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-List-MoreUtils>=0 : lang/p5-List-MoreUtils
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- devel/p5-SVN-Notify-Filter-Markdown
- textproc/p5-Text-MultiMarkdown
- www/ikiwiki
- www/p5-Template-Plugin-Markdown
- for Run
-
- devel/p5-SVN-Notify-Filter-Markdown
- textproc/p5-Text-MultiMarkdown
- www/ikiwiki
- www/p5-Template-Plugin-Markdown
Configuration Options:
- No options to configure
- Options name:
- textproc_p5-Text-Markdown
- 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 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.000031_2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.000031_2 20 Jul 2022 14:23:14 |
Tobias C. Berner (tcberner) |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.000031_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.000031_2 20 Sep 2020 09:36:56 |
amdmi3 |
- Add LICENSE_FILE
- Add NO_ARCH
- Update WWW
Approved by: portmgr blanket |
1.000031_2 06 Oct 2018 13:06:45 |
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) |
1.000031_2 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
1.000031_2 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 |
1.000031_2 24 Dec 2014 00:14:13 |
bofh |
Change my non-FreeBSD MAINTAINER mail to bofh@
Approved by: bapt |
1.000031_2 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.000031_1 01 May 2014 05:26:03 |
sunpoet |
- Add LICENSE
- Pass maintainership to submitter
PR: ports/189143
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> |
1.000031_1 07 Nov 2013 03:52:42 |
vanilla |
Support STAGEDIR. |
1.000031_1 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
1.000031_1 02 Aug 2013 18:21:06 |
az |
- Convert to new perl framework |
1.000031_1 01 Oct 2012 14:45:17 |
tabthorpe |
- Reassign to the heap at maintainer's request |
1.000031_1 10 Apr 2012 01:45:41 |
swills |
- Add missing DEPENDS
- Add TEST_DEPENDS to enable testing
- Bump PORTREVISION
PR: ports/166158
Approved by: maintainer timeout (fernan@iib.unsam.edu.ar, >2 weeks) |
1.000031 17 Sep 2011 06:49:29 |
sunpoet |
- Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+
With hat: perl |
1.000031 12 Sep 2011 14:04:11 |
lth |
Remove dependencies that are only used for testing
PR: ports/160064
Submitted by: lth
Approved by: maintainer timeout |
1.000031 03 Jul 2011 14:40:25 |
ohauer |
-remove MD5 |
1.000031 07 Apr 2010 00:40:08 |
wen |
- Update to 1.000031
Submitted by: wen@ (myself)
Approved by: maintainer(via Email) |
1.000030 09 Feb 2010 07:30:03 |
max |
Upgrade, 1.000029 -> 1.000030
PR: 143626
Reviewed by: maintainer
Approved by: kuriyama |
1.000029_1 23 Jan 2010 07:28:11 |
kuriyama |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 3).
Approved by: portmgr (itetcu) |
1.000029 27 Dec 2009 03:47:23 |
pgollucci |
- Update to 1.000029
PR: 142002
Submitted by: Alex Deiter <alex.deiter@gmail.com>
Approved by: maintainer |
1.0.26 14 Oct 2009 07:04:12 |
wen |
- Update to 1.0.26
PR: ports/139353
Submitted by: Wen Heping(myself)
Approved by: maintainer, jadawin(co-mentor) |
1.0.24 19 Jun 2009 03:28:04 |
pgollucci |
- Update to 1.0.24
PR: ports/135793
Approved by: maintainer
Submitted by: myself (pgollucci@) |
1.0.19 04 May 2008 16:49:47 |
araujo |
- Update to 1.0.19.
PR: ports/123340
Submitted by: Lapo Luchini <lapo@lapo.it>
Approved by: Fernan Aguero <fernan@iib.unsam.edu.ar> (maintainer) |
1.0.17 04 Apr 2008 12:06:46 |
pav |
- Update to 1.0.17
PR: ports/122436
Submitted by: Fernan Aguero <fernan@iib.unsam.edu.ar> (maintainer) |
1.0.16 03 Mar 2008 21:39:14 |
gabor |
- Update 1.0.13
- Better adjustement of dependencies
- Use PERL_CONFIGURE instead of PERL_MODBUILD
PR: ports/121027
Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com>
Approved by: maintainer |
1.0.3 25 Apr 2006 09:08:55 |
tobez |
Add p5-Text-Markdown 1.0.3, markdown Perl5 module.
PR: ports/96292
Submitted by: Fernan Aguero <fernan@iib.unsam.edu.ar> |