mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
Update to 4.5.
PR: ports/48788 Submitted by: mitsuru@riken.go.jp (maintainer)
This commit is contained in:
parent
3ed8e2b166
commit
583abfa6e8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=76657
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= texinfo
|
||||
PORTVERSION= 4.0
|
||||
PORTVERSION= 4.5
|
||||
CATEGORIES= japanese print
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
@ -19,7 +19,7 @@ PATCH_DIST_STRIP= -p1
|
||||
MAINTAINER= mitsuru@riken.go.jp
|
||||
COMMENT= Typeset Texinfo files for printing. Uses TeX
|
||||
|
||||
RUN_DEPENDS= ptex:${PORTSDIR}/japanese/ptex-euc
|
||||
RUN_DEPENDS= ptex:${PORTSDIR}/japanese/ptex-euc
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --program-prefix=j
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (texinfo-4.0.tar.gz) = 070493baeb2c277c34575b0df4e2baf1
|
||||
MD5 (texinfo-4.0-j.diff.gz) = acefde3a4793ba7c776f929c3a4524dd
|
||||
MD5 (texinfo-4.5.tar.gz) = 8a5d6b54bc2ff5ec51c696a4e89d93b2
|
||||
MD5 (texinfo-4.5-j.diff.gz) = 303bf7fe264881da010b8e5ad8002563
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- info/Makefile.in.dist Mon Aug 16 13:44:59 1999
|
||||
+++ info/Makefile.in Mon Aug 16 13:51:35 1999
|
||||
@@ -98,7 +98,7 @@
|
||||
# we need to override it, so include them ourselves.
|
||||
INCLUDES = -I. -I$(top_srcdir)/lib -I../intl -I.. -I$(srcdir)
|
||||
DEFS = -DINFODIR=\"$(infodir)\" -DLOCALEDIR=\"$(localedir)\" @DEFS@
|
||||
-LDADD = ../lib/libtxi.a @TERMLIBS@ @INTLLIBS@
|
||||
+LDADD = ../lib/libtxi.a -ltermcap @INTLLIBS@
|
||||
|
||||
EXTRA_DIST = README pcterm.c
|
||||
|
@ -1,4 +1,5 @@
|
||||
bin/jinfo
|
||||
bin/jinfokey
|
||||
bin/jmakeinfo
|
||||
bin/jinstall-info
|
||||
bin/jtexindex
|
||||
@ -21,18 +22,32 @@ info/texinfo-10
|
||||
info/texinfo-11
|
||||
info/texinfo-12
|
||||
info/texinfo-13
|
||||
info/texinfo-14
|
||||
info/texinfo-15
|
||||
info/info-stnd.info
|
||||
info/info-stnd.info-1
|
||||
info/info-stnd.info-2
|
||||
info/info-stnd.info-3
|
||||
@exec install-info %D/info/info.info %D/info/dir
|
||||
@exec install-info %D/info/texinfo %D/info/dir
|
||||
@exec install-info %D/info/info-stnd.info %D/info/dir
|
||||
lib/charset.alias
|
||||
share/texinfo/texinfo.dtd
|
||||
share/texinfo/texinfo.xsl
|
||||
share/texmf/tex/generic/dvips/epsf.tex
|
||||
share/texmf/tex/texinfo/texinfo.tex
|
||||
share/texmf/tex/texinfo/txi-cs.tex
|
||||
share/texmf/tex/texinfo/txi-de.tex
|
||||
share/texmf/tex/texinfo/txi-no.tex
|
||||
share/texmf/tex/texinfo/txi-ja.tex
|
||||
share/texmf/tex/texinfo/txi-en.tex
|
||||
share/texmf/tex/texinfo/txi-es.tex
|
||||
share/texmf/tex/texinfo/txi-fr.tex
|
||||
share/texmf/tex/texinfo/txi-it.tex
|
||||
share/texmf/tex/texinfo/txi-nl.tex
|
||||
share/texmf/tex/texinfo/txi-pt.tex
|
||||
share/texmf/tex/texinfo/txi-tr.tex
|
||||
share/texmf/pdftex/plain/misc/pdfcolor.tex
|
||||
share/locale/de/LC_MESSAGES/texinfo.mo
|
||||
share/locale/fr/LC_MESSAGES/texinfo.mo
|
||||
share/locale/nl/LC_MESSAGES/texinfo.mo
|
||||
@ -41,6 +56,15 @@ share/locale/cs/LC_MESSAGES/texinfo.mo
|
||||
share/locale/de_AT/LC_MESSAGES/texinfo.mo
|
||||
share/locale/eo/LC_MESSAGES/texinfo.mo
|
||||
share/locale/ru/LC_MESSAGES/texinfo.mo
|
||||
share/locale/da/LC_MESSAGES/texinfo.mo
|
||||
share/locale/locale.alias
|
||||
share/locale/he/LC_MESSAGES/texinfo.mo
|
||||
share/locale/hr/LC_MESSAGES/texinfo.mo
|
||||
share/locale/ja/LC_MESSAGES/texinfo.mo
|
||||
share/locale/sv/LC_MESSAGES/texinfo.mo
|
||||
share/locale/tr/LC_MESSAGES/texinfo.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/texinfo.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/texinfo.mo
|
||||
@unexec rmdir %D/share/locale/*/LC_MESSAGES 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/* 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale 2>/dev/null || true
|
||||
|
Loading…
Reference in New Issue
Block a user