diff options
author | hrs <hrs@FreeBSD.org> | 2007-04-24 21:03:37 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2007-04-24 21:03:37 +0800 |
commit | 461d2cab3ea10b7c708178a6256fbadb7e98c5d6 (patch) | |
tree | 30d63e78f3cf163dfdfbd9ce349fe4c243e76b78 | |
parent | 0a90742c8a35f11bc7d380d7654f72ee9a78fd10 (diff) | |
download | freebsd-ports-gnome-461d2cab3ea10b7c708178a6256fbadb7e98c5d6.tar.gz freebsd-ports-gnome-461d2cab3ea10b7c708178a6256fbadb7e98c5d6.tar.zst freebsd-ports-gnome-461d2cab3ea10b7c708178a6256fbadb7e98c5d6.zip |
Remove japanese/dvipdfm since it has been obsolete for a long time and not
compatible with japanese/ptex. Use print/dvipdfmx which has
upper-compatibility instead.
Approved by: maintainer timeout (16 days)
-rw-r--r-- | CVSROOT/modules | 1 | ||||
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | japanese/dvipdfm/Makefile | 60 | ||||
-rw-r--r-- | japanese/dvipdfm/distinfo | 6 | ||||
-rw-r--r-- | japanese/dvipdfm/files/patch-aclocal.m4 | 26 | ||||
-rw-r--r-- | japanese/dvipdfm/pkg-descr | 15 | ||||
-rw-r--r-- | japanese/dvipdfm/pkg-install | 13 | ||||
-rw-r--r-- | japanese/dvipdfm/pkg-message | 22 | ||||
-rw-r--r-- | japanese/dvipdfm/pkg-plist | 26 |
9 files changed, 1 insertions, 169 deletions
diff --git a/CVSROOT/modules b/CVSROOT/modules index 745fbaf4112b..f9b5b3f4a37d 100644 --- a/CVSROOT/modules +++ b/CVSROOT/modules @@ -4935,7 +4935,6 @@ ja-diclookup-mule ports/japanese/diclookup-mule ja-drpl ports/japanese/drpl ja-dvi2dvi ports/japanese/dvi2dvi ja-dvi2tty ports/japanese/dvi2tty -ja-dvipdfm ports/japanese/dvipdfm ja-dvipsk ports/japanese/dvipsk ja-e2ps ports/japanese/e2ps ja-easypr ports/japanese/easypr @@ -2942,3 +2942,4 @@ lang/tk-wrapper|x11-toolkits/tk-wrapper|2007-04-16|Moved to correct category lang/gcc-objc|lang/gcc41|2007-04-21|Has expired, obsolete cad/geda-projectmanager||2007-04-23|Has expired: project dead audio/xmpeg3||2007-04-23|Has expired: does not work +japanese/dvipdfm|print/dvipdfmx|2007-04-24|Obsolete diff --git a/japanese/dvipdfm/Makefile b/japanese/dvipdfm/Makefile deleted file mode 100644 index cfafd834c030..000000000000 --- a/japanese/dvipdfm/Makefile +++ /dev/null @@ -1,60 +0,0 @@ -# New ports collection makefile for: ja-dvipdfm -# Date created: 07 July 2001 -# Whom: HIRATA Yasuyuki <yasu@asuka.net> -# -# $FreeBSD$ -# - -PORTNAME= dvipdfm -PORTVERSION= 0.13.2c -PORTREVISION= 1 -CATEGORIES= japanese print -MASTER_SITES= http://gaspra.kettering.edu/dvipdfm/ - -PATCH_SITES= ${MASTER_SITE_LOCAL} -PATCH_SITE_SUBDIR= pav -PATCHFILES= ${DISTNAME}-jpatch-p1c.diff.gz -PATCH_DIST_STRIP= -p1 - -MAINTAINER= yasu@asuka.net -COMMENT= DVI to PDF converter (Japanese version) - -BUILD_DEPENDS= ${LOCALBASE}/lib/libkpathsea.a:${PORTSDIR}/japanese/ptex-base \ - ${LOCALBASE}/share/fonts/cmpsfont/README:${PORTSDIR}/print/cmpsfont -LIB_DEPENDS= png:${PORTSDIR}/graphics/png -RUN_DEPENDS= kpsewhich:${PORTSDIR}/japanese/ptex-base \ - ${LOCALBASE}/share/fonts/cmpsfont/README:${PORTSDIR}/print/cmpsfont - -MAN1= dvipdfm.1 - -WRKSRC= ${WRKDIR}/${PORTNAME} -USE_AUTOTOOLS= autoconf:213 -CONFIGURE_ENV+= CPPFLAGS="${CXXFLAGS} -I${PREFIX}/include" \ - CFLAGS="${CFLAGS} -I${PREFIX}/include" \ - LDFLAGS=-L${PREFIX}/lib -CONFIGURE_ARGS+= --datadir=${PREFIX}/share - -pre-install: - PKG_PREFIX=${PREFIX} ${SH} pkg-install ${PKGNAME} PRE-INSTALL - -post-install: - @${STRIP_CMD} ${PREFIX}/bin/dvipdfm - @${STRIP_CMD} ${PREFIX}/bin/ebb - mktexlsr - ${MKDIR} ${PREFIX}/share/dvipdfm - ${INSTALL_DATA} ${WRKSRC}/latex-support/dvipdfm.def ${PREFIX}/share/dvipdfm -# ${INSTALL_DATA} ${WRKSRC}/latex-support/hdvipdfm.def ${PREFIX}/share/dvipdfm -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/texmf/doc/dvipdfm - ${INSTALL_DATA} ${WRKSRC}/doc/dvipdfm.tex ${PREFIX}/share/texmf/doc/dvipdfm - ${INSTALL_DATA} ${WRKSRC}/doc/mwicks.bb ${PREFIX}/share/texmf/doc/dvipdfm - ${INSTALL_DATA} ${WRKSRC}/doc/mwicks.jpeg ${PREFIX}/share/texmf/doc/dvipdfm - ${INSTALL_DATA} ${WRKSRC}/doc/transistor.bb ${PREFIX}/share/texmf/doc/dvipdfm - ${INSTALL_DATA} ${WRKSRC}/doc/transistor.eps ${PREFIX}/share/texmf/doc/dvipdfm - ${INSTALL_DATA} ${WRKSRC}/doc/transistor.fig ${PREFIX}/share/texmf/doc/dvipdfm - ${INSTALL_DATA} ${WRKSRC}/doc/transistor.pdf ${PREFIX}/share/texmf/doc/dvipdfm - ( cd ${PREFIX}/share/texmf/doc/dvipdfm ; tex dvipdfm ; ${PREFIX}/bin/dvipdfm dvipdfm ; ${RM} dvipdfm.log dvipdfm.dvi ) -.endif - ${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/japanese/dvipdfm/distinfo b/japanese/dvipdfm/distinfo deleted file mode 100644 index 4fe716e9980e..000000000000 --- a/japanese/dvipdfm/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (dvipdfm-0.13.2c.tar.gz) = 82c2113261fad5c7f48d96c4515b731b -SHA256 (dvipdfm-0.13.2c.tar.gz) = 2fa9be11385db74776f7ba229ec55ad558909b5e64fee49327486f9b07c5985c -SIZE (dvipdfm-0.13.2c.tar.gz) = 216663 -MD5 (dvipdfm-0.13.2c-jpatch-p1c.diff.gz) = 688355ebe696af96451088c84970f0ec -SHA256 (dvipdfm-0.13.2c-jpatch-p1c.diff.gz) = 815cf3f0a36c863f59c2f72ba1dbdcde7f11a7aa78fa96e04ae834c5459cb6eb -SIZE (dvipdfm-0.13.2c-jpatch-p1c.diff.gz) = 15377 diff --git a/japanese/dvipdfm/files/patch-aclocal.m4 b/japanese/dvipdfm/files/patch-aclocal.m4 deleted file mode 100644 index e4315f956907..000000000000 --- a/japanese/dvipdfm/files/patch-aclocal.m4 +++ /dev/null @@ -1,26 +0,0 @@ ---- aclocal.m4.orig Fri Jun 29 04:55:26 2001 -+++ aclocal.m4 Tue Nov 4 22:05:22 2003 -@@ -18,6 +18,7 @@ - AC_DEFUN(AC_HAS_KPSE_FORMATS, - [AC_MSG_CHECKING([whether you have kpathsea headers and they whether they know about the required file formats]) - AC_TRY_COMPILE([#include <stdio.h> -+#include <kpathsea/c-auto.h> - #include <kpathsea/tex-file.h>], - [kpse_tex_ps_header_format; - kpse_type1_format;kpse_vf_format], -@@ -36,6 +37,7 @@ - AC_DEFUN(AC_HAS_OMEGA_FORMATS, - [AC_MSG_CHECKING([whether your kpathsea supports Omega OFM file formats]) - AC_TRY_COMPILE([#include <stdio.h> -+#include <kpathsea/c-auto.h> - #include <kpathsea/tex-file.h>], - [kpse_ofm_format], - [AC_MSG_RESULT(yes); AC_DEFINE(HAVE_OMEGA_FORMATS)], -@@ -43,6 +45,7 @@ - AC_DEFUN(AC_HAS_TTF_FORMATS, - [AC_MSG_CHECKING([whether your kpathsea supports Truetype (TTF) file formats]) - AC_TRY_COMPILE([#include <stdio.h> -+#include <kpathsea/c-auto.h> - #include <kpathsea/tex-file.h>], - [kpse_truetype_format], - [AC_MSG_RESULT(yes) diff --git a/japanese/dvipdfm/pkg-descr b/japanese/dvipdfm/pkg-descr deleted file mode 100644 index 48aceafe6558..000000000000 --- a/japanese/dvipdfm/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -Dvipdfm is a DVI to PDF translator, developed by Mark A. Wicks. -It tends to produce nicer output than by using, say, dvips -followed by ps2pdf. - -This port is designed to be used with pTeX and cmpsfont, which it -will load as a dependency. - -WWW: http://gaspra.kettering.edu/dvipdfm/ - http://hamilcar.phys.kyushu-u.ac.jp/~hirata/dvipdfm/ (Japanese patch) - -(japanese/dvipdfm is based on print/dvipdfm written by Stephen -Montgomery-Smith.) - ----- -HIRATA Yasuyuki <yasu@asuka.net> diff --git a/japanese/dvipdfm/pkg-install b/japanese/dvipdfm/pkg-install deleted file mode 100644 index 713a2e08e4a4..000000000000 --- a/japanese/dvipdfm/pkg-install +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh - -case "$2" in - [Pp][Rr][Ee]-[Ii][Nn][Ss][Tt][Aa][Ll][Ll]) - echo "" - echo "You may wish to compile ja-ptex-base with -DWITH_DVIPSK in order" - echo "to use dvipdfm to shrink PDF files with \\usepackage{times}." - echo "" - ;; - -esac - -exit diff --git a/japanese/dvipdfm/pkg-message b/japanese/dvipdfm/pkg-message deleted file mode 100644 index 13103475989e..000000000000 --- a/japanese/dvipdfm/pkg-message +++ /dev/null @@ -1,22 +0,0 @@ -These are some instructions that came with dvipdfm. I never -follow them myself, but I will tell you about them in case they -are useful to you. - -Replace the dvipdfm.def in your LaTex distribution with the one -provided by the latest dvipdfm distribution. This is necessary for -.eps and .png file support. The install script will not do this -for you because I do not believe it is healthy to overwrite a file -supplied by a different distribution. - -The file dvipdfm.def from the latest dvipdfm distribution may be -found in /usr/local/share/dvipdfm. The file that should to be -replaced may be found in /usr/local/share/texmf/tex/latex/graphics. - -Edit the config script in the texmf/dvipdfm directory and change to -suit your needs. An important configuration option is to set the -helper application for converting PS/EPS files to PDF format. By -default this is setup for GhostScript. If the idea -of executing running a command in a shell scares you, -comment out the line with the command string. Alternatively, -if you really want to disable it, comment the #define HAVE_SYSTEM -in config.h diff --git a/japanese/dvipdfm/pkg-plist b/japanese/dvipdfm/pkg-plist deleted file mode 100644 index 34b853015078..000000000000 --- a/japanese/dvipdfm/pkg-plist +++ /dev/null @@ -1,26 +0,0 @@ -bin/dvipdfm -bin/dvipdft -bin/ebb -share/dvipdfm/dvipdfm.def -share/texmf/doc/dvipdfm/dvipdfm.pdf -share/texmf/doc/dvipdfm/dvipdfm.tex -share/texmf/doc/dvipdfm/mwicks.bb -share/texmf/doc/dvipdfm/mwicks.jpeg -share/texmf/doc/dvipdfm/transistor.bb -share/texmf/doc/dvipdfm/transistor.eps -share/texmf/doc/dvipdfm/transistor.fig -share/texmf/doc/dvipdfm/transistor.pdf -share/texmf/dvipdfm/base/ot1.enc -share/texmf/dvipdfm/base/ot1alt.enc -share/texmf/dvipdfm/base/ot1r.enc -share/texmf/dvipdfm/config/cmr.map -share/texmf/dvipdfm/config/lw35urw.map -share/texmf/dvipdfm/config/lw35urwa.map -share/texmf/dvipdfm/config/psbase14.map -share/texmf/dvipdfm/config/t1fonts.map -share/texmf/dvipdfm/config/cid.map -@exec %D/bin/mktexlsr -@unexec %D/bin/mktexlsr -@dirrm share/dvipdfm -@dirrm share/texmf/doc/dvipdfm -@dirrm share/texmf/dvipdfm/base |