notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: korean/libhangul/Makefile

Number of commits found: 30

Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

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)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 20 Jul 2022
14:22 Tobias C. Berner (tcberner) search for other commits by this committer
korean: remove 'Created by' lines

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
commit hash: 2d165cffa8eca23bfb9e2e793b182add9e116a72 commit hash: 2d165cffa8eca23bfb9e2e793b182add9e116a72 commit hash: 2d165cffa8eca23bfb9e2e793b182add9e116a72 commit hash: 2d165cffa8eca23bfb9e2e793b182add9e116a72 2d165cf
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Friday, 19 Jul 2019
00:09 jkim search for other commits by this committer
- Fix build without NLS.
- Appease portlint.
Original commitRevision:506902 
Sunday, 5 Feb 2017
11:14 sunpoet search for other commits by this committer
Move devel/libcheck to devel/check

- Bump PORTREVISION for dependent ports
Original commitRevision:433395 
Friday, 21 Oct 2016
15:21 mat search for other commits by this committer
Use USES=pathfix where applicable.

PR:		213195
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D8093
Original commitRevision:424427 
Wednesday, 14 Sep 2016
22:09 jkim search for other commits by this committer
Unbreak the port and modernize.
Original commitRevision:422163 
15:59 mat search for other commits by this committer
GOOGLE_CODE has gone away.

- 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
Original commitRevision:422140 
Monday, 23 May 2016
20:35 amdmi3 search for other commits by this committer
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed

Approved by:	portmgr blanket
Original commitRevision:415742 
Thursday, 3 Jul 2014
17:31 amdmi3 search for other commits by this committer
- Switch to USES=libtool, drop .la files

Approved by:	portmgr blanket
Original commitRevision:360420 
Wednesday, 25 Jun 2014
05:35 bapt search for other commits by this committer
Convert GMAKE to MAKE_CMD
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
Original commitRevision:359185 
Tuesday, 24 Dec 2013
23:02 jkim search for other commits by this committer
- Add a patch from upstram.
- Use options framework properly.
Original commitRevision:337395 
Tuesday, 24 Sep 2013
06:24 bapt search for other commits by this committer
Remove NO_STAGE to ports natively stage ready shown by a FORCE_STAGE exp-run

Exp-run by:	bdrewery
Original commitRevision:328096 
Friday, 20 Sep 2013
19:49 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
korean)
Original commitRevision:327739 
Monday, 24 Jun 2013
19:05 jkim search for other commits by this committer
- Take over the maintainership. [1]
- Use pkgconfig for detecting dependencies.  Tidy up a bit while I am here.

Approved by:	Hyogeol Lee <hyogeollee@gmail.com> (maintainer) [1]
Original commitRevision:321708 
Monday, 6 May 2013
15:18 bapt search for other commits by this committer
Convert from WITHOUT_NLS to PORT_OPTIONS:MNLS
Original commitRevision:317521 
Saturday, 27 Apr 2013
11:59 mva search for other commits by this committer
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	zeising
Original commitRevision:316662 
Wednesday, 24 Apr 2013
18:10 ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
Original commitRevision:316464 
Sunday, 29 Jul 2012
11:17 cs search for other commits by this committer
Fix typos in COMMENT

Approved by:	portmgr@ (implicit)
Original commit
Wednesday, 21 Dec 2011
13:27 scheidell search for other commits by this committer
- update to 0.1.0
- update master sites to google

PR:             ports/163260
Submitted by:   Hyogeol Lee <hyogeollee@gmail.com> (maintainer)
Approved by:    gabor (mentor)
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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
Original commit
Friday, 26 Aug 2011
21:06 jkim search for other commits by this committer
- Fix LICENSE.  libhagul is actually licensed under LGPL 2.1.
- Honor WITHOUT_NLS and make porlint happy.

Reviewed by:    hyogeollee@gmail.com (maintainer)
Original commit
Monday, 11 Apr 2011
06:34 culot search for other commits by this committer
- Update to 0.0.12

PR:             ports/156007
Submitted by:   Hyogeol Lee <hyogeollee AT gmail.com> (maintainer)
Original commit
Thursday, 5 Aug 2010
15:30 amdmi3 search for other commits by this committer
- Update to 0.0.11
- While here, use DATADIR and LDFLAGS instead of LIBS as intended.

PR:             148747
Submitted by:   Hyogeol Lee <hyogeollee@gmail.com> (maintainer)
Original commit
Saturday, 28 Nov 2009
01:01 miwi search for other commits by this committer
- Update to 0.0.10

PR:             140415
Submitted by:   Hyogeol Lee <hyogeollee@gmail.com> (maintianer)
Original commit
Monday, 12 Jan 2009
03:27 amdmi3 search for other commits by this committer
- Update to 0.0.9

PR:             130227
Submitted by:   Hyogeol Lee <hyogeollee at gmail dot com> (maintainer)
Original commit
Tuesday, 22 Apr 2008
09:31 itetcu search for other commits by this committer
Update to 0.0.8.

PR:             ports/122959
Submitted by:   maintainer
Original commit
Thursday, 7 Feb 2008
04:43 rafan search for other commits by this committer
- Update to 0.0.7

PR:             ports/120245
Submitted by:   Hyogeol Lee <hyogeollee at gmail.com> (maintainer)
Original commit
Saturday, 15 Dec 2007
13:43 pav search for other commits by this committer
- Update to 0.0.6

PR:             ports/117769
Submitted by:   Hyogeol Lee <hyogeollee@gmail.com> (maintainer)
Original commit
Monday, 5 Feb 2007
20:35 alepulver search for other commits by this committer
A library for hangul processing.

---
WWW: http://kldp.net/projects/hangul/

PR:             ports/108590
Submitted by:   Hyogeol, Lee <hyogeollee at gmail.com>
Original commit

Number of commits found: 30