aboutsummaryrefslogtreecommitdiff
path: root/textproc/iiimf-headers
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-10-13 18:39:54 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-10-13 18:39:54 +0000
commit92fa45725a290231353abea8ee5a598f8c389dcd (patch)
treea2168508ee943303d82068833816b6d1dda4a79d /textproc/iiimf-headers
parent90e720f5ce21f9590d5fdc7df049c911da79b913 (diff)
downloadports-92fa45725a290231353abea8ee5a598f8c389dcd.tar.gz
ports-92fa45725a290231353abea8ee5a598f8c389dcd.zip
Notes
Diffstat (limited to 'textproc/iiimf-headers')
-rw-r--r--textproc/iiimf-headers/Makefile14
-rw-r--r--textproc/iiimf-headers/distinfo4
-rw-r--r--textproc/iiimf-headers/pkg-plist3
3 files changed, 11 insertions, 10 deletions
diff --git a/textproc/iiimf-headers/Makefile b/textproc/iiimf-headers/Makefile
index 7a9f07594d49..3f55fd5a405a 100644
--- a/textproc/iiimf-headers/Makefile
+++ b/textproc/iiimf-headers/Makefile
@@ -5,24 +5,24 @@
# $FreeBSD$
#
-PORTNAME= iiimf-headers
-PORTVERSION= ${IIIMF_VER:S/_/./:C/-.*//}
+PORTNAME= headers
+PORTVERSION= ${IIIMF_VER:S/_/./g:C/-.*//}
CATEGORIES= textproc
-MASTER_SITES= http://www.openi18n.org/download/docs/im-sdk/
+MASTER_SITES= http://www.openi18n.org/download/im-sdk/src/
+PKGNAMEPREFIX= iiimf-
DISTNAME= im-sdk
-DISTFILES= ${DISTNAME}.${IIIMF_VER:S/-/./}${EXTRACT_SUFX}
+DISTFILES= ${DISTNAME}-src-${IIIMF_VER}.tgz
MAINTAINER= kcwu@csie.org
COMMENT= Header files for Internet/Intranet Input Method Framework
-IIIMF_VER= r11_4-1467
+IIIMF_VER= r12_0_1-svn1891
WRKSRC= ${WRKDIR}/${DISTNAME}-${IIIMF_VER}
-USE_BZIP2= yes
NO_BUILD= yes
do-install:
${MKDIR} ${PREFIX}/include/iiimf
-.for file in IMArg.h IMProtocolStruct.h syscfg.h threaddef.h
+.for file in IMArg.h IMCharSubsets.h IMProtocolStruct.h syscfg.h threaddef.h
${INSTALL_DATA} ${WRKSRC}/include/${file} ${PREFIX}/include/iiimf
.endfor
${MKDIR} ${PREFIX}/include/iiimf/iml
diff --git a/textproc/iiimf-headers/distinfo b/textproc/iiimf-headers/distinfo
index 69d32b06e569..29d049a782bc 100644
--- a/textproc/iiimf-headers/distinfo
+++ b/textproc/iiimf-headers/distinfo
@@ -1,2 +1,2 @@
-MD5 (im-sdk.r11_4.1467.tar.bz2) = ca6b6ac7c41641db6eaa0fa395748f90
-SIZE (im-sdk.r11_4.1467.tar.bz2) = 7253894
+MD5 (im-sdk-src-r12_0_1-svn1891.tgz) = 4e51e4fd07391bd957622db0e89aeefe
+SIZE (im-sdk-src-r12_0_1-svn1891.tgz) = 18206118
diff --git a/textproc/iiimf-headers/pkg-plist b/textproc/iiimf-headers/pkg-plist
index d41fbaccdb3b..523a54fb6ae7 100644
--- a/textproc/iiimf-headers/pkg-plist
+++ b/textproc/iiimf-headers/pkg-plist
@@ -1,4 +1,5 @@
include/iiimf/IMArg.h
+include/iiimf/IMCharSubsets.h
include/iiimf/IMProtocolStruct.h
include/iiimf/iml/SunIMPriv.h
include/iiimf/iml/SunIM.h
@@ -10,4 +11,4 @@ include/iiimf/iml/SunIMMthd.h
include/iiimf/syscfg.h
include/iiimf/threaddef.h
@dirrm include/iiimf/iml
-@dirrm include/iiimf
+@unexec rmdir %D/include/iiimf 2>/dev/null || true