summaryrefslogtreecommitdiff
path: root/korean (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add SIZE data.Hye-Shik Chang2004-03-184-0/+5
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104400
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* Fix build on amd64 (shared library objects must be compiled with -fPIC)Kris Kennaway2004-03-141-5/+10
| | | | Notes: svn path=/head/; revision=103937
* Since asami's directory on MASTER_SITE_LOCAL is gone, stow hisTrevor Johnson2004-03-121-1/+1
| | | | | | | distfiles in my directory. Notes: svn path=/head/; revision=103814
* Remove extraneous backslash, causing PKGNAMESUFFIX= -bdf to beBill Fenner2004-03-101-1/+1
| | | | | | | | | included in the definition of MASTER_SITES. Noticed by: distfile survey Notes: svn path=/head/; revision=103569
* Update to KDE 3.2.1 / QT 3.3.1Michael Nottebrock2004-03-092-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Important changes: ================== KDE: - Audio/arts does not install artswrapper anymore, instead it is provided by audio/artswrapper. See UPDATING. - misc/kdeaddons3 is now a metaport with editors/kate-plugins editors/vimpart games/atlantikdesigner misc/kaddressbook-plugins misc/kfile-plugins misc/kicker-applets misc/knewsticker-scripts misc/konq-plugins misc/ksig misc/renamedlgplugins multimedia/noatun-plugins net/kontact-plugins as slave ports. - A number of KDE ports now uses OPTIONS do make various WITH_* options more visible. - Plist fixes - devel/kdevelop should be able to detect FreeBSD's autoconf/automake now for newly created projects. - kdebase will no longer remove previous KDM configurations. This won't take effect during the update from 3.2.0 to 3.2.1 (as deinstalling 3.2.0 will still remove the configuration), but subsequent updates will merge old configs. QT: - Previous versions of QT could be compiled with debugging-support enabled by defining DEBUG. This switch has been renamed to the more unambiguous WANT_QT_DEBUG (similar to WANT_KDE_DEBUG in the KDE ports). Notes: svn path=/head/; revision=103453
* BROKEN on sparc64: Does not compile (needs -fPIC)Kris Kennaway2004-03-061-0/+4
| | | | Notes: svn path=/head/; revision=103155
* BROKEN: Broken dependenciesKris Kennaway2004-02-231-0/+2
| | | | Notes: svn path=/head/; revision=101827
* Use PLIST_FILES (bento-tested, marcus-reviewed).Trevor Johnson2004-02-066-3/+5
| | | | Notes: svn path=/head/; revision=100139
* Update to KDE 3.2.0Michael Nottebrock2004-02-052-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Important changes: ================== - Kmail and knode have been moved from kdenetwork to kdepim. This means you will have to install kdepim if you want to continue using kmail or knode. This is to ease integration with korganizer, in the new 'Kontact' application. - The arabic translations for KDE and KOffice have been moved from misc to the arabic category. - There is a new module called kdeaccessibility in the accessibility category. It contains a few utilities for disabled users like a magnification lens and a text-to-speech frontend. - In KDM, you need to select the 'CUSTOM' session profile in order to have your .xsession executed. This is particularly important if you're using the aegypten tools (http://freebsd.kde.org/howtos/aegypten-kmail.php). - We have started making more parts of the ports optional. In kdepim, both Kandy and KPilot can be turned off with ports-knobs. This process will continue in the 3.2 series. Notes: svn path=/head/; revision=100015
* Set {WANT,USE}_GNOME correctly to make these ports compatible with the newJoe Marcus Clarke2004-02-041-2/+2
| | | | | | | | | bsd.port.mk. Submitted by: kris Notes: svn path=/head/; revision=99921
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-0414-3/+14
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Add USE_GETTEXT and bump PORTREVISION.Joe Marcus Clarke2004-02-044-8/+7
| | | | | | | | Submitted by: trevor Tested by: bento Notes: svn path=/head/; revision=99914
* Now gettext 0.12.1 is gettext-old.Trevor Johnson2004-01-234-4/+4
| | | | Notes: svn path=/head/; revision=98909
* Use the CPIO macro defined in bsd.port.mk.Trevor Johnson2004-01-221-1/+0
| | | | Notes: svn path=/head/; revision=98793
* Use PAX macro.Trevor Johnson2004-01-221-1/+1
| | | | Notes: svn path=/head/; revision=98754
* Add a patch that fixes Korean fontface name encoding for OpenOffice.org.Hye-Shik Chang2004-01-172-0/+19
| | | | Notes: svn path=/head/; revision=98368
* Remove WITHOUT_GNOME support because it doesn't work from the recentHye-Shik Chang2004-01-132-15/+6
| | | | | | | | | revision. Submitted by: Do Sung Hyuk <dhyuk@hands.pe.kr> Notes: svn path=/head/; revision=98044
* korean/ami: fix libintl dependency => avoid conflicts with other portsEdwin Groothuis2004-01-122-2/+5
| | | | | | | | | | | | | | | | | | | This port did not pick up the two libraries mentioned. One possitive side effect of getting the libintl dependency right, is that the port does not build its included version of the gettext library and does not install those two .alias that were conflicting with other ports (have a look at the pkg-plist diff and you'll see what I mean) http://freebsd.rambler.ru/bsdmail/freebsd-ports_2003/msg08919.html PR: ports/58440 Submitted by: Simon Barner <barner@in.tum.de> Approved by: maintainer timeout Notes: svn path=/head/; revision=97959
* Update to 0.9.9Hye-Shik Chang2003-12-222-2/+2
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=96408
* - Use canonical form (ports@FreeBSD.org) in MAINTAINER lineSergei Kolobov2003-12-212-2/+2
| | | | Notes: svn path=/head/; revision=96284
* Mark as broken on 5.x due to the latest gcc import (the usual line-Mark Linimon2003-12-191-1/+7
| | | | | | | continuation issues in this case). Informed maintainer. Notes: svn path=/head/; revision=96225
* Update to 0.12Hye-Shik Chang2003-12-193-2/+6
| | | | Notes: svn path=/head/; revision=96174
* Update to 0.11Hye-Shik Chang2003-12-162-2/+2
| | | | Notes: svn path=/head/; revision=95949
* Fix build on 5.xTilman Keskinoz2003-11-211-0/+11
| | | | | | | Obtained from: irc/bitchx Notes: svn path=/head/; revision=94624
* Define USE_PERL5_BUILD, not erroneous USE_PERL.Trevor Johnson2003-11-204-4/+4
| | | | | | | Submitted by: Oliver Eikemeier Notes: svn path=/head/; revision=94477
* Define USE_PERL to make Perl available for (mostly deprecated)Trevor Johnson2003-11-204-0/+4
| | | | | | | "perl -pi -e" construction. Notes: svn path=/head/; revision=94465
* Update to 0.9.1Hye-Shik Chang2003-11-172-2/+2
| | | | Notes: svn path=/head/; revision=94208
* USE_REINPLACE need be defined only when REINPLACE_CMD is used.Trevor Johnson2003-11-171-1/+0
| | | | Notes: svn path=/head/; revision=94172
* Slave ports do not need to include the master category in CATEGORIES.Mark Linimon2003-11-152-2/+2
| | | | | | | | | | | It is redundant. PR: ports/49002 Submitted by: Dan Langille <dan@langille.org> Obtained from: FreshPorts survey Notes: svn path=/head/; revision=94003
* Update to 0.8.2Hye-Shik Chang2003-11-103-4/+5
| | | | | | | Submitted by: author Notes: svn path=/head/; revision=93667
* Update to 0.10Hye-Shik Chang2003-11-102-3/+3
| | | | Notes: svn path=/head/; revision=93658
* Update to 0.8.1Hye-Shik Chang2003-11-104-16/+29
| | | | Notes: svn path=/head/; revision=93651
* OpenOffice -> OpenOffice.orgMaho Nakata2003-11-092-2/+2
| | | | | | | Submitted by: Pavel@Janik.cz (Pavel Janik) Notes: svn path=/head/; revision=93539
* Add a new port OpenOffice.org 1.1 for korean langueage.Maho Nakata2003-11-082-0/+17
| | | | Notes: svn path=/head/; revision=93431
* Make this a standalone port by scavenging bits from the former parent thatKris Kennaway2003-11-081-1/+37
| | | | | | | was just removed. Notes: svn path=/head/; revision=93391
* Forgot to change Makefile s..Maho Nakata2003-11-081-1/+1
| | | | | | | | | | Pointed out: sf Pointy hat to: myself Thank you very much fujishima-san! Notes: svn path=/head/; revision=93377
* As announced on Aug 7, remove the broken hlatex-mffonts-wansung andKris Kennaway2003-11-0810-974/+0
| | | | | | | imhangul_status_applet ports Notes: svn path=/head/; revision=93365
* rename openoffice to openoffice-1.0 after repocopyMaho Nakata2003-11-082-16/+1
| | | | | | | Acknowledgment to: nork Notes: svn path=/head/; revision=93354
* Use the new Apache bits from bsd.port.mk.Joe Marcus Clarke2003-11-071-4/+1
| | | | | | | Submitted by: dinoex Notes: svn path=/head/; revision=93294
* Respect CC and CFLAGSKris Kennaway2003-10-191-0/+28
| | | | Notes: svn path=/head/; revision=91659
* Update to 0.9.Hye-Shik Chang2003-10-142-16/+3
| | | | | | | nabi now supports ko_KR.eucKR locale! :) Notes: svn path=/head/; revision=91216
* Update to 0.8Hye-Shik Chang2003-10-132-2/+2
| | | | Notes: svn path=/head/; revision=91045
* - Fix MASTER_SITESKirill Ponomarev2003-10-011-3/+3
| | | | | | | | PR: 57440 Submitted by: Mark Linimon <linimon@lonesome.com> Notes: svn path=/head/; revision=89976
* sysutis/cd9660, japanese/msdosfs and korean/msdosfs is nowHye-Shik Chang2003-09-281-1/+4
| | | | | | | | | | obsolete because of kiconv(3) importing of the recent tree. PR: 57278 Submitted by: Ryuichiro Imura <imura@yu16.org> Notes: svn path=/head/; revision=89601
* Update to 0.7Hye-Shik Chang2003-09-273-23/+16
| | | | Notes: svn path=/head/; revision=89580
* Add ko-unfonts-ttf 20030907,Hye-Shik Chang2003-09-275-0/+57
| | | | | | | GPL'd Korean TrueType fonts by UN Kouanghi Notes: svn path=/head/; revision=89578
* Update to 0.7Hye-Shik Chang2003-09-272-2/+2
| | | | Notes: svn path=/head/; revision=89562
* Update to 0.6Hye-Shik Chang2003-09-252-3/+2
| | | | Notes: svn path=/head/; revision=89317
* Add a workaround to avoid a fatal confliction with qt32.Hye-Shik Chang2003-09-192-0/+21
| | | | | | | | Reviewed by: Choe Hwanjin <krisna@kldp.org> (author) Approved by: portmgr (will) Notes: svn path=/head/; revision=89065