summaryrefslogtreecommitdiff
path: root/graphics/jgv
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2005-10-19 10:06:46 +0000
committerErwin Lansing <erwin@FreeBSD.org>2005-10-19 10:06:46 +0000
commit7f1e1057850b9c07e33e5514b42286ee0d226295 (patch)
tree3b0462457288407ec135bbf07c64fbe46f855d67 /graphics/jgv
parent- Update to 2.8.25-1.3.34 (diff)
Remove code to handle japanese slave port that was removed.
Notes
Notes: svn path=/head/; revision=145849
Diffstat (limited to 'graphics/jgv')
-rw-r--r--graphics/jgv/Makefile12
-rw-r--r--graphics/jgv/pkg-descr6
-rw-r--r--graphics/jgv/scripts/post-install11
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)