Port details |
- txt2html Convert raw text to something with a little HTML formatting
- 2.51_2 textproc =11 2.51_2Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: unknown
- Last Update: 2023-11-01 22:11:47
- Commit Hash: 05f0f44
- People watching this port, also watch:: unzip, png, gmake, wget, bison
- Also Listed In: perl5
- License: not specified in port
- WWW:
- https://txt2html.sourceforge.net/
- Description:
- txt2html is a Perl program that converts plain text to HTML using
the included HTML::TextToHTML module.
It supports headings, lists, simple character markup, and
hyperlinking, and is highly customizable. It recognizes some of the
apparent structure of the source document (mostly whitespace and
typographic layout), and attempts to mark that structure explicitly
using HTML.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- txt2html>0:textproc/txt2html
- To install the port:
- cd /usr/ports/textproc/txt2html/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/txt2html
- pkg install txt2html
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: txt2html
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (txt2html-2.51.tar.gz) = a98ffe671d38c2e8e75cb780ba3ac2997d63ca7c43bd02d4ad636d23ec1b7521
SIZE (txt2html-2.51.tar.gz) = 119759
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-Getopt-ArgvFile>=0 : devel/p5-Getopt-ArgvFile
- p5-YAML-Syck>=0 : textproc/p5-YAML-Syck
- p5-Module-Build>=0.4206 : devel/p5-Module-Build
- perl5>=5.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- p5-Getopt-ArgvFile>=0 : devel/p5-Getopt-ArgvFile
- p5-YAML-Syck>=0 : textproc/p5-YAML-Syck
- perl5>=5.36<5.37 : lang/perl5.36
- This port is required by:
- for Build
-
Deleted ports which required this port:
- for Run
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- textproc_txt2html
- 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 |
2.51_2 01 Nov 2023 22:11:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart |
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) |
2.51_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 ) |
2.51_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 ) |
2.51_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.51_2 05 Oct 2020 17:45:32 |
rene |
Return jadawin@'s ports to the pool after taking in his commit bit.
With hat: portmgr-secretary |
2.51_2 31 Jan 2017 16:21:46 |
mat |
Bump PORTREVISION for ports affected by the fix the last commit.
Done with: Tools/scripts/bump-revision.sh
Sponsored by: Absolight |
2.51_1 19 May 2016 10:53:06 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
2.51_1 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
2.51_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 |
2.51_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 ) |
2.51 08 Nov 2013 13:35:39 |
jadawin |
- Support STAGE
Sponsored by: OBS |
2.51 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
2.51 10 Sep 2013 16:48:42 |
az |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
2.51 05 Jun 2012 14:27:52 |
jadawin |
- Remove SITE_PERL from *_DEPENDS
Submitted by: az@ |
2.51 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 |
2.51 03 Jul 2011 14:40:25 |
ohauer |
-remove MD5 |
2.51 22 Aug 2009 00:37:17 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with T,U,V |
2.51 12 May 2008 17:01:50 |
jadawin |
- Update to 2.51
Approved by: mentor (implicit) |
2.50 12 Mar 2008 13:27:28 |
jadawin |
- Update maintainer address
Approved by: thierry (mentor) |
2.50 26 Dec 2007 21:56:06 |
tabthorpe |
- Update to 2.50
- Depends on p5-YAML-Syck
- Pass maintainership to submitter
PR: ports/119035
Submitted by: Philippe Audeoud <jadawin tuxaco.net> |
2.46 18 Dec 2007 13:38:50 |
pav |
- Update to 2.46
PR: ports/118818
Submitted by: Philippe Audeoud <jadawin@tuxaco.net> |
2.45 06 Apr 2007 06:48:45 |
gabor |
- Remove old Perl support from unmaintained ports in categories starting
with letter o-z |
2.45 27 Jan 2007 10:54:18 |
clsung |
- Update to 2.45 |
2.44 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) |
2.44 18 Jan 2006 01:02:13 |
clsung |
- update to 2.44
- remove BUILD_DEPENDS of p5-Filter-Simple |
2.43 25 Nov 2005 18:40:57 |
pav |
- Add SHA256 |
2.43 16 Oct 2005 20:53:27 |
ehaupt |
- Update to 2.43
PR: 87539
Submitted by: Ports Fury
Approved by: novel (mentor) (implicit) |
2.42 02 Sep 2005 15:01:55 |
sem |
- Update to 2.42
PR: ports/85538
Submitted by: Ports Fury |
2.41 02 Jun 2005 11:56:03 |
mat |
Fix plist (well, in fact, break it for now) so that ports/79330 can be
committed without breaking them.
Approved by: portmgr (kris) |
2.41 16 May 2005 07:54:07 |
jylefort |
Update to 2.41
PR: ports/81058
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
2.35 22 Jan 2005 02:53:16 |
clsung |
- update to 2.35
- add new Build depend module (Filter::Simple) |
2.31 12 Oct 2004 12:25:28 |
krion |
Update to version 2.31
PR: ports/72330
Submitted by: Ports Fury |
2.30 02 Sep 2004 08:23:45 |
clsung |
- update to 2.30.
- no long support perl 5.005.
- although it requires p5-Data-Dumper, which may need by perl5.6 (described
in devel/p5-Data-Dumper/Makefile), but perl5.6 indeed install one.
And txt2html does not need newer module ( Data::Dumper => 0).
Approved by: vanilla (co-mentor) |
2.23 12 Apr 2004 21:43:04 |
pav |
- Update to 2.23
- Drop maintainership
PR: ports/65427
Submitted by: Don Croyle <croyle@gelemna.org> (maintainer) |
1.28_1 18 Mar 2004 02:27:55 |
trevor |
Add size data.
Approved by: maintainers |
1.28_1 21 Feb 2003 13:42:50 |
knu |
De-pkg-comment. |
1.28_1 04 Nov 2002 02:15:27 |
edwin |
PERL -> REINPLACE
Noticed on: bento |
25 Dec 2001 00:31:39 |
petef |
- install txt2html.dict in DATADIR instead of DOCSDIR, and tell the txt2html
script where to look for it - use DOCSDIR - bump PORTREVISION |
20 Nov 2001 22:33:58 |
lioux |
Style police: remove trailing space in WWW tag |
05 Feb 2001 16:35:27 |
olgeni |
More style fixes for ports/textproc. |
08 Oct 2000 07:29:51 |
asami |
Convert category textproc to new layout. |
11 Jun 2000 17:12:13 |
alex |
Add note about required action by installer, in order to get this port work.
|
11 Jun 2000 17:11:04 |
alex |
Update to version 1.28 |
21 May 2000 12:52:07 |
knu |
Change MAINTAINER's mail address. Now "Don Croyle <croyle@gelemna.org>". |