You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
1.9 KiB

diff -up ./source/libs/xpdf/xpdf-src/misc/xpdf.dt ./source/libs/xpdf/xpdf-src/misc/xpdf
diff -up ./source/texk/lcdf-typetools/tests/t1.test.dt ./source/texk/lcdf-typetools/tests/t1.test
--- ./source/texk/lcdf-typetools/tests/t1.test.dt 2018-02-11 10:47:00.407885931 +0100
+++ ./source/texk/lcdf-typetools/tests/t1.test 2018-02-11 10:47:47.274470298 +0100
@@ -17,10 +17,6 @@ cat $srcdir/tests/uhvrrc8a.pfb | $LCDF_T
&& echo "t1dotlessj/bin tests OK" \
|| failed="$failed t1dotlessj/bin"
-$LCDF_TYPETOOLS_TREE/t1lint/t1lint uhv_dl.pfa \
- && echo "t1lint/asc tests OK" \
- || failed="$failed t1lint/asc"
-
cat uhv_dl.pfb | $LCDF_TYPETOOLS_TREE/t1lint/t1lint \
&& echo "t1lint/bin tests OK" \
|| failed="$failed t1lint/bin"
@@ -30,24 +26,14 @@ $LCDF_TYPETOOLS_TREE/t1testpage/t1testpa
-$LCDF_TYPETOOLS_TREE/t1testpage/t1testpage -o uhv_dl_a.ps uhv_dl.pfa \
- && diff uhv_dl_a.ps $srcdir/tests/uhv_dl.ps \
- && echo "t1testpage/asc tests OK" \
- || failed="$failed t1testpage/asc"
-
cat uhv_dl.pfb | $LCDF_TYPETOOLS_TREE/t1testpage/t1testpage >uhv_dl_b.ps \
&& diff uhv_dl_b.ps $srcdir/tests/uhv_dl.ps \
&& echo "t1testpage/bin tests OK" \
|| failed="$failed t1testpage/bin"
$LCDF_TYPETOOLS_TREE/t1reencode/t1reencode -e $srcdir/tests/t2c.enc -a $srcdir/tests/uhvrrc8a.pfb uhv_re.tmp \
&& grep -v 'Created by t1reencode' uhv_re.tmp >uhv_re.pfa \
&& diff uhv_re.pfa $srcdir/tests/uhv_re.pfa \
&& echo "t1reencode/asc tests OK" \
|| failed="$failed t1reencode/asc"
-$LCDF_TYPETOOLS_TREE/t1rawafm/t1rawafm -o uhv_re_a.afm uhv_re.pfa \
- && diff uhv_re_a.afm $srcdir/tests/uhv_re.afm \
- && echo "t1rawafm/asc tests OK" \
- || failed="$failed t1rawafm/asc"
-
cat $srcdir/tests/uhvrrc8a.pfb | $LCDF_TYPETOOLS_TREE/t1reencode/t1reencode -e $srcdir/tests/t2c.enc -b \
| $LCDF_TYPETOOLS_TREE/t1rawafm/t1rawafm >uhv_re_b.afm \
&& diff uhv_re_b.afm $srcdir/tests/uhv_re.afm \