diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-09-07 10:10:11 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-09-07 10:10:11 +0000 |
commit | ad3dff30b7c4b25052900b3c6adb896ccc027305 (patch) | |
tree | 48d358dc6d4f9244ae12e6ee7d16091536ac8530 /korean/hanIM | |
parent | 61f9142ed6b705e9382824d87f1da0cbaa1e4c95 (diff) | |
download | ports-ad3dff30b7c4b25052900b3c6adb896ccc027305.tar.gz ports-ad3dff30b7c4b25052900b3c6adb896ccc027305.zip |
Notes
Diffstat (limited to 'korean/hanIM')
-rw-r--r-- | korean/hanIM/Makefile | 32 | ||||
-rw-r--r-- | korean/hanIM/distinfo | 2 | ||||
-rw-r--r-- | korean/hanIM/files/patch-ba | 44 | ||||
-rw-r--r-- | korean/hanIM/pkg-descr | 4 | ||||
-rw-r--r-- | korean/hanIM/pkg-plist | 15 |
5 files changed, 0 insertions, 97 deletions
diff --git a/korean/hanIM/Makefile b/korean/hanIM/Makefile deleted file mode 100644 index ae8afab37422..000000000000 --- a/korean/hanIM/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: hanIM -# Date created: 17 Mar 1998 -# Whom: CHOI Junho <cjh@kr.freebsd.org -# -# $FreeBSD$ -# - -PORTNAME= hanIM -PORTVERSION= 1.2.1 -PORTREVISION= 2 -CATEGORIES= korean x11 -MASTER_SITES= ftp://ftp.mizi.com/pub/hanIM/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Mizi Research's Korean X11 Input Method - -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2011-09-01 - -RUN_DEPENDS= ${LOCALBASE}/lib/X11/fonts/local/gulim12.pcf.gz:${PORTSDIR}/korean/baekmukfonts-bdf - -USE_IMAKE= YES -USE_XORG= xpm xmu xaw -WRKSRC= ${WRKDIR}/hanIM -MAKE_JOBS_UNSAFE= yes - -post-install: - ${MKDIR} ${PREFIX}/share/doc/hanIM - ${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/LICENSE \ - ${PREFIX}/share/doc/hanIM/ - -.include <bsd.port.mk> diff --git a/korean/hanIM/distinfo b/korean/hanIM/distinfo deleted file mode 100644 index 5361caa3a654..000000000000 --- a/korean/hanIM/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (hanIM-1.2.1.tar.gz) = a7d27da4ce30b2bcfab61893f66b77450d1d8c26c97eaa333e39a313a1604b96 -SIZE (hanIM-1.2.1.tar.gz) = 333952 diff --git a/korean/hanIM/files/patch-ba b/korean/hanIM/files/patch-ba deleted file mode 100644 index 7552b2773f1a..000000000000 --- a/korean/hanIM/files/patch-ba +++ /dev/null @@ -1,44 +0,0 @@ ---- XuiPrefer.c.orig Thu Feb 17 05:44:20 2000 -+++ XuiPrefer.c Tue Jul 4 02:17:27 2000 -@@ -63,10 +63,12 @@ - FILE *fp; - char filename[BUFSIZ]; - int found = 0; -- char *line, *optstart; -- int line_length; -+ /*char *line, *optstart;*/ -+ char *optstart; -+ char line[BUFSIZ]; -+ /*int line_length;*/ - int name_length; -- size_t line_allocated; -+ /*size_t line_allocated;*/ - - strcpy(value, def); - -@@ -76,11 +78,11 @@ - return; - - /* Check each line to see if we have this entry already. */ -- line = NULL; -- line_allocated = 0; -+ /*line = NULL; -+ line_allocated = 0;*/ - name_length = strlen(name); - -- while ((line_length = getline(&line, &line_allocated, fp)) >= 0) -+ while (fgets(line, BUFSIZ, fp)) - { - /* skip over comment lines */ - if (line[0] == '#') -@@ -104,8 +106,8 @@ - strcpy(value, optstart); - } - } -- if (line != NULL) -- free(line); -+ /*if (line != NULL) -+ free(line);*/ - - return (Boolean)found; - } diff --git a/korean/hanIM/pkg-descr b/korean/hanIM/pkg-descr deleted file mode 100644 index 3708158b8dc7..000000000000 --- a/korean/hanIM/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -hanIM -===== - -hanIM is Mizi Research's Korean X11 Input Method for UNIX/X11R6. diff --git a/korean/hanIM/pkg-plist b/korean/hanIM/pkg-plist deleted file mode 100644 index 327e7dda75d3..000000000000 --- a/korean/hanIM/pkg-plist +++ /dev/null @@ -1,15 +0,0 @@ -bin/hanIM -lib/X11/app-defaults/HanIM -lib/X11/hanIM/hanroman.tbl -lib/X11/hanIM/help/back5.gif -lib/X11/hanIM/help/index.html -lib/X11/hanIM/help/intro.gif -lib/X11/hanIM/help/property.gif -lib/X11/hanIM/help/title.gif -lib/X11/hanIM/help/usage.gif -lib/X11/hanIM/japanese.tbl -@dirrm lib/X11/hanIM/help -@dirrm lib/X11/hanIM -share/doc/hanIM/LICENSE -share/doc/hanIM/README -@dirrm share/doc/hanIM |