Date: Sat, 14 Aug 2004 08:42:21 +0900 From: Kimura Fuyuki <fuyuki@hadaly.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/70435: Update port: japanese/gauche-kakasi to 0.1 Message-ID: <861xiabo6a.wl%fuyuki@hadaly.org> Resent-Message-ID: <200408132350.i7DNoJPE089584@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 70435 >Category: ports >Synopsis: Update port: japanese/gauche-kakasi to 0.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Aug 13 23:50:19 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Kimura Fuyuki >Release: FreeBSD 5.2.1-RELEASE-p9 i386 >Organization: >Environment: FreeBSD ns.nigredo.org 5.2.1-RELEASE-p9 i386 >Description: Update to 0.1 >How-To-Repeat: >Fix: cvs diff: Diffing . Index: Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/japanese/gauche-kakasi/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 13 Oct 2003 09:01:02 -0000 1.5 +++ Makefile 13 Aug 2004 23:36:32 -0000 @@ -6,39 +6,43 @@ # PORTNAME= kakasi -PORTVERSION= 0.0 +PORTVERSION= 0.1 CATEGORIES= japanese textproc scheme MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gauche DISTNAME= Gauche-${PORTNAME}-${PORTVERSION} EXTRACT_SUFX= .tgz -MAINTAINER= fuyuki@nigredo.org +MAINTAINER= fuyuki@hadaly.org COMMENT= KAKASI binding for Gauche BUILD_DEPENDS= gosh:${PORTSDIR}/lang/gauche RUN_DEPENDS= ${BUILD_DEPENDS} LIB_DEPENDS= kakasi.3:${PORTSDIR}/japanese/kakasi -WRKSRC= ${WRKDIR}/Gauche-${PORTNAME} +USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-kakasi=${PREFIX} DOCSDIR= ${PREFIX}/share/doc/gauche/${PORTNAME} PLIST_SUB= VERSION="`gauche-config -V`" \ TARGET="${CONFIGURE_TARGET}" +PORTDOCS= README.eucjp -pre-install: - ${MKDIR} `gauche-config --sitelibdir` - ${MKDIR} `gauche-config --sitearchdir` +post-patch: + ${REINPLACE_CMD} -e "s/\(@LDFLAGS@\) \(@KAKASI_LIBDIR@\)/\2 \1/" \ + ${WRKSRC}/Makefile.in post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.eucjp ${DOCSDIR} + cd ${WRKSRC}; ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} .endif .include <bsd.port.pre.mk> PKGNAMEPREFIX:= ${PKGNAMEPREFIX}gauche- + +test: + cd ${WRKSRC}; ${MAKE} check .include <bsd.port.post.mk> Index: distinfo =================================================================== RCS file: /cvs/FreeBSD/ports/japanese/gauche-kakasi/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- distinfo 31 Mar 2004 03:08:40 -0000 1.2 +++ distinfo 13 Aug 2004 23:24:28 -0000 @@ -1,2 +1,2 @@ -MD5 (Gauche-kakasi-0.0.tgz) = 8c8e40469ae17fe43719561888e7af09 -SIZE (Gauche-kakasi-0.0.tgz) = 54557 +MD5 (Gauche-kakasi-0.1.tgz) = 131b2e1fb55ef10dc339f0c0a1e05ab2 +SIZE (Gauche-kakasi-0.1.tgz) = 56568 Index: pkg-plist =================================================================== RCS file: /cvs/FreeBSD/ports/japanese/gauche-kakasi/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- pkg-plist 12 Apr 2003 17:57:27 -0000 1.1 +++ pkg-plist 13 Aug 2004 23:37:54 -0000 @@ -1,6 +1,4 @@ lib/gauche/site/%%VERSION%%/%%TARGET%%/kakasi.so +share/gauche/site/lib/.packages/Gauche-kakasi.gpd share/gauche/site/lib/text/kakasi.scm @unexec rmdir %D/share/gauche/site/lib/text 2>/dev/null || true -%%PORTDOCS%%%%DOCSDIR%%/README.eucjp -%%PORTDOCS%%@dirrm %%DOCSDIR%% -%%PORTDOCS%%@unexec rmdir %D/share/doc/gauche 2>/dev/null || true >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?861xiabo6a.wl%fuyuki>