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/nanumfonts-otf/Makefile

Number of commits found: 23

Friday, 11 Feb 2022
04:48 Jung-uk Kim (jkim) search for other commits by this committer
korean/nanumfonts: Split korean/nanumfonts-{otf,ttf} into multiple ports
commit hash: 69731562121a8f4fd6b64649f8c661e5016dffb2 commit hash: 69731562121a8f4fd6b64649f8c661e5016dffb2 commit hash: 69731562121a8f4fd6b64649f8c661e5016dffb2 commit hash: 69731562121a8f4fd6b64649f8c661e5016dffb2 6973156
Saturday, 8 Jan 2022
19:58 Jan Beich (jbeich) search for other commits by this committer
USES=7z: convert p7zip to 7-zip

PR:		260866
Tested by:	mtree -R time -K sha256 in korean/nanumfonts-otf
commit hash: c0c4550edc7274b25a12b7288994ff1ac2efe648 commit hash: c0c4550edc7274b25a12b7288994ff1ac2efe648 commit hash: c0c4550edc7274b25a12b7288994ff1ac2efe648 commit hash: c0c4550edc7274b25a12b7288994ff1ac2efe648 c0c4550
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
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
Wednesday, 6 Nov 2019
18:48 jkim search for other commits by this committer
Update to the latest version and unbreak.
Original commitRevision:516919 
12:48 antoine search for other commits by this committer
Mark a few ports BROKEN, unfetchable
Original commitRevision:516880 
Monday, 11 Mar 2019
21:25 zeising search for other commits by this committer
x11-fonts/mkfontscale: Update to 1.2.0

Update x11-fonts/mkfontscale to 1.2.0
Remove x11-fonts/mkfontdir, which has been merged into mkfontscale.
Update dependencies and bump portrevisions.
Add an entry to UPDATING and MOVES

Changelog:
https://lists.x.org/archives/xorg/2019-March/059633.html

Thanks to Antoine for the exp-run!

PR:		236336 (exp-run)
Obtained from:	FreeBSD Graphics Team dev repo
		https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/mkfontscale
Sponsored by:	B3 Init
Original commitRevision:495395 
Friday, 25 Mar 2016
20:54 jkim search for other commits by this committer
- Update to 20160201.
- Add an option to include Eco font family.  Default is off.
- Prefer USES=7z. [1]

PR:		208292 [1]
Original commitRevision:411906 
Friday, 24 Jul 2015
17:28 jkim search for other commits by this committer
Fix build with fmake.
Original commitRevision:392832 
Wednesday, 22 Jul 2015
20:26 jkim search for other commits by this committer
Update to 20141022 snapshot.
Original commitRevision:392694 
Thursday, 14 May 2015
10:15 mat search for other commits by this committer
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:386312 
Saturday, 21 Mar 2015
23:05 bapt search for other commits by this committer
Make fonts repecting XDG

Xorg is now looking in ${LOCALBASE}/share/fonts by default
Xorg now accepts symlinks in etc/X11/fontpath.d (as decribed in Xserver(1))
Large cleanup on lots of font ports
All fonts are now properly dynamically generating fonts.dir and fonts.scale
instead of sometime overwriting existing ones)
All fonts are generating fontconfig's cache
Improve consistency in fonts ports
Original commitRevision:381876 
Saturday, 20 Dec 2014
19:08 bapt search for other commits by this committer
cleanup plist
Original commitRevision:375093 
Monday, 5 May 2014
09:45 bapt search for other commits by this committer
Convert all :U to :tu and :L to :tl

Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)

bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore

Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier

With hat:	portmgr
Original commitRevision:352986 
Monday, 10 Mar 2014
15:52 bapt search for other commits by this committer
Convert k* to USES=zip
Original commitRevision:347772 
Wednesday, 8 Jan 2014
00:06 jkim search for other commits by this committer
Simplify and support staging.
Original commitRevision:339059 
Tuesday, 5 Nov 2013
06:46 tabthorpe search for other commits by this committer
- Update LICENSE accordingly, now that OFL10 and OFL11 are defined

With hat:	portmgr
Original commitRevision:332811 
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, 8 Jul 2013
19:37 jkim search for other commits by this committer
Add local distfiles.
Original commitRevision:322534 
Tuesday, 16 Apr 2013
19:33 jkim search for other commits by this committer
Update to 3.1.

Feature safe:	yes
Original commitRevision:315889 
Wednesday, 10 Aug 2011
21:42 jkim search for other commits by this committer
Use PLIST_DIRS properly.
Original commit
Friday, 5 Aug 2011
20:58 jkim search for other commits by this committer
Replace PREFIX with LOCALBASE in few places.
Original commit
20:48 jkim search for other commits by this committer
Nanum font family is free Hangul fonts developed by NHN Corporation
and distributed under SIL Open Font License (OFL).

WWW: http://hangeul.naver.com/
Original commit

Number of commits found: 23