aboutsummaryrefslogtreecommitdiff
path: root/japanese
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 20150430.Jun Kuriyama2015-05-064-10/+10
| | | | Notes: svn path=/head/; revision=385517
* Use USES=fakeroot instead of NEED_ROOT=yesBaptiste Daroussin2015-05-031-7/+3
| | | | | | | while here convert to USES=autoreconf Notes: svn path=/head/; revision=385275
* Update spamassassin to 3.4.1.Adam Weinberger2015-04-291-1/+3
| | | | | | | | | | | | | | | | | | | Changes: * improved automation to help combat spammers that are abusing new top level domains; * tweaks to the SPF support to block more spoofed emails; * increased character set normalization to make rules easier to develop and stop spammers from using alternate character sets to bypass tests; * continued refinement to the native IPv6 support; and * improved Bayesian classification with better debugging and attachment hashing. Full ChangeLog at https://metacpan.org/changes/distribution/Mail-SpamAssassin The japanese/spamassassin port is broken until it's updated for 3.4.1. Notes: svn path=/head/; revision=385003
* - Chase GNU Emacs updatesAshish SHUKLA2015-04-276-5/+6
| | | | | | | PR: 199553 Notes: svn path=/head/; revision=384819
* - Update to 4.2Sunpoet Po-Chuan Hsieh2015-04-262-3/+3
| | | | | | | | | | | Changes: https://ja.wordpress.org/2015/04/24/powell/ PR: 199699 Submitted by: sunpoet (myself) Approved by: Joe Horn <joehorn@gmail.com> (maintainer) MFH: 2015Q2 Notes: svn path=/head/; revision=384765
* Update to 4.3.7.Jung-uk Kim2015-04-251-4/+4
| | | | Notes: svn path=/head/; revision=384746
* Fix build with Perl 5.18+Mathieu Arnold2015-04-244-7/+22
| | | | | | | | | | | qw(...) can no longer be used as parentheses Also, rename a patch to stick to our naming scheme. Sponsored by: Absolight Notes: svn path=/head/; revision=384670
* Deprecate Perl modules that only work with 5.16, as it's being phased out, withMathieu Arnold2015-04-242-0/+6
| | | | | | | | | | the same deprecation date. With hat: perl@ Sponsored by: Absolight Notes: svn path=/head/; revision=384646
* japanese/k12: fix pkg-message pathsBartek Rutkowski2015-04-211-2/+2
| | | | | | | | PR: 199536 Submitted by: Watanabe Kazuhiro <CQG00620@nifty.ne.jp> (maintainer) Notes: svn path=/head/; revision=384422
* Convert to USES=autoreconfTijl Coosemans2015-04-181-2/+1
| | | | Notes: svn path=/head/; revision=384248
* - Remove libtool hacks and patches that are now handled by USES=libtoolTijl Coosemans2015-04-181-2/+0
| | | | | | | - Remove CONFIG_SHELL from CONFIGURE_ENV because bsd.port.mk handles that Notes: svn path=/head/; revision=384215
* japanese/gawk: Don't install ancient info pageJohn Marino2015-04-183-7/+46
| | | | | | | | | | | | | | | | | | | | | The version of makeinfo in the texinfo package, the one that FreeBSD 11 and DragonFly use because texinfo is no longer in base, is too new to create the info page on this ancient port. It would be preferred to either update japanese/gawk to match the same version as textproc/gawk, or just remove the port completely. However, for some reason it's a dependency over textproc/gawk on two of rodrigo's ports. I initially tried using extra-patches to only block info on FreeBSD 11 and DragonFly, but Makefile.in is already patched and it was getting complicated so I decided just to remove the old info page for everyone. The man page is still installed of course. Approved by: blanket (unbreaks F11) Notes: svn path=/head/; revision=384209
* converters/libiconv:Tijl Coosemans2015-04-154-37/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove const qualifier from iconv(3) to match POSIX: http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html - Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is defined because the base system iconv supports these extensions too. Add/remove patches to/from ports to call iconv with non-const arguments. This breaks some ports on FreeBSD 10 because base system iconv.h still has the const qualifier. Fix this by letting USES=iconv add a build dependency on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG defined) instead of the base system iconv.h. This exposed some ports that link with libiconv when it is available instead of using libc iconv. In these cases one of the following changes has been made: - patch configure scripts to test for libc iconv first - add ac_cv_lib_iconv_libiconv=no or similar to CONFIGURE_ARGS to disable some configure tests - converters/wkhtmltopdf: this includes Qt4 so add a patch from devel/qt4 - lang/gcc5-aux: respect CFLAGS and friends during configure such that LIBICONV_PLUG is defined in the iconv test, also switch to external gettext - mail/gnarwl: replace patches with CPPFLAGS/LIBS - multimedia/ffmpeg2theora: remove iconv test from SConstruct and use ICONV_LIB in port Makefile instead, also fix a bug in subtitles.c - net-im/licq: finish conversion to cmake - net-mgmt/bandwidthd, net-mgmt/icinga, net-mgmt/nagios, net-mgmt/nagios4: don't need iconv - textproc/p5-XML-TinyXML: finish conversion to USES=perl5 Other changes: - databases/qdbm and slaves: respect CFLAGS and friends, also enable bzip2 and lzo support - games/ldmud: respect CFLAGS and friends - graphics/inventor: replace some patches with MAKE_ARGS/MAKE_ENV to respect CFLAGS and friends, also remove FreeBSD/alpha patch and add missing xorg dependencies PR: 199099 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=384038
* Fix build WITHOUT=NLS.Mathieu Arnold2015-04-111-0/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=383811
* - Update to 0.20150402Danilo Egea Gondolfo2015-04-092-3/+3
| | | | Notes: svn path=/head/; revision=383646
* Convert bsd.gnustep.mk to USES=gnustepBaptiste Daroussin2015-04-091-4/+2
| | | | | | | | | | | | | | | | Simplify gnustep ports Hook into the regular ports framework: - LIB_DEPENDS for library dependencies - Use regular USE_LDCONFIG Reuse USES=objc (automatic) USE_GNUSTEP is now a macro to set the dependencies and build feature needed. Accepted arguments: back base build gui Merge deskutils/preferencepanes into deskutils/systempreferences Notes: svn path=/head/; revision=383626
* Fix post install scriptBaptiste Daroussin2015-04-062-6/+3
| | | | | | | | PR: 199113 Reported by: hiroto.kagotani@gmail.com Notes: svn path=/head/; revision=383417
* Remove OSVERSION checks that do not make sense any more.Mathieu Arnold2015-04-032-9/+0
| | | | | | | | | | | | | For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true, as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107). Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when it is always needed, I renamed it, in one case, I merged two patches. Differential Revision: https://reviews.freebsd.org/D2209 Notes: svn path=/head/; revision=383107
* japanese/groff: add CPE informationBartek Rutkowski2015-03-311-1/+2
| | | | | | | | | | - Maintainer's timeout (hrs@FreeBSD.org) PR: 198594 Submitted by: Shun <shun.fbsd.pr@dropcut.net> Notes: svn path=/head/; revision=382816
* Major update to libpinyin, fcitx and their add ons:Xin LI2015-03-3111-10/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | - New port: chinese/brise Rime schema repository - Update chinese/fcitx to 4.2.8.5. - Update chinese/fcitx-chewing to 0.2.2. - Update chinese/fcitx-cloudpinyin to 0.3.4. - Update chinese/fcitx-configtool to 0.4.8. - Update chinese/fcitx-libpinyin to 0.3.1. - Update chinese/fcitx-rime to 0.3.1. - Update chinese/fcitx-sunpinyin to 0.4.1. - Update chinese/fcitx-table-extra to 0.3.7. - Add LICENSE and update website (mainly move off Google Code) for various ports. - Update chinese/libpinyin to 1.1.0. - Update chinese/librime to 1.1. - Update chinese/opencc to 0.4.3. - Update japanese/fcitx-anthy to 0.2.1. - New port: japanese/fcitx-skk SKK support for Fcitx - Update korean/fcitx-hangul to 0.3.0. - Update textproc/fcitx-m17n to 0.2.3. PR: ports/198743 Submitted by: maintainer, hiroto.kagotani@gmail.com, delphij Notes: svn path=/head/; revision=382798
* Remove dead GNUSTEP_CH master sitesBaptiste Daroussin2015-03-301-2/+1
| | | | Notes: svn path=/head/; revision=382784
* Remove dead RINGSERVERBaptiste Daroussin2015-03-301-2/+1
| | | | Notes: svn path=/head/; revision=382777
* japanese/texinfo: add CPE informationBartek Rutkowski2015-03-251-1/+2
| | | | | | | | PR: 198842 Submitted by: Shun <shun.fbsd.pr@dropcut.net> Notes: svn path=/head/; revision=382246
* 8 ports categories: Remove $PTHREAD_LIBSJohn Marino2015-03-241-3/+0
| | | | | | | | | | | | Categories: archivers, dns, french, japanese, news, port-mgmt, x11-wm The sysutils port was setting configure argument, so the text wasn't removed but the value of PTHREAD_LIBS was changed. approved by: PTHREAD blanket Notes: svn path=/head/; revision=382100
* - Simplify MASTER_SITESDmitry Marakasov2015-03-241-5/+5
| | | | | | | - Strip library Notes: svn path=/head/; revision=382095
* Fix after font changesBaptiste Daroussin2015-03-212-30/+18
| | | | Notes: svn path=/head/; revision=381879
* Make fonts repecting XDGBaptiste Daroussin2015-03-2193-863/+360
| | | | | | | | | | | | | Xorg is now looking in ${LOCALBASE}/share/fonts by default Xorg now accepts symlinks in etc/X11/fontpath.d (as decribed in Xserver(1)) Large cleanup on lots of font ports All fonts are now properly dynamically generating fonts.dir and fonts.scale instead of sometime overwriting existing ones) All fonts are generating fontconfig's cache Improve consistency in fonts ports Notes: svn path=/head/; revision=381876
* Rework XORG_CAT= fontBaptiste Daroussin2015-03-204-119/+108
| | | | | | | | | | | Fonts are now generating the fonts.scale and fonts.dir at install time font-alias is not needed anymore for the above reason extract font-util and encodings out of XORG_CAT=fonts because they do not install any fonts make XORG_CAT=fonts use USES=fonts Notes: svn path=/head/; revision=381702
* - Cleanup installationDmitry Marakasov2015-03-194-15/+15
| | | | | | | | - Fix LOCALBASE refeences in pkg-message and readme - Fix permissions and installation from non-root Notes: svn path=/head/; revision=381682
* Update USE_GITHUB so it does not require GH_COMMIT.Bryan Drewery2015-03-192-2/+2
| | | | | | | | | | | | | | | | | | | | Using this new scheme allows only setting the _tag_ or _commit hash_ in GH_TAGNAME and not having to know the hash for a tag. This scheme will download a tarball that has a different checksum than before due to a changed directory name for extraction. The following MASTER_SITES are provided to retain the old checksum and directory structure (that require GH_COMMIT): GH -> GHL GITHUB -> GITHUB_LEGACY Differential Revision: https://reviews.freebsd.org/D748 Submitted by: amdmi3 Reviewed by: mat, swills, antoine, bdrewery With hat: portmgr Notes: svn path=/head/; revision=381618
* japanese/lynx-current: add USES= cpeBartek Rutkowski2015-03-171-1/+1
| | | | | | | | PR: 197546 Submitted by: Shun <shun.fbsd.pr@dropcut.net> Notes: svn path=/head/; revision=381471
* - Strip libraryDmitry Marakasov2015-03-171-1/+6
| | | | Notes: svn path=/head/; revision=381463
* japanese/lynx: add USES= cpeBartek Rutkowski2015-03-161-1/+1
| | | | | | | | PR: 197545 Submitted by: Shun <shun.fbsd.pr@dropcut.net> Notes: svn path=/head/; revision=381408
* - Update to 0.05Sunpoet Po-Chuan Hsieh2015-03-123-5/+7
| | | | | | | | | | - Add LICENSE - Sort PLIST Changes: http://search.cpan.org/dist/Lingua-JA-Numbers/Changes Notes: svn path=/head/; revision=381114
* - Mark MAKE_JOBS_UNSAFE: occasionally breaks with -j8Dmitry Marakasov2015-03-121-0/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=381059
* Update KDE SC to 4.14.3Alonso Schaich2015-03-112-4/+4
| | | | | | | | | | | | | | | | | | | The kde@ team presents KDE SC 4.14.3, the last planed release of the KDE SC 4 series. In addition to the updates provided by the KDE SC developers, this update also addresses numerous FreeBSD and PORTS specific issues, found and solved by the kde@ team and area51 testers, most notorously Tobias C. Berner <tcberner@gmail.com> PR: 197751 PR: 197871 PR: 184996 Reviewed by: rakuco (mentor) Differential: https://reviews.freebsd.org/D1950 Notes: svn path=/head/; revision=381052
* - Update to 0.20150304Danilo Egea Gondolfo2015-03-062-3/+3
| | | | Notes: svn path=/head/; revision=380621
* - Update to 20150227.Jun Kuriyama2015-03-054-29/+30
| | | | Notes: svn path=/head/; revision=380496
* - Add some mirrorsDmitry Marakasov2015-03-051-1/+3
| | | | | | | MFH: 2015Q1 Notes: svn path=/head/; revision=380473
* Remove Author from pkg-descr and white space fixesBaptiste Daroussin2015-03-028-12/+4
| | | | Notes: svn path=/head/; revision=380306
* ISO/IEC 2022 character encoding scheme.Jun Kuriyama2015-02-265-0/+40
| | | | | | | WWW: http://search.cpan.org/dist/Encode-ISO2022/ Notes: svn path=/head/; revision=379988
* - Update to 4.3.6.Jung-uk Kim2015-02-201-4/+4
| | | | | | | | | - Enable GIO when GTK2 or GTK3 is enabled. [1] Submitted by: tijl [1] Notes: svn path=/head/; revision=379468
* - Fix installation path of mozc_emacs_helper.Hiroki Sato2015-02-202-3/+31
| | | | | | | - Fix mozc_tool path in the fcitx patch set. Notes: svn path=/head/; revision=379411
* - Fix pathname of mozc_renderer, mozc_tool, and mozc_emacs_helper.Hiroki Sato2015-02-1811-33/+173
| | | | | | | | - Fix mozc_tool script to accept options regardless --mode= is specified. - Fix leim-list.el to load mozc.elc. Notes: svn path=/head/; revision=379309
* Update to 470.Hiroki Sato2015-02-152-4/+3
| | | | Notes: svn path=/head/; revision=379043
* Update to 20141206.Hiroki Sato2015-02-152-5/+4
| | | | | | | | Submitted by: Koichiro IWAO PR: 196579 Notes: svn path=/head/; revision=379039
* Update to 2.16.2051.102.Hiroki Sato2015-02-1425-557/+122
| | | | | | | | - fcitx-mozc has been updated to 2.16.2037.102.2 patch. - mozc_server_* scripts have been replaced with a single mozc script. Notes: svn path=/head/; revision=379025
* - Update to 0.20150203Danilo Egea Gondolfo2015-02-122-3/+3
| | | | Notes: svn path=/head/; revision=378869
* - follow r378336Jason Helfman2015-02-021-13/+0
| | | | Notes: svn path=/head/; revision=378338
* - merge japanese/xlockmore into x11/xlockmoreJason Helfman2015-02-021-1/+0
| | | | Notes: svn path=/head/; revision=378336