aboutsummaryrefslogtreecommitdiff
path: root/textproc/txt2html
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION for ports affected by the fix the last commit.Mathieu Arnold2017-01-311-1/+1
| | | | | | | | Done with: Tools/scripts/bump-revision.sh Sponsored by: Absolight Notes: svn path=/head/; revision=432932
* - Fix trailing whitespace in pkg-descrs, categories [p-x]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415500
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Make it so that the default Perl is always called perl5.Mathieu Arnold2015-09-141-1/+1
| | | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=396892
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* - Support STAGEPhilippe Audeoud2013-11-082-4/+2
| | | | | | | Sponsored by: OBS Notes: svn path=/head/; revision=333222
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* - convert to the new perl5 frameworkAndrej Zverev2013-09-101-6/+3
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326918
* - Remove SITE_PERL from *_DEPENDSPhilippe Audeoud2012-06-051-2/+2
| | | | | | | Submitted by: az@ Notes: svn path=/head/; revision=298474
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=289563
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276994
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with T,U,V Notes: svn path=/head/; revision=240076
* - Update to 2.51Philippe Audeoud2008-05-122-4/+4
| | | | | | | Approved by: mentor (implicit) Notes: svn path=/head/; revision=212956
* - Update maintainer addressPhilippe Audeoud2008-03-121-1/+1
| | | | | | | Approved by: thierry (mentor) Notes: svn path=/head/; revision=208891
* - Update to 2.50Thomas Abthorpe2007-12-262-6/+7
| | | | | | | | | | | - Depends on p5-YAML-Syck - Pass maintainership to submitter PR: ports/119035 Submitted by: Philippe Audeoud <jadawin tuxaco.net> Notes: svn path=/head/; revision=204590
* - Update to 2.46Pav Lucistnik2007-12-182-6/+5
| | | | | | | | PR: ports/118818 Submitted by: Philippe Audeoud <jadawin@tuxaco.net> Notes: svn path=/head/; revision=203984
* - Remove old Perl support from unmaintained ports in categories startingGabor Kovesdan2007-04-061-7/+1
| | | | | | | with letter o-z Notes: svn path=/head/; revision=189335
* - Update to 2.45Cheng-Lung Sung2007-01-272-4/+4
| | | | Notes: svn path=/head/; revision=183401
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* - update to 2.44Cheng-Lung Sung2006-01-182-6/+5
| | | | | | | - remove BUILD_DEPENDS of p5-Filter-Simple Notes: svn path=/head/; revision=153770
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149459
* - Update to 2.43Emanuel Haupt2005-10-162-3/+3
| | | | | | | | | PR: 87539 Submitted by: Ports Fury Approved by: novel (mentor) (implicit) Notes: svn path=/head/; revision=145592
* - Update to 2.42Sergey Matveychuk2005-09-022-3/+3
| | | | | | | | PR: ports/85538 Submitted by: Ports Fury Notes: svn path=/head/; revision=141802
* Fix plist (well, in fact, break it for now) so that ports/79330 can beMathieu Arnold2005-06-021-3/+0
| | | | | | | | | committed without breaking them. Approved by: portmgr (kris) Notes: svn path=/head/; revision=136672
* Update to 2.41Jean-Yves Lefort2005-05-163-5/+6
| | | | | | | | PR: ports/81058 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=135339
* - update to 2.35Cheng-Lung Sung2005-01-222-4/+5
| | | | | | | - add new Build depend module (Filter::Simple) Notes: svn path=/head/; revision=127071
* Update to version 2.31Kirill Ponomarev2004-10-122-3/+3
| | | | | | | | PR: ports/72330 Submitted by: Ports Fury Notes: svn path=/head/; revision=118983
* - update to 2.30.Cheng-Lung Sung2004-09-023-10/+5
| | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=117906
* - Update to 2.23Pav Lucistnik2004-04-125-40/+30
| | | | | | | | | | - Drop maintainership PR: ports/65427 Submitted by: Don Croyle <croyle@gelemna.org> (maintainer) Notes: svn path=/head/; revision=106828
* Add size data.Trevor Johnson2004-03-181-0/+1
| | | | | | | Approved by: maintainers Notes: svn path=/head/; revision=104360
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76042
* PERL -> REINPLACEEdwin Groothuis2002-11-042-2/+3
| | | | | | | Noticed on: bento Notes: svn path=/head/; revision=69423
* - install txt2html.dict in DATADIR instead of DOCSDIR, and tell the txt2htmlPete Fritchman2001-12-252-5/+9
| | | | | | | | | | | | | script where to look for it - use DOCSDIR - bump PORTREVISION PR: 32199 Reported by: Fernan Aguero <fernan@iib.unsam.edu.ar> Approved by: maintainer timeout Notes: svn path=/head/; revision=52134
* Style police: remove trailing space in WWW tagMario Sergio Fujikawa Ferreira2001-11-201-1/+1
| | | | Notes: svn path=/head/; revision=50294
* More style fixes for ports/textproc.Jimmy Olgeni2001-02-051-1/+1
| | | | Notes: svn path=/head/; revision=37996
* Add note about required action by installer, in order to get thisAlexander Langer2000-06-111-0/+3
| | | | | | | | | port work. Reviewed by: will Notes: svn path=/head/; revision=29523
* Update to version 1.28Alexander Langer2000-06-113-4/+4
| | | | | | | | | PR: 19169 Submitted by: maintainer Reviewed by: will Notes: svn path=/head/; revision=29522
* Change MAINTAINER's mail address.Akinori MUSHA2000-05-211-2/+2
| | | | | | | | | | Now "Don Croyle <croyle@gelemna.org>". PR: 18701, (part of) 18702, 18703, 18706 Submitted by: MAINTAINER Notes: svn path=/head/; revision=28647
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-2/+2
| | | | Notes: svn path=/head/; revision=27429
* update to 1.27Michael Haro2000-04-013-9/+6
| | | | | | | | PR: 17731 Submitted by: maintainer Notes: svn path=/head/; revision=27247
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21145
* #4/4 enforcing Caps, no periodTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de Notes: svn path=/head/; revision=19804
* I *LOVE* WWW:Michael Haro1999-05-031-1/+1
| | | | Notes: svn path=/head/; revision=18411
* Initial import of txt2html version 1.25.Steve Price1998-07-125-0/+57
Text processing utilities (does not include desktop publishing). PR: 7121 Submitted by: Don Croyle <croyle@gelemna.ft-wayne.in.us> Notes: svn path=/head/; revision=11868