aboutsummaryrefslogtreecommitdiff
path: root/korean/libhangul
Commit message (Collapse)AuthorAgeFilesLines
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | 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)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* korean: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | 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
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Fix build without NLS.Jung-uk Kim2019-07-192-4/+7
| | | | | | | - Appease portlint. Notes: svn path=/head/; revision=506902
* Update WWW.Jung-uk Kim2019-07-151-1/+1
| | | | Notes: svn path=/head/; revision=506707
* Move devel/libcheck to devel/checkSunpoet Po-Chuan Hsieh2017-02-051-1/+1
| | | | | | | - Bump PORTREVISION for dependent ports Notes: svn path=/head/; revision=433395
* Use USES=pathfix where applicable.Mathieu Arnold2016-10-211-1/+0
| | | | | | | | | | | PR: 213195 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D8093 Notes: svn path=/head/; revision=424427
* Unbreak the port and modernize.Jung-uk Kim2016-09-145-66/+23
| | | | Notes: svn path=/head/; revision=422163
* GOOGLE_CODE has gone away.Mathieu Arnold2016-09-141-0/+2
| | | | | | | | | | | | | - If a port has another upstream, remove GOOGLE_CODE - If a port only has GOOGLE_CODE mark it BROKEN Some ports have a local mirror configured but for security reasons, it is not considered upstream. Sponsored by: Absolight Notes: svn path=/head/; revision=422140
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵Dmitry Marakasov2016-05-231-1/+0
| | | | | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket Notes: svn path=/head/; revision=415742
* Cleanup plistAntoine Brodin2014-11-121-3/+0
| | | | Notes: svn path=/head/; revision=372486
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-07-032-3/+3
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=360420
* Convert GMAKE to MAKE_CMDBaptiste Daroussin2014-06-251-2/+2
| | | | | | | | | | Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr Notes: svn path=/head/; revision=359185
* - Add a patch from upstram.Jung-uk Kim2013-12-242-2/+17
| | | | | | | - Use options framework properly. Notes: svn path=/head/; revision=337395
* 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-201-0/+1
| | | | | | | korean) Notes: svn path=/head/; revision=327739
* - 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
* Convert from WITHOUT_NLS to PORT_OPTIONS:MNLSBaptiste Daroussin2013-05-061-6/+4
| | | | Notes: svn path=/head/; revision=317521
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: zeising Notes: svn path=/head/; revision=316662
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* Fix typos in COMMENTCarlo Strub2012-07-291-1/+1
| | | | | | | Approved by: portmgr@ (implicit) Notes: svn path=/head/; revision=301684
* - update to 0.1.0Michael Scheidell2011-12-215-23/+19
| | | | | | | | | | | - update master sites to google PR: ports/163260 Submitted by: Hyogeol Lee <hyogeollee@gmail.com> (maintainer) Approved by: gabor (mentor) Notes: svn path=/head/; revision=287801
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-1/+0
| | | | | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues Notes: svn path=/head/; revision=284239
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Fix LICENSE. libhagul is actually licensed under LGPL 2.1.Jung-uk Kim2011-08-264-17/+41
| | | | | | | | | - Honor WITHOUT_NLS and make porlint happy. Reviewed by: hyogeollee@gmail.com (maintainer) Notes: svn path=/head/; revision=280552
* - Update to 0.0.12Frederic Culot2011-04-116-16/+33
| | | | | | | | PR: ports/156007 Submitted by: Hyogeol Lee <hyogeollee AT gmail.com> (maintainer) Notes: svn path=/head/; revision=272506
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Update to 0.0.11Dmitry Marakasov2010-08-055-24/+25
| | | | | | | | | | - While here, use DATADIR and LDFLAGS instead of LIBS as intended. PR: 148747 Submitted by: Hyogeol Lee <hyogeollee@gmail.com> (maintainer) Notes: svn path=/head/; revision=258817
* - Update to 0.0.10Martin Wilke2009-11-283-8/+8
| | | | | | | | PR: 140415 Submitted by: Hyogeol Lee <hyogeollee@gmail.com> (maintianer) Notes: svn path=/head/; revision=244887
* - Update to 0.0.9Dmitry Marakasov2009-01-126-46/+18
| | | | | | | | PR: 130227 Submitted by: Hyogeol Lee <hyogeollee at gmail dot com> (maintainer) Notes: svn path=/head/; revision=225811
* Update to 0.0.8.Ion-Mihai Tetcu2008-04-226-14/+28
| | | | | | | | PR: ports/122959 Submitted by: maintainer Notes: svn path=/head/; revision=211756
* - Update to 0.0.7Rong-En Fan2008-02-074-26/+14
| | | | | | | | PR: ports/120245 Submitted by: Hyogeol Lee <hyogeollee at gmail.com> (maintainer) Notes: svn path=/head/; revision=206810
* - Update to 0.0.6Pav Lucistnik2007-12-155-30/+41
| | | | | | | | PR: ports/117769 Submitted by: Hyogeol Lee <hyogeollee@gmail.com> (maintainer) Notes: svn path=/head/; revision=203727
* A library for hangul processing.Alejandro Pulver2007-02-056-0/+78
--- WWW: http://kldp.net/projects/hangul/ PR: ports/108590 Submitted by: Hyogeol, Lee <hyogeollee at gmail.com> Notes: svn path=/head/; revision=184299