Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.1.20240105 30 Sep 2024 14:01:56 |
Robert Clausecker (fuz) |
textproc/man2html: update to 3.1.20240105
Upstream changes:
* change the special case of bold italics to "-mixsecs" option.
o allow a special case of bold italics (used in captoinfo.1m in ncurses)
o provide a special case for ncurses's main manpage, which now uses
italics for the subsections defining environment variables, rather
than bold.
o convert remaining tabs to spaces (perl tidy already did most).
o reset variable used to splice links which are broken by hyphenation,
if the bold text happens to not match the see-also pattern. This
occurred with ncurses curs_refresh.3x.html file.
o fix a case where optional pattern in substitution did not match,
causing an uninitialized-variable warning. |
3.1.20220714_1 23 Jan 2024 14:51:23 |
Muhammad Moinur Rahman (bofh) |
textproc/man2html: Impelled to share/man
Approved by: portmgr (blanket) |
3.1.20220714 08 Feb 2023 23:24:25 |
Robert Clausecker (fuz) |
*/*: Update fuz@fuz.su to fuz@FreeBSD.org
www/writefreely had a stray duplicate MAINTAINER block
from an earlier botched commit. I did intentionally not
touch the entry in UPDATING.
Reviewed by: eduardo, flo
Differential Revision: https://reviews.freebsd.org/D38435 |
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) |
3.1.20220714 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 ) |
3.1.20220714 24 Jul 2022 18:22:24 |
Nuno Teixeira (eduardo) Author: Robert Clausecker |
textproc/man2html: Update to 3.1.20220714
Selected upstream changes:
- document all of the new options in man2html(1)
- some cleanup of man2html(1), eliminating unused macros and adding
macros to replace repetitive nroff commands
PR: 265407 |
3.1.20220712 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 ) |
3.1.20220712 15 Jul 2022 20:58:05 |
Nuno Teixeira (eduardo) Author: Robert Clausecker |
textproc/man2html: Update to 3.1.20220714
- switch to DISTVERSION
- switch to upstream provided dedicated tarball
- pet portfmt
ChangeLog:
- trim unwanted quotes from -title parameter which came from
shellcheck fixes
- adapt Schilling's subsection change
- amend the hyphenation fix to account for href's pointing to a
subdirectory. improve handling of hyphenated link by adding an
option "-leftside" for the left-sides from hyphenated manpage names
(with a short fallback for "apt", "cvs", "git", "sccs' and "sysv")
PR: 265212 |
3.1.20220109 13 Jul 2022 15:14:39 |
Dmitry Sivachenko (demon) |
textproc/man2html: update to 3.1.20220109
PR: 265144
Submitted by: Robert Clausecker <fuz@fuz.su> |
3.0.1_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.0.1_2 30 Sep 2018 09:08:31 |
amdmi3 |
- Add LICENSE
- Add NO_ARCH
Approved by: portmgr blanket |
3.0.1_2 17 Dec 2015 17:19:48 |
mat |
Fix usage of ${PERL5}.
${PERL5} points to a specific version of perl, say, perl5.22.1, it is
fine to use it in a ports Makefile to do Perly things, but ports using
it must use ${PERL}, that points to /usr/local/bin/perl so that if the
minor version is updated, the shebang keep working.
While there, make some ports use shebangfix, regen a few patches, and
bump PORTREVISION where a shebang went from PERL5 to PERL.
PR: 205367
With hat: portmgr
Sponsored by: Absolight |
3.0.1_1 20 Dec 2014 19:47:31 |
bapt |
cleanup plist |
3.0.1_1 29 Jul 2014 15:20:01 |
adamw |
Rename textproc/ patch-xy patches to reflect the files they modify. |
3.0.1_1 30 May 2014 10:53:30 |
demon |
Stagify;
Update WWW
Simplify installation. |
3.0.1_1 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
3.0.1_1 31 Jul 2013 06:54:10 |
az |
- Convert to new Uses/perl5.mk framework
- Resolve issues with implicit lang/perl in extract and patch dependencies
- Trim Makefile header
Reviewed by: bapt@ (exp-run)
Approved by: bapt@ (portmrg@) |
3.0.1_1 24 Oct 2011 09:11:38 |
dougb |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
3.0.1_1 03 Jul 2011 14:40:25 |
ohauer |
-remove MD5 |
3.0.1_1 31 Oct 2006 17:46:14 |
demon |
Correct MASTER_SITES.
PR: 104536
Submitted by: Thomas Abthorpe <thomas@goodking.ca> |
3.0.1_1 24 Jan 2006 03:10:24 |
edwin |
SHA256ify
Approved by: krion@ |
3.0.1_1 18 Mar 2004 18:01:13 |
trevor |
Add size data, approved by maintainers. |
3.0.1_1 06 Feb 2004 13:12:53 |
trevor |
Use PLIST_FILES (bento-tested, marcus-reviewed). |
3.0.1_1 07 Mar 2003 06:11:57 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
3.0.1_1 23 Dec 2002 15:57:47 |
demon |
Forgot to bump PORTREVISION. |
3.0.1 23 Dec 2002 15:57:11 |
demon |
Fix path to perl binary. |
23 Dec 2001 21:28:28 |
demon |
Fix man.cgi script installation. |
18 Aug 2001 03:12:12 |
demon |
Add one more MASTER_SITE. |
05 Feb 2001 16:35:27 |
olgeni |
More style fixes for ports/textproc. |
13 Nov 2000 12:45:41 |
demon |
Change MAINTAINER field. I am now at FreeBSD dot org |
08 Oct 2000 07:29:51 |
asami |
Convert category textproc to new layout. |
29 Sep 2000 17:51:18 |
kevlo |
- Fix man.cgi - Change maintainer's e-mail |