Date: Thu, 31 Jan 2002 00:15:06 +0900 (JST) From: Yoichi NAKAYAMA <yoichi@freebsd.org> To: FreeBSD-gnats-submit@freebsd.org Cc: yoichi@freebsd.org Subject: ports/34453: Update xlhtml port Message-ID: <200201301515.g0UFF6J53362@e-ppp1.eken.phys.nagoya-u.ac.jp>
next in thread | raw e-mail | index | archive | help
>Number: 34453 >Category: ports >Synopsis: Update xlhtml port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jan 30 07:20:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Yoichi NAKAYAMA >Release: FreeBSD 4.4-STABLE i386 >Organization: E-labo., Dept. of Physics, Nagoya University, JAPAN >Environment: >Description: xlhtml-0.4 has been released. >How-To-Repeat: >Fix: Apply following patch and remove files/patch-*. Index: Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/xlhtml/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- Makefile 13 Jun 2001 11:06:00 -0000 1.9 +++ Makefile 30 Jan 2002 14:57:16 -0000 @@ -6,10 +6,9 @@ # PORTNAME= xlhtml -PORTVERSION= 0.2.9.7 +PORTVERSION= 0.4 CATEGORIES= textproc MASTER_SITES= http://www.xlhtml.org/ -DISTNAME= xlHtml-${PORTVERSION} MAINTAINER= sobomax@FreeBSD.org @@ -18,7 +17,7 @@ USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/cole" -MAN1= pptHtml.1 xlHtml.1 +MAN1= ppthtml.1 xlhtml.1 pre-build: @${RM} -f ${WRKSRC}/cole.h @@ -26,14 +25,14 @@ xargs ${PERL} -pi -e 's|\.\./cole\.h|cole/cole.h|g' do-install: - (cd ${WRKSRC}/xlHtml && ${MAKE} ${INSTALL_TARGET}) - (cd ${WRKSRC}/pptHtml && ${MAKE} ${INSTALL_TARGET}) + (cd ${WRKSRC}/xlhtml && ${MAKE} ${INSTALL_TARGET}) + (cd ${WRKSRC}/ppthtml && ${MAKE} ${INSTALL_TARGET}) .if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/xlHtml - ${INSTALL_MAN} ${WRKSRC}/xlHtml/README \ - ${PREFIX}/share/doc/xlHtml/README.xlHtml - ${INSTALL_MAN} ${WRKSRC}/pptHtml/README \ - ${PREFIX}/share/doc/xlHtml/README.pptHtml + ${MKDIR} ${PREFIX}/share/doc/xlhtml + ${INSTALL_MAN} ${WRKSRC}/xlhtml/README \ + ${PREFIX}/share/doc/xlhtml/README.xlhtml + ${INSTALL_MAN} ${WRKSRC}/ppthtml/README \ + ${PREFIX}/share/doc/xlhtml/README.ppthtml .endif .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /home/ncvs/ports/textproc/xlhtml/distinfo,v retrieving revision 1.7 diff -u -r1.7 distinfo --- distinfo 13 Jun 2001 11:06:00 -0000 1.7 +++ distinfo 30 Jan 2002 14:57:16 -0000 @@ -1 +1 @@ -MD5 (xlHtml-0.2.9.7.tar.gz) = 4a69bab9556800fb548da72838c5db81 +MD5 (xlhtml-0.4.tar.gz) = 4ead069a59340e728ce3597cd07aa222 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/textproc/xlhtml/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- pkg-plist 3 Apr 2000 20:54:50 -0000 1.1 +++ pkg-plist 30 Jan 2002 14:57:16 -0000 @@ -1,8 +1,8 @@ bin/nsopen bin/nspptview bin/nsxlview -bin/pptHtml -bin/xlHtml -share/doc/xlHtml/README.xlHtml -share/doc/xlHtml/README.pptHtml -@dirrm share/doc/xlHtml +bin/ppthtml +bin/xlhtml +share/doc/xlhtml/README.xlhtml +share/doc/xlhtml/README.ppthtml +@dirrm share/doc/xlhtml >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201301515.g0UFF6J53362>