aboutsummaryrefslogtreecommitdiff
path: root/chinese
Commit message (Collapse)AuthorAgeFilesLines
* eric6 ports: Update to version 6.1.6.Boris Samorodov2016-06-051-2/+3
| | | | Notes: svn path=/head/; revision=416422
* Github cleanup.Mathieu Arnold2016-06-012-3/+4
| | | | | | | | | | | | - Use the version tag instead of commit hash when they're the same. - Remove unnneeded variables. - Simplify go- ports when possible. - Various fixes. Sponsored by: Absolight Notes: svn path=/head/; revision=416242
* Many KDE i10n ports: Patch updates CURDIRKurt Jaeger2016-05-263-3/+3
| | | | | | | | | | | | This patch replaces a bunch of ${CURDIR}/../../ by ${CURDIR:H:H}; the latter is considered proper contemporary usage by kde@ . The patch is independent of other KDE4 infrastructure changes. PR: 209303 Submitted by: Adriaan de Groot <groot@kde.org>, rakuco, T.C.Berner <tcberner@gmail.com> (kde) Notes: svn path=/head/; revision=415873
* Remove useless WRKSRC definitions.Mathieu Arnold2016-05-252-2/+0
| | | | | | | | | While there, correct DEV_WARNINGS when they occur. Sponsored by: Absolight Notes: svn path=/head/; revision=415839
* editors/calligra-l10n: add plist-subKurt Jaeger2016-05-243-109/+109
| | | | | | | | | | | | | | | All of the Calligra translations can use %%LANG%% in their plists to reduce plist-differences across the translations and reduce churn. Also introduces ${CURDIR:H:H} instead of some ${CURDIR}/../.. constructions. Original work by tcberner. PR: 209268 Submitted by: Adriaan de Groot <groot@kde.org> (kde) Notes: svn path=/head/; revision=415763
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵Dmitry Marakasov2016-05-232-2/+1
| | | | | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket Notes: svn path=/head/; revision=415742
* Convert tab after WWW: in pkg-descrs to single space as per PHBDmitry Marakasov2016-05-231-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415738
* chinese/wordpress-zh_CN: update 4.4.2 -> 4.5.2Jason Unovitch2016-05-202-3/+4
| | | | | | | | | | | | PR: 209409 Approved by: ports-secteam (with hat) Security: CVE-2016-4566 Security: CVE-2016-4567 Security: https://vuxml.FreeBSD.org/freebsd/3686917b-164d-11e6-94fa-002590263bf5.html MFH: 2016Q2 Notes: svn path=/head/; revision=415539
* - Fix trailing whitespace in pkg-messagesDmitry Marakasov2016-05-196-9/+9
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415503
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*Dmitry Marakasov2016-05-198-14/+14
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415498
* eric6 ports: Update to version 6.1.5.Boris Samorodov2016-05-101-2/+2
| | | | Notes: svn path=/head/; revision=414941
* chinese/wordpress-zh_TW: update 4.4.2 -> 4.5.2Jason Unovitch2016-05-102-3/+3
| | | | | | | | | | | Approved by: ports-secteam (with hat) Security: CVE-2016-4566 Security: CVE-2016-4567 Security: https://vuxml.FreeBSD.org/freebsd/3686917b-164d-11e6-94fa-002590263bf5.html MFH: 2016Q2 Notes: svn path=/head/; revision=414905
* - Fix runtime error caused by wrong CHEWING_DATADIRLi-Wen Hsu2016-05-092-1/+11
| | | | | | | Submitted by: Ting-Wei Lan <lantw44@gmail.com> Notes: svn path=/head/; revision=414867
* - Mark BROKEN on 9.xDmitry Marakasov2016-05-091-0/+2
| | | | | | | | PR: 208228 Submitted by: hiroto.kagotani@gmail.com (maintainer) Notes: svn path=/head/; revision=414839
* Update to 0.5.0.Vanilla I. Shu2016-05-095-34/+17
| | | | Notes: svn path=/head/; revision=414824
* During the exp-run in bug 208158, it was found that chinese/sunpinyinDimitry Andric2016-05-072-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gives errors with libc++ 3.8.0: gmake[2]: Entering directory '/wrkdirs/usr/ports/chinese/sunpinyin/work' slmpack lm_sc.3gm.arpa dict.utf8 lm_sc.3gm Loading lexicon...done. Loading ARPA slm... Writing out...done! slmthread lm_sc.3gm lm_sc.t3g.orig Loading original slm... first pass... Compressing pr values...65536 float values ==> 65536 values Compressing bow values...16384 float values ==> 16384 values Threading the new model...Assertion failed: (prit != pr_map.end()), function main, file src/slm/thread/slmthread.cpp, line 364. /wrkdirs/usr/ports/chinese/sunpinyin/work/sunpinyin-a8bd811/src/sunpinyin-dictgen.mk:51: recipe for target 'lm_sc.t3g.orig' failed This is because the code mostly uses floats, but in some parts it uses log(), exp(), etc, which return doubles. During the parts where it does lookups in std::map<float, int> constructs, this leads to it not being able to find the expected entries. Fix this by using logf(), expf() and similar, which explicitly return floats. Approved by: lichray@gmail.com (maintainer) PR: 209369 MFH: 2016Q2 Notes: svn path=/head/; revision=414787
* Update to 5.0.6.Jung-uk Kim2016-05-072-8/+8
| | | | Notes: svn path=/head/; revision=414753
* - Update to 1.15Sunpoet Po-Chuan Hsieh2016-05-014-51/+4
| | | | | | | | | | | | | | - Add NO_ARCH Changes: - Update IRC server setting [1] - Merge files/patch-* PR: 200729 [1] Submitted by: RayCherng Yu <raycherng@gmail.com> [1] Notes: svn path=/head/; revision=414421
* Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.Mathieu Arnold2016-04-251-2/+1
| | | | | | | | | | | | | | While there replace USE_SQLITE=x by USES=sqlite:x. PR: 208971 Submitted by: mat Exp-run by: antoine With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D5951 Notes: svn path=/head/; revision=414014
* many ports: mark broken on powerpc64Steve Wills2016-04-212-0/+4
| | | | Notes: svn path=/head/; revision=413746
* eric6 ports: update to version 6.1.4 (reaaly, previous updateBoris Samorodov2016-04-211-2/+2
| | | | | | | was 6.1.2 -> 6.1.3 by accident) Notes: svn path=/head/; revision=413744
* eric6 ports: update to version 6.1.4.Boris Samorodov2016-04-211-2/+2
| | | | Notes: svn path=/head/; revision=413743
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-0156-114/+114
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* Add missing items to the calligra-l10n ports plists.Raphael Kubo da Costa2016-03-284-0/+4
| | | | | | | Submitted by: Tobias Berner <tcberner@gmail.com> Notes: svn path=/head/; revision=412065
* Make print/ghostscript9-agpl-base the default Ghostscript port. UpstreamTijl Coosemans2016-03-241-0/+1
| | | | | | | | | | | | | | | | | | | changed the license to the AGPL 3 in version 9.07 so print/ghostscript9-base is stuck at 9.06 which is almost 4 years old now. Fix the logic in Uses/ghostscript.mk so "agpl" is treated as a real version on its own instead of as a variant of other versions. Fix print/ghostscript9-agpl-base to install eps2write. Update math/asymptote to 2.37 to support newer Ghostscript. PR: 208159 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=411798
* These ports do not build with PHP 7.0, make them as such.Mathieu Arnold2016-03-131-0/+1
| | | | | | | | | Also, mark those who try to use mysql, which does not exist in PHP 7.0. Sponsored by: Absolight Notes: svn path=/head/; revision=411002
* Always set the DEFAULT github DISTFILE with .tar.gz for EXTRACT_SUFX.Mathieu Arnold2016-03-081-2/+2
| | | | | | | | | | | | | | | Fix distinfo for the offending ports. lang/yorick's tag was moved, and the added patch was no longer needed. PR: 207644 Submitted by: mat Exp-run by by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D4268 Notes: svn path=/head/; revision=410613
* - Update WWWSunpoet Po-Chuan Hsieh2016-03-061-1/+1
| | | | Notes: svn path=/head/; revision=410472
* - Update to 0.6.3Sunpoet Po-Chuan Hsieh2016-03-064-12/+17
| | | | | | | | | | - Update LICENSE - Update WWW Changes: https://github.com/xiaoyjy/cconv/releases Notes: svn path=/head/; revision=410253
* Update to 1.3.Raphael Kubo da Costa2016-02-284-17/+5
| | | | | | | | PR: 207516 Submitted by: Ting-Wei Lan <lantw44@gmail.com> Notes: svn path=/head/; revision=409743
* - Update to 4.4.2Martin Wilke2016-02-234-6/+6
| | | | Notes: svn path=/head/; revision=409392
* Regenerate a few patches to unbreak after the news/tin update in r406242.Raphael Kubo da Costa2016-02-213-9/+7
| | | | Notes: svn path=/head/; revision=409309
* - Update devel/yaml-cpp to 0.5.3Guido Falsi2016-02-211-0/+1
| | | | | | | | | | - Project moved to GITHUB - LICENSE_FILE renamed - Regenerated patch - Bumped PORTREVISION in dependent ports due to ABI changes. Notes: svn path=/head/; revision=409306
* Update to 5.0.5.Jung-uk Kim2016-02-152-8/+8
| | | | Notes: svn path=/head/; revision=408954
* Update Calligra ports in chinese/ that should have been part of r408504.Raphael Kubo da Costa2016-02-094-6/+4
| | | | Notes: svn path=/head/; revision=408543
* eric6 ports: Update to version 6.1.2.Boris Samorodov2016-02-072-3/+3
| | | | Notes: svn path=/head/; revision=408432
* chinese/cless: USES+= ncurses, link to libncurses, not libtermcapJohn Marino2016-02-051-0/+4
| | | | Notes: svn path=/head/; revision=408208
* chinese/celvis: USES+= ncurses, respect LDFLAGSJohn Marino2016-02-051-0/+2
| | | | | | | Also link to libncurses, not libtermcap Notes: svn path=/head/; revision=408207
* chinese/qe: document ncurses requirement (USES+=ncurses)John Marino2016-02-011-1/+1
| | | | Notes: svn path=/head/; revision=407782
* chinese/ve: document ncurses requirement (USES+=ncurses), respect LDFLAGSJohn Marino2016-02-011-1/+2
| | | | | | | | | Also link with libncurses, not libtermcap approved by: infrastructure blanket Notes: svn path=/head/; revision=407774
* Mark BROKEN: fails to patchAntoine Brodin2016-01-201-0/+2
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=406790
* Upgrade to 0.35.Vanilla I. Shu2016-01-183-5/+5
| | | | | | | | PR: 206356 Submitted by: maintainer Notes: svn path=/head/; revision=406553
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov2016-01-125-5/+5
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=405891
* - Update to 4.4.1Martin Wilke2016-01-122-3/+3
| | | | Notes: svn path=/head/; revision=405817
* - Update to 4.4.1Martin Wilke2016-01-082-3/+3
| | | | Notes: svn path=/head/; revision=405516
* Add USES=pathfix support for CMake. Some ports that use CMake to buildJason E. Hale2016-01-072-14/+5
| | | | | | | | | | | | | | already had USES=pathfix, although it did nothing. For those ports, I either removed it as they were handling the pkgconfig files differently or I removed patches and substitutions that accomplished the same thing as pathfix. Differential Revision: https://reviews.freebsd.org/D850 Reviewed by: antoine, bapt, tijl Approved by: portmgr (bapt) Notes: svn path=/head/; revision=405449
* - Switch to USE_SQLITEJason E. Hale2016-01-071-2/+2
| | | | | | | - Remove unnecessary gmake build dependency Notes: svn path=/head/; revision=405441
* eric6 ports: Update to version 6.1.1.Boris Samorodov2016-01-041-2/+2
| | | | Notes: svn path=/head/; revision=405257
* A command line tool to do EN <-> CH translation, utilized by Yahoo! Dictionary.Martin Wilke2016-01-044-0/+33
| | | | | | | | | | WWW: https://github.com/iamgyz/gydict PR: 203872 Submitted by: Chih-Hsin Chang <chihhsin@cs.nctu.edu.tw> Notes: svn path=/head/; revision=405224
* - Update to 4.4Martin Wilke2015-12-244-10/+10
| | | | | | | | | - Switch to mysqli - Add ftp suport - Take maintainership Notes: svn path=/head/; revision=404375