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) combinatio for a given watch list. This is what FreshPorts will look for.

non port: chinese/tin/Makefile

Number of commits found: 38

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
Sunday, 6 Feb 2022
18:36 Stefan Eßer (se) search for other commits by this committer
Update CONFLICTS definitions in categories a* to c*

Update the CONFLICTS definitions of ports in the following categories:

- accessibility
- archivers
- audio
- benchmarks
- biology
- cad
- chinese
- comms
- converters

An attempt has been made to use generic conflicts patterns that do not
have to be updated whenever a new version of a conflicting port is
added to the ports system.

There is a misunderstanding that the port being built/installed has to
be omitted from the conflicts pattern. This is not true - the port
being built is implicitly non-conflicting due to logic in bsd.port.mk.

Approved by:	portmgr (implicit)
commit hash: bdd2d4af9630fdc1157d49bd193e8195c3240e9e commit hash: bdd2d4af9630fdc1157d49bd193e8195c3240e9e commit hash: bdd2d4af9630fdc1157d49bd193e8195c3240e9e commit hash: bdd2d4af9630fdc1157d49bd193e8195c3240e9e bdd2d4a
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, 11 Nov 2016
11:58 jbeich search for other commits by this committer
chinese/tin: drop PORTREVISION as it has no effect

PR:		214384
Original commitRevision:425887 
Saturday, 24 Sep 2016
11:06 tijl search for other commits by this committer
- Update devel/icu to 57.1.
- Clean up the Makefile.
- Follow some upstream recommendations (--with-data-packaging=archive,
  --disable-renaming, -DICU_NO_USER_DATA_OVERRIDE).
- Patch makefiles to install static libraries with INSTALL_DATA so they
  aren't stripped.
- Patch config/mh-bsd-gcc to sync with config/mh-linux-gcc.
- Fix endianness detection in ICU.  The code wanted to use BYTE_ORDER
  defined in machine/endian.h, but this isn't visible because ICU is
  compiled with _XOPEN_SOURCE.  Patch the code to use _BYTE_ORDER instead.
- Compile ICU with C++11 compiler to enable move constructors.
- Patch ICU to fix a problem with atomics in the case of a C++11 compiler
  without C++11 header <atomic> (like Clang on FreeBSD 9).
- Bump all ports that depend on it due to library version change.
- Add USES=compiler:c++0x to some ports that pick up -std=c++0x from ICU
  pkgconfig files.
- Add USES=compiler:c++11-lib to graphics/libcdr01 because it also needs
  a C++11 runtime library now.  Add this to all ports that depend on it
  so their executables load the right libstdc++.so on FreeBSD 9.

PR:		205120
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:422711 
Wednesday, 6 Jul 2016
22:10 mat search for other commits by this committer
Bump PORTREVISION for the icu revert.

This time not bumping lang/php70, but devel/php70-intl which is the one
really depending on icu.

PR:		205120
With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:418153 
11:19 gahr search for other commits by this committer
devel/icu: bump PORTREVISION on missing dependent ports

Reported by:	rakuco
Original commitRevision:418128 
Sunday, 21 Feb 2016
19:53 rakuco search for other commits by this committer
Regenerate a few patches to unbreak after the news/tin update in r406242.
Original commitRevision:409309 
Wednesday, 20 Jan 2016
18:56 antoine search for other commits by this committer
Mark BROKEN: fails to patch

Reported by:	pkg-fallout
Original commitRevision:406790 
Tuesday, 15 Jul 2014
17:28 lwhsu search for other commits by this committer
- Unbreak
Original commitRevision:361985 
Sunday, 18 May 2014
15:48 antoine search for other commits by this committer
Mark BROKEN: Fails to patch

===>  Applying extra patch /usr/ports/chinese/tin/files/patch-attrib.c
===>  Applying extra patch /usr/ports/chinese/tin/files/patch-cook.c
1 out of 1 hunks failed--saving rejects to src/cook.c.rej
*** [do-patch] Error code 1

