diff options
author | minskim <minskim@pkgsrc.org> | 2010-05-04 15:52:45 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2010-05-04 15:52:45 +0000 |
commit | 625158120822e94a7674bb1675bd5ced9695e070 (patch) | |
tree | 0c43fb685d9ed1155bf810e05ccda9839fbe9083 /print | |
parent | 73e0394a1000aae7f82e357ccc45fa3936da1ae0 (diff) | |
download | pkgsrc-625158120822e94a7674bb1675bd5ced9695e070.tar.gz |
Remove tex-bin-kotex, which was obsoleted by tex-kotex-utils.
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 3 | ||||
-rw-r--r-- | print/tex-bin-kotex/DESCR | 1 | ||||
-rw-r--r-- | print/tex-bin-kotex/Makefile | 35 | ||||
-rw-r--r-- | print/tex-bin-kotex/PLIST | 9 | ||||
-rw-r--r-- | print/tex-bin-kotex/distinfo | 5 |
5 files changed, 1 insertions, 52 deletions
diff --git a/print/Makefile b/print/Makefile index c91d581f7d3..48c0ce5fcc5 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.401 2010/05/03 23:18:32 minskim Exp $ +# $NetBSD: Makefile,v 1.402 2010/05/04 15:52:45 minskim Exp $ # COMMENT= Desktop publishing @@ -174,7 +174,6 @@ SUBDIR+= tex-beamer SUBDIR+= tex-beamer-doc SUBDIR+= tex-bibtex SUBDIR+= tex-bibtex-doc -SUBDIR+= tex-bin-kotex SUBDIR+= tex-block SUBDIR+= tex-block-doc SUBDIR+= tex-bold-extra diff --git a/print/tex-bin-kotex/DESCR b/print/tex-bin-kotex/DESCR deleted file mode 100644 index f40d098443f..00000000000 --- a/print/tex-bin-kotex/DESCR +++ /dev/null @@ -1 +0,0 @@ -This package provides utility programs for Korean typesetting in TeX. diff --git a/print/tex-bin-kotex/Makefile b/print/tex-bin-kotex/Makefile deleted file mode 100644 index d2ef193c780..00000000000 --- a/print/tex-bin-kotex/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/07/20 11:09:02 minskim Exp $ - -DISTNAME= ko.tex-macro -PKGNAME= tex-bin-kotex-0.1.1 -CATEGORIES= print -MASTER_SITES= http://ftp.ktug.or.kr/KTUG/ko.TeX/ - -MAINTAINER= minskim@NetBSD.org -HOMEPAGE= http://project.ktug.or.kr/ko.TeX/ -COMMENT= Utilities for tex-kotex - -PKG_DESTDIR_SUPPORT= user-destdir - -USE_TOOLS+= perl:run -WRKSRC= ${WRKDIR}/util - -REPLACE_PERL= *.pl - -INSTALLATION_DIRS+= bin - -do-build: -.for f in hbibtex hmakeindex - cd ${WRKSRC} && ${CC} ${CPPFLAGS} ${CFLAGS} -o ${f} ${f}.c -.endfor - -do-install: -.for f in hbibtex hmakeindex - ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${DESTDIR}${PREFIX}/bin -.endfor -.for f in euc-bookmark hypua2jamo insertjamofiller jamo2hypua komkindex \ - ttf2kotexfont - ${INSTALL_SCRIPT} ${WRKSRC}/${f}.pl ${DESTDIR}${PREFIX}/bin/${f} -.endfor - -.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-bin-kotex/PLIST b/print/tex-bin-kotex/PLIST deleted file mode 100644 index 8d308200fb6..00000000000 --- a/print/tex-bin-kotex/PLIST +++ /dev/null @@ -1,9 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2009/07/20 11:09:02 minskim Exp $ -bin/euc-bookmark -bin/hbibtex -bin/hmakeindex -bin/hypua2jamo -bin/insertjamofiller -bin/jamo2hypua -bin/komkindex -bin/ttf2kotexfont diff --git a/print/tex-bin-kotex/distinfo b/print/tex-bin-kotex/distinfo deleted file mode 100644 index 321cca3ff8e..00000000000 --- a/print/tex-bin-kotex/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.1.1.1 2009/07/20 11:09:02 minskim Exp $ - -SHA1 (ko.tex-macro.tar.gz) = 3eb45288fad43301686a75f46199a8968564aecc -RMD160 (ko.tex-macro.tar.gz) = 845a92ce3b94c54694ea3379aebd52eb6960ed16 -Size (ko.tex-macro.tar.gz) = 1392662 bytes |