diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-07-17 01:31:16 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-07-17 01:31:16 +0800 |
commit | a96694388fa6c7de602e7028435b4240f00983e0 (patch) | |
tree | 155e822b7801aca751d16db938cb55e4e1c9137c /textproc | |
parent | eb9864e1af18e5490b0190ad49f59c98969ffcd8 (diff) | |
download | freebsd-ports-gnome-a96694388fa6c7de602e7028435b4240f00983e0.tar.gz freebsd-ports-gnome-a96694388fa6c7de602e7028435b4240f00983e0.tar.zst freebsd-ports-gnome-a96694388fa6c7de602e7028435b4240f00983e0.zip |
- Update to 0.1.6
- Add LICENSE
- Simplify MASTER_SITES
- Add WWW
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/tk-hunspell/Makefile | 16 | ||||
-rw-r--r-- | textproc/tk-hunspell/distinfo | 4 | ||||
-rw-r--r-- | textproc/tk-hunspell/pkg-descr | 1 |
3 files changed, 11 insertions, 10 deletions
diff --git a/textproc/tk-hunspell/Makefile b/textproc/tk-hunspell/Makefile index ec366f56a795..53226ed2f29d 100644 --- a/textproc/tk-hunspell/Makefile +++ b/textproc/tk-hunspell/Makefile @@ -1,28 +1,28 @@ # $FreeBSD$ PORTNAME= hunspell -PORTVERSION= 0.01 -PORTREVISION= 1 +PORTVERSION= 0.1.6 CATEGORIES= textproc -MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED} -MASTER_SITE_SUBDIR= addons/204314 +MASTER_SITES= MOZILLA_EXTENDED/addons/204314 PKGNAMEPREFIX= tk- -DISTNAME= turkmen_spell_checker-${PORTVERSION}-fx+tb+sm +DISTNAME= turkmen_spell_checker_dictionary-${PORTVERSION}-tb+fx+sm EXTRACT_SUFX= .xpi DIST_SUBDIR= ${PORTNAME} MAINTAINER= office@FreeBSD.org COMMENT= Turkmen hunspell dictionaries +LICENSE= GPLv3 + NO_BUILD= yes WRKSRC= ${WRKDIR}/dictionaries -PLIST_FILES= %%DATADIR%%/tk.aff \ - %%DATADIR%%/tk.dic +PLIST_FILES= %%DATADIR%%/tk_TM.aff \ + %%DATADIR%%/tk_TM.dic PLIST_DIRSTRY= %%DATADIR%% do-install: ${MKDIR} ${STAGEDIR}${DATADIR}/ - ${INSTALL_DATA} ${WRKSRC}/tk.aff ${WRKSRC}/tk.dic ${STAGEDIR}${DATADIR}/ + ${INSTALL_DATA} ${WRKSRC}/tk_TM.aff ${WRKSRC}/tk_TM.dic ${STAGEDIR}${DATADIR}/ .include <bsd.port.mk> diff --git a/textproc/tk-hunspell/distinfo b/textproc/tk-hunspell/distinfo index d9c9a951a21e..f54b02ae190a 100644 --- a/textproc/tk-hunspell/distinfo +++ b/textproc/tk-hunspell/distinfo @@ -1,2 +1,2 @@ -SHA256 (hunspell/turkmen_spell_checker-0.01-fx+tb+sm.xpi) = d3fb9ae8bb82ec1ea008ad3e1edffbb33437d323f8a557c7ff884485b065d8c1 -SIZE (hunspell/turkmen_spell_checker-0.01-fx+tb+sm.xpi) = 37891 +SHA256 (hunspell/turkmen_spell_checker_dictionary-0.1.6-tb+fx+sm.xpi) = 05e0f621e613bac34dc6fc8278e8746d42843e2692299058ec89858cfa442b8a +SIZE (hunspell/turkmen_spell_checker_dictionary-0.1.6-tb+fx+sm.xpi) = 236024 diff --git a/textproc/tk-hunspell/pkg-descr b/textproc/tk-hunspell/pkg-descr index f2c178b69f99..a0e9113b4f72 100644 --- a/textproc/tk-hunspell/pkg-descr +++ b/textproc/tk-hunspell/pkg-descr @@ -1,3 +1,4 @@ Turkmen hunspell dictionaries WWW: http://borel.slu.edu/crubadan/apps.html +WWW: https://addons.mozilla.org/en-US/firefox/addon/turkmen-spell-checker/ |