diff options
author | Rene Ladan <rene@FreeBSD.org> | 2011-04-18 22:25:41 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2011-04-18 22:25:41 +0000 |
commit | 48f1d8c469aeb67c4c7838bd2bdf17f28eacbc79 (patch) | |
tree | 5509f9ae2d797f02944d429c11a7b43a3c3d2cf3 /japanese | |
parent | 1042e1bbe987939d4dce45f572cba84222b10aa9 (diff) | |
download | ports-48f1d8c469aeb67c4c7838bd2bdf17f28eacbc79.tar.gz ports-48f1d8c469aeb67c4c7838bd2bdf17f28eacbc79.zip |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/Makefile | 2 | ||||
-rw-r--r-- | japanese/roundcube/Makefile | 24 | ||||
-rw-r--r-- | japanese/roundcube/distinfo | 4 | ||||
-rw-r--r-- | japanese/tkstep80/Makefile | 71 | ||||
-rw-r--r-- | japanese/tkstep80/distinfo | 6 | ||||
-rw-r--r-- | japanese/tkstep80/files/patch-aa | 52 | ||||
-rw-r--r-- | japanese/tkstep80/files/patch-ab | 188 | ||||
-rw-r--r-- | japanese/tkstep80/pkg-descr | 11 | ||||
-rw-r--r-- | japanese/tkstep80/pkg-plist | 202 | ||||
-rw-r--r-- | japanese/tkstep80/scripts/post-configure | 10 |
10 files changed, 0 insertions, 570 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index 29dc746e95af..b244d86d413d 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -292,7 +292,6 @@ SUBDIR += recjis SUBDIR += roget-fpw SUBDIR += rogue_s - SUBDIR += roundcube SUBDIR += rskkserv SUBDIR += ruby-chasen SUBDIR += ruby-eb @@ -358,7 +357,6 @@ SUBDIR += timidity++-tcltk SUBDIR += tk80 SUBDIR += tkhonyaku - SUBDIR += tkstep80 SUBDIR += today SUBDIR += tomoe SUBDIR += trac diff --git a/japanese/roundcube/Makefile b/japanese/roundcube/Makefile deleted file mode 100644 index 665cc8bc5efc..000000000000 --- a/japanese/roundcube/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: ja-roundcube -# Date created: 2010-02-10 -# Whom: Norikatsu Shigemura <nork@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= japanese mail www - -PATCH_SITES= http://www.sera.desuyo.net/roundcube/ -PATCHFILES= roundcubemail-0.3.1-ja.patch -PATCH_DIST_STRIP= -p1 - -MAINTAINER= nork@FreeBSD.org - -CONFLICTS= roundcube-[0-9]* -MASTERDIR= ${.CURDIR}/../../mail/roundcube -DISTINFO_FILE= ${.CURDIR}/distinfo - -BROKEN= bad distinfo -DEPRECATED= has been broken for almost a year -EXPIRATION_DATE=2011-04-17 - -.include "${MASTERDIR}/Makefile" diff --git a/japanese/roundcube/distinfo b/japanese/roundcube/distinfo deleted file mode 100644 index e4280c6c0a17..000000000000 --- a/japanese/roundcube/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -SHA256 (roundcubemail-0.3.1.tar.gz) = 78b7160e58fc3692591e8a909464a858500768e5e7a7c076b496a7caf119ddd1 -SIZE (roundcubemail-0.3.1.tar.gz) = 1917564 -SHA256 (roundcubemail-0.3.1-ja.patch) = 0c2948d000f75139974e0b62ec92690d7cc19235a12db0e3e8b3f761a451af72 -SIZE (roundcubemail-0.3.1-ja.patch) = 30994 diff --git a/japanese/tkstep80/Makefile b/japanese/tkstep80/Makefile deleted file mode 100644 index 21ac35f89f83..000000000000 --- a/japanese/tkstep80/Makefile +++ /dev/null @@ -1,71 +0,0 @@ -# New ports collection makefile for: TkStep -# Date created: 25 March 1999 -# Whom: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> -# -# $FreeBSD$ -# - -PORTNAME= tkstep -PORTVERSION= 8.0.5 -PORTREVISION= 2 -CATEGORIES= japanese tk -MASTER_SITES= ${MASTER_SITE_TCLTK} -MASTER_SITE_SUBDIR= tcl8_0 -DISTNAME= tk${PORTVERSION} - -PATCH_SITES= ftp://ftp.sra.co.jp/pub/lang/tcl/jp/ \ - http://www.aaa-int.or.jp/~jfactory/Factory/TkStep/dist/ -PATCHFILES= tk${PORTVERSION}jp1.6.patch.gz 2Step-${PORTVERSION}pl1-patch.gz - -MAINTAINER= ports@FreeBSD.org -COMMENT= The Tk toolkit with a NeXTSTEP look and more - -LIB_DEPENDS= tcl80jp.1:${PORTSDIR}/japanese/tcl80 - -BROKEN= Broken with gcc 4.2 -DEPRECATED= does not compile on FreeBSD 7.x or newer -EXPIRATION_DATE=2011-04-17 - -USE_XORG= xpm -USE_AUTOTOOLS= autoconf213 -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --enable-gcc --enable-shared --enable-step \ - --with-tcl=${PREFIX}/lib/tcl${TCLVERSION}jp \ - --enable-dnd --enable-xpm -WRKSRC= ${TOPDIR}/unix -.if defined(PATCH_DEBUG) -PATCH_DIST_ARGS=-d ${TOPDIR} -E ${PATCH_DIST_STRIP} -.else -PATCH_DIST_ARGS=-d ${TOPDIR} --forward --quiet -E ${PATCH_DIST_STRIP} -.endif -PKGINSTALL= ${PORTSDIR}/x11-toolkits/tk82/pkg-install.wish -PKGDEINSTALL= ${PORTSDIR}/x11-toolkits/tk82/pkg-deinstall.wish -USE_LDCONFIG= yes - -TCLVERSION= 8.0 -TOPDIR= ${WRKDIR}/${DISTNAME} -PORTDOCDIR= ${PREFIX}/share/doc/tkstep${TCLVERSION}jp - -.include <bsd.port.pre.mk> - -post-patch: - @${REINPLACE_CMD} -e '/xpg4/d' ${WRKSRC}/configure.in - -pre-install: - cd ${TOPDIR}/library/demos.jp && ${RM} -f *.orig - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${PORTDOCDIR} - cd ${TOPDIR}; \ - ${INSTALL_DATA} README.TkStep ${PORTDOCDIR} - cd ${TOPDIR}/tkstep; \ - ${INSTALL_DATA} NOTES README.TkDND README.step ${PORTDOCDIR} - cd ${TOPDIR}/tkstepjp; \ - ${INSTALL_DATA} changes.TkSTEPjp ${PORTDOCDIR} -.endif -.if exists(${PKGINSTALL}) - ${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} -.endif - -.include <bsd.port.post.mk> diff --git a/japanese/tkstep80/distinfo b/japanese/tkstep80/distinfo deleted file mode 100644 index 5d001fdc34b7..000000000000 --- a/japanese/tkstep80/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -SHA256 (tk8.0.5.tar.gz) = 58fac16495c213331998feac44e2f5a21911e6b6f4b00d6fb4bdac0084809d8c -SIZE (tk8.0.5.tar.gz) = 2033223 -SHA256 (tk8.0.5jp1.6.patch.gz) = 3681769983ee00ebb961859a592cfffa45c4f710dfcb8d77ee2cbd1d513539a3 -SIZE (tk8.0.5jp1.6.patch.gz) = 297523 -SHA256 (2Step-8.0.5pl1-patch.gz) = e0806c649e560969cd6a8f066117c50519816be43292dafc15cc129e6e20b055 -SIZE (2Step-8.0.5pl1-patch.gz) = 114764 diff --git a/japanese/tkstep80/files/patch-aa b/japanese/tkstep80/files/patch-aa deleted file mode 100644 index 353575f832ef..000000000000 --- a/japanese/tkstep80/files/patch-aa +++ /dev/null @@ -1,52 +0,0 @@ ---- configure.in.orig Sat Jan 27 00:08:20 2007 -+++ configure.in Sat Jan 27 00:08:41 2007 -@@ -10,6 +10,7 @@ - TK_MINOR_VERSION=0 - TK_PATCH_LEVEL=".5" - VERSION=${TK_VERSION} -+TCL_L10N=jp - - if test "${prefix}" = "NONE"; then - prefix=/usr/local -@@ -68,8 +69,8 @@ - if test ! -d $TCL_BIN_DIR; then - AC_MSG_ERROR(Tcl directory $TCL_BIN_DIR doesn't exist) - fi --if test ! -f $TCL_BIN_DIR/Makefile; then -- AC_MSG_ERROR(There's no Makefile in $TCL_BIN_DIR; perhaps you didn't specify the Tcl *build* directory (not the toplevel Tcl directory) or you forgot to configure Tcl?) -+if test ! -f $TCL_BIN_DIR/tclConfig.sh; then -+ AC_MSG_ERROR(There's no tclConfig.sh in $TCL_BIN_DIR; perhaps you didn't specify the Tcl *build* directory (not the toplevel Tcl directory) or you forgot to configure Tcl?) - fi - - #-------------------------------------------------------------------- -@@ -104,6 +105,8 @@ - CFLAGS_OPTIMIZE=$TCL_CFLAGS_OPTIMIZE - EXTRA_CFLAGS=$TCL_EXTRA_CFLAGS - -+TCL_SRC_DIR=${prefix}/include/tcl${TCL_VERSION} -+ - LIB_RUNTIME_DIR='${LIB_RUNTIME_DIR}' - - # If Tcl and Tk are installed in different places, adjust the library -@@ -586,7 +585,7 @@ - TK_SHARED_BUILD=1 - TK_SHLIB_CFLAGS="${SHLIB_CFLAGS}" - eval "TK_LIB_FILE=libtk${STEP}${TCL_SHARED_LIB_SUFFIX}" -- MAKE_LIB="\${SHLIB_LD} -o \${TK_LIB_FILE} \${OBJS} \$(TK_LD_SEARCH_FLAGS) ${SHLIB_LD_LIBS}" -+ MAKE_LIB="\${SHLIB_LD} -o \${TK_LIB_FILE} -Wl,-soname,\${TK_LIB_FILE} \${OBJS} \$(TK_LD_SEARCH_FLAGS) ${SHLIB_LD_LIBS}" - RANLIB=":" - else - TK_SHARED_BUILD=0 -@@ -700,10 +699,12 @@ - AC_SUBST(SHLIB_VERSION) - AC_SUBST(TCL_BIN_DIR) - AC_SUBST(TCL_BUILD_LIB_SPEC) -+AC_SUBST(TCL_LIB_SPEC) - AC_SUBST(TCL_DBGX) - AC_SUBST(TCL_LIB_FLAG) - AC_SUBST(TCL_SRC_DIR) - AC_SUBST(TCL_VERSION) -+AC_SUBST(TCL_L10N) - AC_SUBST(TK_BUILD_LIB_SPEC) - AC_SUBST(TK_CC_SEARCH_FLAGS) - AC_SUBST(TK_LD_SEARCH_FLAGS) diff --git a/japanese/tkstep80/files/patch-ab b/japanese/tkstep80/files/patch-ab deleted file mode 100644 index 87ff5b721946..000000000000 --- a/japanese/tkstep80/files/patch-ab +++ /dev/null @@ -1,188 +0,0 @@ ---- Makefile.in.orig Wed Sep 6 16:29:30 2000 -+++ Makefile.in Wed Sep 6 17:04:19 2000 -@@ -56,7 +56,9 @@ - BIN_DIR = $(exec_prefix)/bin - - # Directory in which to install the include file tk.h: --INCLUDE_INSTALL_DIR = $(INSTALL_ROOT)$(prefix)/include -+INCLUDE_INSTALL_DIR = $(INSTALL_ROOT)$(prefix)/include/tkstep$(VERSION) -+GENERIC_INCLUDE_INSTALL_DIR = $(INCLUDE_INSTALL_DIR)/generic -+UNIX_INCLUDE_INSTALL_DIR = $(INCLUDE_INSTALL_DIR)/unix - - # Top-level directory for manual entries: - MAN_INSTALL_DIR = $(INSTALL_ROOT)$(prefix)/man -@@ -72,6 +74,9 @@ - # Tcl commands implemented by Tk: - MANN_INSTALL_DIR = $(MAN_INSTALL_DIR)/mann - -+# Directory in which to install sharedable other documents: -+DOC_INSTALL_DIR = $(INSTALL_ROOT)$(prefix)/share/doc/tk$(VERSION) -+ - # The directory containing the Tcl sources and headers appropriate - # for this version of Tk ("srcdir" will be replaced or has already - # been replaced by the configure script): -@@ -113,7 +118,7 @@ - - # Libraries to use when linking. This definition is determined by the - # configure script. --LIBS = @TCL_BUILD_LIB_SPEC@ @LIBS@ $(X11_LIB_SWITCHES) @DL_LIBS@ @MATH_LIBS@ @EXTRA_LIBS@ -+LIBS = @TCL_LIB_SPEC@ @LIBS@ $(X11_LIB_SWITCHES) @DL_LIBS@ @MATH_LIBS@ @EXTRA_LIBS@ - - # To turn off the security checks that disallow incoming sends when - # the X server appears to be insecure, reverse the comments on the -@@ -149,7 +154,7 @@ - # "install" around; better to use the install-sh script that comes - # with the distribution, which is slower but guaranteed to work. - --INSTALL = @srcdir@/install-sh -c -+INSTALL = install -c - INSTALL_PROGRAM = ${INSTALL} - INSTALL_DATA = ${INSTALL} -m 644 - -@@ -162,6 +167,8 @@ - TK_SHLIB_CFLAGS = @TK_SHLIB_CFLAGS@ - - TK_LIB_FILE = @TK_LIB_FILE@ -+TCL_L10N = @TCL_L10N@ -+TK_STATIC_LIB_FILE = libtkstep80$(TCL_L10N).a - #TK_LIB_FILE = libtk.a - - TK_LIB_FLAG = @TK_LIB_FLAG@ -@@ -335,6 +342,12 @@ - rm -f ${TK_LIB_FILE} - @MAKE_LIB@ - $(RANLIB) ${TK_LIB_FILE} -+ ln -sf ${TK_LIB_FILE} `echo ${TK_LIB_FILE} | sed 's/\.so.*$$/.so/'` -+ -+$(TK_STATIC_LIB_FILE): $(OBJS) -+ rm -f $(TK_STATIC_LIB_FILE) -+ ar cr $(TK_STATIC_LIB_FILE) $(OBJS) -+ $(RANLIB) $(TK_STATIC_LIB_FILE) - - # Make target which outputs the list of the .o contained in the Tk lib - # usefull to build a single big shared library containing Tcl/Tk and other -@@ -384,13 +399,13 @@ - TK_LIBRARY=$(TOP_DIR)/library; export TK_LIBRARY; \ - ./tktest - --install: install-binaries install-libraries install-demos install-demosjp install-man -+install: install-binaries install-libraries install-demos install-demosjp - - # Note: before running ranlib below, must cd to target directory because - # some ranlibs write to current directory, and this might not always be - # possible (e.g. if installing as root). - --install-binaries: $(TK_LIB_FILE) wish@STEP@ -+install-binaries: $(TK_LIB_FILE) $(TK_STATIC_LIB_FILE) wish@STEP@ - @for i in $(LIB_INSTALL_DIR) $(BIN_INSTALL_DIR) ; \ - do \ - if [ ! -d $$i ] ; then \ -@@ -404,13 +419,20 @@ - @$(INSTALL_DATA) $(TK_LIB_FILE) $(LIB_INSTALL_DIR)/$(TK_LIB_FILE) - @(cd $(LIB_INSTALL_DIR); $(RANLIB) $(TK_LIB_FILE)) - @chmod 555 $(LIB_INSTALL_DIR)/$(TK_LIB_FILE) -+ @(cd $(LIB_INSTALL_DIR); ln -sf ${TK_LIB_FILE} `echo ${TK_LIB_FILE} | sed 's/\.so.*$$/.so/'`) -+ @echo "Installing $(TK_STATIC_LIB_FILE)" -+ @$(INSTALL_DATA) $(TK_STATIC_LIB_FILE) $(LIB_INSTALL_DIR)/$(TK_STATIC_LIB_FILE) -+ @(cd $(LIB_INSTALL_DIR); $(RANLIB) $(TK_STATIC_LIB_FILE)) -+ @chmod 555 $(LIB_INSTALL_DIR)/$(TK_STATIC_LIB_FILE) - @echo "Installing wish@STEP@" - @$(INSTALL_PROGRAM) wish@STEP@ $(BIN_INSTALL_DIR)/wish@STEP@$(VERSION) - @echo "Installing tk@STEP@Config.sh" -- @$(INSTALL_DATA) tk@STEP@Config.sh $(LIB_INSTALL_DIR)/tk@STEP@Config.sh -+ @mkdir -p $(SCRIPT_INSTALL_DIR) -+ @$(INSTALL_DATA) tk@STEP@Config.sh $(SCRIPT_INSTALL_DIR)/tk@STEP@Config.sh - - install-libraries: - @for i in $(INSTALL_ROOT)$(prefix)/lib $(INCLUDE_INSTALL_DIR) \ -+ $(GENERIC_INCLUDE_INSTALL_DIR) $(UNIX_INCLUDE_INSTALL_DIR) \ - $(SCRIPT_INSTALL_DIR) $(SCRIPT_INSTALL_DIR)/images; \ - do \ - if [ ! -d $$i ] ; then \ -@@ -420,9 +444,19 @@ - else true; \ - fi; \ - done; -- @echo "Installing tk@STEP@.h" -- @$(INSTALL_DATA) $(GENERIC_DIR)/tk.h $(INCLUDE_INSTALL_DIR)/tk@STEP@.h -- for i in $(SRC_DIR)/library/*.tcl $(SRC_DIR)/library/*.xbm $(SRC_DIR)/library/tclIndex $(SRC_DIR)/library/prolog.ps $(UNIX_DIR)/tkAppInit.c; \ -+ @echo "Installing headers" -+ @for i in $(GENERIC_DIR)/*.h ; \ -+ do \ -+ echo "Installing $$i"; \ -+ $(INSTALL_DATA) $$i $(GENERIC_INCLUDE_INSTALL_DIR); \ -+ done; -+ @for i in $(UNIX_DIR)/*.h ; \ -+ do \ -+ echo "Installing $$i"; \ -+ $(INSTALL_DATA) $$i $(UNIX_INCLUDE_INSTALL_DIR); \ -+ done; -+ @ln -sf $(GENERIC_INCLUDE_INSTALL_DIR)/tk.h $(INCLUDE_INSTALL_DIR)/tk@STEP@.h -+ for i in $(SRC_DIR)/library/*.tcl $(SRC_DIR)/library/tclIndex $(SRC_DIR)/library/prolog.ps $(UNIX_DIR)/tkAppInit.c; \ - do \ - echo "Installing $$i"; \ - $(INSTALL_DATA) $$i $(SCRIPT_INSTALL_DIR); \ -@@ -447,7 +481,7 @@ - else true; \ - fi; \ - done; -- @for i in $(SRC_DIR)/library/demos/*; \ -+ @for i in `echo $(SRC_DIR)/library/demos/* " "|sed 's/[^ ]*\.orig //g'`; \ - do \ - if [ -f $$i ] ; then \ - echo "Installing $$i"; \ -@@ -459,7 +493,7 @@ - do \ - chmod 755 $(SCRIPT_INSTALL_DIR)/demos/$$i; \ - done; -- @for i in $(SRC_DIR)/library/demos/images/*; \ -+ @for i in `echo $(SRC_DIR)/library/demos/images/* " "|sed 's/[^ ]*\.orig //g'`; \ - do \ - if [ -f $$i ] ; then \ - echo "Installing $$i"; \ -@@ -507,10 +541,10 @@ - @cd $(SRC_DIR)/doc; for i in *.1; \ - do \ - echo "Installing doc/$$i"; \ -- rm -f $(MAN1_INSTALL_DIR)/$$i; \ -+ rm -f $(MAN1_INSTALL_DIR)/$$i $(MAN1_INSTALL_DIR)/$$i.gz; \ - sed -e '/man\.macros/r man.macros' -e '/man\.macros/d' \ -- $$i > $(MAN1_INSTALL_DIR)/$$i; \ -- chmod 444 $(MAN1_INSTALL_DIR)/$$i; \ -+ $$i | gzip -c > $(MAN1_INSTALL_DIR)/$$i.gz; \ -+ chmod 444 $(MAN1_INSTALL_DIR)/$$i.gz; \ - done; - $(UNIX_DIR)/mkLinks $(MAN1_INSTALL_DIR) - @cd $(SRC_DIR)/doc; for i in *.3; \ -@@ -518,19 +552,26 @@ - echo "Installing doc/$$i"; \ - rm -f $(MAN3_INSTALL_DIR)/$$i; \ - sed -e '/man\.macros/r man.macros' -e '/man\.macros/d' \ -- $$i > $(MAN3_INSTALL_DIR)/$$i; \ -- chmod 444 $(MAN3_INSTALL_DIR)/$$i; \ -+ $$i |gzip -c > $(MAN3_INSTALL_DIR)/$$i.gz; \ -+ chmod 444 $(MAN3_INSTALL_DIR)/$$i.gz; \ - done; - $(UNIX_DIR)/mkLinks $(MAN3_INSTALL_DIR) - @cd $(SRC_DIR)/doc; for i in *.n; \ - do \ - echo "Installing doc/$$i"; \ -- rm -f $(MANN_INSTALL_DIR)/$$i; \ -+ rm -f $(MANN_INSTALL_DIR)/$$i $(MANN_INSTALL_DIR)/$$i.gz; \ - sed -e '/man\.macros/r man.macros' -e '/man\.macros/d' \ -- $$i > $(MANN_INSTALL_DIR)/$$i; \ -- chmod 444 $(MANN_INSTALL_DIR)/$$i; \ -+ $$i | gzip -c > $(MANN_INSTALL_DIR)/$$i.gz; \ -+ chmod 444 $(MANN_INSTALL_DIR)/$$i.gz; \ - done; - $(UNIX_DIR)/mkLinks $(MANN_INSTALL_DIR) -+ @echo "**********" -+ @echo "IMPORTANT:" -+ @echo "**********" -+ @echo "tkStepConfig.sh in $(SCRIPT_INSTALL_DIR)/tkStepConfig.sh" -+ @echo "tkstep.h in $(INCLUDE_INSTALL_DIR)/tkstep.h" -+ @echo "There are NOT default place, but good place to avoid" -+ @echo "conflicting with another version of Tcl/Tks." - - Makefile: $(UNIX_DIR)/Makefile.in - $(SHELL) config.status diff --git a/japanese/tkstep80/pkg-descr b/japanese/tkstep80/pkg-descr deleted file mode 100644 index ef3e74979bd6..000000000000 --- a/japanese/tkstep80/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -This is Tk 8.0 with some modifications to make it look like N*XTSTEP's -interface, plus some new widgets inspirated on N*XTSTEP. -It also incorporates the DND drag and drop patches (see README.TkDND) - -You can use TkSTEP with WindowMaker or AfterStep to make your desktop look -more consistent. BowMan is a window manager that emulates the look and feel -of the N*XTSTEP user interface. AfterStep is a continuation of BowMan with -many enhancements and is event better looking. WindowMaker is a even better -WindowManager by Alfredo Kojima. - -Japanese modification has been done by IWAYA Jyun. diff --git a/japanese/tkstep80/pkg-plist b/japanese/tkstep80/pkg-plist deleted file mode 100644 index 1bf73822ac26..000000000000 --- a/japanese/tkstep80/pkg-plist +++ /dev/null @@ -1,202 +0,0 @@ -bin/wishstep8.0jp -include/tkstep8.0jp/tkstep.h -include/tkstep8.0jp/generic/default.h -include/tkstep8.0jp/generic/ks_names.h -include/tkstep8.0jp/generic/tk.h -include/tkstep8.0jp/generic/tk3d.h -include/tkstep8.0jp/generic/tkButton.h -include/tkstep8.0jp/generic/tkCanvas.h -include/tkstep8.0jp/generic/tkColor.h -include/tkstep8.0jp/generic/tkFileFilter.h -include/tkstep8.0jp/generic/tkFont.h -include/tkstep8.0jp/generic/tkInitScript.h -include/tkstep8.0jp/generic/tkInt.h -include/tkstep8.0jp/generic/tkMenu.h -include/tkstep8.0jp/generic/tkMenubutton.h -include/tkstep8.0jp/generic/tkPort.h -include/tkstep8.0jp/generic/tkScale.h -include/tkstep8.0jp/generic/tkScrollbar.h -include/tkstep8.0jp/generic/tkSelect.h -include/tkstep8.0jp/generic/tkText.h -include/tkstep8.0jp/unix/tkKinput2.h -include/tkstep8.0jp/unix/tkUnixDefault.h -include/tkstep8.0jp/unix/tkUnixInt.h -include/tkstep8.0jp/unix/tkUnixPort.h -lib/libtkstep80jp.a -lib/libtkstep80jp.so -lib/libtkstep80jp.so.1 -lib/tkstep8.0jp/FontChooser.tcl -lib/tkstep8.0jp/bgerror.tcl -lib/tkstep8.0jp/button.tcl -lib/tkstep8.0jp/clrpick.tcl -lib/tkstep8.0jp/comdlg.tcl -lib/tkstep8.0jp/console.tcl -lib/tkstep8.0jp/demos.jp/README -lib/tkstep8.0jp/demos.jp/README.JP -lib/tkstep8.0jp/demos.jp/arrow.tcl -lib/tkstep8.0jp/demos.jp/bind.tcl -lib/tkstep8.0jp/demos.jp/bitmap.tcl -lib/tkstep8.0jp/demos.jp/browse -lib/tkstep8.0jp/demos.jp/button.tcl -lib/tkstep8.0jp/demos.jp/cfont.tcl -lib/tkstep8.0jp/demos.jp/check.tcl -lib/tkstep8.0jp/demos.jp/clrpick.tcl -lib/tkstep8.0jp/demos.jp/colors.tcl -lib/tkstep8.0jp/demos.jp/cscroll.tcl -lib/tkstep8.0jp/demos.jp/ctext.tcl -lib/tkstep8.0jp/demos.jp/dialog1.tcl -lib/tkstep8.0jp/demos.jp/dialog2.tcl -lib/tkstep8.0jp/demos.jp/dragtest -lib/tkstep8.0jp/demos.jp/droptest -lib/tkstep8.0jp/demos.jp/entry1.tcl -lib/tkstep8.0jp/demos.jp/entry2.tcl -lib/tkstep8.0jp/demos.jp/filebox.tcl -lib/tkstep8.0jp/demos.jp/floor.tcl -lib/tkstep8.0jp/demos.jp/form.tcl -lib/tkstep8.0jp/demos.jp/hello -lib/tkstep8.0jp/demos.jp/hscale.tcl -lib/tkstep8.0jp/demos.jp/icon.tcl -lib/tkstep8.0jp/demos.jp/image1.tcl -lib/tkstep8.0jp/demos.jp/image2.tcl -lib/tkstep8.0jp/demos.jp/imagedrop -lib/tkstep8.0jp/demos.jp/items.tcl -lib/tkstep8.0jp/demos.jp/ixset -lib/tkstep8.0jp/demos.jp/label.tcl -lib/tkstep8.0jp/demos.jp/license.terms -lib/tkstep8.0jp/demos.jp/menu.tcl -lib/tkstep8.0jp/demos.jp/menubu.tcl -lib/tkstep8.0jp/demos.jp/msgbox.tcl -lib/tkstep8.0jp/demos.jp/plot.tcl -lib/tkstep8.0jp/demos.jp/puzzle.tcl -lib/tkstep8.0jp/demos.jp/radio.tcl -lib/tkstep8.0jp/demos.jp/rmt -lib/tkstep8.0jp/demos.jp/rolodex -lib/tkstep8.0jp/demos.jp/ruler.tcl -lib/tkstep8.0jp/demos.jp/sayings.tcl -lib/tkstep8.0jp/demos.jp/search.tcl -lib/tkstep8.0jp/demos.jp/square -lib/tkstep8.0jp/demos.jp/states.tcl -lib/tkstep8.0jp/demos.jp/style.tcl -lib/tkstep8.0jp/demos.jp/tclIndex -lib/tkstep8.0jp/demos.jp/tcolor -lib/tkstep8.0jp/demos.jp/tcolor2 -lib/tkstep8.0jp/demos.jp/text.tcl -lib/tkstep8.0jp/demos.jp/tfontsel -lib/tkstep8.0jp/demos.jp/timer -lib/tkstep8.0jp/demos.jp/twind.tcl -lib/tkstep8.0jp/demos.jp/vscale.tcl -lib/tkstep8.0jp/demos.jp/widget -lib/tkstep8.0jp/demos/README -lib/tkstep8.0jp/demos/arrow.tcl -lib/tkstep8.0jp/demos/bind.tcl -lib/tkstep8.0jp/demos/bitmap.tcl -lib/tkstep8.0jp/demos/browse -lib/tkstep8.0jp/demos/button.tcl -lib/tkstep8.0jp/demos/check.tcl -lib/tkstep8.0jp/demos/clrpick.tcl -lib/tkstep8.0jp/demos/colors.tcl -lib/tkstep8.0jp/demos/cscroll.tcl -lib/tkstep8.0jp/demos/ctext.tcl -lib/tkstep8.0jp/demos/dialog1.tcl -lib/tkstep8.0jp/demos/dialog2.tcl -lib/tkstep8.0jp/demos/dragtest -lib/tkstep8.0jp/demos/droptest -lib/tkstep8.0jp/demos/entry1.tcl -lib/tkstep8.0jp/demos/entry2.tcl -lib/tkstep8.0jp/demos/filebox.tcl -lib/tkstep8.0jp/demos/floor.tcl -lib/tkstep8.0jp/demos/form.tcl -lib/tkstep8.0jp/demos/hello -lib/tkstep8.0jp/demos/hscale.tcl -lib/tkstep8.0jp/demos/icon.tcl -lib/tkstep8.0jp/demos/image1.tcl -lib/tkstep8.0jp/demos/image2.tcl -lib/tkstep8.0jp/demos/imagedrop -lib/tkstep8.0jp/demos/images/earth.gif -lib/tkstep8.0jp/demos/images/earthris.gif -lib/tkstep8.0jp/demos/images/face.bmp -lib/tkstep8.0jp/demos/images/flagdown.bmp -lib/tkstep8.0jp/demos/images/flagup.bmp -lib/tkstep8.0jp/demos/images/gray25.bmp -lib/tkstep8.0jp/demos/images/letters.bmp -lib/tkstep8.0jp/demos/images/noletter.bmp -lib/tkstep8.0jp/demos/images/pattern.bmp -lib/tkstep8.0jp/demos/images/tcllogo.gif -lib/tkstep8.0jp/demos/images/teapot.ppm -lib/tkstep8.0jp/demos/items.tcl -lib/tkstep8.0jp/demos/ixset -lib/tkstep8.0jp/demos/label.tcl -lib/tkstep8.0jp/demos/license.terms -lib/tkstep8.0jp/demos/menu.tcl -lib/tkstep8.0jp/demos/menubu.tcl -lib/tkstep8.0jp/demos/msgbox.tcl -lib/tkstep8.0jp/demos/plot.tcl -lib/tkstep8.0jp/demos/puzzle.tcl -lib/tkstep8.0jp/demos/radio.tcl -lib/tkstep8.0jp/demos/rmt -lib/tkstep8.0jp/demos/rolodex -lib/tkstep8.0jp/demos/ruler.tcl -lib/tkstep8.0jp/demos/sayings.tcl -lib/tkstep8.0jp/demos/search.tcl -lib/tkstep8.0jp/demos/square -lib/tkstep8.0jp/demos/states.tcl -lib/tkstep8.0jp/demos/style.tcl -lib/tkstep8.0jp/demos/tclIndex -lib/tkstep8.0jp/demos/tcolor -lib/tkstep8.0jp/demos/tcolor2 -lib/tkstep8.0jp/demos/text.tcl -lib/tkstep8.0jp/demos/tfontsel -lib/tkstep8.0jp/demos/timer -lib/tkstep8.0jp/demos/twind.tcl -lib/tkstep8.0jp/demos/vscale.tcl -lib/tkstep8.0jp/demos/widget -lib/tkstep8.0jp/dialog.tcl -lib/tkstep8.0jp/entry.tcl -lib/tkstep8.0jp/focus.tcl -lib/tkstep8.0jp/images/README -lib/tkstep8.0jp/images/logo100.gif -lib/tkstep8.0jp/images/logo64.gif -lib/tkstep8.0jp/images/logoLarge.gif -lib/tkstep8.0jp/images/logoMed.gif -lib/tkstep8.0jp/images/pwrdLogo100.gif -lib/tkstep8.0jp/images/pwrdLogo150.gif -lib/tkstep8.0jp/images/pwrdLogo175.gif -lib/tkstep8.0jp/images/pwrdLogo200.gif -lib/tkstep8.0jp/images/pwrdLogo75.gif -lib/tkstep8.0jp/kinput.tcl -lib/tkstep8.0jp/kinsoku.tcl -lib/tkstep8.0jp/listbox.tcl -lib/tkstep8.0jp/menu.tcl -lib/tkstep8.0jp/msgbox.tcl -lib/tkstep8.0jp/obsolete.tcl -lib/tkstep8.0jp/optMenu.tcl -lib/tkstep8.0jp/palette.tcl -lib/tkstep8.0jp/prolog.ps -lib/tkstep8.0jp/safetk.tcl -lib/tkstep8.0jp/scale.tcl -lib/tkstep8.0jp/scrlbar.tcl -lib/tkstep8.0jp/tclIndex -lib/tkstep8.0jp/tearoff.tcl -lib/tkstep8.0jp/text.tcl -lib/tkstep8.0jp/tk.tcl -lib/tkstep8.0jp/tkAppInit.c -lib/tkstep8.0jp/tkfbox.tcl -lib/tkstep8.0jp/tkstep.tcl -lib/tkstep8.0jp/tkstepConfig.sh -lib/tkstep8.0jp/xim.tcl -lib/tkstep8.0jp/xmfbox.tcl -share/doc/tkstep8.0jp/NOTES -share/doc/tkstep8.0jp/README.TkDND -share/doc/tkstep8.0jp/README.TkStep -share/doc/tkstep8.0jp/README.step -share/doc/tkstep8.0jp/changes.TkSTEPjp -@dirrm include/tkstep8.0jp/generic -@dirrm include/tkstep8.0jp/unix -@dirrm include/tkstep8.0jp -@dirrm lib/tkstep8.0jp/demos/images -@dirrm lib/tkstep8.0jp/demos -lib/tkstep8.0jp/demos.jp/images -@dirrm lib/tkstep8.0jp/demos.jp -@dirrm lib/tkstep8.0jp/images -@dirrm lib/tkstep8.0jp -@dirrm share/doc/tkstep8.0jp diff --git a/japanese/tkstep80/scripts/post-configure b/japanese/tkstep80/scripts/post-configure deleted file mode 100644 index fe652c3aebf8..000000000000 --- a/japanese/tkstep80/scripts/post-configure +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -dirs="." - -for d in ${dirs}; do - perl -pi -e ' - s@^(prefix[ \t]*=).*$@$1\${PREFIX}@; - s@^(exec_prefix[ \t]*=).*$@$1\${PREFIX}@; - ' ${WRKSRC}/${d}/Makefile -done |