dvi2ps-fontdesc-morisawa5-0.6/0000755000000000000000000000000012033154674013171 5ustar dvi2ps-fontdesc-morisawa5-0.6/debian/0000755000000000000000000000000014007261470014407 5ustar dvi2ps-fontdesc-morisawa5-0.6/debian/README.Debian0000644000000000000000000000051707316733511016460 0ustar dvi2ps-fontdesc-morisawa5 for Debian ------------------------------------ This provides you fontdesc files to print DVI with Morisawa Basic-5 type faces (of vfdata-morisawa5) by dvi2ps. You should run dvi2ps with '-F morisawa' like 'dvi2ps -F morisawa foo.dvi' -- Atsuhito KOHDA , Tue, 19 Jun 2001 09:31:29 +0900 dvi2ps-fontdesc-morisawa5-0.6/debian/changelog0000644000000000000000000000414714007261470016267 0ustar dvi2ps-fontdesc-morisawa5 (0.6) unstable; urgency=medium * QA upload. * Set Maintainer to Debian QA Group. (see #773950) -- Adrian Bunk Fri, 05 Feb 2021 17:24:40 +0200 dvi2ps-fontdesc-morisawa5 (0.5) unstable; urgency=low * Modify to be compatible with new TeXLive2012 environment. So we can't use the package with vfdata-morisawa5 anymore and we removed vfdata-morisawa5 from Depends field. * Fix a control file so that this is installable. Thanks to Andreas Beckmann and Colin Watson . (Closes: #688253) * To erase lintian warnings, we refine debian/rules a bit. -- Atsuhito KOHDA Wed, 03 Oct 2012 14:29:25 +0900 dvi2ps-fontdesc-morisawa5 (0.4) unstable; urgency=low * Renamed fontdesc file bikan-morisawa (to bikan-morisawa5) to avoid duplication with dvi2ps. (Closes: #483462) * According to the above change, we modified fontdesc file morisawa. -- Atsuhito KOHDA Wed, 23 Jul 2008 11:19:10 +0900 dvi2ps-fontdesc-morisawa5 (0.3.2) unstable; urgency=low * Fixed fontdesc files for dvi2ps 3.2j * Now fontdesc file "morisawa" was a conffile. -- Atsuhito KOHDA Thu, 13 Feb 2003 12:07:55 +0900 dvi2ps-fontdesc-morisawa5 (0.3.1) unstable; urgency=low * Fixed rules; every debhelper commands were now under "binary-indep" -- Atsuhito KOHDA Fri, 27 Dec 2002 14:43:20 +0900 dvi2ps-fontdesc-morisawa5 (0.3) unstable; urgency=low * Fixed Build-Depends to Build-Depends-Indep as lintian taught me this. -- Atsuhito KOHDA Wed, 28 Aug 2002 10:20:22 +0900 dvi2ps-fontdesc-morisawa5 (0.2) unstable; urgency=low * Moved in main from contrib because vfdata-morisawa5, on which this package depends, changed license to the modified BSD. -- Atsuhito KOHDA Wed, 23 Jan 2002 08:37:59 +0900 dvi2ps-fontdesc-morisawa5 (0.1) unstable; urgency=low * Initial Release. (closes: #104238) -- Atsuhito KOHDA Tue, 19 Jun 2001 09:31:29 +0900 Local variables: mode: debian-changelog End: dvi2ps-fontdesc-morisawa5-0.6/debian/compat0000644000000000000000000000000212032750532015603 0ustar 6 dvi2ps-fontdesc-morisawa5-0.6/debian/control0000644000000000000000000000112514007261470016011 0ustar Source: dvi2ps-fontdesc-morisawa5 Section: tex Priority: optional Maintainer: Debian QA Group Build-Depends: debhelper (>> 3.0.0) Standards-Version: 3.7.2 Package: dvi2ps-fontdesc-morisawa5 Architecture: all Depends: ${misc:Depends}, dvi2ps (>= 5.1j), texlive-lang-cjk Recommends: ptex-bin, okumura-clsfiles Description: fontdesc files of dvi2ps for Morisawa Basic-5 type faces You can convert DVI file with Morisawa Basic-5 type faces of vfdata-morisawa5 to PS file by dvi2ps with this package. . You should run 'dvi2ps -F morisawa' for Morisawa Basic-5 type faces. dvi2ps-fontdesc-morisawa5-0.6/debian/copyright0000644000000000000000000000046212032766316016351 0ustar This package was debianized by Atsuhito KOHDA on Tue, 19 Jun 2001 09:31:29 +0900. This package contains only modified fontdesc files of dvi2ps. You can get the original from ftp://ftp.math.s.chiba-u.ac.jp/tex and dvi2ps is in main (i.e. DFSG-compliant) so this package goes in main. dvi2ps-fontdesc-morisawa5-0.6/debian/dirs0000644000000000000000000000004012032751544015267 0ustar usr/lib/dvi2ps etc/texmf/dvi2ps dvi2ps-fontdesc-morisawa5-0.6/debian/docs0000644000000000000000000000000007316733511015255 0ustar dvi2ps-fontdesc-morisawa5-0.6/debian/rules0000755000000000000000000000340512032765730015475 0ustar #!/usr/bin/make -f # Sample debian/rules that uses debhelper. # GNU copyright 1997 to 1999 by Joey Hess. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 # This is the debhelper compatability version to use. PACK=dvi2ps-fontdesc-morisawa5 TXMF=/usr/lib INSTDIR=$(CURDIR)/debian/$(PACK)$(TXMF)/dvi2ps ETCDIR=$(CURDIR)/debian/$(PACK)/etc/texmf/dvi2ps configure: configure-stamp configure-stamp: dh_testdir # Add here commands to configure the package. touch configure-stamp build: build-arch build-indep build-arch: configure-stamp build-stamp build-indep: configure-stamp build-stamp build-stamp: dh_testdir # Add here commands to compile the package. touch build-stamp clean: dh_testdir dh_testroot rm -f build-stamp configure-stamp # Add here commands to clean up after the build process. dh_clean install: build dh_testdir dh_testroot dh_clean -k dh_installdirs # Add here commands to install the package into debian/dvi2ps-fontdesc-morisawa5. cp -a fontsk $(INSTDIR) cp -a morisawa $(ETCDIR) (cd $(INSTDIR); ln -s /etc/texmf/dvi2ps/morisawa .) # Build architecture-independent files here. binary-indep: build install dh_testdir dh_testroot # dh_installdebconf dh_installdocs # dh_installexamples # dh_installmenu # dh_installlogrotate # dh_installemacsen # dh_installpam # dh_installmime # dh_installinit # dh_installcron # dh_installman # dh_installinfo # dh_undocumented dh_installchangelogs dh_link # dh_strip dh_compress dh_fixperms # dh_makeshlibs dh_installdeb # dh_perl # dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb # Build architecture-dependent files here. binary-arch: build install # We have nothing to do here. binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install configure dvi2ps-fontdesc-morisawa5-0.6/fontsk/0000755000000000000000000000000012033154674014475 5ustar dvi2ps-fontdesc-morisawa5-0.6/fontsk/asc-morisawa50000644000000000000000000000037012032762254017071 0ustar # built-in morisawa fonts for pTeX / ASCII Nihongo TeX # First, convert pTeX dvi -> built-in kanji dvi by virtual font font jvf * 0 $texl/vf/ptex/morisawa/%f.vf #font jvf * 0 $texl/vf/morisawa/%f.vf # then, use built-in kanji fontdesc bikan-$extra dvi2ps-fontdesc-morisawa5-0.6/fontsk/bikan-morisawa50000644000000000000000000000106312032764767017422 0ustar # built-in morisawa fonts (of texlive-lang/cjk(former vfdata-morisawa5)) #font jfm * 0 $texl/tfm/ptex/morisawa/ font jfm * 0 $texl/tfm/ptex/dvips/ # vfdata-morisawa5 map ryumin-l JSNR Ryumin-Light-H map ryumin-l-v JSNR Ryumin-Light-V map gtbbb-m JSNR GothicBBB-Medium-H map gtbbb-m-v JSNR GothicBBB-Medium-V map futomin-b JSNR FutoMinA101-Bold-H map futomin-b-v JSNR FutoMinA101-Bold-V map futogo-b JSNR FutoGoB101-Bold-H map futogo-b-v JSNR FutoGoB101-Bold-V map jun101-l JSNR Jun101-Light-H map jun101-l-v JSNR Jun101-Light-V dvi2ps-fontdesc-morisawa5-0.6/morisawa0000644000000000000000000000201712033153701014724 0ustar # dvi2ps font description file for Debian ########################################################################## # # printer spec # # predefined fontdesc files for printers are # LW16, LWII, PS200, PS360, PS400, PS600, PS720, RichoSP10, SPARC. # In Debian, LW16 is used by default. # TeXLive 2012 uses /usr/share/texlive/texmf-dist so defined "texl" define extra morisawa5 define texl /usr/share/texlive/texmf-dist/fonts ########################################################################## # # font selection for japanese # fontdesc fonts$kpse/asc-$extra # # pTeX / ASCII jtex # #fontdesc fonts$kpse/ntt-bikanji fontdesc fonts$kpse/asc-bikanji ########################################################################## # # font selection # # you need to install tetex-extra for the next two settings to work. # if you don't want to use BlueSky postscript cm fonts, comment the next line. fontdesc fonts$kpse/fonts-t1 # use PSNFSS fonts fontdesc fonts$kpse/psfonts fontdesc fonts$kpse/fonts-bitmap fontdesc fonts$kpse/generate