diff options
author | erwin <erwin@FreeBSD.org> | 2005-10-19 18:06:46 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2005-10-19 18:06:46 +0800 |
commit | 23c68db28aef7bf578d09db3f4e41b9d0bd9009b (patch) | |
tree | c21c510efbff26cdd07d50401d69bbfc90fbbe31 /graphics | |
parent | 074ea6ae7fc1ec064b3c6012585feae410fd81b9 (diff) | |
download | freebsd-ports-gnome-23c68db28aef7bf578d09db3f4e41b9d0bd9009b.tar.gz freebsd-ports-gnome-23c68db28aef7bf578d09db3f4e41b9d0bd9009b.tar.zst freebsd-ports-gnome-23c68db28aef7bf578d09db3f4e41b9d0bd9009b.zip |
Remove code to handle japanese slave port that was removed.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/jgv/Makefile | 12 | ||||
-rw-r--r-- | graphics/jgv/pkg-descr | 6 | ||||
-rw-r--r-- | graphics/jgv/scripts/post-install | 11 |
3 files changed, 2 insertions, 27 deletions
diff --git a/graphics/jgv/Makefile b/graphics/jgv/Makefile index 07aaaf3b3ebb..39553c28d294 100644 --- a/graphics/jgv/Makefile +++ b/graphics/jgv/Makefile @@ -7,7 +7,7 @@ PORTNAME= jgv PORTVERSION= 0.2a -CATEGORIES+= ${CATEGORY_LIST} +CATEGORIES= graphics windowmaker tkstep80 MASTER_SITES= http://www.aaa-int.or.jp/~jfactory/JDE/dist/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= kiri @@ -20,8 +20,6 @@ COMMENT= A graphic viewer with various image types RUN_DEPENDS= ${RUN_DEP_LIST} LIB_DEPENDS= ${LIB_DEP_LIST} -CONFLICTS?= ja-jgv-[0-9]* - NO_WRKSUBDIR= yes NO_BUILD= yes USE_X_PREFIX= yes @@ -33,16 +31,8 @@ PLIST_SUB= PIXMAP_PATH=${PIXMAPPATH:S@^${PREFIX}/@@} TKSTEPVERSION= 8.0 PIXMAPPATH?= ${PREFIX}/share/WindowMaker/Pixmaps -LANGUAGE?= -.if (${LANGUAGE} == "Japanese") -CATEGORY_LIST= graphics windowmaker tkstep80 japanese -RUN_DEP_LIST= ${LOCALBASE}/lib/tkstep8.0jp/tkstep.tcl:${PORTSDIR}/japanese/tkstep80 -IGNORE= unsupported: ja-libimg no longer available -.else -CATEGORY_LIST= graphics windowmaker tkstep80 LIB_DEP_LIST= img.1:${PORTSDIR}/graphics/libimg RUN_DEP_LIST= ${LOCALBASE}/lib/tkstep8.0/tkstep.tcl:${PORTSDIR}/x11-toolkits/tkstep80 -.endif do-install: ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${DISTNAME}.tar.gz \ diff --git a/graphics/jgv/pkg-descr b/graphics/jgv/pkg-descr index f5d64c59ae3e..6bf9d6997b73 100644 --- a/graphics/jgv/pkg-descr +++ b/graphics/jgv/pkg-descr @@ -2,12 +2,8 @@ The new correction of J desktop enviropment has come. There aren't simple functions with photo retouch but with very useful display functions which can display an animated gif, al- -pha channeled gif and alpha channeled xpm. And you can make a -choice the language between English and Japanese because it's J. +pha channeled gif and alpha channeled xpm. So,I think this is the best partner of gimp. -Note that both graphics/jgv and japanese/jgv are mutually exclusive and -SHOULD NOT BE INSTALLED SIMULTANEOUSLY! - -KIRIYAMA Kazuhiko <kiri@FreeBSD.org> diff --git a/graphics/jgv/scripts/post-install b/graphics/jgv/scripts/post-install index 7d7d37fe2ca4..114f95d8b249 100644 --- a/graphics/jgv/scripts/post-install +++ b/graphics/jgv/scripts/post-install @@ -2,17 +2,6 @@ installdir=${PREFIX}/JDE/JGV; export installdir -case ${LANGUAGE} in - Japanese) - for f in JGV.app; do - ${REINPLACE_CMD} -i "" -E -e \ - "s/^(exec[[:space:]]+)wishstep[[:space:]]*([[:space:]]+.*)\$/\1wishstep${VERSION}jp\2/" \ - ${installdir}/bin/${f} - done - ;; - *) - ;; -esac for f in JGV JGV.app; do case ${f} in JGV.app) |