svn commit: r362091 - head/textproc/tk-hunspell
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Jul 16 17:31:17 UTC 2014
Author: sunpoet
Date: Wed Jul 16 17:31:16 2014
New Revision: 362091
URL: http://svnweb.freebsd.org/changeset/ports/362091
QAT: https://qat.redports.org/buildarchive/r362091/
Log:
- Update to 0.1.6
- Add LICENSE
- Simplify MASTER_SITES
- Add WWW
Modified:
head/textproc/tk-hunspell/Makefile
head/textproc/tk-hunspell/distinfo
head/textproc/tk-hunspell/pkg-descr
Modified: head/textproc/tk-hunspell/Makefile
==============================================================================
--- head/textproc/tk-hunspell/Makefile Wed Jul 16 17:22:47 2014 (r362090)
+++ head/textproc/tk-hunspell/Makefile Wed Jul 16 17:31:16 2014 (r362091)
@@ -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 at 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>
Modified: head/textproc/tk-hunspell/distinfo
==============================================================================
--- head/textproc/tk-hunspell/distinfo Wed Jul 16 17:22:47 2014 (r362090)
+++ head/textproc/tk-hunspell/distinfo Wed Jul 16 17:31:16 2014 (r362091)
@@ -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
Modified: head/textproc/tk-hunspell/pkg-descr
==============================================================================
--- head/textproc/tk-hunspell/pkg-descr Wed Jul 16 17:22:47 2014 (r362090)
+++ head/textproc/tk-hunspell/pkg-descr Wed Jul 16 17:31:16 2014 (r362091)
@@ -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/
More information about the svn-ports-all
mailing list