aboutsummaryrefslogtreecommitdiff
path: root/japanese
Commit message (Collapse)AuthorAgeFilesLines
* Replace all INSTALL_DATA/INSTALL_SCRIPT and INSTALL_PROGRAM/STRIP=Edwin Groothuis2007-10-071-1/+2
| | | | | | | | | | | hacks to install kernel loadable modules correctly on amd64 platforms with the new INSTALL_KLD command. All PORTREVISIONS have been bumped to show when the new version of installing became available. Notes: svn path=/head/; revision=201024
* - Update to 20071006Martin Wilke2007-10-054-8/+8
| | | | | | | | PR: 116954 Submitted by: NIIMI Satoshi <sa2c@sa2c.net> (maintainer) Notes: svn path=/head/; revision=200957
* - Update to 070930Martin Wilke2007-10-053-12/+10
| | | | | | | | PR: 116856 Submitted by: Takeshi MUTOH <mutoh@openedu.org> (maintainer) Notes: svn path=/head/; revision=200953
* Remove support for OSVERSION < 5Edwin Groothuis2007-10-031-10/+1
| | | | Notes: svn path=/head/; revision=200758
* Mark as broken with gcc4.2 on 64-bit archs.Mark Linimon2007-10-021-1/+9
| | | | Notes: svn path=/head/; revision=200576
* Deprecate. This doesn't build with gcc4.2 and nothing else in the portsMark Linimon2007-10-021-0/+3
| | | | | | | collection uses it anymore. Notes: svn path=/head/; revision=200575
* Mark as broken on gcc4.2. While here, pet portlint.Mark Linimon2007-10-021-1/+5
| | | | Notes: svn path=/head/; revision=200574
* Mark as broken: fails to install.Mark Linimon2007-09-301-0/+4
| | | | Notes: svn path=/head/; revision=200435
* Add new files that got accidently missed during autoconf update patch.Ade Lovett2007-09-301-0/+11
| | | | | | | PR: 116639 Notes: svn path=/head/; revision=200416
* Before bsd.port.pre.mk, set either USE_PERL5 or WANT_PERL, depending onMark Linimon2007-09-301-0/+1
| | | | | | | | whether the perl dependency is unconditional or conditional. This will be needed for the conditional inclusion of bsd.perl.mk. Notes: svn path=/head/; revision=200412
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.Mark Linimon2007-09-3013-25/+28
| | | | | | | | PR: ports/116639 Submitted by: aDe Notes: svn path=/head/; revision=200411
* - Update to 20070929.Alejandro Pulver2007-09-294-8/+8
| | | | | | | | PR: ports/116727 Submitted by: NIIMI Satoshi <sa2c@sa2c.net> (maintainer) Notes: svn path=/head/; revision=200388
* Fix mtree error.Hiroki Sato2007-09-291-2/+4
| | | | Notes: svn path=/head/; revision=200361
* Add missing USE_PERL5. This is already present in devel/bugzilla/Makefile.Mark Linimon2007-09-262-0/+4
| | | | Notes: svn path=/head/; revision=200121
* - Remove useless OPTIONS variableNicola Vitale2007-09-251-2/+0
| | | | Notes: svn path=/head/; revision=200084
* - Update to 1.9Nicola Vitale2007-09-254-274/+782
| | | | Notes: svn path=/head/; revision=200083
* Update to 9100c.MANTANI Nobutaka2007-09-242-8/+8
| | | | | | | | PR: ports/116503 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> Notes: svn path=/head/; revision=200053
* - Update to 20070924Martin Wilke2007-09-244-8/+8
| | | | | | | | PR: 116590 Submitted by: NIIMI Satoshi <sa2c@sa2c.net> (maintainer) Notes: svn path=/head/; revision=200021
* - Update to 20070915Martin Wilke2007-09-204-8/+8
| | | | | | | | PR: 116368 Submitted by: NIIMI Satoshi <sa2c@sa2c.net> (maintainer) Notes: svn path=/head/; revision=199786
* 2007-08-22 java/jdk11-doc: Obsolete version of jdkMartin Wilke2007-09-187-82/+0
| | | | | | | | | | | 2007-08-22 databases/java-sqlrelay: Depends on obsolete version of jdk 2007-08-22 mail/yuzu: Depends on obsolete version of jdk 2007-08-29 net/ng_netflow: already in base in all supported versions of FreeBSD 2007-08-22 java/jdk12-doc: Obsolete version of jdk 2007-08-22 japanese/netypesv: Depends on obsolete version of jdk Notes: svn path=/head/; revision=199715
* - Fix build on amd64Martin Wilke2007-09-151-0/+2
| | | | | | | | PR: 116374 Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> (maintainer) Notes: svn path=/head/; revision=199526
* - Update to 3.2.3 (sync with mail/p5-Mail-SpamAssassin)Martin Wilke2007-09-143-70/+79
| | | | | | | | PR: 116007 Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> (maintainer) Notes: svn path=/head/; revision=199484
* Fix up after bsd.perl.mk import.Mark Linimon2007-09-101-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=199233
* [patch] japanese/sj3 is brokenEdwin Groothuis2007-09-0924-1314/+324
| | | | | | | | | | | | | | | There are several problems with japanese/sj3 port. 1. Original MASTER_SITES don't seem to work any longer. 2. With the current patchset it builds okay, but it is said that it does not work correctly. 3. It does not build under 7-CURRENT (i.e. with gcc4.2). PR: ports/113572 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> Approved by: maintainer timeout Notes: svn path=/head/; revision=199168
* japanese/ng: use termios instead of sgttyEdwin Groothuis2007-09-091-1/+2
| | | | | | | | | | | | | | The japanese/ng port makes use of the bsd style code for stuff like line discipline handling. Nowadays we can just use the sysv code, which makes us use the sgtty interface instead of termios, which is the preferred one. PR: ports/113325 Submitted by: Ed Schouten <ed@fxq.nl> Approved by: maintainer timeout Notes: svn path=/head/; revision=199167
* Fix plist substitution in the new Perl order.Mark Linimon2007-09-081-2/+2
| | | | | | | Pointy hat to: linimon Notes: svn path=/head/; revision=199118
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-0814-42/+16
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* New port: japanese/p5-Mail-SpamAssassinEdwin Groothuis2007-09-0711-0/+624
| | | | | | | | | | | | | | A new port for SpamAssassin with Japanese tokenizer patch. Now the current version of SA is 3.2.1, while the latest Japanese patch is for version 3.1.8. Considering such delay I remade the port as standalone one. PR: ports/112445 Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> Notes: svn path=/head/; revision=198986
* New port: japanese/ochushaEdwin Groothuis2007-09-079-0/+170
| | | | | | | | | | | | | ochusha is a program that gives a GUI based on GTK+ for accessing BBS like 2ch.net. WWW: http://ochusha.sourceforge.jp/ PR: ports/95854 Submitted by: sgr <faust@ua.airnet.ne.jp> Notes: svn path=/head/; revision=198984
* As promised, remove net-im/gaim, and all dependent ports. Gaim has beenJoe Marcus Clarke2007-09-073-28/+0
| | | | | | | replaced by net-im/pidgin. Notes: svn path=/head/; revision=198975
* [new port] japanese/asterisk-sounds-jp Japanese sound files for AsteriskEdwin Groothuis2007-09-0613-0/+187
| | | | | | | | | | | | | | | | This is a Japanese sound files for Asterisk(PBX). It increases by MS Eri Takeda of a voice actor to do Japanese utterance. And sound files is limited to a purpose to use Asterisk PBX can take advantage of it in royalty-free freely. PR: ports/114067 Submitted by: Fumihiko Kimura <jfkimura@yahoo.co.jp> Notes: svn path=/head/; revision=198955
* Update to 20070901Tilman Keskinoz2007-09-024-8/+8
| | | | | | | | PR: 116003 Submitted by: NIIMI Satoshi <sa2c@sa2c.net> Notes: svn path=/head/; revision=198658
* Fix wrong configure options.Hiroki Sato2007-09-021-5/+2
| | | | | | | Pointy hat to: hrs Notes: svn path=/head/; revision=198652
* Fix type: USE_X_LIB --> USE_XLIBNorikatsu Shigemura2007-09-021-2/+2
| | | | | | | | | PR: ports/116008 Submitted by: Seiya Yanagita s_yanagita at ybb.ne.jp Reported by: infofarmer Notes: svn path=/head/; revision=198651
* Fix typo: USE_X_LIB --> USE_XLIBNorikatsu Shigemura2007-09-021-2/+2
| | | | | | | Reported by: infofarmer Notes: svn path=/head/; revision=198650
* Update to Qt 4.3.1.Michael Nottebrock2007-09-023-8/+8
| | | | Notes: svn path=/head/; revision=198629
* USE_X_LIB --> USE_XLIBHajimu UMEMOTO2007-08-312-4/+4
| | | | | | | Reported by: infofarmer Notes: svn path=/head/; revision=198589
* - s/USE_X_LIB/USE_XLIB/ in unmaintained portsAndrew Pantyukhin2007-08-311-1/+1
| | | | | | | Noticed by: gabor Notes: svn path=/head/; revision=198586
* Require pygtk2 to enable python support.Hajimu UMEMOTO2007-08-291-1/+2
| | | | Notes: svn path=/head/; revision=198498
* - change maintainer address on ports I maintainThomas Abthorpe2007-08-232-2/+2
| | | | | | | Approved by: clsung (mentor) Notes: svn path=/head/; revision=198164
* Require textproc/p5-XML-Parser for build.Hajimu UMEMOTO2007-08-201-2/+4
| | | | Notes: svn path=/head/; revision=197987
* 2007-08-19 mail/mew3-emacs20: emacs20 and related ports are obsolete; please ↵Martin Wilke2007-08-1947-2169/+0
| | | | | | | | | | | | | | | | | use a more recent version 2007-08-19 japanese/skk10-elisp-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/mule-sj3+wnn7: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/mule-sj3+wnn6: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/mule-freewnn+sj3: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/mule-canna+freewnn: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/migemo-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/lookup-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/emacs20-emcws: editors/emacs20 is also deprecated 2007-08-19 japanese/ddskk-emacs20: emacs20 and related ports are obsolete; please use a more recent version Notes: svn path=/head/; revision=197905
* 2007-08-19 www/emacs-w3m-emacs20: emacs20 and related ports are obsolete; ↵Martin Wilke2007-08-195-54/+0
| | | | | | | | | | | | | | | | please use a more recent version 2007-08-19 mail/wanderlust-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 mail/rmime: emacs20 and related ports are obsolete; also, distfile is unfetchable 2007-08-19 mail/mew2-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 mail/mew-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 mail/emh-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 lang/tuareg-mode.el: emacs20 and related ports are obsolete; this port needs an update 2007-08-19 korean/hanemacs: depends on emacs19 which is obsolete 2007-08-19 japanese/weather-emacs20: emacs20 and related ports are obsolete; please use a more recent version Notes: svn path=/head/; revision=197904
* Use LOCALBASE.Hajimu UMEMOTO2007-08-162-2/+2
| | | | Notes: svn path=/head/; revision=197817
* Update to 0.6.0.Hajimu UMEMOTO2007-08-1616-118/+175
| | | | Notes: svn path=/head/; revision=197814
* - Add japanese/lookup-emacs21 as a slave to japanese/lookupSergey Matveychuk2007-08-097-118/+4
| | | | | | | | PR: ports/114670 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> Notes: svn path=/head/; revision=197382
* - Remove EMACS_PORT_NAME knob.Sergey Matveychuk2007-08-081-4/+5
| | | | | | | | PR: ports/114670 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> Notes: svn path=/head/; revision=197328
* - Remove the DESTDIR modifications from individual ports as we have a new,Gabor Kovesdan2007-08-043-16/+16
| | | | | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav) Notes: svn path=/head/; revision=197075
* Correct dependency to fix package build.MANTANI Nobutaka2007-08-041-2/+2
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=197071
* Update email address in pkg-descr.MANTANI Nobutaka2007-08-041-1/+1
| | | | Notes: svn path=/head/; revision=197058