aboutsummaryrefslogtreecommitdiff
path: root/korean
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-11-19 15:09:30 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-11-19 15:09:30 +0000
commitd099f82925c341acca55c25cf5275214703c839c (patch)
treeee1b25fd37fe3f0ea8381d74187af4d2e8b7e5fe /korean
parentf3cc05cfc5866bdacf6ddb987d99f8ab90240310 (diff)
downloadports-d099f82925c341acca55c25cf5275214703c839c.tar.gz
ports-d099f82925c341acca55c25cf5275214703c839c.zip
Does not work anymore
Notes
Notes: svn path=/head/; revision=372790
Diffstat (limited to 'korean')
-rw-r--r--korean/Makefile1
-rw-r--r--korean/ami/Makefile43
-rw-r--r--korean/ami/distinfo6
-rw-r--r--korean/ami/files/patch-hanjadic_Makefile.in11
-rw-r--r--korean/ami/files/patch-src_ami.c19
-rw-r--r--korean/ami/pkg-descr10
-rw-r--r--korean/ami/pkg-plist53
7 files changed, 0 insertions, 143 deletions
diff --git a/korean/Makefile b/korean/Makefile
index c2950e4d1f58..d3c77922a971 100644
--- a/korean/Makefile
+++ b/korean/Makefile
@@ -6,7 +6,6 @@
SUBDIR += FreeWnn-lib
SUBDIR += FreeWnn-server
SUBDIR += aleefonts-ttf
- SUBDIR += ami
SUBDIR += baekmukfonts-bdf
SUBDIR += baekmukfonts-ttf
SUBDIR += engdic
diff --git a/korean/ami/Makefile b/korean/ami/Makefile
deleted file mode 100644
index 11ef1ba46bed..000000000000
--- a/korean/ami/Makefile
+++ /dev/null
@@ -1,43 +0,0 @@
-# Created by: Junho CHOI <junho.choi@gmail.com>
-# $FreeBSD$
-
-PORTNAME= ami
-PORTVERSION= 1.2.3
-PORTREVISION= 2
-CATEGORIES= korean x11
-MASTER_SITES= http://kldp.net/frs/download.php/942/ \
- http://www.kr.freebsd.org/~hwang/ami/:hjdic \
- ftp://ftp.kr.freebsd.org/pub/FreeBSD-kr/distfiles/:amidic
-DISTFILES= ${DISTNAME}.tar.gz hanja.dic.gz:hjdic ami.dic:amidic
-EXTRACT_ONLY= ${DISTNAME}.tar.gz
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Well-known Korean X11 Input Method
-
-LICENSE= GPLv2
-
-USES= iconv gmake
-USE_GNOME= gtk12 gdkpixbuf
-GNU_CONFIGURE= yes
-
-PORTDOCS= AUTHORS ChangeLog NEWS README README.en
-
-OPTIONS_DEFINE= DOCS NLS
-OPTIONS_SUB= yes
-
-NLS_CONFIGURE_ENABLE= nls
-NLS_USES= gettext
-NLS_LDFLAGS= -L${LOCALBASE}/lib
-NLS_CPPFLAGS= -I${LOCALBASE}/include
-
-post-build:
- ( cd ${WRKSRC}/hanjadic && ${SETENV} ${MAKE_ENV} ${MAKE} )
- ${GUNZIP_CMD} -cd ${DISTDIR}/hanja.dic.gz > ${WRKDIR}/hanja.dic
- ${CAT} ${DISTDIR}/ami.dic >> ${WRKDIR}/hanja.dic
-
-post-install:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- ( cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} )
- ${INSTALL_DATA} ${WRKDIR}/hanja.dic ${STAGEDIR}${DATADIR}
-
-.include <bsd.port.mk>
diff --git a/korean/ami/distinfo b/korean/ami/distinfo
deleted file mode 100644
index c28c76eec8d0..000000000000
--- a/korean/ami/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-SHA256 (ami-1.2.3.tar.gz) = a23a52f50201c4500da823842e2c24e7b77689a70a47022ac4c5e3de745ea313
-SIZE (ami-1.2.3.tar.gz) = 579506
-SHA256 (hanja.dic.gz) = d228aebe515bc7bfafbd9036a14e2baa8dcf9c5d2d2dac8ff050becbbb5eb01d
-SIZE (hanja.dic.gz) = 10809
-SHA256 (ami.dic) = 8c3b71776cdcf433973083d80c2187ff6e815d72b7755496daaed2c434e49e30
-SIZE (ami.dic) = 345504
diff --git a/korean/ami/files/patch-hanjadic_Makefile.in b/korean/ami/files/patch-hanjadic_Makefile.in
deleted file mode 100644
index fa508402a0a0..000000000000
--- a/korean/ami/files/patch-hanjadic_Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- hanjadic/Makefile.in.orig Mon Feb 17 20:16:11 2003
-+++ hanjadic/Makefile.in Mon Feb 17 20:17:13 2003
-@@ -114,7 +114,7 @@
- cflags_set = @cflags_set@
- cxxflags_set = @cxxflags_set@
-
--CFLAGS = -g -O2 `glib-config --cflags` `glib-config --libs`
-+CFLAGS = -g -O2 `${GLIB_CONFIG} --cflags` `${GLIB_CONFIG} --libs`
-
- bin_PROGRAMS = hanja_hwp2ami
-
diff --git a/korean/ami/files/patch-src_ami.c b/korean/ami/files/patch-src_ami.c
deleted file mode 100644
index 60d6a703f37c..000000000000
--- a/korean/ami/files/patch-src_ami.c
+++ /dev/null
@@ -1,19 +0,0 @@
---- src/ami.c.orig Mon Feb 17 20:49:11 2003
-+++ src/ami.c Mon Feb 17 20:50:09 2003
-@@ -403,13 +403,14 @@
- }
-
- codeset=nl_langinfo(CODESET);
-- if ( ! strcasecmp(codeset,"EUC-KR") )
-+ if ( ! strcasecmp(codeset,"EUC") ||
-+ ! strcasecmp(codeset,"eucKR") )
- ami_codeset=AMI_EUC;
- else if ( ! strcasecmp(codeset,"UTF-8") )
- ami_codeset=AMI_UTF8;
- else {
- g_print(_("The locale codeset is %s. It must be either "
-- "EUC-KR or UTF-8.\n Check your locale.\n"),
-+ "eucKR or UTF-8.\n Check your locale.\n"),
- codeset);
- exit(1);
- }
diff --git a/korean/ami/pkg-descr b/korean/ami/pkg-descr
deleted file mode 100644
index 2163139505a0..000000000000
--- a/korean/ami/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-ami: An X11R6 Input Method Server for the Korean Language
-
- - OverTheSpot, OffTheSpot
- - OnTheSpot, Root(incompleted)
- - 2-bul, 3-bul/390 style Korean keyboard support
- - qwerty, drorak keyboard support
- - WindowMaker, enlightenment, KDE 1.x, 2.x dock support
- - GNOME applet support
-
-WWW: http://kldp.net/projects/ami/
diff --git a/korean/ami/pkg-plist b/korean/ami/pkg-plist
deleted file mode 100644
index fc33ff9d8b0d..000000000000
--- a/korean/ami/pkg-plist
+++ /dev/null
@@ -1,53 +0,0 @@
-bin/ami
-bin/hanja_hwp2ami
-bin/wmami
-share/hangul_keyboard/2bul.kbd
-share/hangul_keyboard/3bul_390.kbd
-share/hangul_keyboard/3bul_final.kbd
-share/hangul_keyboard/dvorak_2bul.kbd
-share/hangul_keyboard/dvorak_3bul_390.kbd
-share/hangul_keyboard/dvorak_3bul_final.kbd
-share/hangul_keyboard/dvorak.map
-%%NLS%%share/locale/ko/LC_MESSAGES/ami.mo
-%%DATADIR%%/gtkrc
-%%DATADIR%%/hanja.dic
-%%DATADIR%%/pix/Aqua/AUTHORS
-%%DATADIR%%/pix/Aqua/ami-d.xpm
-%%DATADIR%%/pix/Aqua/ami-e.xpm
-%%DATADIR%%/pix/Aqua/ami-h.xpm
-%%DATADIR%%/pix/AquaG/AUTHORS
-%%DATADIR%%/pix/AquaG/ami-d.xpm
-%%DATADIR%%/pix/AquaG/ami-e.xpm
-%%DATADIR%%/pix/AquaG/ami-h.xpm
-%%DATADIR%%/pix/Mac/AUTHORS
-%%DATADIR%%/pix/Mac/ami-d.xpm
-%%DATADIR%%/pix/Mac/ami-e.xpm
-%%DATADIR%%/pix/Mac/ami-h.xpm
-%%DATADIR%%/pix/OSX/AUTHORS
-%%DATADIR%%/pix/OSX/ami-d.xpm
-%%DATADIR%%/pix/OSX/ami-e.xpm
-%%DATADIR%%/pix/OSX/ami-h.xpm
-%%DATADIR%%/pix/arctic/AUTHORS
-%%DATADIR%%/pix/arctic/ami-d.xpm
-%%DATADIR%%/pix/arctic/ami-e.xpm
-%%DATADIR%%/pix/arctic/ami-h.xpm
-%%DATADIR%%/pix/bluemarble/AUTHORS
-%%DATADIR%%/pix/bluemarble/ami-d.xpm
-%%DATADIR%%/pix/bluemarble/ami-e.xpm
-%%DATADIR%%/pix/bluemarble/ami-h.xpm
-%%DATADIR%%/pix/deepblue/AUTHORS
-%%DATADIR%%/pix/deepblue/ami-d.xpm
-%%DATADIR%%/pix/deepblue/ami-e.xpm
-%%DATADIR%%/pix/deepblue/ami-h.xpm
-%%DATADIR%%/pix/love/AUTHORS
-%%DATADIR%%/pix/love/ami-d.xpm
-%%DATADIR%%/pix/love/ami-e.xpm
-%%DATADIR%%/pix/love/ami-h.xpm
-%%DATADIR%%/pix/steelblue/AUTHORS
-%%DATADIR%%/pix/steelblue/ami-d.xpm
-%%DATADIR%%/pix/steelblue/ami-e.xpm
-%%DATADIR%%/pix/steelblue/ami-h.xpm
-%%DATADIR%%/pix/woody/AUTHORS
-%%DATADIR%%/pix/woody/ami-d.xpm
-%%DATADIR%%/pix/woody/ami-e.xpm
-%%DATADIR%%/pix/woody/ami-h.xpm