Port details |
- p5-RTF-Parser Perl module for parsing RTF files
- 1.12_1 textproc =2 1.12_1Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2003-10-17 07:50:54
- Last Update: 2022-07-20 14:23:14
- Commit Hash: 5cf7e35
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: perl5
- License: ART10 GPLv1+
- Description:
- The RTF package set is a minimal RTF processor. This set is provided
with an RTF to HTML converter. This converter is just an example, not
a full-fledged application.
You can try this converter the RTF specification (see the "Ressources"
section). For example:
% rtf2html RTF-Spec-1_5.rtf > RTF-Spec-1_5.htm
Philippe Verdret
pverdret@sonovision-itep.fr
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-RTF-Parser>0:textproc/p5-RTF-Parser
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/textproc/p5-RTF-Parser/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/p5-RTF-Parser
- pkg install p5-RTF-Parser
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-RTF-Parser
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (RTF-Parser-1.12.tar.gz) = 026f375e775235a328f8a44062e6362c2bf72b086acd67571ed9ca659b2da6e5
SIZE (RTF-Parser-1.12.tar.gz) = 43227
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-RTF-Tokenizer>=1.16 : textproc/p5-RTF-Tokenizer
- perl5>=5.32.r0<5.33 : lang/perl5.32
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-RTF-Tokenizer>=1.16 : textproc/p5-RTF-Tokenizer
- 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:
- textproc_p5-RTF-Parser
- 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.12_1 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.12_1 23 Nov 2021 22:11:40 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALL
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Approved by: portmgr (blanket) |
1.12_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.12_1 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.12_1 04 Oct 2017 20:40:22 |
ehaupt |
- Register conflicts
- While here specify license of textproc/rtf2html
Notified by: rodrigo (conflicts scanner) |
1.12 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
1.12 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
1.12 11 Jan 2015 13:29:59 |
sunpoet |
- Update to 1.12
- Add LICENSE
- Sort PLIST
Changes: http://search.cpan.org/dist/RTF-Parser/Changes |
1.09_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.09 07 Nov 2013 03:52:42 |
vanilla |
Support STAGEDIR. |
1.09 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
1.09 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
1.09 04 Jun 2012 18:08:03 |
culot |
- Remove SITE_PERL from *_DEPENDS
Submitted by: az@ |
1.09 01 May 2012 01:47:10 |
swills |
- Assign clsung's p5- ports to perl@
Approved by: clsung via IRC |
1.09 21 Jan 2012 17:40:15 |
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 |
1.09 03 Jul 2011 14:40:25 |
ohauer |
-remove MD5 |
1.09 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.09 24 Jan 2006 03:10:24 |
edwin |
SHA256ify
Approved by: krion@ |
1.09 22 Jan 2006 02:55:05 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
1.09 20 Aug 2004 02:56:44 |
clsung |
My territory, suggested by ijliao. :p
Approved by: vanilla (co-mentor) |
1.09 28 Jul 2004 09:19:58 |
ijliao |
upgrade to 1.09
PR: 69687
Submitted by: maintainer |
1.07 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
1.07 17 Oct 2003 07:47:56 |
vanilla |
Add p5-RTF-Parser 1.07, perl module for parsing RTF files.
PR: 58044
Submitted by: clsung@dragon2.net |