Bug 45787 - Update port: print/dvipdfm-cjk
Summary: Update port: print/dvipdfm-cjk
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-27 06:20 UTC by statue
Modified: 2003-03-29 17:30 UTC (History)
0 users

See Also:


Attachments
file.diff (7.36 KB, patch)
2002-11-27 06:20 UTC, statue
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description statue 2002-11-27 06:20:00 UTC
- change name from dvipdfm-cjk to dvipdfmx
- update dvipdfmx to 20021125
plz help repo-copy.
Comment 1 Ying-Chieh Liao freebsd_committer freebsd_triage 2002-12-22 16:57:46 UTC
Responsible Changed
From-To: freebsd-ports->portmgr

repo-copy request
Comment 2 Kris Kennaway freebsd_committer freebsd_triage 2003-01-25 00:51:19 UTC
Responsible Changed
From-To: portmgr->ports-bugs

Repo copies need to be owned by a committer
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2003-02-08 10:37:20 UTC
Responsible Changed
From-To: ports-bugs->freebsd-ports-bugs

Fix responsible person.
Comment 4 statue 2003-03-27 06:29:30 UTC
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	dvipdfmx/
#	dvipdfmx/Makefile
#	dvipdfmx/distinfo
#	dvipdfmx/pkg-descr
#	dvipdfmx/pkg-plist
#
echo c - dvipdfmx/
mkdir -p dvipdfmx/ > /dev/null 2>&1
echo x - dvipdfmx/Makefile
sed 's/^X//' >dvipdfmx/Makefile << 'END-of-dvipdfmx/Makefile'
X# New ports collection makefile for:    zh-dvipdfmx
X# Date created:		8 March 2001
X# Whom:			Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw>
X#
X# $FreeBSD: outta-port/dvipdfmx/Makefile,v 1.6 2003/03/27 06:18:23 statue Exp $
X#
X
XPORTNAME=	dvipdfmx
XPORTVERSION=	20030313
XCATEGORIES=	print
XMASTER_SITES=	http://project.ktug.or.kr/dvipdfmx/snapshot/
X
XMAINTAINER=	statue@freebsd.sinica.edu.tw
XCOMMENT=	Dvipdfm with Asian languages by CID-keyed font technology support
X
XBUILD_DEPENDS=	${LOCALBASE}/lib/libkpathsea.a:${PORTSDIR}/print/teTeX
XLIB_DEPENDS=	png:${PORTSDIR}/graphics/png
XRUN_DEPENDS=	${LOCALBASE}/share/ghostscript/Resource/ai0/CMap/Identity-H:${PORTSDIR}/print/adobe-cmaps \
X		kpsepath:${PORTSDIR}/print/teTeX
X
XUSE_OPENSSL=	yes
XGNU_CONFIGURE=	yes
X
Xpre-install:
X	${CP} ${LOCALBASE}/bin/dvipdfm ${LOCALBASE}/bin/dvipdfm-orig || ${TRUE}
X	${MV} ${LOCALBASE}/share/texmf/dvipdfm ${LOCALBASE}/share/texmf/dvipdfm-orig || ${TRUE}
X
Xpost-install:
X	@${LN} -fs ${LOCALBASE}/share/ghostscript/Resource ${PREFIX}/share/texmf/dvipdfm/
X
X.include <bsd.port.mk>
END-of-dvipdfmx/Makefile
echo x - dvipdfmx/distinfo
sed 's/^X//' >dvipdfmx/distinfo << 'END-of-dvipdfmx/distinfo'
XMD5 (dvipdfmx-20030313.tar.gz) = 8dd3bb3a707485daa42404d8c6619c01
END-of-dvipdfmx/distinfo
echo x - dvipdfmx/pkg-descr
sed 's/^X//' >dvipdfmx/pkg-descr << 'END-of-dvipdfmx/pkg-descr'
XThe dvipdfmx (formerly dvipdfm-cjk) project provides an eXtended version of
Xthe dvipdfm, a DVI to PDF translator developed by Mark A. Wicks. The primary
Xgoal of this project is to support multi-byte character encodings and large
Xcharacter sets for East Asian languages by CID-keyed font technology. The
Xsecondary goal is to support as many features as pdfTeX developed by Han The
XThanh. This project is a combined work of the dvipdfm-jpn project by
XShunsaku Hirata and its modified one, dvipdfm-kor, by Jin-Hwan Cho. 
X
XWWW: http://project.ktug.or.kr/dvipdfmx/
END-of-dvipdfmx/pkg-descr
echo x - dvipdfmx/pkg-plist
sed 's/^X//' >dvipdfmx/pkg-plist << 'END-of-dvipdfmx/pkg-plist'
Xbin/dvipdfmx
X@unexec cp %D/bin/dvipdfm-orig %D/bin/dvipdfm
Xbin/dvipdfm-orig
Xshare/texmf/dvipdfm/Resource
Xshare/texmf/dvipdfm/CMap/Adobe-Identity-UCS2
Xshare/texmf/dvipdfm/CMap/EUC-UCS2
Xshare/texmf/dvipdfm/CMap/UniKSCms-UCS2-H
Xshare/texmf/dvipdfm/CMap/UniKSCms-UCS2-V
Xshare/texmf/dvipdfm/config/cid-x.map
Xshare/texmf/dvipdfm/config/dvipdfmx.cfg
X@dirrm share/texmf/dvipdfm/CMap
X@dirrm share/texmf/dvipdfm/config
X@dirrm share/texmf/dvipdfm
X@unexec mv %D/share/texmf/dvipdfm-orig %D/share/texmf/dvipdfm
END-of-dvipdfmx/pkg-plist
exit
Comment 5 Ying-Chieh Liao freebsd_committer freebsd_triage 2003-03-29 17:30:21 UTC
State Changed
From-To: open->closed

committed, thanks