Hi Anthony,

Anthony J. Bentley wrote on Mon, Apr 16, 2018 at 03:58:05AM -0600:

> japanese/groff is an ancient patchset on top of even more ancient
> groff (specifically groff-1.10, released in 1995).

Indeed, we are now almost at 1.22.4, and i regard anything older
than 1.22 as ancient and anything older than 1.17 as extremely
ancient.  The technical and functional improvements in 1.17 were
so major that going back beyond that seems like a really bad idea.

> Nothing uses it anymore. So remove it as below (plus quirks of course).

Certainly no objection from me to removing it.

I can't think of a reason why anyone might still need it.
If people still have non-UTF-8 input files, they can be
converted before running modern groff.  If people still require
non-UTF-8 nroff(1) output, they can use -Tutf8 and postprocess
with a character set converter.  Multibyte character support
is likely to be better in modern groff than in such an old version.

So unless somebody objects, OK schwarze@
  Ingo


> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/japanese/Makefile,v
> retrieving revision 1.30
> diff -u -p -r1.30 Makefile
> --- Makefile  19 Apr 2017 05:58:48 -0000      1.30
> +++ Makefile  16 Apr 2018 09:56:29 -0000
> @@ -3,7 +3,6 @@
>       SUBDIR =
>       SUBDIR += Wnn
>       SUBDIR += canna
> -     SUBDIR += groff
>       SUBDIR += gwaei
>       SUBDIR += kakasi
>       SUBDIR += kanatest
> Index: groff/Makefile
> ===================================================================
> RCS file: groff/Makefile
> diff -N groff/Makefile
> --- groff/Makefile    26 Jul 2017 22:45:25 -0000      1.18
> +++ /dev/null 1 Jan 1970 00:00:00 -0000
> @@ -1,40 +0,0 @@
> -# $OpenBSD: Makefile,v 1.18 2017/07/26 22:45:25 sthen Exp $
> -
> -COMMENT=     japanese groff
> -
> -CATEGORIES=  japanese textproc print
> -
> -PKGNAME=     ja-groff-1.10_0.99
> -REVISION =   2
> -DISTNAME=    groff-1.10
> -
> -PATCHFILES=  jgroff-0.99.diff.gz:0
> -
> -MASTER_SITES=        ${MASTER_SITE_GNU:=groff/}
> -
> -MASTER_SITES0=       ftp://ftp.ae.keio.ac.jp/pub/GNU/ \
> -                ftp://ftp.tohoku.ac.jp/pub/GNU/japanese/
[...]

Reply via email to