Reported by:	pkg-fallout
Original commitRevision:354433 
Monday, 20 Jan 2014
18:23 antoine search for other commits by this committer
Stage support
Original commitRevision:340436 
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 
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Wednesday, 15 Feb 2012
13:52 johans search for other commits by this committer
Bump PORTREVISION due to pcre update
Original commit
Wednesday, 4 Jan 2012
20:30 leeym search for other commits by this committer
- remove files/patch-tin.defaults and replace it with REINPLACE_CMD

Noticed by:     danfe@
Original commit
14:01 johans search for other commits by this committer
Restore PORTREVISION to prevent version going backwards

Reported by:    erwin
Original commit
Monday, 2 Jan 2012
15:34 leeym search for other commits by this committer
- update to 2.0.1
- drop maintainership

PR:             159863
Submitted by:   Yi-Rong Wang <wangyr@cs.nctu.edu.tw>
Original commit
Monday, 18 Jul 2011
22:05 pav search for other commits by this committer
- Mark BROKEN: does not patch

Reported by:    pointyhat
Original commit
Thursday, 16 Dec 2010
02:34 glarkin search for other commits by this committer
- Chase security/libksba shlib version bump

Requested by:   kwm
Pointyhat to:   glarkin
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Friday, 6 Jun 2008
13:14 edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
Original commit
Thursday, 1 Mar 2007
08:12 leeym search for other commits by this committer
- utilize WITH_TIN_SCREEN
- remove the lines after .include "${MASTERDIR}/Makefile"

Noticed by:     rafan@
Original commit
Tuesday, 5 Apr 2005
17:33 leeym search for other commits by this committer
- update patch and unbreak this port
- take over the maintainership

PR:             part of 78990
Submitted by:   leeym
Approved by:    ex-maintainer
Original commit
Saturday, 26 Mar 2005
20:20 kris search for other commits by this committer
BROKEN: Fails to patch

Approved by:    portmgr (self)
Original commit
Thursday, 9 Oct 2003
14:14 clive search for other commits by this committer
Help to build a correct .tin/tinrc and .tin/attributes at the first run.

PR:             ports/57796
Submitted by:   Cheng-Lung Sung <clsung@dragon2.net>
Original commit
04:14 clive search for other commits by this committer
Improve multibyte ability, otherwise it is broken functionally.

PR:             ports/57732
Submitted by:   Cheng-Lung Sung <clsung@dragon2.net>
Original commit
Thursday, 23 Jan 2003
13:34 leeym search for other commits by this committer
These patches were merged into main stream source tree,
so remove these patches and unbreak zh-tin

Approved by:    MAINTAINER
Original commit
Sunday, 12 Jan 2003
00:54 leeym search for other commits by this committer
upgrade and unbreak chinese/tin to 1.5.16

PR:             ports/46878
Submitted by:   leeym
Reviewed by:    yssu@CCCA.NCTU.edu.tw (MAINTAINER)
Original commit
Thursday, 9 May 2002
19:28 clive search for other commits by this committer
In case tin links against libiconv now, teach tin to recognize BIG5
charset.

Noted by: My post became 8bit stripped.
Original commit
Wednesday, 8 Aug 2001
11:31 ijliao search for other commits by this committer
make it buildable for 1.5.9    
Original commit
Monday, 25 Jun 2001
19:34 clive search for other commits by this committer
Bump PORTREVISION I forgot in previous commit.    
Original commit
Tuesday, 22 May 2001
19:19 sobomax search for other commits by this committer
Ports policy:    
Original commit
Thursday, 19 Apr 2001
03:44 clive search for other commits by this committer
Essential line wrapping fix for embedded color assii art.   PORTREVISION bumped.
   
Original commit
Monday, 5 Feb 2001
14:29 olgeni search for other commits by this committer
Style/space police (space -> tab) over the chinese category.    
Original commit
Thursday, 7 Dec 2000
16:37 clive search for other commits by this committer
Don't do isprint(3) filtering, just print it.    
Original commit
Sunday, 8 Oct 2000
11:25 asami search for other commits by this committer
Change places where "/patches/" is spelled out to "/files/".    
Original commit
Sunday, 24 Sep 2000
05:36 vanilla search for other commits by this committer
Update and enslave zh-tin.    
Original commit

Number of commits found: 38