notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: chinese/moettf/Makefile
SVNWeb

Number of commits found: 29

Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:25fe59a33ef000c1e61b9135490822d4b5069764  commit hash:25fe59a33ef000c1e61b9135490822d4b5069764  commit hash:25fe59a33ef000c1e61b9135490822d4b5069764  25fe59a  (Only the first 10 of 124 ports in this commit are shown above. View all ports for this commit)
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>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 6 May 2021
[ 11:47 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:3505159e72da2d8313ce2a8ddc527de700b5bc37  commit hash:3505159e72da2d8313ce2a8ddc527de700b5bc37  commit hash:3505159e72da2d8313ce2a8ddc527de700b5bc37  3505159  (Only the first 10 of 144 ports in this commit are shown above. View all ports for this commit)
Deorbit RESTRICTED && NO_CDROM, part two.

Move ports to the licenses framework.

RESTRICTED → auto-accept (unless expressly stated otherwise)
NO_CDROM → dist-mirror pkg-mirror auto-accept

Differential Revision:  https://reviews.freebsd.org/D30010
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Mon, 11 Mar 2019
[ 21:25 zeising search for other commits by this committer ] Original commit   Revision:495395 (Only the first 10 of 243 ports in this commit are shown above. View all ports for this commit)
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
Fri, 29 Jul 2016
[ 10:53 se search for other commits by this committer ] Original commit   Revision:419236 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
Remove spurious ${STAGEDIR} from @exec and @unexec lines added to the plist
by chinese/ttfm/Makefile.ttf and bump PORTREVISION in all dependent ports.

Approved by:	antoine (mentor)
Mon, 25 Jul 2016
[ 21:10 jbeich search for other commits by this committer ] Original commit   Revision:419066 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
chinese/ttfm: don't touch user font cache on install

This matches USES=fonts (@fc, @fcfontsdir) behavior.

PR:		207263
MFH:		2016Q3
Fri, 1 Apr 2016
[ 13:29 mat search for other commits by this committer ] Original commit   Revision:412344 (Only the first 10 of 1009 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.

With hat:	portmgr
Sponsored by:	Absolight
Sat, 19 Jul 2014
[ 09:12 sunpoet search for other commits by this committer ] Original commit   Revision:362241
- Fix MASTER_SITES
[ 08:59 marino search for other commits by this committer ] Original commit   Revision:362240
chinese/moetff: MASTER_SITES is LOCAL/marino not LOCAL/MARINO
[ 08:47 marino search for other commits by this committer ] Original commit   Revision:362239
chinese/moettf: Unbreak, stage, restore public distfiles

This port was in bad shape!

1) It had a MASTER_SITES definition pointing to a FreeBSD mirror.  This
   was a circular dependency that broke when the "real" master site
   domain disappeared.  Fix this by hosting at LOCAL/MARINO

2) The kai-pc ttf font was never installed (always broken)

3) It broke (more) with recent chinese font work

4) It included makefile.tty by absolute ${PORTDIR} instead of
   correct ${.CURDIR}, which also unnecessarily required <pre>, <post>

5) It wasn't staged

So fix all that. Also improve efficiency of staging by copying directly
from distfiles to stage directory instead of first copying to WRKSRC then
STAGEDIR.  The post-install target is no longer needed, nor is the
pkg-plist file.
Wed, 11 Dec 2013
[ 19:51 eadler search for other commits by this committer ] Original commit   Revision:336214
LEGAL, chinese/moettf: sync LEGAL text

Add 's and remove trailing '.'
Fri, 20 Sep 2013
[ 16:01 bapt search for other commits by this committer ] Original commit   Revision:327713 (Only the first 10 of 138 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
chinese)
Wed, 19 Jun 2013
[ 16:03 rafan search for other commits by this committer ] Original commit   Revision:321284 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
- Fix ttfm's xttfm module to really update fonts.{dir,scale} to reflect
  the fonts installed
- Bump PORTREVISION for all ports using chinese/ttfm/Makefile.ttf

PR:             ports/179608
Reported by:    Antoine Brodin (antoine@)
Tested by:      Antoine Brodin (antoine@)
Sat, 19 May 2007
[ 20:32 flz search for other commits by this committer ] Original commit  (Only the first 10 of 7868 ports in this commit are shown above. View all ports for this commit)
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Mon, 24 Jul 2006
[ 14:17 jmelo search for other commits by this committer ] Original commit 
- Remove bad sites.
- Add new mastersites.
Mon, 28 Nov 2005
[ 04:46 linimon search for other commits by this committer ] Original commit 
Remove dead mastersite per distfile survey.
Mon, 25 Jul 2005
[ 21:58 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 42 ports in this commit are shown above. View all ports for this commit)
Reset bouncing maintainer address.  These ports are now available for
adoption.

