diff options
Diffstat (limited to 'app-text/ptex/files/ptex-3.1.10_p20071203-gentoo.patch')
-rw-r--r-- | app-text/ptex/files/ptex-3.1.10_p20071203-gentoo.patch | 96 |
1 files changed, 0 insertions, 96 deletions
diff --git a/app-text/ptex/files/ptex-3.1.10_p20071203-gentoo.patch b/app-text/ptex/files/ptex-3.1.10_p20071203-gentoo.patch deleted file mode 100644 index f478b4640a64..000000000000 --- a/app-text/ptex/files/ptex-3.1.10_p20071203-gentoo.patch +++ /dev/null @@ -1,96 +0,0 @@ -diff -Naur ptetex3-20071203.orig/2extract-src.sh ptetex3-20071203/2extract-src.sh ---- ptetex3-20071203.orig/2extract-src.sh 2007-11-19 15:46:22.000000000 +0900 -+++ ptetex3-20071203/2extract-src.sh 2007-12-05 01:16:22.000000000 +0900 -@@ -147,29 +147,29 @@ - $CP $SRC/texk/dvipsk/* $SRC/texk/pdvipsk/ - $MKDIR $SRC/texk/pxdvik - $CP -r $SRC/texk/xdvik/* $SRC/texk/pxdvik/ -- P=p -+ DVIPSK_P=p - fi # "$JAPANESE" = "international" - ## for dvipsk - #tarx archive/dvipsk-jpatch-p1.7a.tar.gz $SRC/texk/${P}dvipsk --#cpatch $SRC/texk/${P}dvipsk/dvipsk-p1.7a.patch 1 $SRC/texk/${P}dvipsk --$CP $SRC/texk/${P}dvipsk/Makefile.in $SRC/texk/${P}dvipsk/Makefile.in.tetex --tarx archive/dvipsk-5.95b-p1.7a.tar.gz $SRC/texk/${P}dvipsk --cpatch $SRC/texk/${P}dvipsk/dvipsk-5.95b-p1.7a.diff 1 $SRC/texk/${P}dvipsk -+#cpatch $SRC/texk/${DVIPSK_P}dvipsk/dvipsk-p1.7a.patch 1 $SRC/texk/${DVIPSK_P}dvipsk -+$CP $SRC/texk/${DVIPSK_P}dvipsk/Makefile.in $SRC/texk/${DVIPSK_P}dvipsk/Makefile.in.tetex -+tarx archive/dvipsk-5.95b-p1.7a.tar.gz $SRC/texk/${DVIPSK_P}dvipsk -+cpatch $SRC/texk/${DVIPSK_P}dvipsk/dvipsk-5.95b-p1.7a.diff 1 $SRC/texk/${DVIPSK_P}dvipsk - ## disable installing 'config.ps' --$CP $SRC/texk/${P}dvipsk/Makefile.in $SRC/texk/${P}dvipsk/Makefile.in.jp --$CP $SRC/texk/${P}dvipsk/Makefile.in.tetex $SRC/texk/${P}dvipsk/Makefile.in -+$CP $SRC/texk/${DVIPSK_P}dvipsk/Makefile.in $SRC/texk/${DVIPSK_P}dvipsk/Makefile.in.jp -+$CP $SRC/texk/${DVIPSK_P}dvipsk/Makefile.in.tetex $SRC/texk/${DVIPSK_P}dvipsk/Makefile.in - ## disable psfonts_jp.map --#perlprint 's/^(p \+psfonts\_jp\.map)/* \1/g' $SRC/texk/${P}dvipsk/config.ps -+#perlprint 's/^(p \+psfonts\_jp\.map)/* \1/g' $SRC/texk/${DVIPSK_P}dvipsk/config.ps - #perlnoprint '$a=1 if /^# psfonts_jp.map/; $a=0 if /^# Info files/; --# print unless $a' $SRC/texk/${P}dvipsk/Makefile.in -+# print unless $a' $SRC/texk/${DVIPSK_P}dvipsk/Makefile.in - - ## for xdvik --zpatch archive/xdvik-200?????-tetex-3.0.diff.gz 3 $SRC/texk/${P}xdvik -+zpatch archive/xdvik-200?????-tetex-3.0.diff.gz 3 $SRC/texk/${DVIPSK_P}xdvik - # fix for FC5 - perlprint 'print "#define NeedWidePrototypes 1\n" if /limits/' \ -- $SRC/texk/${P}xdvik/xdvi.h -+ $SRC/texk/${DVIPSK_P}xdvik/xdvi.h - # adjust X resource --cat <<EOF >> $SRC/texk/${P}xdvik/texmf/XDvi || exit 1 -+cat <<EOF >> $SRC/texk/${DVIPSK_P}xdvik/texmf/XDvi || exit 1 - - - !!! ------- added by ptetex3 ------- -diff -Naur ptetex3-20071203.orig/7font-search.sh ptetex3-20071203/7font-search.sh ---- ptetex3-20071203.orig/7font-search.sh 2007-12-03 00:43:41.000000000 +0900 -+++ ptetex3-20071203/7font-search.sh 2007-12-05 01:18:50.000000000 +0900 -@@ -51,6 +51,17 @@ - done - } - -+mksymlink_gentoo(){ -+ $MKDIR $TRUETYPE -+ fonts_dir=/usr/share/fonts/ -+ find $fonts_dir -maxdepth 1 -mindepth 1 -type d | while read font_path; do -+ if [ `find $font_path -maxdepth 1 -type f -iname '*.ttf' | wc -l` -gt 0 ]; then -+ font_name=${font_path/$fonts_dir/} -+ test -h ${TRUETYPE}/${font_name} && continue -+ $LN "${font_path}" "${TRUETYPE}/${font_name}" -+ fi -+ done -+} - - setrmlgbm() { - if test -n "$2"; then -@@ -105,7 +116,8 @@ - ### リンク名 検索ディレクトリ/ファイル - Acrobat4 /usr{,/local,/sfw}{,/lib}/Acrobat4/Resource/CMap - Acrobat5 /usr{,/local,/sfw}{,/lib}/Acrobat5/Resource/Font --Acrobat7 /usr{,/local,/sfw}{,/lib}{,/Adobe}/Acrobat7.0/Resource/CMap -+Acrobat7 /opt/Acrobat7/Resource/CMap -+Acrobat8 /opt/Adobe/Reader8/Resource/CMap - ghostscript /usr{,/local,/sfw}/{share,lib}/ghostscript{,/*}/Resource/CMap - openwinja /usr/openwin/lib/locale/ja/X11/Resource/CMap - openwinko /usr/openwin/lib/locale/ko/X11/Resource/CMap -@@ -113,18 +125,7 @@ - openwintw /usr/openwin/lib/locale/zh_TW.BIG5/X11/Resource/CMap - EOF - --mksymlink $TRUETYPE <<EOF --### リンク名 検索ディレクトリ/ファイル --x11 /usr{,/local,/X11R6}/lib/X11/fonts/truetype --X11 /usr{,/local,/X11R6}/lib/X11/fonts/TrueType --X11TTF /usr{,/local,/X11R6}/lib/X11/fonts/TTF --openwin /usr/openwin/lib/locale/ja/X11/fonts/TT --truetype /usr/share/fonts/truetype --TTF /usr/share/fonts/TTF --ja /usr/share/fonts/ja/TrueType --japanese /usr/share/fonts/japanese/TrueType --QtPalmtop /opt/QtPalmtop/lib/X11/fonts/TrueType --EOF -+mksymlink_gentoo - - mksymlink $OPENTYPE <<EOF - ### リンク名 検索ディレクトリ/ファイル |