aboutsummaryrefslogtreecommitdiff
path: root/chinese
Commit message (Collapse)AuthorAgeFilesLines
* Remove Authors from pkg-descrBaptiste Daroussin2015-03-022-4/+0
| | | | Notes: svn path=/head/; revision=380301
* Fix runtime error with wrong datadir.Vanilla I. Shu2015-02-262-0/+16
| | | | | | | Obtained from: James Hung via facebook. Notes: svn path=/head/; revision=380006
* - Update to 4.3.6.Jung-uk Kim2015-02-202-8/+8
| | | | | | | | | - Enable GIO when GTK2 or GTK3 is enabled. [1] Submitted by: tijl [1] Notes: svn path=/head/; revision=379468
* Unbreak on headAntoine Brodin2015-02-151-3/+7
| | | | Notes: svn path=/head/; revision=379034
* Fix build on 10 (makeinfo issue)Vanilla I. Shu2015-02-152-5/+23
| | | | | | | | PR: 197598 Submitted by: Ting-Wei Lan <lantw44 at gmail.com> Notes: svn path=/head/; revision=379027
* 1: Upgrade to 0.4.0.Vanilla I. Shu2015-02-097-53/+37
| | | | | | | | | | 2: add LICENSE & LICENSE_FILE 3: add LIB_DEPENDS to sqlite3 4: sort USES 5: switch to cmake. Notes: svn path=/head/; revision=378710
* UnbreakAntoine Brodin2015-02-082-31/+24
| | | | | | | PR: 197175 Notes: svn path=/head/; revision=378654
* - Strip shared librarySunpoet Po-Chuan Hsieh2015-01-191-0/+1
| | | | Notes: svn path=/head/; revision=377454
* Drop maintainership as I no longer use these software nor have time andRong-En Fan2015-01-167-7/+7
| | | | | | | energy to keep up. Notes: svn path=/head/; revision=377195
* - Update to 4.1Sunpoet Po-Chuan Hsieh2015-01-152-3/+3
| | | | | | | | | | Changes: https://tw.wordpress.org/2015/01/08/dinah/ Submitted by: sunpoet (myself) Approved by: Joe Horn <joehorn@gmail.com> (maintainer) MFH: 2015Q1 Notes: svn path=/head/; revision=377133
* Add missing USE_OPENSSL=yesTijl Coosemans2015-01-151-1/+1
| | | | | | | PR: 195796 Notes: svn path=/head/; revision=377064
* - Bump PORTREVISION to match master port (mail/mutt) and remove false alarm ↵Sunpoet Po-Chuan Hsieh2014-12-291-1/+1
| | | | | | | of "pkg audit" Notes: svn path=/head/; revision=375797
* Remove gnomehack which was unused anywayBaptiste Daroussin2014-12-251-11/+5
| | | | | | | | | While here: - Use OPTIONS_SUB - Use OPTIONS_SINGLE Notes: svn path=/head/; revision=375505
* - Update to 4.1Sunpoet Po-Chuan Hsieh2014-12-242-3/+3
| | | | | | | | | | Changes: https://cn.wordpress.org/2014/12/23/dinah/ Submitted by: sunpoet (myself) Approved by: Joe Horn <joehorn@gmail.com> (maintainer, via email) MFH: 2014Q4 Notes: svn path=/head/; revision=375395
* Update "BSD" license for buganini's portsMark Felder2014-12-223-3/+4
| | | | Notes: svn path=/head/; revision=375251
* - Update to 0.13Sunpoet Po-Chuan Hsieh2014-12-203-9/+6
| | | | | | | | | | | | - Add LICENSE - Remove leading definite article from COMMENT - Remove MAN3 - Sort PLIST Changes: http://search.cpan.org/dist/Lingua-Han-Utils/Changes Notes: svn path=/head/; revision=375068
* Cleanup plistBaptiste Daroussin2014-12-202-2/+0
| | | | Notes: svn path=/head/; revision=375016
* Update to 4.3.5.Jung-uk Kim2014-12-182-8/+8
| | | | Notes: svn path=/head/; revision=374930
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=374303
* Finish resetting maintainershipBaptiste Daroussin2014-12-023-3/+3
| | | | | | | PR: 195059 Notes: svn path=/head/; revision=373793
* Update to 4.3.4.Jung-uk Kim2014-11-272-8/+8
| | | | Notes: svn path=/head/; revision=373473
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-2638-40/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* - While I'm here, update to 4.0.1Sunpoet Po-Chuan Hsieh2014-11-242-4/+3
| | | | | | | | | | | Changes: https://cn.wordpress.org/2014/11/21/wordpress-4-0-1/ https://cn.wordpress.org/2014/09/05/benny/ PR: ports/194932 Submitted by: Joe Horn <joehorn@gmail.com> (maintainer) MFH: 2014Q4 Notes: svn path=/head/; revision=373343
* - While I'm here, update to 4.0.1Sunpoet Po-Chuan Hsieh2014-11-242-4/+3
| | | | | | | | | | | Changes: https://tw.wordpress.org/2014/11/21/wordpress-4-0-1/ https://tw.wordpress.org/2014/09/05/benny/ PR: ports/194931 Submitted by: Joe Horn <joehorn@gmail.com> (maintainer) MFH: 2014Q4 Notes: svn path=/head/; revision=373342
* - Remove a few remaining $Id$ from pkg-plistsAlex Kozlov2014-11-061-1/+0
| | | | | | | Approved by: portmgr (mat) Notes: svn path=/head/; revision=372228
* Update to 4.3.3.Jung-uk Kim2014-10-312-8/+8
| | | | Notes: svn path=/head/; revision=371880
* Cleanup plistBaptiste Daroussin2014-10-2071-412/+1
| | | | Notes: svn path=/head/; revision=371243
* KDE/FreeBSD team presents KDE SC 4.14.2 and KDE Workspace 4.11.13!Max Brazhnikov2014-10-196-37/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | USE_KDE4=kdehier component has been deprecated, new components added: baloo - Baloo core libraries baloo-widgets - Baloo widgets library kfilemetadata - KDE library for extracting file metadata New ports: graphics/kqtquickcharts - QtQuick plugin to render interactive charts misc/artikulate - Pronunciation trainer for KDE (not usable currently, links to both GStreamer 1.x and 0.10.x via dependencies) sysutils/baloo[-widgets] - KDE framework for searching and managing user metadata sysutils/kfilemetadata - Library for extracting file metadata l10n ports: - Farsi (Persian) and Indonesian translations has been readded - Vietnamese didn't pass threshold for inclusion into release astro/kstars: - switch dependency from math/eigen2 to math/eigen3 - add PYKDE option for updating supernovae data deskutils/kdepim4: - update dependencies: add libkgapi and baloo, remove now needless clucene, link-grammar, strigi - add patch to fix build with gcc42 - update COMMENT and description for all KDE PIM ports devel/ruby-krossruby: - remove BROKEN, it builds with ruby 2.x now editors/kate: - add patch to disable memory-hungry build of the kate tests [1] graphics/okular: - add dependency on graphics/libkscreen math/cantor: - add optional dependency on lang/luajit for LuaJIT backend - fix gfortran detection [2] misc/kdehier4: - adapt to new pkg world. Now the purpose of kdehier4 only to link some stuff between KDE4_PREFIX and LOCALBASE. science/kalzium: - switch dependency from math/eigen2 to math/eigen3 - add dependence on science/chemical-mime-data x11-themes/kdeartwork4 - switch dependency from math/eigen2 to math/eigen3 among other changes: - drop deprecated USE_KDE4=kdehier - drop @dirrm from plist - clean up pkg-descr - convert to options helpers - other portlint fixes The area51 repository features commits by alonso, rakuco and myself. PR: 187150 [1] Reported by: pe.freethread@live.com Patch by: Tobias Berner <tcberner@gmail.com> PR: 180674 [2] Reported by: torsten.eichstaedt@web.de PR: 194316 Exp-run: antoine Notes: svn path=/head/; revision=371193
* - Convert ports from cad/, chinese/, comms/ and converters/ to newMarcus von Appen2014-10-193-5/+8
| | | | | | | | | USES=python Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371172
* Bump version, I fix building erro on prev commit.Vanilla I. Shu2014-10-181-1/+1
| | | | Notes: svn path=/head/; revision=371090
* Reset maintainershipBaptiste Daroussin2014-10-172-2/+2
| | | | Notes: svn path=/head/; revision=371040
* Update to 4.3.2.Jung-uk Kim2014-10-164-10/+8
| | | | Notes: svn path=/head/; revision=371023
* chase latest irc/irssi.Vanilla I. Shu2014-10-161-63/+78
| | | | Notes: svn path=/head/; revision=370973
* - Convert to USES=python, limit to 2.xJason E. Hale2014-10-062-2/+4
| | | | | | | | - Add LICENSE - Clean up plist Notes: svn path=/head/; revision=370183
* - Remove USE_PYTHON=concurrentSunpoet Po-Chuan Hsieh2014-10-041-1/+1
| | | | Notes: svn path=/head/; revision=369986
* Upgrade to 3.0.12Vanilla I. Shu2014-09-233-70/+5
| | | | Notes: svn path=/head/; revision=369066
* print/freetype:Tijl Coosemans2014-09-191-0/+1
| | | | | | | | - Remove old libtool patch - Remove :oldver from USES=libtool and bump dependent ports Notes: svn path=/head/; revision=368571
* chinese/libtabe: convert to USES=libtool and bump dependent portsTijl Coosemans2014-09-183-11/+9
| | | | Notes: svn path=/head/; revision=368438
* Fix group of some packaged filesAntoine Brodin2014-09-142-2/+2
| | | | Notes: svn path=/head/; revision=368208
* - Switch graphics/opencolorio and chinese/librime to yaml-cpp03, as they are ↵Dmitry Marakasov2014-09-111-2/+4
| | | | | | | | | incompatible with newer version PR: 192330 Notes: svn path=/head/; revision=367958
* - Fix a bug which prevented a bind(2) call from working.Hiroki Sato2014-09-111-0/+15
| | | | | | | | | | | - Support "make stage" by a non-root user. - Set $*wnn_enable=NO by default. [*] - Fix pkg-plist. PR: 149250 [*] Notes: svn path=/head/; revision=367909
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-1012-7/+12
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* chinese/fcitx: Adjust pkg-plist to pass stage-qa checksJohn Marino2014-09-092-5/+2
| | | | | | | PR: 192901 Notes: svn path=/head/; revision=367720
* Change INSTALL_DATA to install with mode 644Antoine Brodin2014-09-041-5/+1
| | | | | | | | | | | | | Remove patches and hacks that were used to work around the previous situation This allows to stage more ports as a regular user Differential Revision: https://reviews.freebsd.org/D703 Reviewed by and discussed with: bapt With hat: portmgr Notes: svn path=/head/; revision=367307
* Remove non staged ports without pending PR from c*Baptiste Daroussin2014-09-0178-12759/+0
| | | | Notes: svn path=/head/; revision=366865
* textproc/scim:Tijl Coosemans2014-08-313-3/+3
| | | | | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip Notes: svn path=/head/; revision=366755
* dns/libidn:Tijl Coosemans2014-08-301-3/+3
| | | | | | | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Always install libidn-components.png because it is used by libidn.info - Add -lintl to Libs.private instead of Libs in libidn.pc Notes: svn path=/head/; revision=366659
* Remove ports related to Adobe Reader.Hiroki Sato2014-08-305-30/+0
| | | | Notes: svn path=/head/; revision=366621
* - Allow concurrent installation (USE_PYTHON=concurrent)Sunpoet Po-Chuan Hsieh2014-08-301-1/+1
| | | | Notes: svn path=/head/; revision=366613
* This port stages fine as a regular userAntoine Brodin2014-08-261-1/+0
| | | | Notes: svn path=/head/; revision=366282