aboutsummaryrefslogtreecommitdiff
path: root/korean
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'RELEASE_7_0_0'.release/7.0.0cvs2svn2008-02-244-479/+0
| | | | | Notes: svn path=/head/; revision=207820 svn path=/tags/RELEASE_7_0_0/; revision=207821; tag=release/7.0.0
* Update to KDE 3.5.8Michael Nottebrock2007-10-294-6/+488
| | | | Notes: svn path=/head/; revision=202377
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialJoe Marcus Clarke2007-10-243-54/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GNOME 2.20 release notes can be found at http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update includes the new GIMP 2.4 (courtesy of ahze). The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share rather than ${PREFIX}/share/gnome. The result is that fewer patches and hacks are needed to port GNOME components to FreeBSD. This will mean some user changes may be required, so be sure to read /usr/ports/UPDATING for more details. This release and the things we accomplished in it would not have been possible without mezz's crazy idea to collapse DATADIR, and his persistence to make it happen successfully. Ahze and pav also deserve thanks for their work on porting modules and testing the whole ball of wax on pointyhat (respectively). The FreeBSD GNOME team would also like to thank our various testers and contributors: Yasuda Keisuke Frank Jahnke Pawel Worach Brian Gruber Franz Klammer Yuri Pankov Nick Barkas Cristian KLEIN Tony Maher Scot Hetzel Martin Matuska (mm) Benoit Dejean Martin Wilke (miwi) (And anyone else I may have missed) PRs fixed in this release: 111272, 113470, 115995, 116338 Notes: svn path=/head/; revision=201947
* Remove expired Emacs ports and the surrounding expired ports:Vasil Dimov2007-10-143-53/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-08-19 chinese/mule-freewnn: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 chinese/xemacs: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 converters/mule-ucs-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 devel/eieio-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 editors/apel-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 editors/bitmap-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 editors/emacs19: emacs19 is obsolete; please use a more recent version 2007-08-19 editors/emacs20: "editors/emacs is recommended instead for new installations" 2007-08-19 editors/flim-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 editors/mule-common: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 editors/mule: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 editors/semi-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 editors/speedbar-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 irc/irchat-pj-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 irc/pure-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/diclookup-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/diclookup-mule: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/mule-canna+freewnn+sj3: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/mule-canna+sj3+wnn6: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/mule-canna+sj3+wnn7: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/mule-canna+sj3: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/mule-canna+wnn6: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/mule-canna+wnn7: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/mule-canna: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/mule-freewnn: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/mule-sj3: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/mule-wnn6: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/mule-wnn7: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/navi2ch-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/w3: distfile is 10 years old and depends on emacs19 which is obsolete 2007-08-19 korean/mule-freewnn: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 www/w3: distfile is 10 years old and depends on emacs19 which is obsolete Notes: svn path=/head/; revision=201441
* 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
* Remove support for OSVERSION < 5Edwin Groothuis2007-10-031-4/+1
| | | | Notes: svn path=/head/; revision=200758
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.Mark Linimon2007-09-302-5/+5
| | | | | | | | PR: ports/116639 Submitted by: aDe Notes: svn path=/head/; revision=200411
* Update to Qt 4.3.1.Michael Nottebrock2007-09-023-8/+8
| | | | Notes: svn path=/head/; revision=198629
* 2007-08-19 www/emacs-w3m-emacs20: emacs20 and related ports are obsolete; ↵Martin Wilke2007-08-1915-2416/+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
* - bsd.qt.mk:Michael Nottebrock2007-08-022-7/+3
| | | | | | | | | | | | | | | QT_COMPONENTS can now be depended on at runtime or buildtime only by specifiying them as <component>_build or <component>_run, respectively. Specifying <component> without any suffix will depend on the component at both build- and runtime just like before. - Convert Qt core ports to use the new dependency switches. - Add a patch to corelib to fix Qt4 on ARM, submitted by: Björn König <bkoenig@alpha-tierchen.de> Notes: svn path=/head/; revision=196993
* Update to the autotools new world order.Ade Lovett2007-07-282-8/+7
| | | | | | | | | Tested by: numerous package build runs Approved by: portmgr Thanks to: des, kris, linimon, pav Notes: svn path=/head/; revision=196437
* Start the deorbit burn of ports that are multilingual versions of emacs19Mark Linimon2007-07-191-0/+3
| | | | | | | | | | and obsoleted by emacs20 and later. Discussed with: NIIMI Satoshi Hat: portmgr Notes: svn path=/head/; revision=195883
* Start the deorbit burn of emacs19 and dependent files. They are antiquated.Mark Linimon2007-07-191-0/+3
| | | | | | | | Discussed with: various emacs maintainers Hat: portmgr Notes: svn path=/head/; revision=195879
* Update to Qt 4.3.0, introduce bsd.qt.mk.Michael Nottebrock2007-07-162-18/+8
| | | | | | | Approved by: portmgr (bsd.port.mk changes) Notes: svn path=/head/; revision=195715
* - Change maintainer addressBeech Rintoul2007-07-051-3/+3
| | | | | | | | | | - Cleanup master_sites Requested by: Yinghong Liu <relaxbsd@gmail.com> (maintainer) Approved by: sat (mentor) Notes: svn path=/head/; revision=194988
* Update to KDE 3.5.7 / KOffice 1.6.3Michael Nottebrock2007-07-044-8/+6
| | | | Notes: svn path=/head/; revision=194883
* Chase the addition of kld category to some missing portsEdwin Groothuis2007-06-301-1/+1
| | | | Notes: svn path=/head/; revision=194498
* Add new .mo file (pa translation).CHOI Junho2007-06-271-0/+1
| | | | | | | Submitted by: pav Notes: svn path=/head/; revision=194323
* Update to 0.3.1. It depends ko-libhangul now.CHOI Junho2007-06-242-5/+7
| | | | Notes: svn path=/head/; revision=194170
* make it use termios instead of sgtty.CHOI Junho2007-06-122-1/+13
| | | | | | | | PR: ports/113327 Submitted by: Ed Schouten ed@hoeg.nl Notes: svn path=/head/; revision=193305
* Korean and foreign language Dictionaries for StarDict.Martin Wilke2007-06-044-0/+89
| | | | | | | | | | WWW: http://stardict.sourceforge.net/ PR: ports/113129 Submitted by: Yinghong.Liu <liu_yinghong at yahoo.com.cn> Notes: svn path=/head/; revision=192751
* Remove expired ports:Gabor Kovesdan2007-06-0419-652/+0
| | | | | | | | | 2007-05-15 devel/ups-debug: only runs on FreeBSD 4.X/386 2007-03-10 korean/han: Broken on all supported versions of FreeBSD 2007-05-11 net/tspc2: development is discontinued Notes: svn path=/head/; revision=192700
* merge two patches from irc/bitchx and disable plugins to fix build on CURRENTTilman Keskinoz2007-05-294-18/+24
| | | | Notes: svn path=/head/; revision=192318
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-1931-23/+29
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Update to 0.57, remove cruft, and take maintainership.David Thiel2007-04-296-19/+38
| | | | | | | Approved by: edwin (mentor) Notes: svn path=/head/; revision=191092
* Cleanup ghostscript-gnu-commfont and related CJK font support meta ports.Hiroki Sato2007-04-282-5/+20
| | | | | | | | | | | | | | | | | | | | | | | | Changes include: - Set WITH_GHOSTSCRIPT_GNU forcibly. - Use PostScript virtual fonts to handle CJK CID/TT-CID emulated fonts. CIDFnmap still works but when a font is both in Resource/Font or Resource/CIDFont and in CIDFnmap, the former entry will be used. For the actual font mapping, see files in Resource/CIDFont/*. So, note that you need to remove (or rename) the virtual font if you use CIDFnmap for the moment. This is still a transitional measure and more consistent font management thoughout the ports collection should be added later. This is just an internal structural change; default font mapping has not been changed. - Add Chinese font support to print/gsfonts (but no dependency added). Notes: svn path=/head/; revision=191064
* Rename all binaries in qt4 which conflict with binaries installed byMichael Nottebrock2007-04-191-1/+1
| | | | | | | | | | qt33 to ($binary)-qt4 and adjust dependencies accordingly. This avoids conflicts once X11BASE has been changed to /usr/local and incidentally makes the naming scheme of the qt4 executables in ports equal to that of the Fedora Core and Debian packages. Notes: svn path=/head/; revision=190368
* Fix plist after upgrading scim to 1.4.5.Hajimu UMEMOTO2007-04-022-7/+5
| | | | | | | | | scim-1.4.5 appended its version to the moduledir in scim.pc. Approved by: cjh (maintainer) Notes: svn path=/head/; revision=188990
* - Fix after objformat removalPav Lucistnik2007-03-281-17/+6
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=188686
* Update to 4.2.3Michael Nottebrock2007-03-252-4/+4
| | | | Notes: svn path=/head/; revision=188232
* Update to KDE 3.5.6 / KOffice 1.6.2Michael Nottebrock2007-03-132-6/+6
| | | | Notes: svn path=/head/; revision=187334
* 2007-03-10 java/janosvm: Broken on all supported versions of FreeBSDMartin Wilke2007-03-1312-214/+0
| | | | | | | | | | | | | | | | | | | | | | | 2007-03-10 korean/gau: Broken on all supported versions of FreeBSD 2007-03-10 lang/cyclone: Broken on all supported versions of FreeBSD 2007-03-01 lang/pike70: Please use pike72 2007-03-10 misc/lile: Broken on all supported versions of FreeBSD 2007-03-10 misc/muuz: Broken on all supported versions of FreeBSD 2007-03-10 misc/xdf: Broken on all supported versions of FreeBSD 2007-03-10 net/telnetx: Broken on all supported versions of FreeBSD 2007-03-01 sysutils/diskmark: Makes no sense on FreeBSD > 4.x. Use glabel(8) instead 2007-03-10 java/janosvm: Broken on all supported versions of FreeBSD 2007-03-10 korean/gau: Broken on all supported versions of FreeBSD 2007-03-10 lang/cyclone: Broken on all supported versions of FreeBSD 2007-03-01 lang/pike70: Please use pike72 2007-03-10 misc/lile: Broken on all supported versions of FreeBSD 2007-03-10 misc/muuz: Broken on all supported versions of FreeBSD 2007-03-10 misc/xdf: Broken on all supported versions of FreeBSD 2007-03-10 net/telnetx: Broken on all supported versions of FreeBSD 2007-03-01 sysutils/diskmark: Makes no sense on FreeBSD > 4.x. Use glabel(8) instead Notes: svn path=/head/; revision=187332
* Update to 11.2Hye-Shik Chang2007-02-123-10/+8
| | | | Notes: svn path=/head/; revision=185003
* Deprecate these ports that are broken on 5.x and above, with expiry inKris Kennaway2007-02-112-0/+6
| | | | | | | 1 month. Notes: svn path=/head/; revision=184832
* Use libtool15 port instead of included version to avoid objformat a.out botchKris Kennaway2007-02-101-0/+1
| | | | Notes: svn path=/head/; revision=184749
* From the "who gave this guy a commit bit" dept.:Michael Nottebrock2007-02-061-1/+0
| | | | | | | | | | | | | -Fix categories which got mixed up during juggling with different repos. -Remove NO_FILTER_SHLIBS, which disappeared shortly before Qt4 was committed. Noticed by: erwin, pav Notes: svn path=/head/; revision=184369
* Add qt4, a multiplatform C++ application frameworkMichael Nottebrock2007-02-055-0/+92
| | | | Notes: svn path=/head/; revision=184304
* A library for hangul processing.Alejandro Pulver2007-02-057-0/+79
| | | | | | | | | | | --- WWW: http://kldp.net/projects/hangul/ PR: ports/108590 Submitted by: Hyogeol, Lee <hyogeollee at gmail.com> Notes: svn path=/head/; revision=184299
* Use libtool port instead of included version to avoid objformat a.out botchKris Kennaway2007-02-012-0/+2
| | | | Notes: svn path=/head/; revision=183830
* - Remove support for a.out format and PORTOBJFORMAT variable from individualPav Lucistnik2007-01-302-2/+1
| | | | | | | | | ports With hat: portmgr Notes: svn path=/head/; revision=183698
* Update to 7.0.9. Various security vulnerabilities have been fixed.Hiroki Sato2007-01-182-4/+4
| | | | | | | | | Security: CVE-2006-5857, CVE-2007-0045, CVE-2007-0046, CVE-2007-0047, CVE-2007-0048 Security: http://www.adobe.com/support/security/bulletins/apsb07-01.html Notes: svn path=/head/; revision=182687
* Fix dependency specification - korean/hlatex no longer installsVasil Dimov2007-01-151-2/+2
| | | | | | | | | | | ${LOCALBASE}/share/texmf/doc/latex/hlatex/uhc.ks, thus depend on `hbibtex' executable instead. Reported by: kris Approved by: kris Notes: svn path=/head/; revision=182417
* Update to KDE 3.5.5 / KOffice 1.6.1Michael Nottebrock2006-12-192-6/+6
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=180198
* Cure korean/hlatex-psfonts-uhc-extra by switching its dependency andVasil Dimov2006-12-143-9/+7
| | | | | | | fixing its plist. korean/hlatex is not broken. Notes: svn path=/head/; revision=179720
* - maintainer lost his motivationCheng-Lung Sung2006-12-071-1/+1
| | | | | | | | PR: ports/104607 Submitted by: Masanori OZAWA<ozawa_AT_ongs dot co dot jp> Notes: svn path=/head/; revision=179095
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with theJoe Marcus Clarke2006-10-148-14/+16
| | | | | | | | | | new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris) Notes: svn path=/head/; revision=175261
* Remove usage of OSVERSION in BROKEN message. I introduced this usage butMark Linimon2006-09-181-1/+1
| | | | | | | | | have declared it to be bogus. Hat: portmgr Notes: svn path=/head/; revision=173279
* BROKEN on 6.x: Incorrect pkg-plistKris Kennaway2006-09-171-1/+7
| | | | Notes: svn path=/head/; revision=173195
* KDE 3.5.4 / KOffice 1.5.2Michael Nottebrock2006-09-124-8/+6
| | | | Notes: svn path=/head/; revision=172898
* Remove expired leaf ports:Vasil Dimov2006-09-115-60/+0
| | | | | | | | | 2006-09-01 devel/linux_devtools 2006-09-10 graphics/pecl-imagick 2006-09-01 korean/linux_locale Notes: svn path=/head/; revision=172790