Port details |
- p5-Text-Reflow Perl module for reflowing text files
- 1.17 textproc =2 1.17Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2002-11-22 20:54:27
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/Text-Reflow
- Description:
- These routines will reflow the paragraphs in the given file, filehandle,
string or array using Knuth's paragraphing algorithm (as used in TeX) to
pick "good" places to break the lines.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Text-Reflow>0:textproc/p5-Text-Reflow
- To install the port:
- cd /usr/ports/textproc/p5-Text-Reflow/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/p5-Text-Reflow
- pkg install p5-Text-Reflow
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Text-Reflow
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1481270315
SHA256 (Text-Reflow-1.17.tar.gz) = 4bf2139ff617d6e59cc0e59cdecd7cb723ecfd28d5ac387afb553ffdc071b860
SIZE (Text-Reflow-1.17.tar.gz) = 16651
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:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Run
-
- dns/p5-Zonemaster-CLI
- dns/p5-Zonemaster-Engine
Configuration Options:
- No options to configure
- Options name:
- textproc_p5-Text-Reflow
- 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.17 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.17 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.17 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.17 27 May 2018 20:15:20 |
sunpoet |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
1.17 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
1.17 09 Dec 2016 12:56:55 |
sunpoet |
- Update to 1.17
Changes: http://search.cpan.org/dist/Text-Reflow/Changes |
1.16 07 Dec 2016 16:19:45 |
sunpoet |
- Update to 1.16
- Pet portlint: fix diff header of patch files
Changes: http://search.cpan.org/dist/Text-Reflow/Changes |
1.15 29 Nov 2016 18:51:30 |
sunpoet |
- Update to 1.15
Changes: http://search.cpan.org/dist/Text-Reflow/Changes |
1.12 22 Nov 2016 18:43:14 |
sunpoet |
- Update to 1.12
Changes: http://search.cpan.org/dist/Text-Reflow/Changes |
1.11 17 Aug 2015 13:06:37 |
sunpoet |
- Update to 1.11
Changes: http://search.cpan.org/dist/Text-Reflow/Changes |
1.10 18 Jul 2015 11:13:30 |
sunpoet |
- Update to 1.10
- Add LICENSE
- Strip shared library
- Rename patch file to avoid EXTRA_PATCHES
- Sort PLIST
Changes: http://search.cpan.org/dist/Text-Reflow/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 10 Jun 2014 12:14:14 |
mat |
Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight |
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 17 May 2011 11:13:00 |
jadawin |
- Cleaning MD5 in perl@'s ports
Approved by: erwin@ (portmgr) |
1.09 17 Aug 2009 14:22:27 |
tobez |
Update to 1.09.
Changes: http://search.cpan.org/dist/Text-Reflow/Changes |
1.07 16 Aug 2009 09:55:32 |
linimon |
Reset mat@FreeBSD.org due to maintainer-timeouts and no response to email.
Hat: portmgr |
1.07 23 Jul 2009 17:28:08 |
pgollucci |
- Update to 1.07
PR: ports/136565
Approved by: maintainer timeout (mat; 14 days)
Submitted by: myself (pgollucci@) |
1.06 22 Jul 2009 16:27:08 |
pgollucci |
- lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks
PR: ports/135398
Tested by: 2 -exp runs by pav
Approved by: portmgr (pav) |
1.06 12 Feb 2009 18:30:17 |
mat |
Update to 1.06 |
1.05_1 31 Aug 2007 13:37:23 |
mat |
Use the CPAN site macro.
Use DISTVERSION in place of DISTNAME where possible.
Remove perl 5.005 shims. |
1.05_1 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.05_1 14 Nov 2005 14:16:12 |
mat |
Be hipe and add SHA256 |
1.05_1 07 Oct 2004 12:49:34 |
mat |
Update to use the perl version of the algorithm over the C version for 5.8.5
because it uses 64 bit integers by default and it messes very badly with some
pack/unpack things on the perl part and some << and >> on the C part, so, use
the perl part everywhere.
Approved by: portmgr (krion) |
1.05 29 Jan 2004 13:37:55 |
mat |
Add SIZE field |
1.05 09 Jan 2004 17:15:16 |
mat |
Update to 1.05 |
1.04 20 Dec 2003 22:06:45 |
edwin |
garbage in ports/textproc/p5-Text-Reflow/distinfo [PATCH :-)
ports/textproc/p5-Text-Reflow/distinfo has =3D
PR: ports/60435
Submitted by: "Alexandr A.Babaylov" <babolo@cicuta.babolo.ru> |
1.04 16 Aug 2003 09:13:44 |
mat |
Update my ports to use my @FreeBSD.org address
Approved by: demon (mentor) |
1.04 03 May 2003 01:30:36 |
leeym |
Cleanups, use PERL_LEVEL and not a pre-everything::
PR: 51689
Submitted by: Mathieu Arnold <m@absolight.net> |
1.04 26 Apr 2003 08:40:29 |
leeym |
add WWW site
PR: 51413
Submitted by: Mathieu Arnold <m@absolight.net> |
1.04 28 Feb 2003 22:53:02 |
kris |
Use pre-everything:: instead of pre-everything: to avoid conflict with
targets in bsd.port.mk |
1.04 21 Feb 2003 13:42:50 |
knu |
De-pkg-comment. |
1.04 22 Nov 2002 20:50:49 |
nork |
Add p5-Text-Reflow 1.04, perl module for reflowing text files.
PR: ports/41265
Submitted by: Mathieu Arnold <m@absolight.net> |