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: chinese/fcitx-ui-light/Makefile

Number of commits found: 19

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:21 Tobias C. Berner (tcberner) search for other commits by this committer
chinese: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <intron@intron.ac>
  *  Bo-Yi Wu <appleboy.tw@gmail.com>
  *  Chih-Hsin Chang <chihhsin@cs.nctu.edu.tw>
  *  Ching-Hong Wu <woju@freebsd.ntu.edu.tw>
  *  David O'Brien (obrien@FreeBSD.org)
  *  David O'Brien (obrien@cs.ucdavis.edu)
  *  Eric L. Camachat <eric@camachat.org>
  *  Foxfair Hu <foxfair@FreeBSD.org>
  *  G. Adam Stanislav <adam@whizkidtech.net>
  *  Gasol Wu <gasol.wu@gmail.com>
  *  Gea-Suan Lin <gslin@gslin.org>
  *  Henry Hu <henry.hu.sh@gmail.com>
  *  Jie Gao <gaoj@cpsc.ucalgary.ca>
  *  Jing-Tang Keith Jang <keith@FreeBSD.org>
  *  Joe Horn <joehorn@gmail.com>
  *  Ka Ho Ng <khng300@gmail.com>
  *  Kuang-che Wu <kcwu@csie.org>
  *  Michael C . Wu <keichii@iteration.net>
  *  Michael C. Wu
  *  Ming-I Hseh <PA@FreeBSD.Ntu.edu.TW>
  *  Rong-En Fan <rafan@FreeBSD.org>
  *  Satoshi TAOKA <taoka@FreeBSD.org>
  *  Shell Hung <shell@shellhung.org>
  *  Shen Chuan-Hsing
  *  Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Yen-Ming Lee <leeym@FreeBSD.org>
  *  Yen-Shuo Su <yssu@CCCA.NCTU.edu.tw>
  *  Yin-Jieh Chen <yinjieh@csie.nctu.edu.tw>
  *  Yinghong Liu <relaxbsd@gmail.com>
  *  Zhang Shu
  *  Zhihao Yuan <lichray@gmail.com>
  *  blubee <hello@blubee.me>
  *  buganini@gmail.com
  *  chinsan
  *  chinsan <chinsan.tw@gmail.com>
  *  clive
  *  clsung
  *  clsung@dragon2.net
  *  gugod@gugod.org
  *  hrs
  *  ijliao
  *  vanilla@

With hat:	portmgr
commit hash: 25fe59a33ef000c1e61b9135490822d4b5069764 commit hash: 25fe59a33ef000c1e61b9135490822d4b5069764 commit hash: 25fe59a33ef000c1e61b9135490822d4b5069764 commit hash: 25fe59a33ef000c1e61b9135490822d4b5069764 25fe59a
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
Monday, 4 Nov 2019
21:36 zeising search for other commits by this committer
Add USES=xorg USES=gl, ports categories c

Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'c'.
Original commitRevision:516745 
Thursday, 8 Dec 2016
19:52 tijl search for other commits by this committer
Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
Original commitRevision:428152 
Friday, 1 Apr 2016
13:29 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412344 
Tuesday, 31 Mar 2015
07:08 delphij search for other commits by this committer
Major update to libpinyin, fcitx and their add ons:

 - New port: chinese/brise Rime schema repository
 - Update chinese/fcitx to 4.2.8.5.
 - Update chinese/fcitx-chewing to 0.2.2.
 - Update chinese/fcitx-cloudpinyin to 0.3.4.
 - Update chinese/fcitx-configtool to 0.4.8.
 - Update chinese/fcitx-libpinyin to 0.3.1.
 - Update chinese/fcitx-rime to 0.3.1.
 - Update chinese/fcitx-sunpinyin to 0.4.1.
 - Update chinese/fcitx-table-extra to 0.3.7.
 - Add LICENSE and update website (mainly move off Google Code)
   for various ports.
 - Update chinese/libpinyin to 1.1.0.
 - Update chinese/librime to 1.1.
 - Update chinese/opencc to 0.4.3.
 - Update japanese/fcitx-anthy to 0.2.1.
 - New port: japanese/fcitx-skk SKK support for Fcitx
 - Update korean/fcitx-hangul to 0.3.0.
 - Update textproc/fcitx-m17n to 0.2.3.

PR:		ports/198743
Submitted by:	maintainer, hiroto.kagotani@gmail.com, delphij
Original commitRevision:382798 
Monday, 9 Jun 2014
11:21 olgeni search for other commits by this committer
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories A-C.

CR:		D196
Approved by:	portmgr (bapt)
Original commitRevision:357139 
Sunday, 1 Jun 2014
16:43 ohauer search for other commits by this committer
- USE_(BZIP2|XZ) -> USES=tar:(bzip2|xz)
Original commitRevision:356156 
Wednesday, 8 Jan 2014
16:12 vanilla search for other commits by this committer
Add stagedir support.

Approved by:	portmgr (blanket infrastructure)
Original commitRevision:339153 
Wednesday, 11 Dec 2013
14:58 bapt search for other commits by this committer
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in chinese
Original commitRevision:336173 
Friday, 20 Sep 2013
16:01 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
chinese)
Original commitRevision:327713 
Thursday, 12 Sep 2013
09:07 marino search for other commits by this committer
Add explicit dependency on pkgconf (18 ports)

Approved by:	portmgr (bapt, implicit)
Original commitRevision:327044 
Wednesday, 24 Apr 2013
07:35 ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 1)

Approved by:	portmgr (bapt)
Original commitRevision:316407 
Friday, 22 Mar 2013
20:06 makc search for other commits by this committer
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
Original commitRevision:314960 
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Tuesday, 7 Feb 2012
20:57 delphij search for other commits by this committer
Update fcitx and friends:

 - fcitx to 4.2.0, always depend on dbus
 - fcitx-cloudpinyin to 0.2.0
 - fcitx-configtool to 0.4.0
 - fcitx-googlepinyin to 0.1.4
 - fcitx-sunpinyin to 0.3.3
 - fcitx-ui-light to 0.1.3
 - libgooglepinyin to 0.1.2

PR:             ports/164820
Submitted by:   maintainer (Zhihao Yuan <lichray gmail com>
Original commit
Monday, 14 Nov 2011
00:41 clsung search for other commits by this committer
- remove the x11 sub-categories of the fcitx-* ports, and put their distfiles
together

PR:             ports/162487
Submitted by:   maintainer (Zhihao Yuan)
Feature safe:   yes
Original commit
Friday, 11 Nov 2011
16:01 clsung search for other commits by this committer
fcitx-ui-light is a very light weight UI for Fcitx, only using Xpm
and Xft, like go back to 3.6.x times.

Actually, it's Fcitx's old UI. The current "classic" UI is just a skin.
With this addon, fcitx can run without Gtk+.

WWW:    http://code.google.com/p/fcitx/

PR:             ports/162474
Submitted by:   maintainer (Zhihao Yuan)
Feature safe:   yes
Original commit

Number of commits found: 19