Index: head/chinese/Makefile =================================================================== --- head/chinese/Makefile (revision 405223) +++ head/chinese/Makefile (revision 405224) @@ -1,124 +1,125 @@ # $FreeBSD$ # COMMENT = Chinese support SUBDIR += CJKUnifonts SUBDIR += CNS11643-font SUBDIR += FreeWnn-lib SUBDIR += FreeWnn-server SUBDIR += arphicttf SUBDIR += aterm SUBDIR += auto-cn-l10n SUBDIR += auto-tw-l10n SUBDIR += autoconvert SUBDIR += bg5pdf SUBDIR += big5width SUBDIR += bitchx SUBDIR += brise SUBDIR += bsdconv-opencc SUBDIR += bug5 SUBDIR += c2t SUBDIR += calligra-l10n-zh_CN SUBDIR += calligra-l10n-zh_TW SUBDIR += cconv SUBDIR += celvis SUBDIR += chiconv SUBDIR += cless SUBDIR += cnprint SUBDIR += dictd-database SUBDIR += docproj SUBDIR += enscript SUBDIR += eric6 SUBDIR += eterm SUBDIR += fcitx SUBDIR += fcitx-chewing SUBDIR += fcitx-cloudpinyin SUBDIR += fcitx-configtool SUBDIR += fcitx-googlepinyin SUBDIR += fcitx-libpinyin SUBDIR += fcitx-rime SUBDIR += fcitx-sunpinyin SUBDIR += fcitx-table-extra SUBDIR += fcitx-ui-light SUBDIR += fireflyttf SUBDIR += font-std SUBDIR += fortune SUBDIR += fortunetw SUBDIR += fqterm SUBDIR += gb2jis SUBDIR += gb2ps SUBDIR += gcin SUBDIR += gimp-help-zh_CN + SUBDIR += gydict SUBDIR += hc SUBDIR += ibus-chewing SUBDIR += ibus-libpinyin SUBDIR += ibus-pinyin SUBDIR += ibus-table-chinese SUBDIR += irssi SUBDIR += jis2gb SUBDIR += kcfonts SUBDIR += kde4-l10n-zh_CN SUBDIR += kde4-l10n-zh_TW SUBDIR += libchewing SUBDIR += libgooglepinyin SUBDIR += libpinyin SUBDIR += libreoffice-zh_CN SUBDIR += libreoffice-zh_TW SUBDIR += librime SUBDIR += libtabe SUBDIR += lunar SUBDIR += moettf SUBDIR += muni SUBDIR += mutt SUBDIR += oicq SUBDIR += opencc SUBDIR += opendesktop-fonts SUBDIR += oto SUBDIR += p5-Date-Chinese SUBDIR += p5-Encode-CNMap SUBDIR += p5-Encode-HanConvert SUBDIR += p5-Encode-HanExtra SUBDIR += p5-Lingua-Han-PinYin SUBDIR += p5-Lingua-Han-Utils SUBDIR += p5-Lingua-ZH-HanDetect SUBDIR += p5-Lingua-ZH-Keywords SUBDIR += p5-Lingua-ZH-Numbers SUBDIR += p5-Lingua-ZH-Segment SUBDIR += p5-Lingua-ZH-Summarize SUBDIR += p5-Lingua-ZH-TaBE SUBDIR += p5-Lingua-ZH-Toke SUBDIR += p5-Lingua-ZH-WordSegmenter SUBDIR += p5-Lingua-ZH-Wrap SUBDIR += p5-Text-Greeking-zh_TW SUBDIR += p5-cconv SUBDIR += pcmanx SUBDIR += php-cconv SUBDIR += phpbb-tw SUBDIR += phpbb3-tw SUBDIR += py-cconv SUBDIR += pyzy SUBDIR += qe SUBDIR += qt4-codecs-cn SUBDIR += qt4-codecs-tw SUBDIR += qterm SUBDIR += reciteword SUBDIR += scim-array SUBDIR += scim-fcitx SUBDIR += scim-pinyin SUBDIR += scim-tables SUBDIR += sunpinyin SUBDIR += telnet SUBDIR += tin SUBDIR += tintin++ SUBDIR += ttf2pt1 SUBDIR += ttfm SUBDIR += unrar SUBDIR += ve SUBDIR += wenju SUBDIR += wordpress-zh_CN SUBDIR += wordpress-zh_TW SUBDIR += xpdf SUBDIR += ydict .include Index: head/chinese/gydict/Makefile =================================================================== --- head/chinese/gydict/Makefile (nonexistent) +++ head/chinese/gydict/Makefile (revision 405224) @@ -0,0 +1,27 @@ +# Created by: Chih-Hsin Chang +# $FreeBSD$ + +PORTNAME= gydict +PORTVERSION= 1.0 +CATEGORIES= chinese textproc python + +MAINTAINER= chihhsin@cs.nctu.edu.tw +COMMENT= Command line tool of Yahoo! Dictionary + +LICENSE= MIT + +USES= python:run,3 + +USE_GITHUB= yes +GH_ACCOUNT= iamgyz +GH_TAGNAME= 124aebf + +NO_BUILD= yes +NO_ARCH= yes + +PLIST_FILES= bin/gydict + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/gydict.py ${STAGEDIR}${PREFIX}/bin/gydict + +.include Property changes on: head/chinese/gydict/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/chinese/gydict/distinfo =================================================================== --- head/chinese/gydict/distinfo (nonexistent) +++ head/chinese/gydict/distinfo (revision 405224) @@ -0,0 +1,2 @@ +SHA256 (iamgyz-gydict-1.0-124aebf_GH0.tar.gz) = 732b5f4e70d23c84cc71979b3f3d77e598b6b583879c173006629b48e71e58d8 +SIZE (iamgyz-gydict-1.0-124aebf_GH0.tar.gz) = 1967 Property changes on: head/chinese/gydict/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +on \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/chinese/gydict/pkg-descr =================================================================== --- head/chinese/gydict/pkg-descr (nonexistent) +++ head/chinese/gydict/pkg-descr (revision 405224) @@ -0,0 +1,3 @@ +A command line tool to do EN <-> CH translation, utilized by Yahoo! Dictionary. + +WWW: https://github.com/iamgyz/gydict Property changes on: head/chinese/gydict/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +on \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property