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 | |
parent | 61f9142ed6b705e9382824d87f1da0cbaa1e4c95 (diff) | |
download | ports-ad3dff30b7c4b25052900b3c6adb896ccc027305.tar.gz ports-ad3dff30b7c4b25052900b3c6adb896ccc027305.zip |
Notes
Diffstat (limited to 'korean')
29 files changed, 0 insertions, 731 deletions
diff --git a/korean/Makefile b/korean/Makefile index f0e8e81445cb..b0daf5bec209 100644 --- a/korean/Makefile +++ b/korean/Makefile @@ -16,16 +16,12 @@ SUBDIR += gimp-help SUBDIR += gtkcomm SUBDIR += h2ps - SUBDIR += hanIM - SUBDIR += hanmiscutils SUBDIR += hanterm SUBDIR += hanterm-xf86 SUBDIR += hanyangfonts SUBDIR += hcode - SUBDIR += helvis SUBDIR += hlatex SUBDIR += hlatex-psfonts-uhc-extra - SUBDIR += hlatexfonts-ocf SUBDIR += hmconv SUBDIR += hpscat SUBDIR += hunspell @@ -47,7 +43,6 @@ SUBDIR += nanumfonts-otf SUBDIR += nanumfonts-ttf SUBDIR += nhpf - SUBDIR += pgp.language SUBDIR += php_doc SUBDIR += qt4-codecs-kr SUBDIR += scim-hangul 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 diff --git a/korean/hanmiscutils/Makefile b/korean/hanmiscutils/Makefile deleted file mode 100644 index 35560928195c..000000000000 --- a/korean/hanmiscutils/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: hanmiscutils -# Date created: 25 Jun 2000 -# Whom: CHOI Junho <cjh@FreeBSD.ORG> -# -# $FreeBSD$ -# - -PORTNAME= hanmiscutils -PORTVERSION= 0.1.1 -PORTREVISION= 1 -CATEGORIES= korean -MASTER_SITES= ftp://ftp.kr.FreeBSD.org/pub/FreeBSD-kr/distfiles/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Collection of various Hangul-related sources - -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2011-09-01 - -BROKEN= Does not fetch - -GNU_CONFIGURE= YES -USE_GMAKE= YES - -post-install: - ${INSTALL_PROGRAM} ${WRKSRC}/utils/fnt2c ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/utils/genunihan ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/utils/iso2euckr ${PREFIX}/bin - -.include <bsd.port.mk> diff --git a/korean/hanmiscutils/distinfo b/korean/hanmiscutils/distinfo deleted file mode 100644 index b948637f9dd7..000000000000 --- a/korean/hanmiscutils/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (hanmiscutils-0.1.1.tar.gz) = b03d81b72987c893f1fa2adc3337b09a03f3b23513c8ebe0316a3db1f765d310 -SIZE (hanmiscutils-0.1.1.tar.gz) = 135635 diff --git a/korean/hanmiscutils/pkg-descr b/korean/hanmiscutils/pkg-descr deleted file mode 100644 index 89107df47342..000000000000 --- a/korean/hanmiscutils/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -hanmiscutils is a collection of various Hangul-related sources. Especially, -it contains libhanconv, general purpose Hangul code conversion library, so -that you can use it with your own program. - -hanmiscutils is free software; basically you can do almost anything with -it, unless you claim you wrote it (i. e. removing the existing copyright -notice and attaching your own copyright is prohibited). See the sources -for more details. - -Bang Jun-Young <bangjy@mogua.org> -WWW: http://kldp.org/~bangjy diff --git a/korean/hanmiscutils/pkg-plist b/korean/hanmiscutils/pkg-plist deleted file mode 100644 index bdc881342a72..000000000000 --- a/korean/hanmiscutils/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/fnt2c -bin/genunihan -bin/iso2euckr -lib/libhanconv.a diff --git a/korean/helvis/Makefile b/korean/helvis/Makefile deleted file mode 100644 index 5d0d668d769a..000000000000 --- a/korean/helvis/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: helvis-1.8h2- -# Date created: 2 Apr 1997 -# Whom: Choi Jun Ho <junker@jazz.snu.ac.kr> -# -# $FreeBSD$ -# - -PORTNAME= helvis -PORTVERSION= 1.8h2 -PORTREVISION= 2 -CATEGORIES= korean editors -MASTER_SITES= ftp://ftp.kr.FreeBSD.org/pub/FreeBSD-kr/distfiles/ \ - ftp://ftp.kreonet.re.kr/pub/hangul/cair-archive/editor/HElvis/ -DISTNAME= helvis-1.8h2- - -MAINTAINER= ports@FreeBSD.org -COMMENT= A clone of vi/ex, the standard UNIX editor, supporting Hangul - -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2011-09-01 - -MAN1= ctags.1 elvis.1 fmt.1 ref.1 - -post-patch: - ${ECHO_CMD} '.include "${FILESDIR}/Makefile.inc"' > ${WRKSRC}/${MAKEFILE} - ${CAT} ${WRKSRC}/${MAKEFILE}.mix >> ${WRKSRC}/${MAKEFILE} - -post-install: - @for manpage in \ - ctags elvis fmt ref; \ - do \ - ${INSTALL_MAN} ${WRKSRC}/doc/$${manpage}.man ${PREFIX}/man/man1/$${manpage}.1; \ - done - -.include <bsd.port.mk> diff --git a/korean/helvis/distinfo b/korean/helvis/distinfo deleted file mode 100644 index 93447f8bf000..000000000000 --- a/korean/helvis/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (helvis-1.8h2-.tar.gz) = 4c2c3b22459e4e1237fcc247789858f7e13f4b47b2ee4ffd59d5ae339cf6d0b3 -SIZE (helvis-1.8h2-.tar.gz) = 272285 diff --git a/korean/helvis/files/Makefile.inc b/korean/helvis/files/Makefile.inc deleted file mode 100644 index 9b9a9e6fdb22..000000000000 --- a/korean/helvis/files/Makefile.inc +++ /dev/null @@ -1,23 +0,0 @@ -OBJ= .o -EXE= -COM= -EXTRA= unix$(OBJ) -EXTRA2= -LIBS= -ltermcap -PREFIX?=/usr/local -BIN= ${PREFIX}/bin -CC= cc -CFLAGS= -Dbsd -O -DTERMIOS -DUNIXV=1 -SMALL= -LARGE= -OF= -o "" -RF= -c -PROGS= helvis$(EXE) ctags$(COM) ref$(COM) -CHMEM= -SORT= -DSORT -RM= rm -f -CP= cp -LN= ln -s -SYS= unx -DUMMY= -CFG= diff --git a/korean/helvis/files/patch-Makefile.mix b/korean/helvis/files/patch-Makefile.mix deleted file mode 100644 index 29b691e76570..000000000000 --- a/korean/helvis/files/patch-Makefile.mix +++ /dev/null @@ -1,22 +0,0 @@ ---- Makefile.mix.orig Mon Jan 10 16:51:09 2005 -+++ Makefile.mix Mon Jan 10 16:51:35 2005 -@@ -680,19 +680,10 @@ - $(CP) $(PROGS) $(BIN) - (cd $(BIN); chmod 755 $(PROGS)) - (cd $(BIN); chown bin $(PROGS)) -- (cd $(BIN); chown root elvprsv$(COM) elvrec$(COM)) -- (cd $(BIN); chmod 4755 elvprsv$(COM) elvrec$(COM)) - -$(LN) $(BIN)/helvis $(BIN)/hvi - -$(LN) $(BIN)/helvis $(BIN)/hex - -$(LN) $(BIN)/helvis $(BIN)/hview - -$(LN) $(BIN)/helvis $(BIN)/hinput -- test -d /usr/preserve || (mkdir /usr/preserve; chmod 755 /usr/preserve) -- @if test -d /etc/rc2.d; then \ -- echo $(BIN)/elvprsv /tmp/elv* >/etc/rc2.d/S03elvis; \ -- else \ -- echo "::: YOU STILL NEED TO EDIT THE /ETC/RC FILE, OR WHATEVER,"; \ -- echo "::: TO HAVE TEMP FILES BE PRESERVED AFTER A SYSTEM CRASH."; \ -- fi - # sh instman.sh $(PROGS) - - inst.dos: $(DUMMY) diff --git a/korean/helvis/files/patch-aa b/korean/helvis/files/patch-aa deleted file mode 100644 index 45c81b6a9b38..000000000000 --- a/korean/helvis/files/patch-aa +++ /dev/null @@ -1,33 +0,0 @@ -*** config.h.orig Wed Apr 5 18:21:19 1995 ---- config.h Fri May 24 02:06:52 2002 -*************** -*** 387,395 **** ---- 387,397 ---- - #endif - - /* BSD uses bcopy() instead of memcpy() */ -+ /* - #if BSD && !hpux - # define memcpy(dest, src, siz) bcopy(src, dest, siz) - #endif -+ */ - - /* BSD uses getwd() instead of getcwd(). The arguments are a little different, - * but we'll ignore that and hope for the best; adding arguments to the macro -*************** -*** 417,423 **** - - /******************* Names of files and environment vars **********************/ - -! #ifdef __386BSD__ - # define PRSVDIR "/var/preserve" - # define PRSVINDEX "/var/preserve/Index" - # define TMPDIR "/var/tmp" ---- 419,425 ---- - - /******************* Names of files and environment vars **********************/ - -! #if defined(__386BSD__) || defined(__FreeBSD__) - # define PRSVDIR "/var/preserve" - # define PRSVINDEX "/var/preserve/Index" - # define TMPDIR "/var/tmp" diff --git a/korean/helvis/files/patch-curses.h b/korean/helvis/files/patch-curses.h deleted file mode 100644 index 2c5b95c0681f..000000000000 --- a/korean/helvis/files/patch-curses.h +++ /dev/null @@ -1,12 +0,0 @@ ---- curses.h Wed Apr 5 11:21:19 1995 -+++ curses.h Mon Jun 4 10:07:51 2007 -@@ -7,6 +7,9 @@ - * kirkenda@cs.pdx.edu - */ - -+#if TERMIOS -+#include <termios.h> -+#endif - - /* This is the header file for a small, fast, fake curses package */ - diff --git a/korean/helvis/files/patch-elvrec.c b/korean/helvis/files/patch-elvrec.c deleted file mode 100644 index 0fc758617127..000000000000 --- a/korean/helvis/files/patch-elvrec.c +++ /dev/null @@ -1,55 +0,0 @@ ---- elvrec.c.orig Mon Mar 21 14:27:37 1994 -+++ elvrec.c Sun Jan 28 20:52:16 2001 -@@ -10,6 +10,7 @@ - */ - - -+#include <sys/param.h> - #include <stdio.h> - #include "config.h" - #include "vi.h" -@@ -22,8 +23,8 @@ - char *basename; /* the name of the file to recover */ - char *outname; /* the name of the file to write to */ - { -- char pathname[500]; /* full pathname of the file to recover */ -- char line[600]; /* a line from the /usr/preserve/Index file */ -+ char pathname[MAXPATHLEN]; /* full pathname of the file to recover */ -+ char line[MAXPATHLEN]; /* a line from the /usr/preserve/Index file */ - int ch; /* a character from the text being recovered */ - FILE *from; /* the /usr/preserve file, or /usr/preserve/Index */ - FILE *to; /* the user's text file */ -@@ -42,19 +43,15 @@ - if (basename[0] != SLASH) - # endif - { -- ptr = getcwd(pathname, sizeof pathname); -- if (ptr != pathname) -- { -- strcpy(pathname, ptr); -- } -- ptr = pathname + strlen(pathname); -- *ptr++ = SLASH; -- strcpy(ptr, basename); -+ if ((ptr = getcwd(pathname, sizeof pathname)) == NULL) -+ err(1, "getcwd() failed"); -+ snprintf(pathname, sizeof(pathname), "%s/%s", ptr, -+ basename); - } - else - #endif - { -- strcpy(pathname, basename); -+ strlcpy(pathname, basename, sizeof(pathname)); - } - } - -@@ -67,6 +64,8 @@ - * version of this file. - */ - from = fopen(PRSVINDEX, "r"); -+ if (!from) -+ err(1, "fopen() %s failed", PRSVINDEX); - while (from && fgets(line, sizeof line, from)) - { - /* strip off the newline from the end of the string */ diff --git a/korean/helvis/pkg-descr b/korean/helvis/pkg-descr deleted file mode 100644 index 3ec59db2f67b..000000000000 --- a/korean/helvis/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -helvis-1.8h2- -------------- - -helvis is a clone of vi/ex, the standard UNIX editor. helvis supports -nearly all of the vi/ex commands, in both visual mode and colon mode. -helvis also supports EUC codeset, including Hangul. Other EUC codeset -is not tested. diff --git a/korean/helvis/pkg-plist b/korean/helvis/pkg-plist deleted file mode 100644 index 911040482603..000000000000 --- a/korean/helvis/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -bin/helvis -bin/hvi -bin/hex -bin/hview -bin/hinput -bin/ctags -bin/ref diff --git a/korean/hlatexfonts-ocf/Makefile b/korean/hlatexfonts-ocf/Makefile deleted file mode 100644 index 716198e4cb2d..000000000000 --- a/korean/hlatexfonts-ocf/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# New ports collection makefile for: HLaTeX OCF fonts collection -# Date created: 30 Jun 1999 -# Whom: CHOI Junho <cjh@kr.freebsd.org> -# -# $FreeBSD$ -# - -PORTNAME= hlatexfonts-ocf -PORTVERSION= 1.0 -CATEGORIES= korean print -MASTER_SITES= ftp://ftp.kr.freebsd.org/pub/users/cjh/gs-ko/ -DISTNAME= ${PORTNAME} -DISTFILES= HLaTeX-Myoungjo-OCF-PS.tar.gz HLaTeX-Gothic-OCF-PS.tar.gz - -MAINTAINER= ports@FreeBSD.org -COMMENT= HLaTeX(OCF format) fonts collection - -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2011-09-01 - -BUILD_DEPENDS= $(LOCALBASE)/share/ghostscript/fonts/a010013l.pfb:${PORTSDIR}/print/gsfonts - -NO_BUILD= YES - -do-configure: -.for FAMILY in Myoungjo Gothic - ${SED} -e 's@(@(HLaTeX-${FAMILY}\/@' \ - < ${WRKDIR}/HLaTeX-${FAMILY}/Fontmap.HLaTeX-${FAMILY} \ - > ${WRKDIR}/HLaTeX-${FAMILY}/Fontmap.${FAMILY} - ${RM} ${WRKDIR}/HLaTeX-${FAMILY}/Fontmap.HLaTeX-${FAMILY} -.endfor - -do-install: -.for FAMILY in Myoungjo Gothic - ${MKDIR} ${PREFIX}/share/ghostscript/fonts/HLaTeX-${FAMILY} -.endfor - ${CP} ${PREFIX}/share/ghostscript/fonts/Fontmap \ - ${PREFIX}/share/ghostscript/fonts/HLaTeX-Myoungjo/Fontmap.before -.for FAMILY in Myoungjo Gothic - ${INSTALL_DATA} ${WRKDIR}/HLaTeX-${FAMILY}/* \ - ${PREFIX}/share/ghostscript/fonts/HLaTeX-${FAMILY}/ - ${CAT} ${WRKDIR}/HLaTeX-${FAMILY}/Fontmap.${FAMILY} \ - >> ${PREFIX}/share/ghostscript/fonts/Fontmap -.endfor - -.include <bsd.port.mk> diff --git a/korean/hlatexfonts-ocf/distinfo b/korean/hlatexfonts-ocf/distinfo deleted file mode 100644 index 0b2f3f249037..000000000000 --- a/korean/hlatexfonts-ocf/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -SHA256 (HLaTeX-Myoungjo-OCF-PS.tar.gz) = 020b0a5ce5521107acb5b89899b2942bed9fa3f72bf9911c60875d451069c437 -SIZE (HLaTeX-Myoungjo-OCF-PS.tar.gz) = 4945958 -SHA256 (HLaTeX-Gothic-OCF-PS.tar.gz) = e9781f99833c9a041ebc8a0d895132ab2f5ce99485414ec291198a6c5c52e066 -SIZE (HLaTeX-Gothic-OCF-PS.tar.gz) = 2616611 diff --git a/korean/hlatexfonts-ocf/pkg-descr b/korean/hlatexfonts-ocf/pkg-descr deleted file mode 100644 index 508714206ff7..000000000000 --- a/korean/hlatexfonts-ocf/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -HLaTeX(OCF) fonts collection -============================ - -This font collection is used by ghostscript, for printing -Korean documents. - -HLaTeX Myoungjo and Gothic is originally included in the HLaTeX -distribution, by Koaunghi Un <koaunghi.un@student.uni-tuebingen.de>. -Recomposed to OCF by CHOI Junho <cjh@kr.freebsd.org>. - -This fonts collection is free to use. - --- -CHOI Junho <cjh@kr.freebsd.org> diff --git a/korean/hlatexfonts-ocf/pkg-plist b/korean/hlatexfonts-ocf/pkg-plist deleted file mode 100644 index 299ba7fe4901..000000000000 --- a/korean/hlatexfonts-ocf/pkg-plist +++ /dev/null @@ -1,198 +0,0 @@ -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r21.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r22.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r23.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r24.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r25.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r26.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r27.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r28.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r29.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r2a.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r2b.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r2c.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r2d.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r2e.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r2f.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r30.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r31.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r32.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r33.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r34.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r35.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r36.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r37.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r38.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r39.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r3a.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r3b.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r3c.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r3d.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r3e.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r3f.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r40.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r41.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r42.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r43.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r44.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r45.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r46.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r47.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r48.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r49.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r4a.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r4b.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r4c.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r4d.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r4e.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r4f.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r50.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r51.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r52.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r53.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r54.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r55.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r56.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r57.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r58.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r59.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r5a.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r5b.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r5c.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r5d.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r5e.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r5f.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r60.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r61.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r62.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r63.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r64.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r65.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r66.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r67.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r68.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r69.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r6a.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r6b.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r6c.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r6d.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r6e.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r6f.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r70.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r71.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r72.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r73.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r74.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r75.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r76.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r77.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r78.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r79.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r7a.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r7b.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r7c.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r7d.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r7e.pfb -share/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic.gsf -share/ghostscript/fonts/HLaTeX-Gothic/Fontmap.Gothic -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r21.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r22.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r23.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r24.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r25.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r26.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r27.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r28.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r29.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r2a.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r2b.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r2c.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r2d.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r2e.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r2f.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r30.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r31.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r32.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r33.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r34.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r35.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r36.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r37.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r38.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r39.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r3a.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r3b.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r3c.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r3d.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r3e.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r3f.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r40.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r41.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r42.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r43.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r44.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r45.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r46.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r47.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r48.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r49.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r4a.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r4b.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r4c.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r4d.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r4e.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r4f.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r50.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r51.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r52.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r53.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r54.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r55.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r56.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r57.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r58.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r59.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r5a.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r5b.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r5c.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r5d.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r5e.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r5f.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r60.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r61.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r62.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r63.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r64.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r65.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r66.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r67.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r68.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r69.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r6a.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r6b.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r6c.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r6d.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r6e.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r6f.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r70.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r71.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r72.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r73.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r74.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r75.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r76.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r77.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r78.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r79.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r7a.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r7b.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r7c.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r7d.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r7e.pfb -share/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo.gsf -share/ghostscript/fonts/HLaTeX-Myoungjo/Fontmap.Myoungjo -@exec cp %D/share/ghostscript/fonts/Fontmap %B/Fontmap.before -@exec cat %D/share/ghostscript/fonts/HLaTeX-Myoungjo/Fontmap.Myoungjo >> %D/share/ghostscript/fonts/Fontmap -@exec cat %D/share/ghostscript/fonts/HLaTeX-Gothic/Fontmap.Gothic >> %D/share/ghostscript/fonts/Fontmap -@unexec mv %B/Fontmap.before %D/share/ghostscript/fonts/Fontmap -@dirrm share/ghostscript/fonts/HLaTeX-Gothic -@dirrm share/ghostscript/fonts/HLaTeX-Myoungjo diff --git a/korean/pgp.language/Makefile b/korean/pgp.language/Makefile deleted file mode 100644 index 7c10775e88d3..000000000000 --- a/korean/pgp.language/Makefile +++ /dev/null @@ -1,54 +0,0 @@ -# New ports collection makefile for: pgp.language (korean) -# Date created: 22 Jul 1998 -# Whom: CHOI Junho <cjh@kr.freebsd.org> -# -# $FreeBSD$ -# -# This is based on ja-pgp. -# - -PORTNAME= pgp -PORTVERSION= 2.6.3 -CATEGORIES= korean security -MASTER_SITES= http://sparcs.kaist.ac.kr/~firiel/Works/ \ - ftp://ftp.kr.freebsd.org/pub/FreeBSD-kr/distfiles/ -DISTNAME= pgp263i-${PGP_LANGUAGE} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Korean language module for PGP - -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2011-09-01 - -RUN_DEPENDS= pgp:${PORTSDIR}/security/pgp - -USE_ZIP= YES -NO_BUILD= YES - -# version and language specifications -PGP_LANGUAGE= korean -PGP_LANG= ko -PGP_CHARSET= noconv - -PGPLIB= ${PREFIX}/share/pgp -OBJS= language.txt ${PGP_LANG}.hlp README.${PGP_LANG} \ - ${PGP_LANG}2.hlp - -do-install: - -[ -d ${PGPLIB} ] || { \ - ${MKDIR} ${PGPLIB} ; \ - ${CHOWN} bin:bin ${PGPLIB} ; \ - ${CHMOD} 555 ${PGPLIB} ; } - -[ -f ${PGPLIB}/language.txt ] && \ - ${MV} ${PGPLIB}/language.txt ${PGPLIB}/language.txt.bak - @cd ${WRKDIR}; \ - ${INSTALL_DATA} ${OBJS} ${PGPLIB}; \ - ${INSTALL_DATA} voca.txt dict.txt ${PGPLIB} - @cd ${PGPLIB}; \ - ${GREP} -l -q '^Language.*=.*${PGP_LANG}' config.txt || \ - ${SH} ${SCRIPTDIR}/pgp.config.l10n.sh \ - ${PGPLIB} ${PGP_LANG} ${PGP_CHARSET} - -pgp > /dev/null 2>&1 # update .idx file - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/korean/pgp.language/distinfo b/korean/pgp.language/distinfo deleted file mode 100644 index ca9af32187ff..000000000000 --- a/korean/pgp.language/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (pgp263i-korean.zip) = 61d79927ad31bbc546d6c545dd6cb06524b040581081768fbe62ca14921f5413 -SIZE (pgp263i-korean.zip) = 19049 diff --git a/korean/pgp.language/pkg-descr b/korean/pgp.language/pkg-descr deleted file mode 100644 index 29a89b807edd..000000000000 --- a/korean/pgp.language/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -PGP-2.6.3i ----------- - -Korean language module for PGP 2.6.3ia. -(based on Japanese language module) - -This package depends on original PGP 2.6.3ia (International version), -and replaces some distributed files. -(config.txt is modified, language.txt is replaced.) - --- -Ports by CHOI Junho <cjh@kr.freebsd.org> diff --git a/korean/pgp.language/pkg-message b/korean/pgp.language/pkg-message deleted file mode 100644 index 02f5f47ec268..000000000000 --- a/korean/pgp.language/pkg-message +++ /dev/null @@ -1,7 +0,0 @@ -************************************************************** -* W a r n i n g * -* This package included the limitation so called * -* ``HACKER IS NOT CRACKER'' restriction. Don't open this * -* package if you don't agree as to ``HACKER IS NOT CRACKER''.* -* ALL FILES ARE FOR KOREAN LANGUAGE. * -************************************************************** diff --git a/korean/pgp.language/pkg-plist b/korean/pgp.language/pkg-plist deleted file mode 100644 index 7238a607e50c..000000000000 --- a/korean/pgp.language/pkg-plist +++ /dev/null @@ -1,12 +0,0 @@ -share/pgp/ko.hlp -share/pgp/ko2.hlp -share/pgp/README.ko -share/pgp/voca.txt -share/pgp/dict.txt -@exec mv %D/share/pgp/config.txt %D/share/pgp/config.txt.bak -share/pgp/config.txt -@unexec mv %D/%F.bak %D/%F -@exec mv %D/share/pgp/language.txt %D/share/pgp/language.txt.bak -share/pgp/language.txt -@unexec mv %D/%F.bak %D/%F -share/pgp/language.idx diff --git a/korean/pgp.language/scripts/pgp.config.l10n.sh b/korean/pgp.language/scripts/pgp.config.l10n.sh deleted file mode 100644 index 0950b4a04df1..000000000000 --- a/korean/pgp.language/scripts/pgp.config.l10n.sh +++ /dev/null @@ -1,37 +0,0 @@ -#!/bin/sh -# -# pgp.config.l10n.sh - modify PGP configuration file to localization. -# -# Copyright(C) 1997 Hironori Ikura <hikura@tcc.co.jp> -# -# usage: pgp.config.l10n.sh <srcdir> <lang> <charset> -# ex. pgp.config.l10n.sh /usr/ports/japanese/pgp/work ja noconv -# - -if [ $# -ne 3 ]; then - echo "usage: $0 <srcdir> <lang> <charset>" 1>&2 - echo " ex. $0 /usr/ports/japanese/pgp/work ja noconv" 1>&2 - exit 1 -fi - -wrkdir=$1 -lang=$2 -charset=$3 -config=$wrkdir/config.txt - -if [ ! -f "$config" ]; then - echo "No original config.txt is found." 1>&2 - echo "Abort processing." 1>&2 - exit 1 -fi - -mv $config $config.bak - -sed -e 's/^[Ll]anguage *= *[a-z][a-z]$/Language = '$lang'/' \ - -e 's/^[ #]*CharSet *= *[A-Za-z0-9]*$/CharSet = '$charset'/' \ - $config.bak > $config - -chown bin.bin $config -chmod 444 $config - -exit 0 |