Add NO_STAGE all over the place in preparation for the staging support (cat: japanese)

This commit is contained in:
Baptiste Daroussin
2013-09-20 18:47:54 +00:00
parent f30824b2ef
commit 8ee9a3584f
352 changed files with 527 additions and 856 deletions

View File

@@ -1,9 +1,5 @@
# New ports collection makefile for: ASCIIdates98 Dictionary - JIS X 4081 version
# Date created: 2000.11.28
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
#
# Created by: Satoshi Taoka <taoka@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= ASCIIdates98-fpw
PORTVERSION= 1.0
@@ -20,6 +16,7 @@ NO_BUILD= yes
WRKSRC= ${WRKDIR}/ascdates
EXTRACT_BEFORE_ARGS= -qL
NO_STAGE= yes
do-install:
${MKDIR} ${PREFIX}/share/dict/ASCIIdates98-fpw/ascdates/data
${INSTALL_DATA} ${WRKSRC}/ascdates/data/honmon ${PREFIX}/share/dict/ASCIIdates98-fpw/ascdates/data

View File

@@ -1,9 +1,5 @@
# New ports collection makefile for: CG Japanese Dictionary - JIS X 4081 version
# Date created: 2000.11.28
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
#
# Created by: Satoshi Taoka <taoka@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= CGdic-fpw
PORTVERSION= 1.0
@@ -20,6 +16,7 @@ NO_BUILD= yes
WRKSRC= ${WRKDIR}/cg
EXTRACT_BEFORE_ARGS= -qL
NO_STAGE= yes
do-install:
${MKDIR} ${PREFIX}/share/dict/CGdic-fpw/cg/data
${INSTALL_DATA} ${WRKSRC}/cg/data/honmon ${PREFIX}/share/dict/CGdic-fpw/cg/data

View File

@@ -106,4 +106,5 @@ ${M}+= ${${M}.${WNNTYPE}}
. endif
.endfor
NO_STAGE= yes
.include <bsd.port.mk>

View File

