summaryrefslogtreecommitdiff
path: root/korean (follow)
Commit message (Collapse)AuthorAgeFilesLines
* KDE/FreeBSD team presents KDE SC 4.12.3 and KDE Workspace 4.11.7!Max Brazhnikov2014-03-041-2/+2
| | | | | | | | | | | | | | | | | | | | | deskutils/kdepim4: - Add depedency on coreutils, kleopatra needs md5sum and sha1sum programs [1] misc/kdehier4: - add tests directory (r343428 commit to Templates/BSD.local.dist) security/kwallet: - moved to security/kwalletmanager (renamed upstream) x11/kdelibs: - remove workaround, which is not needed after global fix in Mk/bsd.kde4.mk (r315373) PR: ports/187259 [1] Submitted by: Tobias Berner <tcberner@gmail.com> Notes: svn path=/head/; revision=347059
* Support stagingEmanuel Haupt2014-02-271-6/+4
| | | | Notes: svn path=/head/; revision=346363
* Update to 4.1.5. It is partially based on the following PR.Jung-uk Kim2014-02-251-4/+4
| | | | | | | PR: ports/186265 Notes: svn path=/head/; revision=346062
* Remove trailing whitespaces from category koreanEmanuel Haupt2014-02-211-1/+1
| | | | Notes: svn path=/head/; revision=345416
* Support stagingEmanuel Haupt2014-02-201-9/+4
| | | | Notes: svn path=/head/; revision=345247
* Support stagingEmanuel Haupt2014-02-201-4/+3
| | | | Notes: svn path=/head/; revision=345246
* Support stagingEmanuel Haupt2014-02-201-8/+3
| | | | Notes: svn path=/head/; revision=345245
* Support stagingEmanuel Haupt2014-02-201-2/+1
| | | | Notes: svn path=/head/; revision=345243
* Support stagingEmanuel Haupt2014-02-201-2/+1
| | | | Notes: svn path=/head/; revision=345242
* Support stagingEmanuel Haupt2014-02-201-5/+4
| | | | Notes: svn path=/head/; revision=345241
* KDE/FreeBSD team presents KDE SC 4.12.2 and KDE Workspace 4.11.6!Max Brazhnikov2014-02-184-19/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Among changes: - Switch KDE4_PREFIX to ${LOCALBASE} - Remove now needless misc/kde4-shared-mime-info port - Add stage support - Remove ancient CONFLICTS (KDE 4.9 and less) and LATEST_LINK - Squeeze MASTER_SITES/MASTER_SITE_SUBDIR - Convert LIB_DEPENDS to new style - Use options helpers - Drop support for FreeBSD 7.x - Remove Qt/KDE 3 related workarounds - Remove local patches and use upstream version scheme for libraries - sysutils/kdeadmin4, net/kdenetwork4, devel/kdesdk4, and x11-clocks/kdetoys4 ports have been split. - devel/kcachegrind is now a part of KDE SC [1] - more logs in area51 repo... New ports: devel/kde-dev-scripts: KDE development scripts devel/kde-dev-utils: KDE development utilities games/klickety: Tetris themed solitaire games/picmi: Single player logic-based puzzle game textproc/libkomparediff2: Library to compare files and strings The area51 repository features commits by Schaich Alonso, avilla, rakuco and myself. PR: ports/186491 Exp-run: by bdrewery Approved by: beat (former maintainer) [1] Notes: svn path=/head/; revision=344893
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+3
| | | | | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=343634
* - Update gimp-help ports to 2.8.1. Polish translation has been removed, newMax Brazhnikov2014-02-011-3/+3
| | | | | | | | | | | | translations have been added (ca, da, el, en_GB, sl, pt_BR) - Add stage support - Update maintainer address PR: based on ports/179681 Submitted by: RyoTa SimaMoto (maintainer) Notes: svn path=/head/; revision=342129
* Fix properties on pkg-plistBaptiste Daroussin2014-01-214-4/+0
| | | | Notes: svn path=/head/; revision=340674
* Simplify and support staging.Jung-uk Kim2014-01-086-60/+19
| | | | Notes: svn path=/head/; revision=339059
* Stagefy, convert to USES=gmake, and convert LIB_DEPENDS to new format.Jung-uk Kim2014-01-071-13/+5
| | | | Notes: svn path=/head/; revision=338972
* - Stagefy, convert to USES=gmake, convert LIB_DEPENDS to new format.Jung-uk Kim2014-01-071-9/+14
| | | | | | | - Use options framework to select the default keyboard layout. Notes: svn path=/head/; revision=338971
* Stagefy, convert to USES=gmake, and convert LIB_DEPENDS to new format.Jung-uk Kim2014-01-072-11/+7
| | | | Notes: svn path=/head/; revision=338970
* In preparation for Qt 5 ports:Max Brazhnikov2014-01-062-17/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mk/Uses/qmake.mk: - Add support for out-of-source builds - Add support for Qt 5 ports - Respect WITH_DEBUG Mk/bsd.qt.mk: - Massive rework for Qt 5 ports - Remove '-phonon' from global configure args, thus allow qt4-designer and qt4-qtconfig to be built without Phonon support [1] devel/qmake4: - Improve mkspecs for gcc (mainly sync with linux version) and clang devel/qt4-corelib: - Convert to USES=iconv - Remove ancient patch devel/qt4-designer: - Remove reference to WRKSRC from installed pkgconfig files [2] - Don't build Qt Designer plugin for Phonon from outdated Qt sources. Separate port for plugin will be committed later devel/qt4-assistant-adp, devel/qt4-libqtassistantclient: - Convert to USES=qmake Clean up Qt4 ports: - Update comments - Update description; use common description - Consistently use QT_INCDIR, QT_LIBDIR, etc. - Use options helpers - Convert to new LIB_DEPENDS syntax - Update DESKTOP_ENTRIES to avoid conflicts with Qt 5 ports - Rename/move several ports for unification with Qt 5 ports PR: ports/184620 [1] Reported by: Kevin Zheng <kevinz5000@gmail.com> PR: ports/181141 [2] Reported by: thierry PR: ports/185101 Exp-run by: bdrewery This is mostly solely avilla's work in area51, kudos to him! And a couple commits from myself, so you know who's collecting pointyhats :) Notes: svn path=/head/; revision=338902
* With gtk 2.4.22, immodule cache has moved from gtk.immodules toAntoine Brodin2014-01-042-13/+5
| | | | | | | | | | | | immodules.cache. gtk-query-immodules-2.0 has a new option, --update-cache that does what we want too. Use this new option. While here, add stage support to non slave ports Reviewed by: kwm (immodules part) Notes: svn path=/head/; revision=338683
* - Add a patch from upstram.Jung-uk Kim2013-12-242-2/+17
| | | | | | | - Use options framework properly. Notes: svn path=/head/; revision=337395
* - Quiesce portlintEmanuel Haupt2013-11-291-1/+0
| | | | | | | | | | | - Define DOCS - Support staging PR: 184366 Submitted by: Takefu <takefu@airport.fm> Notes: svn path=/head/; revision=335157
* - Replace QT_.*_REL with QT_.* in PLIST_SUB.Alberto Villa2013-11-171-4/+4
| | | | | | | | | - Adapt plists. With hat on: kde Notes: svn path=/head/; revision=334045
* - Update LICENSE accordingly, now that OFL10 and OFL11 are definedThomas Abthorpe2013-11-052-8/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=332811
* Support stage, use bsdtar to extractBaptiste Daroussin2013-11-041-5/+4
| | | | Notes: svn path=/head/; revision=332687
* - Update to 4.0.6.Jung-uk Kim2013-10-252-5/+4
| | | | | | | - Support staging. Notes: svn path=/head/; revision=331614
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | the mtree (categories starting with [fgijk]) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331272
* Support for this language has ceased within the PHP documentation.Edwin Groothuis2013-10-212-11/+0
| | | | Notes: svn path=/head/; revision=331111
* Update Qt to 4.8.5 and Qt Creator to 2.8.0.Raphael Kubo da Costa2013-10-131-2/+1
| | | | | | | | | | | | | | | | | | | | Proudly brought to you by the KDE on FreeBSD team, with commits by makc@, Schaich Alonso and yours truly. Besides the tons of upstream fixes, we have mkspecs for GCC 4.9 and clang33 (from ports), staging support in the Makefiles and dependency fixes related to pkg-config. Many thanks to the people who helped test the ports using our area51 repository, and also to the people who provided patches and bug reports via GNATS! PR: ports/180615 ports/181921 ports/182049 Notes: svn path=/head/; revision=330266
* korean/scim-hangul: add <unistd.h> for modern compilersJohn Marino2013-10-021-0/+10
| | | | | | | Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=329105
* Remove NO_STAGE to ports natively stage ready shown by a FORCE_STAGE exp-runBaptiste Daroussin2013-09-241-1/+0
| | | | | | | Exp-run by: bdrewery Notes: svn path=/head/; revision=328096
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-2043-56/+56
| | | | | | | korean) Notes: svn path=/head/; revision=327739
* Add explicit dependency on pkgconf (20 ports)John Marino2013-09-121-1/+1
| | | | | | | Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=327041
* Use MAKE_ARGS to simplify patches.Jung-uk Kim2013-09-032-11/+1
| | | | | | | Suggested by: danfe Notes: svn path=/head/; revision=326196
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-1/+1
| | | | Notes: svn path=/head/; revision=326090
* Do not extract object files from the release tarball to simplify build.Jung-uk Kim2013-08-301-1/+1
| | | | Notes: svn path=/head/; revision=325723
* Fix build with Glib20 2.36.Jung-uk Kim2013-08-301-3/+4
| | | | Notes: svn path=/head/; revision=325722
* Fix build with Clang. Remove defunct master site.Jung-uk Kim2013-08-306-34/+337
| | | | Notes: svn path=/head/; revision=325718
* Update to 4.0.5.Jung-uk Kim2013-08-221-4/+4
| | | | Notes: svn path=/head/; revision=325230
* - Convert to new perl frameworkAndrej Zverev2013-07-311-1/+1
| | | | | | | - Trim Makefile header Notes: svn path=/head/; revision=324054
* - Convert to new perl frameworkAndrej Zverev2013-07-313-3/+6
| | | | | | | - Trim Makefile header Notes: svn path=/head/; revision=324036
* KDE3 and QT3 expired on 2013-07-01, remove these ports.Rene Ladan2013-07-265-540/+0
| | | | | | | | | | | | | | | | | | | Unfortunately, this also affects some ports using QT3 as a GUI toolkit. Changes to infrastructure files: - bsd.kde.mk : obsolete, remove - bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while - CHANGES : document the removals from bsd.port.mk - KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead) - MOVED : add the removed ports PR: ports/180745 Submitted by: rene Approved by: portmgr (bapt) Exp-run by: bapt Notes: svn path=/head/; revision=323748
* - switch simple inline replacement from perl to sedAndrej Zverev2013-07-261-6/+2
| | | | | | | | | | and remove where is no need in this anymore. - trim Makefile header Approved by: bapt@ (portmrg@) Notes: svn path=/head/; revision=323702
* Fix INDEX by really fixing the kde4-l10n portsBaptiste Daroussin2013-07-101-0/+1
| | | | Notes: svn path=/head/; revision=322618
* KDE4 l10n fixes.Raphael Kubo da Costa2013-07-092-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove an entry from all plists that slipped under radar and made packaging fail. - Properly save the OPTIONS defined by the user in the l10n ports. [1] Quoting bapt, master of all things ports: That is because misc/kde4-l10n/files/bsd.l10n.mk is totally wrong it does ... .include <bsd.port.pre.mk> ... .include <bsd.port.options.mk> ... .include <bsd.port.post.mk> First the right order in that case should be: ... .include <bsd.port.options.mk> ... .include <bsd.port.pre.mk> ... .include <bsd.port.post.mk> Second in that case (kde) the pre.mk/post.mk can be removed just keeping the options.mk and given that we now have the helpers options.mk can also be removed. The check for variables in OPTIONS_DEFINE is also useless (already done by the framework) defining OPTIONS_DEFINE and OPTIONS_DEFAULT to some empty values is also useless. No PORTREVISION bump because the generated packages do not change regardless of the changes/fixes in behavior here. Reported by: avg [1] Submitted by: bapt [1] Notes: svn path=/head/; revision=322586
* Add local distfiles.Jung-uk Kim2013-07-081-1/+3
| | | | Notes: svn path=/head/; revision=322534
* Add local distfile and trim makefile header.Jung-uk Kim2013-07-081-6/+3
| | | | Notes: svn path=/head/; revision=322533
* Update the KDE Software Compilation to 4.10.5.Raphael Kubo da Costa2013-07-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | Proudly brought to you by the KDE on FreeBSD team. We're sorry to ship two KDE updates in just a few days, but the work on 4.10.5 was very light compared to 4.10.4 so it was ready much faster. The release announcement can be found in [1]. [1] http://www.kde.org/announcements/announce-4.10.5.php The biggest news for us on FreeBSD is that the Ruby bindings should work with Ruby 1.9 now. I will probably add a note to UPDATING later about this, but as avilla@ pointed out, the clang support we mentioned that was improved in 4.10.4 requires a rebuild of the ports that depend on kdelibs4. Most of them are covered by this update, but those which are not part of the Software Compilation need to be rebuilt manually to make sure the previous issues (proper symbol visibility being the most annoying of them) are solved. Notes: svn path=/head/; revision=322300
* Update to KDE SC 4.10.4, proudly presented by the KDE on FreeBSD team.Raphael Kubo da Costa2013-07-021-2/+2
| | | | | | | | | | | | | | | | | | With commits from avilla@, makc@, rakuco@ and Schaich Alonso. The upstream announcement can be found in [1]. [1] http://www.kde.org/announcements/announce-4.10.4.php clang support should be more stable now, with clang being recognized by kdelibs4 and being passed the correct flags to build other ports. Additionally, all ports being committed have been verified to build with -CURRENT's clang 3.3 on an amd64 tinderbox (special thanks go to swills@ for providing it). Work on the newly-released 4.10.5 will begin shortly. Notes: svn path=/head/; revision=322191
* - Take over the maintainership. [1]Jung-uk Kim2013-06-241-12/+9
| | | | | | | | | - Use pkgconfig for detecting dependencies. Tidy up a bit while I am here. Approved by: Hyogeol Lee <hyogeollee@gmail.com> (maintainer) [1] Notes: svn path=/head/; revision=321708