summaryrefslogtreecommitdiff
path: root/chinese (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert r428752 and unbreakAntoine Brodin2016-12-171-2/+4
| | | | | | | Pointy hat: sunpoet Notes: svn path=/head/; revision=428775
* - Use USES=makeinfo instead of hard-coded BUILD_DEPENDSSunpoet Po-Chuan Hsieh2016-12-171-4/+2
| | | | | | | - Use = instead of += for CMAKE_ARGS Notes: svn path=/head/; revision=428752
* - Add php-opencc 0.0.0.20161110Sunpoet Po-Chuan Hsieh2016-12-174-0/+33
| | | | | | | | | | | | | | | Open Chinese Convert is an opensource project for conversion between Traditional Chinese and Simplified Chinese, supporting character-level conversion, phrase-level conversion, variant conversion and regional idioms among Mainland China, Taiwan and Hong kong. WWW: https://github.com/NauxLiu/opencc4php PR: 215092 Submitted by: Gasol Wu <gasol.wu@gmail.com> Notes: svn path=/head/; revision=428730
* - Remove MASTER_SITESSunpoet Po-Chuan Hsieh2016-12-171-1/+0
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=428729
* - Update to 4.7Dmitry Marakasov2016-12-132-4/+4
| | | | | | | | PR: 215110 Submitted by: joneum@bsdproject.de (maintainer) Notes: svn path=/head/; revision=428508
* Unbreak fetching by pointing to archived distfile in Google Cloud Storage.Kevin Lo2016-12-131-4/+1
| | | | Notes: svn path=/head/; revision=428467
* Remove libintl.so.9 compatibility link that was added in r374303 toTijl Coosemans2016-12-083-2/+3
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428152
* Remove libiconv.so.3 compatibility link that was added in r374303 toTijl Coosemans2016-12-083-1/+3
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428150
* http://github.com redirects to https://github.com, spare everyone a redirect.Mathieu Arnold2016-12-021-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=427548
* Fix building with mutt-1.7.2.Vanilla I. Shu2016-12-0210-495/+426
| | | | | | | MFH: 2016Q4 Notes: svn path=/head/; revision=427541
* Don't quote {} in find -exec calls.Mathieu Arnold2016-12-013-3/+3
| | | | | | | | | | | Braces are not shell metacharacters, and they do not need to be quoted. By the time find parses its arguments and dicovers them, the quoting will have been removed by the shell anyway. Sponsored by: Absolight Notes: svn path=/head/; revision=427491
* devel/boost-*: update to 1.62.0Jan Beich2016-11-231-0/+1
| | | | | | | | | | | | | | | - Enable `long double` C99 math usage - Switch 9.x back to building with GCC Changes: http://www.boost.org/users/history/ PR: 199601 Submitted by: Chen Xu, bapt, amdmi3, truckman (based on) Reviewed by: rakuco (kde) (earlier version) Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions) Approved by: bapt (office) Notes: svn path=/head/; revision=426908
* Mention fcitx.Kevin Lo2016-11-232-0/+30
| | | | Notes: svn path=/head/; revision=426882
* devel/eric6: update to 6.1.11David Naylor2016-11-181-3/+3
| | | | | | | | - remove i18n files from devel/eric6 (duplicate of the specific ports) - add support for Python 3 Notes: svn path=/head/; revision=426333
* Importing KDE Frameworks into the ports tree (required for newer KDE Desktop ↵Tobias C. Berner2016-11-141-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and Applications) KDE Frameworks is a collection of libraries and software frameworks by KDE that serve as technological foundation for KDE Plasma 5 and KDE Applications distributed under the GNU Lesser General Public License (LGPL) [1]. The work is based on what we have in the KDE testing repo [2]. This is the next big step in updating the KDE Desktop and its Applications to anything less dusty. With this change, `USES=kde:5` is now a valid option. Ports that need to depend on KDE Framework can now set: USES=kde:5 USE_KDE=<framework1> <framework2> ... <frameworkX> For example: www/qupzilla-qt5 can depend on sysutils/kf5-kwallet via: KWALLET_USE= KDE=wallet I would like to thank Raphael and Adriaan for reviewing the ports in the testing repo :) [1] https://en.wikipedia.org/wiki/KDE_Frameworks [2] http://src.mouf.net/area51/log/branches/plasma5 Reviewed by: rakuco, mat, groot_kde.org Approved by: rakuco (maintainer) Differential Revision: https://reviews.freebsd.org/D8329 Notes: svn path=/head/; revision=426118
* Update libreoffice to 5.2.3 and liborcus to 0.11.2Baptiste Daroussin2016-11-122-8/+10
| | | | Notes: svn path=/head/; revision=425933
* Track used or drop unused devel/icu dependencyJan Beich2016-11-111-2/+1
| | | | | | | | | | | | | This tries to fix discrepancy between $ pkg rquery '%o %B' | awk '/libicu/ { print $1 }' | sort -u $ git grep -lF :devel/icu | sed 's,/Makefile$,,' PR: 214384 Reported by: tijl, stage-qa, readelf(1) Notes: svn path=/head/; revision=425890
* chinese/tin: drop PORTREVISION as it has no effectJan Beich2016-11-111-2/+0
| | | | | | | PR: 214384 Notes: svn path=/head/; revision=425887
* fandol - Four basic fonts for Chinese typesettingXin LI2016-11-076-0/+89
| | | | | | | | | | | Fandol fonts designed for Chinese typesetting. The current version contains four styles: Song, Hei, Kai, Fang. All fonts are in OpenType format. Website: http://www.ctan.org/pkg/fandol Submitted by: intron <intron at intron ac> Notes: svn path=/head/; revision=425594
* Fix man pages generation with Perl 5.24+Mathieu Arnold2016-11-036-19/+30
| | | | | | | | | | While there, run make makepatch. PR: 213810 Sponsored by: Absolight Notes: svn path=/head/; revision=425208
* Fix github usage.Mathieu Arnold2016-11-031-3/+2
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=425207
* Cleanup no longer needed CHMOD usage after r424898.Mathieu Arnold2016-11-021-0/+3
| | | | | | | | | | PR: 213743 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=425174
* Use USES=pathfix where applicable.Mathieu Arnold2016-10-213-14/+2
| | | | | | | | | | | PR: 213195 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D8093 Notes: svn path=/head/; revision=424427
* ${RM} already has -f.Mathieu Arnold2016-10-213-3/+3
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* devel/eric6: update to 6.1.10.David Naylor2016-10-091-3/+3
| | | | | | | | ChangeLog: - bug fixes Notes: svn path=/head/; revision=423622
* Catch stray dependencies, courtesy of the proxy-deps qa check.Mathieu Arnold2016-09-302-6/+7
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=422995
* - Update devel/icu to 57.1.Tijl Coosemans2016-09-242-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Clean up the Makefile. - Follow some upstream recommendations (--with-data-packaging=archive, --disable-renaming, -DICU_NO_USER_DATA_OVERRIDE). - Patch makefiles to install static libraries with INSTALL_DATA so they aren't stripped. - Patch config/mh-bsd-gcc to sync with config/mh-linux-gcc. - Fix endianness detection in ICU. The code wanted to use BYTE_ORDER defined in machine/endian.h, but this isn't visible because ICU is compiled with _XOPEN_SOURCE. Patch the code to use _BYTE_ORDER instead. - Compile ICU with C++11 compiler to enable move constructors. - Patch ICU to fix a problem with atomics in the case of a C++11 compiler without C++11 header <atomic> (like Clang on FreeBSD 9). - Bump all ports that depend on it due to library version change. - Add USES=compiler:c++0x to some ports that pick up -std=c++0x from ICU pkgconfig files. - Add USES=compiler:c++11-lib to graphics/libcdr01 because it also needs a C++11 runtime library now. Add this to all ports that depend on it so their executables load the right libstdc++.so on FreeBSD 9. PR: 205120 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=422711
* Unmark broken on powerpc64Steve Wills2016-09-152-4/+0
| | | | | | | These ports built successfully Notes: svn path=/head/; revision=422175
* Revert recent strfile changes, strfile is already in baseAntoine Brodin2016-09-141-2/+8
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=422160
* Update to version 4.6.1Pawel Pekala2016-09-142-4/+4
| | | | | | | | PR: 212676 Submitted by: Jochen Neumeister (maintainer) Notes: svn path=/head/; revision=422143
* GOOGLE_CODE has gone away.Mathieu Arnold2016-09-1412-1/+23
| | | | | | | | | | | | | - If a port has another upstream, remove GOOGLE_CODE - If a port only has GOOGLE_CODE mark it BROKEN Some ports have a local mirror configured but for security reasons, it is not considered upstream. Sponsored by: Absolight Notes: svn path=/head/; revision=422140
* chinese/fortune: Use fortune_strfile instead of strfile(8) and mark BROKENJohn Marino2016-09-141-8/+4
| | | | | | | | | | | This removes the dependency on the games distribution. Unfortunately, it's also unfetchable (Google Code site) so it's also been marked BROKEN for this reason. Approved by: general blanket Notes: svn path=/head/; revision=422109
* devel/eric6: update to 6.1.9David Naylor2016-09-061-3/+3
| | | | | | | | ChangeLog: - bug fixes Notes: svn path=/head/; revision=421405
* Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks andTobias C. Berner2016-08-241-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Plasma5 ports At the moment KDE ports use bsd.kde4.mk to handle their dependencies. When working on the ports for KDE Frameworks and Plasma5 it seemed to be more reasonable to create a new kde.mk instead of adding an bsd.kde5.mk. The kde.mk in this review is a stripped down version of the one we are using in the KDE Test repositories plasma5 branch [1] to only contain the parts relevant to the current KDE4 ports in the portstree [2]. Changes to the KDE Ports needed by this: Replace USE_KDE4 by USE_KDE [3] Add USES=kde:4 [4] [1] http://src.mouf.net/area51/view/branches/plasma5/KDE/Mk/Uses/kde.mk [2] The version in the plasma5 branch also handles frameworks/plasma5 and handles MASTER_SITES via a KDE_DIST variable similar to bsd.qt.mk for Qt Ports -- I chose to leave this out for now, as the diff is already large enough. [3] I chose USE_KDE instead of USE_KDE4, USE_KDE5, USE_KDEX as the version we want is already specified as argument to kde:<arg> [4] For KDE Frameworks and Plasma5 ports this would be kde:5 PR: 210667 Approved by: portmgr, mat (mentor), rakuco (mentor) Reviewed by: mat, rakuco Differential Revision: https://reviews.freebsd.org/D6961 Notes: svn path=/head/; revision=420774
* devel/eric6: update to 6.1.8.David Naylor2016-08-201-3/+3
| | | | | | | | | | ChangeLog: - bug fixes - added capability to set the path to the Qt tools manually (because they are not included in the PyQt5 wheels). Notes: svn path=/head/; revision=420509
* - Update to version 4.6Pawel Pekala2016-08-192-4/+5
| | | | | | | | | | - Convert to USES=php:web PR: 211980 Submitted by: Jochen Neumeister (maintainer) Notes: svn path=/head/; revision=420498
* - Take maintainership [1]Pawel Pekala2016-08-151-2/+2
| | | | | | | | | | - Convert to USES=php:web PR: 211728 [1] Submitted by: Jochen Neumeister [1] Notes: svn path=/head/; revision=420226
* - Pass maintainership to submitterWen Heping2016-08-101-1/+1
| | | | | | | | PR: 211708 Submitted by: joneum@bsdproject.de Notes: svn path=/head/; revision=419978
* USE_BDB cleanup.Mathieu Arnold2016-08-083-6/+3
| | | | | | | | | | | | | | - USE_BDB=4x+ -> USES=bdb. - USE_BDB=yes -> USES=bdb. - USE_BDB=xx -> USES=bdb:xx. Other modernisations when I see them. PR: 209183 Sponsored by: Absolight Notes: svn path=/head/; revision=419843
* Don't use extension.ini any more, and have each extension install in itsMathieu Arnold2016-08-031-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | file, so the order remains the same. Every PHP (or Zend) extension now installs its own .ini file in /usr/local/etc/php. A PHP extension will be automatically activated when installed. The order into which extensions are loaded is automatically guessed. In some very rare cases, the guess will be wrong, and PHP_MOD_PRIO will need to be set. Refer to the USES=php section of the Porter's Handbook for more information. Convert ports touching etc/php/extensions.ini manually, or telling the OP to do it. And finally, bump PORTREVISION for all php extensions. PR: 210697 Submitted by: mat Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D7022 Notes: svn path=/head/; revision=419514
* Remove spurious ${STAGEDIR} from @exec and @unexec lines added to the plistStefan Eßer2016-07-298-9/+9
| | | | | | | | | by chinese/ttfm/Makefile.ttf and bump PORTREVISION in all dependent ports. Approved by: antoine (mentor) Notes: svn path=/head/; revision=419236
* chinese/ttfm: don't touch user font cache on installJan Beich2016-07-257-9/+9
| | | | | | | | | | This matches USES=fonts (@fc, @fcfontsdir) behavior. PR: 207263 MFH: 2016Q3 Notes: svn path=/head/; revision=419066
* Reset miwi@'s ports, he stepped down from the Ports Team.Rene Ladan2016-07-252-2/+2
| | | | | | | With hat: portmgr-secretary Notes: svn path=/head/; revision=419057
* When there is a do-install target, do not use a post-install target, doMathieu Arnold2016-07-192-2/+1
| | | | | | | | | | | | | | | everything at once. Sometime, rename post-install into a options helper target. I did not fix ports that were such a mess that I could not figure out what they really wanted to do. I also did not change ports that had some version of an auto-plist code in post-install, for the same reason. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=418767
* chinese/phpbb-tw: fix hostname in pkg-message for reproducible buildsEd Maste2016-07-181-1/+1
| | | | | | | | | | | | | As with r417677 for sysutils/3dm, avoid %%HOSTNAME%% in the pkg-message. The host on which the port/package is installed is relevant, not that on which it was built. Approved by: swills Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D7234 Notes: svn path=/head/; revision=418727
* Update to version 1.5.1Pawel Pekala2016-07-124-15/+32
| | | | | | | | PR: 210364 Submitted by: Eric Camachat (maintainer) Notes: svn path=/head/; revision=418436
* chinese/fcitx: 4.2.8.6 -> 4.2.9.1Kurt Jaeger2016-07-099-41/+48
| | | | | | | | | PR: 210782 Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> Approved by: lichray@gmail.com (maintainer) Notes: svn path=/head/; revision=418269
* chinese/librime: 1.1 -> 1.2.9Kurt Jaeger2016-07-094-66/+19
| | | | | | | | | PR: 210781 Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> Approved by: lichray@gmail.com (maintainer) Notes: svn path=/head/; revision=418259
* chinese/opencc: 0.4.3 -> 1.0.4Kurt Jaeger2016-07-097-147/+75
| | | | | | | | | | PR: 210763 Changes: https://github.com/BYVoid/OpenCC/blob/master/NEWS.md Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> Approved by: lichray@gmail.com (maintainer) Notes: svn path=/head/; revision=418255
* Update to 11.5Vanilla I. Shu2016-07-072-4/+5
| | | | | | | | | PR: 210840 Submitted by: Iblis Lin <iblis at hs dot ntnu dot edu dot tw> Approved by: maintainer Notes: svn path=/head/; revision=418157