Index: mh/Makefile =================================================================== --- mh/Makefile (revision 492025) +++ mh/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= mh PORTVERSION= ${VERSION}.j${JP_VERSION} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= japanese mail MASTER_SITES= ftp://ftp.laic.u-hyogo.ac.jp/pub/net/mh/ \ http://mirror.amdmi3.ru/distfiles/ @@ -37,6 +37,18 @@ post-patch: ${REINPLACE_CMD} -e "s/-O /${CFLAGS} /g" ${WRKSRC}/configure +.for i in comp dist forw mh-mail mhl ja-comp ja-dist ja-forw ja-mh-mail ja-mhl + @(cd ${WRKSRC}/conf/doc && \ + ${AWK} '{ \ + if (/^\.so/) { \ + ifile="../../support/general" substr($$2, index($$2, "/")); \ + while((getline l < ifile > 0)) \ + print l; \ + close(ifile); \ + } else \ + print; \ + }' ${i}.rf > ${i}.tmp && ${MV} ${i}.tmp ${i}.rf) +.endfor post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* Index: mh/files/patch-conf_doc_me2man.sed =================================================================== --- mh/files/patch-conf_doc_me2man.sed (nonexistent) +++ mh/files/patch-conf_doc_me2man.sed (working copy) @@ -0,0 +1,10 @@ +--- conf/doc/me2man.sed.orig 1993-12-01 13:00:17.000000000 +0900 ++++ conf/doc/me2man.sed 2018-12-03 23:34:05.957872000 +0900 +@@ -8,3 +8,7 @@ + /^\.DE$/c\ + .in -.5i\ + .SH DESCRIPTION ++## replace delimiter and padding character used with .fc macro ++s/^^\(.*\)~^\(.*\)$/\1 \2/ ++## "\ " and "\0" losts the whitespace with mandoc ++s/\\[ 0]/ /g Property changes on: mh/files/patch-conf_doc_me2man.sed ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: mh/files/patch-conf_doc_tmac.h =================================================================== --- mh/files/patch-conf_doc_tmac.h (nonexistent) +++ mh/files/patch-conf_doc_tmac.h (working copy) @@ -0,0 +1,86 @@ +--- conf/doc/tmac.h.orig 1993-12-01 13:00:20.000000000 +0900 ++++ conf/doc/tmac.h 2018-12-03 23:16:59.719304000 +0900 +@@ -3,62 +3,46 @@ + .\" Try to keep only one copy of the documentation around + .\" by re-defining macros and so forth. + .\" +-.fc ^ ~ + .\" I pity the fool who tampers with the next line... + .ds ZZ -man +-.de SC \" Title section +-.TH \\$1 \\$2 @(MHCENTERFOOT) @(MHLEFTFOOT) +-.. +-.de NA \" Name section +-.SH NAME +-.. +-.de SY \" Synopsis section +-.SH SYNOPSIS +-.in +.5i +-.ti -.5i +-.. +-.de DE \" Description section +-.in -.5i +-.SH DESCRIPTION +-.. +-.de Fi \" Files section ++.de Fi + .SH FILES + .nf + .ta \w'@(MHETCPATH)/ExtraBigFileName 'u + .. +-.de Pr \" Profile section +-.SH "PROFILE\ COMPONENTS" ++.de Pr ++.SH "PROFILE COMPONENTS" + .nf + .ta 2.4i + .ta \w'ExtraBigProfileName 'u + .. +-.de Ps \" Profile next ++.de Ps + .br + .. +-.de Sa \" See Also section ++.de Sa + .fi +-.SH "SEE\ ALSO" ++.SH "SEE ALSO" + .. +-.de De \" Defaults section ++.de De + .SH "DEFAULTS" + .nf + .. +-.de Ds \" Defaults next ++.de Ds + .br + .. +-.de Co \" Context section ++.de Co + .fi + .SH CONTEXT + .. +-.de Hh \" Hints section ++.de Hh + .fi + .SH "HELPFUL HINTS" + .. +-.de Hi \" History section ++.de Hi + .fi + .SH HISTORY + .. +-.de Bu \" Bugs section ++.de Bu + .fi + .SH BUGS + .. +@@ -75,3 +59,8 @@ + .de re + .ta 0.5i +0.5i +0.5i +0.5i +0.5i +0.5i +0.5i +0.5i +0.5i +0.5i +0.5i +0.5i +0.5i +0.5i +0.5i + .. ++.\" This defines appropriate quote strings for nroff and troff ++.ds lq \&" ++.ds rq \&" ++.if t .ds lq `` ++.if t .ds rq '' Property changes on: mh/files/patch-conf_doc_tmac.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: mh/files/patch-conf_makefiles_doc =================================================================== --- mh/files/patch-conf_makefiles_doc (nonexistent) +++ mh/files/patch-conf_makefiles_doc (working copy) @@ -0,0 +1,11 @@ +--- conf/makefiles/doc.orig 1999-02-09 20:30:00.000000000 +0900 ++++ conf/makefiles/doc 2018-12-02 22:50:27.133265000 +0900 +@@ -239,7 +239,7 @@ + + .me.doc:; nroff -Tlpr -me $< > $@ + +-.me.man:; cat tmac.me $< | sed -f me2man.sed @(MHCATMAN) > $@ ++.me.man:; cat tmac.h $< | sed -f me2man.sed @(MHCATMAN) > $@ + + .cat.imp:; catimp -i $@ $< + Property changes on: mh/files/patch-conf_makefiles_doc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property