summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2005-10-18 18:44:35 +0000
committervs <vs@FreeBSD.org>2005-10-18 18:44:35 +0000
commit7b35b4eb2c9b6c8913663e90e52a84c93fc82279 (patch)
tree8642d585c9e06719f37b9f40380d7baffb70ed8c
parent67db65c97cd317e5cab7f3cecc46be0106452199 (diff)
downloadFreeBSD-ports-7b35b4eb2c9b6c8913663e90e52a84c93fc82279.zip
FreeBSD-ports-7b35b4eb2c9b6c8913663e90e52a84c93fc82279.tar.gz
Remove expired port japanese/libimg: forbidden; no longer exists
-rw-r--r--MOVED1
-rw-r--r--japanese/Makefile1
-rw-r--r--japanese/libimg/Makefile52
-rw-r--r--japanese/libimg/distinfo2
-rw-r--r--japanese/libimg/files/patch-aa20
-rw-r--r--japanese/libimg/files/patch-ab12
-rw-r--r--japanese/libimg/pkg-descr13
-rw-r--r--japanese/libimg/pkg-plist8
8 files changed, 1 insertions, 108 deletions
diff --git a/MOVED b/MOVED
index 1b611de..235f1d5 100644
--- a/MOVED
+++ b/MOVED
@@ -1656,3 +1656,4 @@ converters/cn2jp||2005-10-17|no longer available from author's site
devel/swig13-doc||2005-10-18|incorperated in devel/swig13
palm/hdconv||2005-10-18|master site disappeared
mail/stuphead||2005-10-18|master site disappeared
+japanese/libimg||2005-10-18|forbidden; no longer exists
diff --git a/japanese/Makefile b/japanese/Makefile
index 48b0dff..2147ee98 100644
--- a/japanese/Makefile
+++ b/japanese/Makefile
@@ -189,7 +189,6 @@
SUBDIR += leafrogue
SUBDIR += less
SUBDIR += libicq
- SUBDIR += libimg
SUBDIR += libjcode
SUBDIR += libjconv
SUBDIR += libslang
diff --git a/japanese/libimg/Makefile b/japanese/libimg/Makefile
deleted file mode 100644
index 00a594e..0000000
--- a/japanese/libimg/Makefile
+++ /dev/null
@@ -1,52 +0,0 @@
-# New ports collection makefile for: img
-# Date created: 25 March 1999
-# Whom: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
-#
-# $FreeBSD$
-#
-
-PORTNAME= libimg
-PORTVERSION= 1.2b2
-CATEGORIES= japanese graphics tk80
-MASTER_SITES= ftp://ftp.neosoft.com/pub/tcl/sorted/packages-8.0/graphics/Img/1.2/ \
- http://www.aaa-int.or.jp/~jfactory/TkStep/dist/
-DISTNAME= img${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Enhanced Tk adding support for many other Image formats
-
-FORBIDDEN= http://vuxml.FreeBSD.org/pkg-ja-libimg.html
-EXPIRATION_DATE=2005-08-30
-
-BUILD_DEPENDS= ${LOCALBASE}/lib/tcl8.0jp/tclIndex:${PORTSDIR}/japanese/tcl80 \
- ${LOCALBASE}/lib/tk8.0jp/tk.tcl:${PORTSDIR}/japanese/tk80
-
-USE_AUTOCONF_VER= 213
-HAS_CONFIGURE= yes
-CONFIGURE_ARGS= --with-tcl=${PREFIX}/lib/tcl${TCLVERSION}jp \
- --with-tk=${PREFIX}/lib/tk${TKVERSION}jp \
- --disable-stubs
-INSTALLS_SHLIB= yes
-LDCONFIG_DIRS= ${PREFIX}/lib/Img1.2
-
-TCLVERSION= 8.0
-TKVERSION= 8.0
-PORTDOCDIR= ${PREFIX}/share/doc/img
-
-pre-configure:
- ${CHMOD} 755 ${WRKSRC}/configure
-
-.include <bsd.port.pre.mk>
-
-post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${PORTDOCDIR}
- (cd ${WRKSRC}; ${INSTALL_DATA} ANNOUNCE README changes ${PORTDOCDIR})
-.endif
-.if ${PORTOBJFORMAT} == "aout"
- ${LN} -sf libimg12.so.1.0 ${PREFIX}/lib/Img1.2/libimg12.so
-.else
- ${LN} -sf libimg12.so.1 ${PREFIX}/lib/Img1.2/libimg12.so
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/japanese/libimg/distinfo b/japanese/libimg/distinfo
deleted file mode 100644
index 60ff1e5..0000000
--- a/japanese/libimg/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (img1.2b2.tar.gz) = 147eeae6b1da0866329ba26ff21982a5
-SIZE (img1.2b2.tar.gz) = 1539794
diff --git a/japanese/libimg/files/patch-aa b/japanese/libimg/files/patch-aa
deleted file mode 100644
index 488b3bf..0000000
--- a/japanese/libimg/files/patch-aa
+++ /dev/null
@@ -1,20 +0,0 @@
---- configure.in.orig Fri Nov 20 15:14:25 1998
-+++ configure.in Thu Mar 25 16:30:20 1999
-@@ -111,6 +111,8 @@
- TCL_INC_DIR=${TCL_EXEC_PREFIX}/include
- elif test -d ${TCL_EXEC_PREFIX}/include -a -f ${TCL_EXEC_PREFIX}/include/tcl.h; then
- TCL_INC_DIR=${TCL_EXEC_PREFIX}/include
-+elif test -d ${TCL_EXEC_PREFIX}/include/tcl${TCL_VERSION} -a -f ${TCL_EXEC_PREFIX}/include/tcl${TCL_VERSION}/tcl.h; then
-+ TCL_INC_DIR=${TCL_EXEC_PREFIX}/include/tcl${TCL_VERSION}
- else
- TCL_INC_DIR=$prefix/include
- fi
-@@ -210,6 +212,8 @@
- TK_INC_DIR=${TK_EXEC_PREFIX}/include
- elif test -d ${TK_EXEC_PREFIX}/include -a -f ${TK_EXEC_PREFIX}/include/tk.h; then
- TK_INC_DIR=${TK_EXEC_PREFIX}/include
-+elif test -d ${TK_EXEC_PREFIX}/include/tk${TK_VERSION} -a -f ${TK_EXEC_PREFIX}/include/tk${TK_VERSION}/tk.h; then
-+ TK_INC_DIR=${TK_EXEC_PREFIX}/include/tk${TK_VERSION}
- else
- TK_INC_DIR=$prefix/include
- fi
diff --git a/japanese/libimg/files/patch-ab b/japanese/libimg/files/patch-ab
deleted file mode 100644
index 2e9d79b..0000000
--- a/japanese/libimg/files/patch-ab
+++ /dev/null
@@ -1,12 +0,0 @@
---- Makefile.in~ Sun Mar 7 17:35:11 1999
-+++ Makefile.in Sat Mar 27 20:05:22 1999
-@@ -221,7 +221,8 @@
- -DZ_LIB_NAME=\"$(IMG_FULL_PATH)$(Z_LIB_FILE)\" \
- -DPNG_LIB_NAME=\"$(IMG_FULL_PATH)$(PNG_LIB_FILE)\" \
- -DJPEG_LIB_NAME=\"$(IMG_FULL_PATH)$(JPEG_LIB_FILE)\" \
-- -DTIFF_LIB_NAME=\"$(IMG_FULL_PATH)$(TIFF_LIB_FILE)\"
-+ -DTIFF_LIB_NAME=\"$(IMG_FULL_PATH)$(TIFF_LIB_FILE)\" \
-+ -I$(TCL_INC_DIR)
-
- # fundamentals of this library
- SOURCES = imgInit.c imgObj.c imgUtil.c imgPmap.c imgUnixPmap.c \
diff --git a/japanese/libimg/pkg-descr b/japanese/libimg/pkg-descr
deleted file mode 100644
index 11b4010..0000000
--- a/japanese/libimg/pkg-descr
+++ /dev/null
@@ -1,13 +0,0 @@
-"Img" package enhances Tk, adding support for many other Image formats:
-BMP, XBM, XPM, GIF (with transparency), PNG, JPEG, TIFF and
-postscript. This version only works with Tcl/Tk 8.0 or higher
-(tested up to Tk8.1b2). If you are using Tk4.2 or lower,
-stick with Img1.1.4 (which is still available).
-
-WWW: http://home.wxs.nl/~nijtmans/img.html
-
-Note that both graphics/img and japanese/img are mutually exclusive and
-SHOULD NOT BE INSTALLED SIMULTANEOUSLY!
-
--KIRIYAMA Kazuhiko
-<kiri@pis.toba-cmt.ac.jp>
diff --git a/japanese/libimg/pkg-plist b/japanese/libimg/pkg-plist
deleted file mode 100644
index b8f48c4..0000000
--- a/japanese/libimg/pkg-plist
+++ /dev/null
@@ -1,8 +0,0 @@
-lib/Img1.2/libimg12.so
-lib/Img1.2/libimg12.so.1
-lib/Img1.2/pkgIndex.tcl
-share/doc/img/ANNOUNCE
-share/doc/img/README
-share/doc/img/changes
-@dirrm lib/Img1.2
-@dirrm share/doc/img
OpenPOWER on IntegriCloud