aboutsummaryrefslogtreecommitdiff
path: root/japanese
Commit message (Collapse)AuthorAgeFilesLines
* The KDE FreeBSD team is proud to announce the release of KDE 4.1.0Martin Wilke2008-08-095-304/+230
| | | | | | | | | | | | | | | | | | | | | | | | for FreeBSD. The official KDE 4.1.0 release notes can be found at http://www.kde.org/announcements/4.1/. Some note: * Prefix KDE4 will be install into a custom prefixes namely ${LOCALBASE}/kde4. KDE4 and KDE3 can co-exist * Sound For sound to work, it is necessary to have dbus and hal enabled in your system. Please see the respective documentation on how to enable these. For more Informations see the HEADS UP at ports@ and kde-freebsd@ or our wiki page http://wiki.freebsd.org/KDE4/Install. Have fun! Notes: svn path=/head/; revision=218272
* - Update to qt 4.4.1Martin Wilke2008-08-043-17/+15
| | | | | | | | | | | | | | Note: With this update several ports specific problems have been fixed. Qt4 headers and libraries have been moved to include/qt4 and lib/qt4. bsd.qt.mk defines QT_INCDIR and QT_LIBDIR now, which could be used in qt4-dependent ports if required. Thanks to: Max Brazhnikov Danny Pansters Notes: svn path=/head/; revision=218043
* - s/DOCDIR/DOCSDIR/ and use DATADIR both in Makefile and pkg-plistIon-Mihai Tetcu2008-07-282-80/+80
| | | | | | | | | | | - pet portlint - fix plist with -DNOPORTDOCS - bump PORTREVISION Prompted by: QA Tindy run Notes: svn path=/head/; revision=217769
* Unbreak on amd64Tilman Keskinoz2008-07-273-8/+13
| | | | | | | | | | | Set maintainership back to ports PR: 125683 Submitted by: Kazunori_Fujiwara <fujiwara@wide.ad.jp> Approved by: maintainer Notes: svn path=/head/; revision=217686
* Fix build (add auto-tools)Volker Stolz2008-07-271-0/+1
| | | | | | | | PR: ports/125972 Submitted by: Tsurutani Naoki Notes: svn path=/head/; revision=217650
* - Remove USE_GCC where it can be satisfied with base compiler on followingPav Lucistnik2008-07-251-1/+0
| | | | | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT Notes: svn path=/head/; revision=217485
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵Pav Lucistnik2008-07-256-6/+1
| | | | | | | MAKE_ENV Notes: svn path=/head/; revision=217477
* Remove japanese/kterm16c because japanese/kterm now supports theHiroki Sato2008-07-2422-677/+74
| | | | | | | | | | 16-color patch. While I am here, OPTIONSify WITH_* vars and add some clean-ups to the Makefile in japanese/kterm. Approved by: maintainer Notes: svn path=/head/; revision=217424
* - Fix build with NOPORTDOCS=yes.Hiroki Sato2008-07-232-11/+13
| | | | | | | | | - Add CONFLICTS=ja-kterm-[0-9]*. Spotted by: QA Tindy Notes: svn path=/head/; revision=217340
* Fix USE_XORG for the upcoming bsd.port.mk changes (ports/122340).Florent Thoumie2008-07-222-2/+2
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=217318
* Remove japanese/samba and suggest samba3 instead, after itErwin Lansing2008-07-2113-2670/+0
| | | | | | | expired several months ago. Notes: svn path=/head/; revision=217263
* Update to 8.1.2 Security Update 1. Quoted from the advisory:Hiroki Sato2008-07-201-3/+3
| | | | | | | | | | | | | | | A critical vulnerability has been identified in Adobe Reader and | Acrobat 8.1.2. This vulnerability would cause the application to | crash and could potentially allow an attacker to take control of | the affected system. Security: CVE-2008-2641 Security: CVE-2008-0883 Security: http://www.adobe.com/support/security/bulletins/apsb08-15.html Notes: svn path=/head/; revision=217208
* - Updates to 2.8.7.dev9.Martin Wilke2008-07-195-138/+208
| | | | | | | | | | - Overhauls the port structure, based on the recent japanese/lynx. PR: 125685 Submitted by: WATANABE Kazuhiro <CQG00620@nifty.ne.jp> Notes: svn path=/head/; revision=217084
* - Updates to 2.8.6.rel5Martin Wilke2008-07-192-6/+7
| | | | | | | | | | | - Adds a missing configure option (--with-bzlib) to the CONFIGURE_ARGS. - Fixes the CONFLICTS variable. PR: 125684 Submitted by: WATANABE Kazuhiro <CQG00620@nifty.ne.jp> Notes: svn path=/head/; revision=217083
* Chase net/samba3-3.0.30 upgrade and unbreak.Jun Kuriyama2008-07-102-9/+8
| | | | Notes: svn path=/head/; revision=216673
* - Bump PORTREVISION after arp updateMartin Wilke2008-07-071-1/+1
| | | | | | | | PR: 125277 Submitted by: rodrigc Notes: svn path=/head/; revision=216445
* Only run pre-install when NOPORTDOCS isn't setEdwin Groothuis2008-07-051-4/+6
| | | | | | | Noticed by: ionbot Notes: svn path=/head/; revision=216352
* [Patch] japanese/mh: port to termiosEdwin Groothuis2008-07-054-0/+172
| | | | | | | | | | | | | | The japanese/mh port is one of the last ports that still depends on COMPAT_43TTY, because it uses the sgtty programming interface. We'd better port it to the POSIX termios interface. The source code already contains code for SysV termio, which makes it easier to port. PR: ports/124466 Submitted by: Ed Schouten <ed@FreeBSD.org> Approved by: maintainer timeout Notes: svn path=/head/; revision=216338
* Update to 20080630.Jun Kuriyama2008-07-022-7/+7
| | | | Notes: svn path=/head/; revision=216121
* Switch the japanese/sj3 port to termios instead of sgtty.Ed Schouten2008-06-306-3/+471
| | | | | | | | | | | This makes the port build again with the latest versions of FreeBSD -CURRENT. Also increment the PORTREVISION, because we want older binaries of sj3 to be recompiled. sgtty is bad. Approved by: philip (mentor), Hiroo Ono (port maintainer) Notes: svn path=/head/; revision=216050
* Bump PORTREVISION due to subversion upgrade.Lev A. Serebryakov2008-06-301-1/+1
| | | | Notes: svn path=/head/; revision=216035
* (1) Upgrade subversion to version 1.5.0.Lev A. Serebryakov2008-06-301-1/+1
| | | | | | | | | | | (2) Make binding ports to be real ports, which installs only bindings and depend on subversion. (3) Rename bindings ports to reflect perl5/python/ruby modules naming scheme. (4) Re-base subversion-freebsd to `devel/subversion'. (5) Fix all ports, which depends on subversion bindings. Notes: svn path=/head/; revision=216025
* - respect NOPORTDOCS and NOPORTDATAIon-Mihai Tetcu2008-06-291-0/+92
| | | | | | | | | | | | - plist now embedded in Makefile - files/rogue_s.6 was renamed to files/rogue_s.6.in with some modification. - bump PORTREVISON PR: ports/125090 Submitted by: maintainer Notes: svn path=/head/; revision=215964
* - respect NOPORTDOCS and NOPORTDATAIon-Mihai Tetcu2008-06-294-121/+28
| | | | | | | | | | | | - plist now embedded in Makefile - files/rogue_s.6 was renamed to files/rogue_s.6.in with some modification. - bump PORTREVISON PR: ports/125090 Submitted by: maintainer Notes: svn path=/head/; revision=215954
* Fix installation of documentation (bump PORTREVISION)Volker Stolz2008-06-252-14/+13
| | | | | | | | PR: ports/124663 Submitted by: maintainer Notes: svn path=/head/; revision=215755
* - Fix build after devel/darts updateMartin Wilke2008-06-222-4/+13
| | | | | | | Reported by: pavbot Notes: svn path=/head/; revision=215552
* - Make XLFD of IPA TrueType font more consistent.Hiroki Sato2008-06-202-21/+21
| | | | | | | | | | - Take maintainership. Approved by: maintainer timeout PR: ports/124156 Notes: svn path=/head/; revision=215388
* - Update to 3.2.5.Felippe de Meirelles Motta2008-06-204-20/+19
| | | | | | | | | PR: ports/124688 Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> (maintainer) Approved by: gabor (mentor, implicit) Notes: svn path=/head/; revision=215317
* Add more MASTER_SITES.Hiroki Sato2008-06-191-1/+3
| | | | Notes: svn path=/head/; revision=215288
* Unbreak (old distfiles not found): update to version 1.3.1.Makoto Matsushita2008-06-192-6/+5
| | | | | | | Noticed by: pav Notes: svn path=/head/; revision=215284
* Standardize placement and style of WWW: lines, and in some casesDoug Barton2008-06-191-1/+2
| | | | | | | | | remove ^M from line endings. List of files with "issues" supplied by: Alex Kozlov <spam@rm-rf.kiev.ua> Notes: svn path=/head/; revision=215241
* - This port has been BROKEN for more than 6 months. It will be removed unlessPav Lucistnik2008-06-191-0/+2
| | | | | | | | | fixed in next two months. With hat: portmgr Notes: svn path=/head/; revision=215228
* - Resurrect japanese/lynxPav Lucistnik2008-06-181-0/+1
| | | | Notes: svn path=/head/; revision=215155
* - Resurrect, unbreak and update to 2.8.6.rel4Pav Lucistnik2008-06-185-0/+226
| | | | | | | | PR: ports/111326 Submitted by: Watanabe Kazuhiro <CQG00620@nifty.ne.jp> Notes: svn path=/head/; revision=215154
* - Delete expired port japanese/vje30: depends on forbidden port misc/compat3xPav Lucistnik2008-06-189-465/+0
| | | | Notes: svn path=/head/; revision=215149
* - Delete expired japanese/lynx port: Leaves behind config file on deinstallPav Lucistnik2008-06-188-241/+0
| | | | Notes: svn path=/head/; revision=215146
* - Reset maintainer address:Pav Lucistnik2008-06-184-4/+4
| | | | | | | | 550 5.1.2 <taguchi@tohoku.iij.ad.jp>... Host unknown (Name server: tohoku.iij.ad.jp: no data known) Notes: svn path=/head/; revision=215096
* Update to 0.08000OKAZAKI Tetsurou2008-06-133-4/+11
| | | | | | | | PR: 124527 Submitted by: Masahiro Teramoto (maintainer) Notes: svn path=/head/; revision=214795
* Update to 0.02.OKAZAKI Tetsurou2008-06-113-5/+5
| | | | | | | | PR: 124478 Submitted by: Masahiro Teramoto (maintainer) Notes: svn path=/head/; revision=214682
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-0676-55/+76
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* Fix DEPENDS and bump PORTREVISIONIon-Mihai Tetcu2008-06-051-2/+3
| | | | | | | | Submitted by: QA Tindy run Pointyhat to: miwi@, pav@, sanpei@ Notes: svn path=/head/; revision=214361
* - Remove obsolete fp=[y|n] modifier in fonts.dir.Hiroki Sato2008-05-314-10/+14
| | | | | | | - Add "gothic" as font family. Notes: svn path=/head/; revision=214005
* Remove japanese/motoya-ttfonts. The EULA is too restrictive forHiroki Sato2008-05-319-421/+0
| | | | | | | | | the ports tree. Approved by: maintainer Notes: svn path=/head/; revision=214004
* Remove obsolete fp=[y|n] modifier in fonts.dir.Hiroki Sato2008-05-3112-28/+30
| | | | Notes: svn path=/head/; revision=214003
* - Remove obsolete fp=[y|n] modifier in fonts.dir.Hiroki Sato2008-05-316-15/+30
| | | | | | | - Add "mincho" and "gothic" as font family. Notes: svn path=/head/; revision=214002
* - Sync with lastes p5-Mail-SpamAssassinMartin Wilke2008-05-303-6/+24
| | | | | | | | PR: 124034 Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> (maintainer) Notes: svn path=/head/; revision=213933
* Update to 20080430 version.Jun Kuriyama2008-05-272-7/+7
| | | | Notes: svn path=/head/; revision=213734
* [MAINTAINER] japanese/latex-japanese: change portname to platex-japaneseEdwin Groothuis2008-05-266-89/+5
| | | | | | | | | | | | | This port can be only usable with platex not with latex. To eliminate ambiguity which may lead users to try this package with genuine latex, it's be better change the prefix of portname to "platex-" instead of "latex-". PR: ports/123626 Submitted by: Koji Yokota <yokota@res.otaru-uc.ac.jp> Notes: svn path=/head/; revision=213673
* Remove japanese/kochi-cidfonts. This CID-keyed font is suspectedHiroki Sato2008-05-255-51/+0
| | | | | | | | | of including copyright violated glyphs from a 32-dot bitmap font used in LABO System 123 (a commercial product), and doubtless version has not been released. Notes: svn path=/head/; revision=213650
* Add Ume Font, another free Japanese TrueType font based onHiroki Sato2008-05-2515-0/+551
| | | | | | | | | Sazanami and Wadalab font families. WWW: http://sourceforge.jp/projects/ume-font/wiki/FrontPage Notes: svn path=/head/; revision=213644