summaryrefslogtreecommitdiff
path: root/korean
AgeCommit message (Collapse)Author
2023-03-31editors/libreoffice: update to 7.5.2 release (+)Dima Panov
LibreOffice Suite 7.5.2 Community Release is now available, with fixes and improvements. Announce: https://blog.documentfoundation.org/blog/2023/03/30/libreoffice-7-5-2-community-available-for-download/ Release notes: https://wiki.documentfoundation.org/ReleaseNotes/7.5 Sponsored by: Serenity Cybersecurity, LLC
2023-03-18fcitx5: Update related ports to the latest version as 2023-03-18Li-Wen Hsu
While here, use the official site to fetch distfiles from Approved by: khng Differential Revision: https://reviews.freebsd.org/D37948
2023-03-03editors/libreoffice: update to 7.5.1 release (+)Dima Panov
LibreOffice Suite 7.5.1 Community release is now available! Along with various fixes, it also includes a manual light/dark mode switch – regardless of your system settings. It's under "Tools > Options > View". Learn more: https://blog.documentfoundation.org/blog/2023/03/02/libreoffice-7-5-1-community/ Sponsored by: Serenity Cybersecurity, LLC
2023-03-02accessibility/at-spi2-core: update to 2.46.0Tobias C. Berner
What's new in at-spi2-core 2.46.0: * Fix GetInterfaces documentation on org.a11y.atspi.Accessible interface. What's new in at-spi2-core 2.45.91: * Send device event controller events using the same signature as other events. * Document the Accessible, Action, and Cache dbus interfaces. * Fix license of atspi-gmain.c (#87). What's new in at-spi2-core 2.45.90: * xml: Add some documentation. * xml: Fix event arguments. * xml: Add some missing DeviceEventController methods. * Bind the AT-SPI bus to the graphical session. * Mark bus service as belonging to the session slice. * Add ATSPI_ROLE_PUSH_BUTTON_MENU. * Add an "announcement" event/signal to allow objects to send notifications (!63). * Various code clean-ups and test improvements. What's new in at-spi2-core 2.45.1: * Atk and at-spi2-atk are now merged into this project. * Now requires meson 0.56.2 and glib 2.67.4. * at-spi2-atk: Expose the accessible hierarchy via dbus introspection. * Properly escape the AT-SPI bus address; fixes warnings about the address not containing a colon (!55). * Add a text value to AtspiValue, so that a value can expose a textual description, as in the new Atk value API. * Add atspi_event_listener_register_with_app, to allow an event listener to be registered only for a given application (!52). - accessibility/atk and accessibility/at-spi2-atk have been merged into accessibility/at-spi2-core - accessibility/at-spi2-core: bump consumers of removed ports atk and at-spi2-atk PR: 269704 Exp-run by: antoine ---
2023-02-04*/libreoffice*: update to 7.5.0 release (+)Dima Panov
Office team is proud to announce LibreOffice 7.5 Community, the new major release of the volunteer-supported free office suite for desktop productivity Read more: https://blog.documentfoundation.org/blog/2023/02/02/tdf-announces-libreoffice-75-community/
2023-01-14*/libreoffice*: update to 7.4.4.release (+)Dima Panov
Please welcome latest Community release of LibreOffice Suite, 7.4.4! Read more: https://blog.documentfoundation.org/blog/2023/01/12/libreoffice-7-4-4-community/
2023-01-11*/*: rename CHEESESHOP to PYPI in MASTER_SITESDmitry Marakasov
PR: 267994 Differential revision: D37518 Approved by: bapt
2022-12-25korean/py-korean-lunar-calendar: New port: Korean Lunar CalendarYuri Victorovich
2022-12-19Mk/**tex.mk: Convert bsd.tex.mk to USES=texMuhammad Moinur Rahman
- Update all the consumers to use USES=tex - USE_TEX=yes is the old way of writing USES=tex which has been removed and replaced in all ports - Almost all of the USE_TEX features remains unchanged - Some consumers had the same variables defined both in the mk infrastructure and also in the ports which have been removed from the ports as those are redundant. In case any of the consumers are failing to build please make sure that the nexessary USES=tex is there. Unlike previous USE_TEX=yes will no longer load the required VARS for tex and related dependencies. Reviewed by: portmgr Approved by: portmgr (blanket)
2022-11-28*/libreoffice: update LibreOffice suite to 7.4.3 release (+)Dima Panov
LibreOffice 7.4.3 is now available, with bugfixes and compatibility improvements. Read more: https://blog.documentfoundation.org/blog/2022/11/24/libreoffice-7-4-3-community/
2022-10-14editors/libreoffice: update to 7.4.2 release (+)Dima Panov
LibreOffice Community release 7.4.2 is now available, with 80+ bugfixes and improvements. Read more: https://blog.documentfoundation.org/blog/2022/10/13/libreoffice-7-4-2-community/ MFH: 2022Q4
2022-09-18editors/libreoffice: update to 7.4.1 release (+)Dima Panov
LibreOffice 7.4.1 Community release is available for FreeBSD users! Read more: https://blog.documentfoundation.org/blog/2022/09/15/libreoffice-741-community/ Release notes: https://wiki.documentfoundation.org/ReleaseNotes/7.4
2022-09-12korean/baekmukfonts-ttf: Reduce diff with korean/baekmukfonts-bdfJung-uk Kim
Add secondary category, shorten WWW, clarify license, and set NO_ARCH.
2022-09-12korean/baekmukfonts-bdf: Update to 2.2Jung-uk Kim
2022-09-10Fix WWW in parent/child portsTobias Kortkamp
Many of the WWW are overwritten later which means the wrong value is used. This did not happen before where the children were either a) just using the pkg-descr from the parents b) or had their own separate pkg-descr with custom WWW Use WWW?= in parents when the child's WWW is different. Children that use the same WWW as the parent can just inherit it, i.e., the child WWW can be removed. Approved by: portmgr (implicit)
2022-09-07Remove WWW entries moved into port MakefilesStefan Eßer
Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
2022-09-07Add WWW entries to port MakefilesStefan Eßer
It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
2022-08-18editors/libreoffice: update to 7.4.0 release (+)Dima Panov
On behalf of Office team I proud to announce a major update: LibreOffice 7.4! * 16,384 columns in spreadsheets * Better change tracking * Document themes in presentations ...plus compatibility improvements, performance boosts and more. Read more: https://blog.documentfoundation.org/blog/2022/08/18/libreoffice-7-4-community/
2022-07-24editors/libreoffice: update to 7.3.5 release (+)Dima Panov
LibreOffice 7.3.5 Office Suite Released with 83 Bug Fixes and improvements. Read more: https://blog.documentfoundation.org/blog/2022/07/21/libreoffice-7-3-5-community/ MFH: 2022Q3
2022-07-20cleanup: remove '$MCom' tagTobias C. Berner
gnome@ no longer uses Marcusom as their staging ground. Approved by: gnome (nc) Differential Revision: https://reviews.freebsd.org/D35866
2022-07-20korean: remove 'Created by' linesTobias C. Berner
A big Thank You to the original contributors of these ports: * Alexey Dokuchaev <danfe@FreeBSD.org> * Hye-Shik Chang * Hye-Shik Chang <perky@FreeBSD.org> * Hyogeol Lee <hyogeollee@gmail.com> * Hyogeol, Lee <hyogeollee@gmail.com> * Jie Gao <gaoj@cpsc.ucalgary.ca> * Junho CHOI <junho.choi@gmail.com> * Ka Ho Ng <khng300@gmail.com> * Oh Junseon <hollywar@mail.holywar.net> * Satoshi TAOKA <taoka@FreeBSD.org> With hat: portmgr
2022-06-10*/libreoffice*: update to 7.3.4 release (+)Dima Panov
Stay fresh! LibreOffice 7.3.4 Community edition is now available, with over 80 bugfixes and compatibility improvements. Read more: https://blog.documentfoundation.org/blog/2022/06/09/libreoffice-7-3-4-community/
2022-06-08korean/nanum-*: Make the first flavor in FLAVORS defaultJung-uk Kim
PR: 264498
2022-05-07editors/libreoffice: update to 7.3.3 release (+)Dima Panov
LibreOffice Suite release 7.3.3 is now Aaailable for community users, with 88 bug fixes and better cocument compatibility. Read more: https://blog.documentfoundation.org/blog/2022/05/05/libreoffice-733-community/
2022-04-25lx's ports: Reset maintainer to ports@ per his requestJoseph Mingrone
Sponsored by: The FreeBSD Foundation
2022-03-31*/libreoffice*: update to 7.3.2 release (+)Dima Panov
LibreOffice 7.3.2 is now available for everyone, with over 80 fixes and compatibility improvements. Find out more info: https://blog.documentfoundation.org/blog/2022/03/31/libreoffice-732-community/
2022-03-05LibreOffice 7.3.1 Community, the first minor release of the LibreOffice 7.3 ↵Dima Panov
family, is available! More information at: https://blog.documentfoundation.org/blog/2022/03/03/lo731-community/ Sponsored by: Netzkommune GmbH
2022-03-04korean/ko.TeX-fonts-extra: Fix after TeX updateMuhammad Moinur Rahman
- Move pkg-plist to dynamic TMPPLIST - Pet portclippy/portfmt PR: 262046 Approved by: hyogeollee@gmail.com (maintainer)
2022-03-04korean/ko.TeX-fonts-base: Fix after TeX updateMuhammad Moinur Rahman
- Move pkg-plist to dynamic TMPPLIST - Pet portclippy/portfmt PR: 262046 Approved by: hyogeollee@gmail.com (maintainer)
2022-02-17Please welcome new generation release of LibreOffice suite - 7.3.0! (+)Dima Panov
It has change tracking enhancements, better autocompletion in Calc, and many compatibility and performance improvements to import/export filters. Since this release, FreeBSD port of LibreOffice include PDFium library. Learn more about LibreOffice 7.3: https://blog.documentfoundation.org/blog/2022/02/02/libreoffice-73-community/ Special thanks to: mikael (for pthread issue hunting) Sponsored by: Netzkommune, GmbH.
2022-02-11korean/nanumfonts: Fix DISTNAME missed in the previous commitJung-uk Kim
2022-02-11korean/nanumfonts: Fix package name collisionsJung-uk Kim
Reported by: antoine
2022-02-11korean/nanumfonts: remove flavors to fix PKGNAME collisionAntoine Brodin
2022-02-10korean/nanumfonts: Split korean/nanumfonts-{otf,ttf} into multiple portsJung-uk Kim
2022-02-10korean/nanum-gothic-coding: Prefer PKGNAMESUFFIXJung-uk Kim
2022-02-10korean/nanum-gothic-coding: Rename korean/nanumcoding-ttf and update to 2.5Jung-uk Kim
2022-01-08USES=7z: convert p7zip to 7-zipJan Beich
PR: 260866 Tested by: mtree -R time -K sha256 in korean/nanumfonts-otf
2022-01-06Please welcome LibreOffice suite 7.2.5 release! (+)Dima Panov
LibreOffice 7.2.5 is now available, with 90 bugfixes and compatibility improvements. Learn more: https://blog.documentfoundation.org/blog/2022/01/06/libreoffice-7-2-5-is-now-available/ MFH: 2022Q1 Sponsored by: Netzkommune GmbH
2021-12-10LibreOffice 7.2.4 Community release available ahead of schedule to provide ↵Dima Panov
an important security fix New version include the fixed NSS 3.73.0 cryptographic library, to solve CVE-2021-43527 (the nss secfix is the only change compared to the previous version). FreeBSD build is always use a system library and was not affected but we packed it anymore :) Read more: https://blog.documentfoundation.org/blog/2021/12/06/libreoffice-7-2-4-and-7-1-8-community/
2021-11-26LibreOffice 7.2.3 is now available, with over 100 bugfixes and compatibility ↵Dima Panov
improvements. Release notes: https://blog.documentfoundation.org/blog/2021/11/25/libreoffice-7-2-3-community/
2021-11-16*/scim*: Update WWWLi-Wen Hsu
2021-10-29*/*: Remove redundant '-[0-9]*' from CONFLICTSStefan Eßer
The conflict checks compare the patterns first against the package names without version (as reported by "pkg query "%n"), then - if there was no match - agsinst the full package names including the version (as reported by "pkg query "%n-%v"). Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter for the bash package in any version. But that pattern is functionally identical with just "bash". Approved by: portmgr (blanket)
2021-10-16*: fix tab vs. space issues, and comments according to the guide.Jimmy Olgeni
2021-10-14editors/libreoffice: update to 7.2.2 release (+)Dima Panov
LibreOffice 7.2.2 is now available, with 68 bugfixes and compatibility improvements. Learn more: https://blog.documentfoundation.org/blog/2021/10/14/libreoffice-7-2-2-community/
2021-10-10INSTALLS_ICONS: retire the macro and rework the related dependenciesBaptiste Daroussin
While here, make sure gtk-update-icon-cache is only on run dependency where added as a dependency Enforce gtk3 to depend on gtk-update-icon-cache (previously it was inheriting the dependency)
2021-09-17editors/libreoffice: update to 7.2.1 release (+)Dima Panov
LibreOffice 7.2.1 is here, with many bugfixes and compatibility improvements. Learn more about it: https://blog.documentfoundation.org/blog/2021/09/16/libreoffice-7-2-1-community/ * Add OPTION to build GTK4 VCL * If both GTK3 and KF5 enabled, add GTK3_KDE5 VCL to build * Force RUN_DEPENDS on JDK if JAVA selected to run extensions
2021-08-20editors/libreoffice: Please welcome LibreOffice suite 7.2.0 release!Dima Panov
LibreOffice 7.2 launches with many new features, compatibility improvements and performance boosts. Learn all about it in blog announce post: https://blog.documentfoundation.org/blog/2021/08/19/libreoffice-7-2-community/
2021-08-09hunspell: avoid plist substitutionBaptiste Daroussin
When using PLIST_FILES substitution is not necessary and recommended not to use, the direct use of make(1) variables, works perfectly fine.
2021-07-23editors/libreoffice: Update to 7.1.5Li-Wen Hsu
Release note: https://blog.documentfoundation.org/blog/2021/07/22/libreoffice-7-1-5-community/
2021-06-20editors/libreoffice: Update to 7.1.4Li-Wen Hsu
Release note: https://blog.documentfoundation.org/blog/2021/06/10/libreoffice-7-1-4/ This is a joint work with fluffy.