Note that I have left the maintainer's own ftp site as a MASTERSITE
because it still appears to be active (for now, anyways).

Hat:    portmgr
Sat, 19 Feb 2005
[ 13:51 leeym search for other commits by this committer ] Original commit  (Only the first 10 of 31 ports in this commit are shown above. View all ports for this commit)
- add chinese/Makefile.ttf to control install/deinstall process of all
  TrueType fonts in chinese/*ttf
- update related Makefile(s) and remove pkg-{install,pkg-deinstall,pkg-plist}
- relocate non-font files to DATADIR or DOCSDIR
- fix "unable to reomve fonts from gscjk" problem in ttfm.sh and gscjk.ttfm
- update chinese/zh-fireflyttf to 1.2.6 [1]

PR:             [1] 77438
Submitted by:   leeym
Approved by:    statue at freebsd.sinica.edu.tw
Sat, 8 Jan 2005
[ 15:50 sem search for other commits by this committer ] Original commit  (Only the first 10 of 40 ports in this commit are shown above. View all ports for this commit)
- Pass maintainership to submitter

PR:             ports/75730
Submitted by:   statue(at)freebsd.netlab.cse.yzu.edu.tw
Sat, 21 Aug 2004
[ 09:24 pav search for other commits by this committer ] Original commit 
- Convert to OPTIONS

PR:             ports/70684
Submitted by:   Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
Fri, 23 Jul 2004
[ 19:10 anholt search for other commits by this committer ] Original commit  (Only the first 10 of 163 ports in this commit are shown above. View all ports for this commit)
- Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,
  and make XFREE86_VERSION map to it.  XFREE86_VERSION is now deprecated.
- Make xorg the default X_WINDOW_SYSTEM on -current.
- Add several new X_*_PORT variables which point to various pieces of X11 based
  on the setting of X_WINDOW_SYSTEM, and make ports use them.
- Add information to CHANGES about how to handle the transition.

PR:             ports/68763
Approved by:    portmgr (marcus)
Approved by:    re (scottl)
Fri, 9 Apr 2004
[ 03:06 kris search for other commits by this committer ] Original commit 
unrar is an EXTRACT_DEPENDS, not BUILD_DEPENDS
Mon, 3 Nov 2003
[ 01:19 kris search for other commits by this committer ] Original commit  (Only the first 10 of 84 ports in this commit are shown above. View all ports for this commit)
Reset maintainer on ports owned by the following committers who have
been inactive for over 12 months and did not respond to my email confirming
their status: keith, nakai, torstenb

Reviewed by:    portmgr
Mon, 14 Apr 2003
[ 17:58 leeym search for other commits by this committer ] Original commit 
o fix MASTER_SITES
o add new file: moe_kai_pc.ttf
  http://www.edu.tw/mandr/bbs/1-4-2/kai.htm

PR:             50091
Submitted by:   Statue <statue@freebsd.sinica.edu.tw>
Approved by:    maintainer timeout
Wed, 26 Feb 2003
[ 14:23 foxfair search for other commits by this committer ] Original commit  (Only the first 10 of 72 ports in this commit are shown above. View all ports for this commit)
pkg-comment police: Purge them in this category while I'm here.
Sat, 21 Dec 2002
[ 18:48 ijliao search for other commits by this committer ] Original commit 
due to ttfm module ghostscript6 change to gscjk

PR:             42330
Submitted by:   Statue <statue@freebsd.sinica.edu.tw>
Sat, 9 Dec 2000
[ 20:09 keith search for other commits by this committer ] Original commit 
Adds two new fonts, moe_sungext.ttf and moe_sungsym.ttf.  Although   the fonts
are encoded in BIG5, the characters and symbols are from   several less commonly
used layers in CNS.  See   http://www.edu.tw/mandr/bbs/1-4-2/1-4-2.html for more
details.    
Mon, 6 Nov 2000
[ 18:15 keith search for other commits by this committer ] Original commit  (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
Change keith@freebsd.sinica.edu.tw to keith@FreeBSD.org    
Sun, 8 Oct 2000
[ 11:23 asami search for other commits by this committer ] Original commit  (Only the first 10 of 400 ports in this commit are shown above. View all ports for this commit)
Change PKGDIR from pkg/ to .  Also fix places where ${PKGDIR} is   spelled out
(many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type   fixes that
shouldn't have been necessary) and the string "/pkg/"   appear.    

Number of commits found: 29