@@ -74,6 +74,7 @@ ${M}+= ${${M}.${WNNTYPE}}
. endif
.endfor
NO_STAGE= yes
post-install:
${SETENV} PKG_PREFIX=${PREFIX} \
${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL

View File

@@ -1,9 +1,5 @@
# New ports collection makefile for: VTPSfont
# Date created: 99/06/15
# Whom: Satoshi TAOKA <taoka@FreeBSD.org>
#
# Created by: Satoshi TAOKA <taoka@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= VTPSfont
PORTVERSION= 1.3
@@ -21,6 +17,7 @@ RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
NO_WRKSUBDIR= yes
NO_BUILD= yes
NO_STAGE= yes
do-extract:
@${RM} -rf ${WRKDIR}
@${MKDIR} ${WRKDIR}

View File

@@ -16,6 +16,7 @@ USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/src/contrib/im/Xsi
PORTDOCS= README
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's,/usr/X11R6,${LOCALBASE},g' \
${WRKSRC}/config/Project.tmpl \

View File

@@ -1,9 +1,5 @@
# New ports collection makefile for: Wnn6
# Date created: 15 July 1997
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
#
# Created by: Satoshi Taoka <taoka@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= Wnn6
PORTVERSION= 97.6.6
@@ -27,6 +23,7 @@ RESTRICTED= You should buy from Omron Software Co., Ltd
NO_BUILD= yes
IS_INTERACTIVE= yes
NO_STAGE= yes
do-fetch:
@${DO_NADA}
fetch-list:

View File

@@ -22,6 +22,7 @@ PORTDOCS= README
OPTIONS_DEFINE= DOCS
OPTIONS_DEFAULT=DOCS
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's,/usr/X11R6,${LOCALBASE},g' \
${WRKSRC}/config/Project.tmpl \

View File

@@ -24,6 +24,7 @@ EXTRACT_AFTER_ARGS= a2ps-j
NO_WRKSUBDIR= yes
NO_BUILD= yes
NO_STAGE= yes
post-patch:
${REINPLACE_CMD} \
-e 's,%%PERL%%,${PERL},' \

View File

@@ -21,4 +21,5 @@ MANLANG= ja
MAN1= ack.1
PLIST_FILES= bin/ack
NO_STAGE= yes
.include <bsd.port.mk>

View File

@@ -1,9 +1,5 @@
# New ports collection makefile for: acroread8
# Date created: 27 December 2007
# Whom: hrs
#
# Created by: hrs
# $FreeBSD$
#
CATEGORIES= japanese print
@@ -12,4 +8,5 @@ DISTINFO_FILE= ${.CURDIR}/distinfo
ADOBE_LANG= JPN
NO_STAGE= yes
.include "${MASTERDIR}/Makefile"

View File

@@ -1,9 +1,5 @@
# New ports collection makefile for: acroread9
# Date created: 28 March 2009
# Whom: hrs
#
# Created by: hrs
# $FreeBSD$
#
PORTVERSION= 9.4.2
PORTREVISION= 1
@@ -14,4 +10,5 @@ DISTINFO_FILE= ${.CURDIR}/distinfo
ADOBE_LANG= JPN
NO_STAGE= yes
.include "${MASTERDIR}/Makefile"

View File

@@ -1,4 +1,3 @@
# Created by: Jun Kuriyama <kuriyama@FreeBSD.org>
# $FreeBSD$
PORTNAME= ajaxzip2
@@ -20,6 +19,7 @@ NO_BUILD= YES
USE_DOS2UNIX= YES
SHEBANG_FILES= work/csv2jsonzip.pl
NO_STAGE= yes
do-install:
${MKDIR} ${WWWDIR} ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/ajaxzip2.js ${WWWDIR}/

View File

@@ -21,6 +21,7 @@ USE_PERL5= build
PORTVERSION_K?= ${PORTVERSION}
PORTVERSION_J?= ${PORTVERSION}
NO_STAGE= yes
do-build:
${MKDIR} ${WRKSRC}/data ${WRKSRC}/work
cd ${WRKSRC}/work && ${DATADIR}/csv2jsonzip.pl ../ken_all.csv ../jigyosyo.csv

View File

@@ -1,9 +1,5 @@
# Ports collection makefile for: Japanese Font Setup
# Date created: 22 Jun 1998
# Whom: sada
#
# Created by: sada
# $FreeBSD$
#
PORTNAME= alias-fonts
PORTVERSION= 1.0
@@ -31,6 +27,7 @@ NO_BUILD= yes
FONTSDIR= ${LOCALBASE}/lib/X11/fonts/local
NO_STAGE= yes
do-install:
@${SETENV} PKG_PREFIX=${PREFIX} \
${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL

View File

@@ -25,6 +25,7 @@ SEDSUB= ${SED} -e 's@%PREFIX%@${PREFIX}@'
# Please set this!
HTMLLINT_ADMIN?= kuriyama@FreeBSD.org
NO_STAGE= yes
do-build:
@${SEDSUB} ${FILESDIR}/htmllint > ${WRKSRC}/htmllint
@${SEDSUB} ${WRKSRC}/htmllintenv > ${WRKSRC}/htmllint.env

View File

@@ -35,6 +35,7 @@ OPTIONS_DEFAULT= DOCS
ODIC_DESC= Okinawa Dictionary
GSKKDIC_DESC= SKK Dictionary
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:M2CHDIC}

View File

@@ -1,9 +1,5 @@
# New ports collection makefile for: ja-asterisk-sounds
# Date created: 2010-06-12
# Whom: TAKAHASHI Kaoru <kaoru@kaisei.org>
#
# Created by: TAKAHASHI Kaoru <kaoru@kaisei.org>
# $FreeBSD$
#
PORTNAME= asterisk
PORTVERSION= 1.8
@@ -26,6 +22,7 @@ DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX}
SUB_FILES= pkg-message
SUB_LIST= PORTSDIR=${PORTSDIR}
NO_STAGE= yes
do-install:
@-${MKDIR} ${ASTERISKDIR}/ja
for gsm in ${WRKDIR}/ja/*.gsm; do \

View File

@@ -1,9 +1,5 @@
# New ports collection makefile for: ja-aterm
# Date Created: 17 Mar 2001
# Whom: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
#
# Created by: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
# $FreeBSD$
#
PORTNAME= aterm
PORTVERSION= 0.4.2
@@ -32,6 +28,7 @@ CONFIGURE_ARGS?= \
--enable-fading --enable-utmp --enable-wtmp \
--enable-kanji --enable-linespace --enable-xim
NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 900007

View File

@@ -1,9 +1,5 @@
# New ports collection makefile for: ja-awffull
# Date created: 2008-12-31
# Whom: Norikatsu Shigemura <nork@FreeBSD.org>
#
# Created by: Norikatsu Shigemura <nork@FreeBSD.org>
# $FreeBSD$
#
CATEGORIES= japanese www
@@ -14,4 +10,5 @@ MASTERDIR= ${.CURDIR}/../../www/awffull
EXTRA_PATCHES= ${.CURDIR}/files/awffull-ja.diff
NO_STAGE= yes
.include "${MASTERDIR}/Makefile"

View File

@@ -1,9 +1,5 @@
# New ports collection makefile for: HITCHCOCK'S BIBLE NAMES Dictionary - JIS X 4081 version
# Date created: 2000.11.28
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
#
# Created by: Satoshi Taoka <taoka@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= bible_names-fpw
PORTVERSION= 1.1.3
@@ -20,6 +16,7 @@ NO_BUILD= yes
WRKSRC= ${WRKDIR}/biblenam
EXTRACT_BEFORE_ARGS= -qL
NO_STAGE= yes
do-install:
${MKDIR} ${PREFIX}/share/dict/bible_names-fpw/biblenam/data
${INSTALL_DATA} ${WRKSRC}/biblenam/data/honmon ${PREFIX}/share/dict/bible_names-fpw/biblenam/data

View File

@@ -1,9 +1,5 @@
# New ports collection makefile for: bookview
# Date created: 2 Oct 1997
# Whom: Motoyuki Kasahara <m-kasahr@sra.co.jp>
#
# Created by: Motoyuki Kasahara <m-kasahr@sra.co.jp>
# $FreeBSD$
#
PORTNAME= bookview
PORTVERSION= 3.2.1
@@ -17,6 +13,7 @@ COMMENT= NDTP client written in Tcl/Tk
USE_TK_WRAPPER= yes
NO_STAGE= yes
do-build:
.for i in bookview/bookview doc/bookview.html
cd ${WRKSRC} && ${SED} -e \

View File

@@ -15,6 +15,7 @@ RUN_DEPENDS= bugzilla>=${PORTVERSION}:${PORTSDIR}/devel/bugzilla
NO_WRKSUBDIR= yes
NO_STAGE= yes
.include "${.CURDIR}/../../devel/bugzilla/Makefile.common"
USE_BZIP2= yes

View File

@@ -17,6 +17,7 @@ LATEST_LINK= ${PKGNAMEPREFIX}bugzilla42
NO_WRKSUBDIR= yes
NO_STAGE= yes
.include "${.CURDIR}/../../devel/bugzilla42/Makefile.common"
USE_BZIP2= yes

View File

@@ -17,6 +17,7 @@ LATEST_LINK= ${PKGNAMEPREFIX}bugzilla44
NO_WRKSUBDIR= yes
NO_STAGE= yes
.include "${.CURDIR}/../../devel/bugzilla44/Makefile.common"
USE_BZIP2= yes

View File

@@ -9,5 +9,6 @@ COMMENT= Japanese messages and documentation for Calligra
CALLIGRA_L10N= ja
NO_STAGE= yes
.include "${.CURDIR}/../../editors/calligra-l10n/files/bsd.l10n.mk"
.include <bsd.port.mk>

View File

@@ -27,6 +27,7 @@ INSTALL_TARGET= instsgs
METAFILE= ${DATADIR_REL}/canna-lib-dic.meta
NO_STAGE= yes
post-install:
${MTREE_CMD} -cdink uname,gname,mode,nochange \
-p ${DATADIR}/dic > ${PREFIX}/${METAFILE}

View File

@@ -45,6 +45,7 @@ MLINKS= uilib.3 XKanjiControl.3 uilib.3 XLookupKanjiString.3 uilib.3 \
METAFILE= ${DATADIR_REL}/canna-server-dic.meta
NO_STAGE= yes
post-install:
@cd ${INSTALL_WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} install.man
${MTREE_CMD} -cdink uname,gname,mode,nochange \

View File

@@ -1,9 +1,5 @@
# New ports collection makefile for: cannadic
# Date created: 26 Oct 2000
# Whom: TOGAWA Satoshi <toga@puyo.org>
#
# Created by: TOGAWA Satoshi <toga@puyo.org>
# $FreeBSD$
#
PORTNAME= cannadic
PORTVERSION= 0.95c
@@ -26,6 +22,7 @@ DICS= gcanna.cbd gcanna.cld gcannaf.ctd
DICSFILE= dics.dir.gpl_canna
DICDIR= ${LOCALBASE}/share/canna/dic/canna
NO_STAGE= yes
do-install:
cd ${WRKSRC} && \
${INSTALL} -c -g bin -m 664 -o bin ${DICS} ${DICSFILE} ${DICDIR}

View File

@@ -1,9 +1,5 @@
# New ports collection makefile for: cdrom2
# Date created: 03 Feb 1997
# Whom: Masafumi NAKANE <max@FreeBSD.org>
#
# Created by: Masafumi NAKANE <max@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= cdrom2
PORTVERSION= 1996.06.16
@@ -23,6 +19,7 @@ DOCS= errata.doc gaiji.txt index.doc install.doc kekka.txt \
SUB_FILES+= pkg-message
NO_STAGE= yes
do-configure:
@${ECHO_MSG} "Copying custom Makefile."
@${CP} ${FILESDIR}/Makefile ${WRKSRC}

View File

@@ -1,9 +1,5 @@
# New ports collection makefile for: ja-celrw
# Date created: 13 Nov 2001
# Whom: IWASHITA Yoji <shuna@pop16.odn.ne.jp>
#
# Created by: IWASHITA Yoji <shuna@pop16.odn.ne.jp>
# $FreeBSD$
#
PORTNAME= celrw
PORTVERSION= 0.16
@@ -21,6 +17,7 @@ ALL_TARGET= ${PORTNAME}
PORTDOCS= README
PLIST_FILES= bin/celrw
NO_STAGE= yes
post-extract:
.for file in config.guess config.sub install.sh
@${RM} -f ${WRKSRC}/${file}

View File

@@ -1,10 +1,5 @@
# New ports collection makefile for: chasen-base
# Date created: 23 Jul 2001
# Whom: kuriyama
#
# $NetBSD: Makefile,v 1.2 1999/06/07 09:54:39 sakamoto Exp $
# Created by: kuriyama
# $FreeBSD$
#
PORTNAME= chasen
PORTVERSION= 2.4.4
@@ -24,6 +19,7 @@ CONFIGURE_ARGS= --with-darts=${LOCALBASE}/include ${ICONV_CONFIGURE_BASE}
USES= iconv
USE_LDCONFIG= yes
NO_STAGE= yes
post-install:
${RM} -f ${PREFIX}/lib/libchasen.la
${MKDIR} ${PREFIX}/share/chasen/dic

View File

@@ -1,10 +1,5 @@
# New ports collection makefile for: chasen
# Date created: 21 October 1998
# Whom: kuriyama
#
# $NetBSD: Makefile,v 1.2 1999/06/07 09:54:39 sakamoto Exp $
# Created by: kuriyama
# $FreeBSD$
#
PORTNAME= chasen
PORTVERSION= 2.4.4
@@ -21,6 +16,7 @@ RUN_DEPENDS= chasen:${PORTSDIR}/japanese/chasen-base \
NO_BUILD= YES
NO_STAGE= yes
do-install:
.include <bsd.port.mk>

View File

@@ -27,6 +27,7 @@ INSTALL_TARGET= gcc-install-dict
SKKDIC_FILE= SKK-JISYO.L-20110813.bz2
LICENSE_DISTFILES= ${SKKDIC_FILE}
NO_STAGE= yes
post-extract:
${BZCAT} ${DISTDIR}/${DIST_SUBDIR}/${SKKDIC_FILE} > ${WRKSRC}/dict/SKK-JISYO.L
${CHMOD} a+x ${WRKSRC}/configure

View File

@@ -1,9 +1,5 @@
# New ports collection makefile for: cmigemo
# Date created: 22 August 2011
# Whom: MANTANI Nobutaka <nobutaka@FreeBSD.org>
#
# Created by: MANTANI Nobutaka <nobutaka@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= cmigemo
PORTVERSION= 20110227
@@ -43,6 +39,7 @@ INSTALL_TARGET+=gcc-install-doc
.endif
.if !target(post-extract)
NO_STAGE= yes
post-extract:
${CHMOD} a+x ${WRKSRC}/configure
.endif

View File

@@ -1,9 +1,5 @@
# New ports collection makefile for: csrd
# Date created: 99/08/18
# Whom: Satoshi TAOKA <taoka@FreeBSD.org>
#
# Created by: Satoshi TAOKA <taoka@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= csrd
PORTVERSION= 1.0
@@ -16,6 +12,7 @@ COMMENT= Utility for Shogakukan Random House English-Japanese Dictionary
MAKEFILE= makefile.unx
ALL_TARGET= csrd
NO_STAGE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/csrd ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/csrd.fmt ${PREFIX}/lib

View File

@@ -1,9 +1,5 @@
# New ports collection makefile for: Exuberant Ctags with Japanese support
# Date created: 29 May 2007
# Whom: issei
#
# Created by: issei
# $FreeBSD$
#
PORTNAME= ctags
PORTVERSION= 5.8j2
@@ -22,6 +18,7 @@ MAN1= jexctags.1
SUB_FILES= pkg-message
NO_STAGE= yes
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}

View File

@@ -1,9 +1,5 @@
# New ports collection makefile for: dbskkd-cdb
# Date created: 17 Jun 1999
# Whom: Makoto Matsushita <matusita@jp.FreeBSD.ORG>
#
# Created by: Makoto Matsushita <matusita@jp.FreeBSD.ORG>
# $FreeBSD$
#
PORTNAME= dbskkd-cdb
PORTVERSION= 2.00
@@ -34,6 +30,7 @@ PORTDOCS_FILE= CHANGES LICENSE READMEJP \
PORTDOCS_SH= makeskkcdb.sh skktocdbm.sh
.endif
NO_STAGE= yes
.include <bsd.port.pre.mk>
post-patch:

View File

@@ -25,6 +25,7 @@ PORTEXAMPLES= Emacs.ad dot.emacs dot.skk
ALL_TARGET= elc info
MAKE_ARGS+= SKK_LISPDIR=${PREFIX}/${SKK_LISPDIR} SKK_INFODIR=${PREFIX}/${INFO_PATH}
NO_STAGE= yes
pre-install:
# required for non-standard PREFIX
${MKDIR} ${PREFIX}/${SKK_LISPDIR}

View File

@@ -1,9 +1,5 @@
# New ports collection makefile for: Devil's Dictionary - JIS X 4081 version
# Date created: 2000.11.28
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
#
# Created by: Satoshi Taoka <taoka@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= devil-fpw
PORTVERSION= 1.0.3
@@ -20,6 +16,7 @@ NO_BUILD= yes
WRKSRC= ${WRKDIR}/devil
EXTRACT_BEFORE_ARGS= -qL
NO_STAGE= yes
do-install:
${MKDIR} ${PREFIX}/share/dict/devil-fpw/devil/data
${INSTALL_DATA} ${WRKSRC}/devil/data/honmon ${PREFIX}/share/dict/devil-fpw/devil/data

View File

@@ -1,9 +1,5 @@
# New ports collection makefile for: dvi2tty
# Date created: 30 Mar. 1996
# Whom: Masafumi NAKANE <max@FreeBSD.org>
#
# Created by: Masafumi NAKANE <max@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= dvi2tty
PORTVERSION= 5.0
@@ -30,6 +26,7 @@ PLIST_FILES= bin/jdvi2tty bin/dvi2tty bin/disdvi
MAN1= dvi2tty.1
MLINKS= dvi2tty.1 jdvi2tty.1
NO_STAGE= yes
do-install:
cd ${WRKSRC} && ${INSTALL_PROGRAM} jdvi2tty disdvi ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/dvi2tty.1 ${PREFIX}/man/man1

View File

@@ -84,6 +84,7 @@ UPDMAP_SYS= ${LOCALBASE}/bin/updmap-sys --progname=ptex
TEXCONFIGBIN= ${SETENV} TEXCONFIGINPUTS=\$$TEXMF/texconfig/ptex/ \
${LOCALBASE}/bin/texconfig-sys
NO_STAGE= yes
post-configure:
cd ${PATCH_WRKSRC} && \
${RM} -rf udvipsk && ${CP} -R dvipsk udvipsk

View File

@@ -1,9 +1,5 @@
# New ports collection makefile for: e2ps
# Date created: 27 Nov 1998
# Whom: Daisuke Kawahara <kawahara@pine.kuee.kyoto-u.ac.jp>
#
# Created by: Daisuke Kawahara <kawahara@pine.kuee.kyoto-u.ac.jp>
# $FreeBSD$
#
PORTNAME= e2ps
PORTVERSION= 4.34
@@ -16,6 +12,7 @@ COMMENT= Text file to postscript converter (with Japanese support)
USE_BZIP2= yes
DOCDIR= ${PREFIX}/share/doc/${PKGBASE}
NO_STAGE= yes
.include <bsd.port.pre.mk>
post-patch:

View File

@@ -75,6 +75,7 @@ OPTIONS_DEFINE= DOCS NLS
APPENDIXDIR= ${DATADIR}/appendix
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}

View File

@@ -1,9 +1,5 @@
# New ports collection makefile for: ebd - JIS X 4081 format version
# Date created: 01/08/23
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
#
# Created by: Satoshi Taoka <taoka@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= ebd-fpw
PORTVERSION= 1.0
@@ -20,6 +16,7 @@ NO_BUILD= yes
WRKSRC= ${WRKDIR}/ebd
EXTRACT_BEFORE_ARGS= -qL
NO_STAGE= yes
do-install:
${MKDIR} ${PREFIX}/share/dict/ebd-fpw/ebd/data
${INSTALL_DATA} ${WRKSRC}/ebd/data/honmon ${PREFIX}/share/dict/ebd-fpw/ebd/data

View File

@@ -23,6 +23,7 @@ INFO= eblook
OPTIONS_DEFINE= DOCS
NO_STAGE= yes
.include <bsd.port.options.mk>
post-install:

View File

@@ -26,6 +26,7 @@ PLIST_SUB= EBNETD_RUNDIR=${RUNDIR}/${PORTNAME}
INFO= ebnetd ebnetd-ja
NO_STAGE= yes
post-install:
@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
@${ECHO}

View File

@@ -25,6 +25,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
SUB_FILES= ebview.desktop
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e \
's|-pthread|${PTHREAD_LIBS:S/"//g}|g' ${WRKSRC}/configure

View File

@@ -22,6 +22,7 @@ MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
NO_STAGE= yes
.include <bsd.port.pre.mk>
pre-build:

View File

@@ -1,9 +1,5 @@
# New ports collection makefile for: EDICT - JIS X 4081 format version
# Date created: 00/01/14
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
#
# Created by: Satoshi Taoka <taoka@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= edict-fpw
PORTVERSION= 1.2.2
@@ -20,6 +16,7 @@ NO_BUILD= yes
WRKSRC= ${WRKDIR}/edict
EXTRACT_BEFORE_ARGS= -qL
NO_STAGE= yes
do-install:
${MKDIR} ${PREFIX}/share/dict/edict-fpw/edict/data
${INSTALL_DATA} ${WRKSRC}/edict/data/honmon ${PREFIX}/share/dict/edict-fpw/edict/data

View File

@@ -38,6 +38,7 @@ DATADIR= ${PREFIX}/share/dict/edict-utf-8
NO_WRKSUBDIR= yes
NO_STAGE= yes
.include <bsd.port.pre.mk>
do-extract:

View File

@@ -54,6 +54,7 @@ MAN1= xjdic.1
NO_WRKSUBDIR= yes
NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"

View File

@@ -1,7 +1,4 @@
# New ports collection makefile for: edyvalue
# Date created: 18 January 2007
# Whom: Yoshihiko Sarumaru <mistral@imasy.or.jp>
#
# Created by: Yoshihiko Sarumaru <mistral@imasy.or.jp>
# $FreeBSD$
PORTNAME= edyvalue
@@ -21,6 +18,7 @@ LIB_DEPENDS= pasori.1:${PORTSDIR}/devel/libpasori
PLIST_FILES= bin/EdyValue
NO_STAGE= yes
post-extract:
@${MKDIR} ${WRKSRC}
@${CP} -f ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} ${WRKSRC}

View File

@@ -1,9 +1,5 @@
# New ports collection makefile for: egg-canna
# Date created: 4 March 2005
# Whom: Hajimu UMEMOTO <ume@FreeBSD.org>
#
# Created by: Hajimu UMEMOTO <ume@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= egg-canna
PORTVERSION= 20011110
@@ -22,6 +18,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_EMACS= yes
NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${EMACS_MAJOR_VER} >= 23

View File

@@ -26,6 +26,7 @@ SRCFILE?= eijiro52.txt
# For eijiro included in a book sold by ALC Inc.
# (http://www.alc.co.jp/alcshop/eng/eijiro/)
NO_STAGE= yes
.include <bsd.port.pre.mk>
DICT_ARCHIVE!= ${ECHO_CMD} ${DICT_PATH}/eijiro-original/*.exe || ${TRUE}

View File

@@ -1,9 +1,5 @@
# New ports collection makefile for: elisa8x8
# Date created: 17 Aug. 1998
# Whom: Toshihiko SHIMOKAWA <toshi@tea.forus.or.jp> & ELISA Font Project
#
# Created by: Toshihiko SHIMOKAWA <toshi@tea.forus.or.jp> & ELISA Font Project
# $FreeBSD$
#
PORTNAME= elisa8x8
PORTVERSION= 1.0
@@ -19,6 +15,7 @@ BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \
mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \
mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale
NO_STAGE= yes
.include <bsd.port.pre.mk>
NO_WRKSUBDIR= yes

View File

@@ -1,9 +1,5 @@
# New ports collection makefile for: elvis + japanese patch
# Date created: 5 October 1995
# Whom: Yoshiro MIHIRA <sanpei@yy.cs.keio.ac.jp>
#
# Created by: Yoshiro MIHIRA <sanpei@yy.cs.keio.ac.jp>
# $FreeBSD$
#
PORTNAME= elvis
PORTVERSION= 1.8.4
@@ -27,6 +23,7 @@ MAN1= elvis.1 ctags.1 ref.1 elvrec.1 elvprsv.1
STARTUP_SCRIPT= ${PREFIX}/etc/rc.d/ja-elvis.sh
NO_STAGE= yes
do-configure:
@${CP} ${WRKSRC}/Makefile.mix ${WRKSRC}/Makefile

View File

@@ -1,9 +1,5 @@
# New ports collection makefile for: GNU emacs
# Date created: 10 Apr. 2002
# Whom: NAKAJI Hiroyuki <nakaji@jp.freebsd.org>
#
# Created by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org>
# $FreeBSD$
#
PORTNAME= emcws
PORTVERSION= ${EMACS_VER}
@@ -148,6 +144,7 @@ PLIST_SUB+= EMACS_VER=${EMACS_VER} EMACS_ARCH=${CONFIGURE_TARGET} \
SCRIPTS_ENV= SED=${SED} MV=${MV} \
DOC_FILE=${DOC_FILE}
NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${ARCH} == "ia64"

View File

@@ -1,9 +1,5 @@
# New ports collection makefile for: epwutil
# Date created: 22 January 1999
# Whom: Kazutoki TAKAMUNE <takamune@avrl.mei.co.jp>
#
# Created by: Kazutoki TAKAMUNE <takamune@avrl.mei.co.jp>
# $FreeBSD$
#
PORTNAME= epwutil
PORTVERSION= 1.1
@@ -20,6 +16,7 @@ EPWPROGS= bookinfo catdump squeeze
EPWDOCS= epwutil.doc
EPWDOCDIR= share/doc/epwutil
NO_STAGE= yes
do-install:
.for file in ${EPWPROGS}
cd ${WRKSRC};\

View File

@@ -1,9 +1,5 @@
# New ports collection Makefile for: esecanna module for VJE-Delta 2.5
# Date created: 24 February 2000
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
# $FreeBSD$
#
PORTNAME= esecanna-module-vje25
PORTVERSION= 0.14.6
@@ -24,6 +20,7 @@ USE_GMAKE= yes
DIST_SUBDIR= esecanna
NO_STAGE= yes
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/esecanna

View File

@@ -23,6 +23,7 @@ CONFIGURE_ARGS= --with-vjecfgfile="/usr/local/etc/vje30/vje.cfg"
DIST_SUBDIR= esecanna
NO_STAGE= yes
post-patch:
${REINPLACE_CMD} -e " \
s,!!PREFIX!!,${PREFIX},g; \

View File

@@ -1,9 +1,5 @@
# New ports collection Makefile for: esecanna module for Wnn6
# Date created: 26 February 2000
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
# $FreeBSD$
#
PORTNAME= esecanna-module-wnn6
PORTVERSION= 1.0.0
@@ -27,6 +23,7 @@ CFLAGS+= -I${PREFIX}/include/wnn6
DIST_SUBDIR= esecanna
NO_STAGE= yes
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/esecanna

View File

@@ -1,9 +1,5 @@
# New ports collection Makefile for: esecanna
# Date created: 24 February 2000
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
# $FreeBSD$
#
PORTNAME= esecanna
PORTVERSION= 1.0.1
@@ -26,6 +22,7 @@ CONFIGURE_ARGS= --with-piddir="/var/run/esecanna"
DOCS= CREDITS CHANGES.jp README.First.jp README.jp
NO_STAGE= yes
post-patch:
${REINPLACE_CMD} -e " \
s,!!PREFIX!!,${PREFIX},g; \

View File

@@ -1,9 +1,5 @@
# New ports collection makefile for: eterm
# Date created: 11th December 1998
# Whom: MANTANI Nobutaka <nobutaka@nobutaka.com>
#
# Created by: MANTANI Nobutaka <nobutaka@nobutaka.com>
# $FreeBSD$
#
CATEGORIES= japanese
@@ -27,6 +23,7 @@ PLIST= ${MASTERDIR}/pkg-plist
THEMES= Escreen Eterm auto trans
NO_STAGE= yes
pre-configure:
@${REINPLACE_CMD} -e "s,echo aout,echo elf,g" ${WRKSRC}/configure

View File

@@ -1,9 +1,5 @@
# New ports collection makefile for: exmh (Japanese)
# Date created: 15 Mar 1999
# Whom: Takeshi WATANABE <watanabe@komadori.planet.sci.kobe-u.ac.jp>
#
# Created by: Takeshi WATANABE <watanabe@komadori.planet.sci.kobe-u.ac.jp>
# $FreeBSD$
#
CATEGORIES= japanese
@@ -15,4 +11,5 @@ JAPANESE_EXMH= yes
MASTERDIR= ${.CURDIR}/../../mail/exmh2
DESCR= ${.CURDIR}/pkg-descr
NO_STAGE= yes
.include "${MASTERDIR}/Makefile"

View File

@@ -19,4 +19,5 @@ USE_GNOME= intltool
PROJECTHOST= fcitx
NO_STAGE= yes
.include <bsd.port.mk>

View File

@@ -13,4 +13,5 @@ BUILD_MOZC_LIST= fcitx_mozc
IGNORE= not compatible with mozc 1.11.1502.102
NO_STAGE= yes
.include "${MASTERDIR}/Makefile"

View File

@@ -1,4 +1,3 @@
# Created by: Jun Kuriyama <kuriyama@FreeBSD.org>
# $FreeBSD$
PORTNAME= flex-sdk
@@ -26,6 +25,7 @@ NO_BUILD= YES
PLIST_SUB= PORTNAME=${PORTNAME}
SUB_LIST= PORTNAME=${PORTNAME}
NO_STAGE= yes
.include <bsd.port.pre.mk>
.for i in ${DISTFILES}

View File

@@ -1,9 +1,5 @@
# New ports collection makefile for: A Flower Dictionary - JIS X 4081 version
# Date created: 2000.11.28
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
#
# Created by: Satoshi Taoka <taoka@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= flower-fpw
PORTVERSION= 1.0
@@ -20,6 +16,7 @@ NO_BUILD= yes
WRKSRC= ${WRKDIR}/flower
EXTRACT_BEFORE_ARGS= -qL
NO_STAGE= yes
do-install:
${MKDIR} ${PREFIX}/share/dict/flower-fpw/flower/data
${INSTALL_DATA} ${WRKSRC}/flower/data/honmon ${PREFIX}/share/dict/flower-fpw/flower/data

View File

@@ -1,9 +1,5 @@
# New ports collection makefile for: foldoc - JIS X 4081 format version
# Date created: 01/08/23
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
#
# Created by: Satoshi Taoka <taoka@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= foldoc-fpw
PORTVERSION= 1.0.2
@@ -20,6 +16,7 @@ NO_BUILD= yes
WRKSRC= ${WRKDIR}/foldoc
EXTRACT_BEFORE_ARGS= -qL
NO_STAGE= yes
do-install:
${MKDIR} ${PREFIX}/share/dict/foldoc-fpw/foldoc/data
${MKDIR} ${PREFIX}/share/dict/foldoc-fpw/foldoc/gaiji

View File

@@ -33,6 +33,7 @@ X_FONTSDIR= lib/X11/fonts
OPTIONS_DEFINE= DOCS
NO_STAGE= yes
.include <bsd.port.options.mk>
do-install:

View File

@@ -32,6 +32,7 @@ X_FONTSDIR= lib/X11/fonts
OPTIONS_DEFINE= DOCS
NO_STAGE= yes
.include <bsd.port.options.mk>
post-extract:

View File

@@ -30,6 +30,7 @@ X_FONTSDIR= lib/X11/fonts
OPTIONS_DEFINE= DOCS
NO_STAGE= yes
.include <bsd.port.options.mk>
post-extract:

View File

@@ -34,6 +34,7 @@ LOCALFONTDIR= share/font-${PORTNAME}
pre-build: apply-slist
NO_STAGE= yes
do-configure:
@${DO_NADA}

View File

@@ -33,6 +33,7 @@ PORTDOCS= README.ja COPYING docs
OPTIONS_DEFINE= DOCS
NO_STAGE= yes
.include <bsd.port.options.mk>
do-install:

View File

@@ -32,6 +32,7 @@ X_FONTSDIR= lib/X11/fonts
OPTIONS_DEFINE= DOCS
NO_STAGE= yes
.include <bsd.port.options.mk>
do-install:

View File

@@ -33,6 +33,7 @@ X_FONTSDIR= lib/X11/fonts
OPTIONS_DEFINE= DOCS
NO_STAGE= yes
.include <bsd.port.options.mk>
do-install:

View File

@@ -28,6 +28,7 @@ X_FONTSDIR= lib/X11/fonts
OPTIONS_DEFINE= DOCS
NO_STAGE= yes
.include <bsd.port.options.mk>
do-install:

View File

@@ -28,6 +28,7 @@ X_FONTSDIR= lib/X11/fonts
OPTIONS_DEFINE= DOCS
NO_STAGE= yes
.include <bsd.port.options.mk>
do-install:

View File

@@ -33,6 +33,7 @@ X_FONTSDIR= lib/X11/fonts
OPTIONS_DEFINE= DOCS
NO_STAGE= yes
.include <bsd.port.options.mk>
do-install:

View File

@@ -40,6 +40,7 @@ X_FONTSDIR= lib/X11/fonts
OPTIONS_DEFINE= DOCS
NO_STAGE= yes
.include <bsd.port.options.mk>
post-extract:

View File

@@ -39,6 +39,7 @@ DISCORD_DESC= Install Ricty-Discord
OPTIONS_DEFAULT= DISCORD
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDISCORD}

View File

@@ -28,6 +28,7 @@ X_FONTSDIR= lib/X11/fonts
OPTIONS_DEFINE= DOCS
NO_STAGE= yes
.include <bsd.port.options.mk>
do-install:

View File

@@ -51,6 +51,7 @@ FONTNAMES=\
OPTIONS_DEFINE= DOCS
NO_STAGE= yes
.include <bsd.port.options.mk>
do-build:

View File

@@ -31,6 +31,7 @@ STD_GothicBBB-Medium= ${LOCALBASE}/share/font-ipa/ipag.otf
STD_Ryumin-Light.gs7= ${LOCALBASE}/share/font-mplus-ipa/fonts/ipam.ttf
STD_GothicBBB-Medium.gs7= ${LOCALBASE}/share/font-mplus-ipa/fonts/ipag.ttf
NO_STAGE= yes
do-fetch:
@${DO_NADA}

View File

@@ -31,6 +31,7 @@ X_FONTSDIR= lib/X11/fonts
OPTIONS_DEFINE= DOCS
NO_STAGE= yes
.include <bsd.port.options.mk>
post-extract:

View File

@@ -29,6 +29,7 @@ X_FONTSDIR= lib/X11/fonts
OPTIONS_DEFINE= DOCS
NO_STAGE= yes
.include <bsd.port.options.mk>
do-install:

View File

@@ -31,6 +31,7 @@ X_FONTSDIR= lib/X11/fonts
OPTIONS_DEFINE= DOCS
NO_STAGE= yes
.include <bsd.port.options.mk>
do-install:

View File

@@ -17,4 +17,5 @@ USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-pkgdocdir=${DOCSDIR}
NO_STAGE= yes
.include <bsd.port.mk>

View File

@@ -1,9 +1,5 @@
# New ports collection makefile for: Fumeikai Dictionary - JIS X 4081 version
# Date created: 2000.11.28
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
#
# Created by: Satoshi Taoka <taoka@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= fumeikai-fpw
PORTVERSION= 1.0
@@ -20,6 +16,7 @@ NO_BUILD= yes
WRKSRC= ${WRKDIR}/fumeikai
EXTRACT_BEFORE_ARGS= -qL
NO_STAGE= yes
do-install:
${MKDIR} ${PREFIX}/share/dict/fumeikai-fpw/fumeikai/data
${INSTALL_DATA} ${WRKSRC}/fumeikai/data/honmon ${PREFIX}/share/dict/fumeikai-fpw/fumeikai/data

View File

@@ -24,6 +24,7 @@ MAN1= gawk.1 igawk.1
DOCSDIR= ${PREFIX}/share/doc/${PKGBASE}
NO_STAGE= yes
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}

View File

@@ -1,9 +1,5 @@
# New ports collection makefile for: gd2
# Date created: 19 Aug 1998
# Whom: ichiro@ichiro.org
#
# Created by: ichiro@ichiro.org
# $FreeBSD$
#
CATEGORIES= japanese
@@ -14,4 +10,5 @@ MASTERDIR= ${.CURDIR}/../../graphics/gd
CPPFLAGS+= -DJISX0208
NO_STAGE= yes
.include "${MASTERDIR}/Makefile"

View File

@@ -1,7 +1,4 @@
# New ports collection makefile for: gedy
# Date created: 21 February 2010
# Whom: Hajimu UMEMOTO <ume@FreeBSD.org>
#
# Created by: Hajimu UMEMOTO <ume@FreeBSD.org>
# $FreeBSD$
PORTNAME= gedy
@@ -32,6 +29,7 @@ NO_BUILD= yes
PLIST_FILES= bin/${PORTNAME}
NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${RUBY_DEFAULT_VER} != ${RUBY_VER}

View File

@@ -1,9 +1,5 @@
# New ports collection makefile for: gimp-help
# Date created: 10th April 2010
# Whom: SimaMoto,RyoTa <liangtai.s4@gmail.com>
#
# Created by: SimaMoto,RyoTa <liangtai.s4@gmail.com>
# $FreeBSD$
#
CATEGORIES= japanese graphics
@@ -15,4 +11,5 @@ MASTERDIR= ${.CURDIR}/../../misc/gimp-help-en
DOCLANG= ja
AMPLE= ""
NO_STAGE= yes
.include "${MASTERDIR}/Makefile"

View File

@@ -24,6 +24,7 @@ PORTDOCS= gjiten-doc.ja.html
MAN1= gjiten.1
GCONF_SCHEMAS= gjiten-dicfiles.schemas gjiten.schemas
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}

View File

@@ -1,9 +1,5 @@
# New ports collection makefile for: goRua
# Date created: 12 December 2001
# Whom: MANTANI Nobutaka <nobutaka@nobutaka.com>
#
# Created by: MANTANI Nobutaka <nobutaka@nobutaka.com>
# $FreeBSD$
#
PORTNAME= gorua
PORTVERSION= 0.17
@@ -26,6 +22,7 @@ NO_BUILD= yes
CONFIG_FILES= board_info bookmarks config gtkrc
NO_STAGE= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/goRua.rb ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/goRua_bookmarks_translator.rb ${PREFIX}/bin

View File

@@ -1,9 +1,5 @@
# New ports collection makefile for: ja-gqmpeg
# Date Created: 19 Sep 2001
# Whom: TATEISHI Katsuyuki <katsu@iec.hiroshima-u.ac.jp>
#
# Created by: TATEISHI Katsuyuki <katsu@iec.hiroshima-u.ac.jp>
# $FreeBSD$
#
PORTREVISION= 2
CATEGORIES= japanese
@@ -23,6 +19,7 @@ CONFIGURE_ARGS= --enable-japanese
NOMAN= yes
.if !defined(WITH_SJIS_TAG)
NO_STAGE= yes
pre-everything::
@${ECHO_MSG}
@${ECHO_MSG} "If you want to save ID3 tags as SJIS(default: EUC),"

View File

@@ -1,9 +1,5 @@
# New ports collection makefile for: grep+mb
# Date created: 2 April 1995
# Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
#
# Created by: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
# $FreeBSD$
#
PORTNAME= grep
PORTVERSION= 2.4.2
@@ -30,6 +26,7 @@ MLINKS= jgrep.1 jegrep.1 \
DOCSDIR= ${PREFIX}/share/doc/${PKGBASE}
NO_STAGE= yes
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}

View File

@@ -1,9 +1,5 @@
# New ports collection makefile for: ja-groff
# Date created: 14 April 1995
# Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
#
# Created by: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
# $FreeBSD$
#
PORTNAME= groff
PORTVERSION= 1.18.1
@@ -72,6 +68,7 @@ MAN7= ditroff.7 groff.7 groff_char.7 groff_diff.7 \
groff_me.7 groff_mm.7 groff_mmse.7 groff_mom.7 groff_ms.7 \
groff_trace.7 groff_www.7 roff.7
NO_STAGE= yes
.include <bsd.port.pre.mk>
.if !defined(NOPORTDOCS)

View File

@@ -39,6 +39,7 @@ DICDIR= ${PREFIX}/share/canna/dic/canna
INSTALL_DIC= ${INSTALL} ${COPY} -o bin -g bin -m 664
NO_STAGE= yes
do-build:
cd ${WRKDIR} && mkbindic ${PORTNAME}.t

Some files were not shown because too many files have changed in this diff Show More