aboutsummaryrefslogtreecommitdiff
path: root/japanese/font-sazanami
Commit message (Collapse)AuthorAgeFilesLines
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-063-3/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Mk/bsd.sites.mk: Update URL of MASTER_SITE_OSDN to one that supports ↵Alexandre C. Guimarães2020-07-241-1/+1
| | | | | | | | | | | | | geographical load balancing - update all affected ports PR: 244164 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Differential Revision: https://reviews.freebsd.org/D24955 Notes: svn path=/head/; revision=543005
* - Add LICENSE.Hiroki Sato2019-12-302-19/+16
| | | | | | | | - Use FONTPATHSPEC. - Use FONTSDIR consistently. Notes: svn path=/head/; revision=521458
* Rename MASTER_SITE_SOURCEFORGE_JP to MASTER_SITE_OSDNSunpoet Po-Chuan Hsieh2018-03-241-1/+1
| | | | | | | | PR: 225609 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Notes: svn path=/head/; revision=465484
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* Mark NO_ARCH.Hiroki Sato2015-09-251-1/+2
| | | | Notes: svn path=/head/; revision=397899
* Fix fonts.dir by using fonts:fc and style consistency.Hiroki Sato2015-09-132-8/+7
| | | | Notes: svn path=/head/; revision=396873
* Make fonts repecting XDGBaptiste Daroussin2015-03-213-29/+11
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=381876
* Convert fc-cache(1) calls in pkg-plist to use @fc keywordJan Beich2015-01-312-5/+2
| | | | | | | | | | | | | | fonts.cache-1 lines started to appear after r148143 but became obsolete since `fc-cache -s` support (i.e. /var/db/fontconfig) and several FC_CACHE_VERSION bumps. Remove them. Differential Revision: https://reviews.freebsd.org/D1733 Reviewed by: hrs Approved by: portmgr blanket Approved by: bapt (mentor) Notes: svn path=/head/; revision=378204
* Remove code unused with stagingAntoine Brodin2014-11-231-3/+0
| | | | Notes: svn path=/head/; revision=373144
* Cleanup plistAntoine Brodin2014-11-121-4/+0
| | | | Notes: svn path=/head/; revision=372492
* Convert some more USE_BZIP2 to USES=tar:bzip2Adam Weinberger2014-07-291-1/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363399
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* - Add STAGEDIR support.Hiroki Sato2013-10-161-19/+21
| | | | | | | | - Update to 20130617 (japanese/font-migmix) - Update to 456 (japanese/font-ume) Notes: svn path=/head/; revision=330478
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | japanese) Notes: svn path=/head/; revision=327737
* - Fix a warning "Having multiple values in <test> isn't supported and mayHiroki Sato2013-09-042-5/+9
| | | | | | | | | | | | | not work as expected" when using the latest x11-fonts/fontconfig [*]. - Update to the latest version (font-migu, font-ume, font-vlgothic). - Style clean-ups. PR: ports/181701 [*] Notes: svn path=/head/; revision=326328
* Fix DATADIR.Hiroki Sato2013-04-301-0/+2
| | | | Notes: svn path=/head/; revision=316976
* - Trim old-style header.Hiroki Sato2013-04-301-17/+14
| | | | | | | - Use OPTIONS_DEFINE. Notes: svn path=/head/; revision=316964
* - Get Rid MD5 supportMartin Wilke2011-03-181-1/+0
| | | | | | | With hat: portmgr (myself) Notes: svn path=/head/; revision=271274
* Fix PREFIX/LOCALBASE confusion.Hiroki Sato2010-09-302-9/+7
| | | | | | | PR: ports/146247 Notes: svn path=/head/; revision=262206
* Fix pkg-plist.Hiroki Sato2009-05-311-2/+2
| | | | Notes: svn path=/head/; revision=234924
* Remove fonts.dir when it is empty.Hiroki Sato2009-05-311-0/+3
| | | | | | | Spotted by: QAT Notes: svn path=/head/; revision=234902
* Ports for Japanese fonts have been reorganized in the following way:Hiroki Sato2009-05-315-33/+31
| | | | | | | | | | | | | | | | | | | | | | | | japanese/ipa-ttfonts -> japanese/font-mplus-ipa japanese/ipa-ttfonts -> japanese/font-ipa japanese/kochi-ttfonts -> japanese/font-kochi japanese/mplusfonts -> japanese/font-mplus japanese/sazanami-ttf -> japanese/font-sazanami japanese/shinonome -> japanese/font-shinonome japanese/umefont -> japanese/font-ume japanese/vlgothic -> japanese/font-vlgothic While basically these are port name changes for consistency, installation directories are also changed: font files -> ${PREFIX}/share/${PORTNAME}/* symlinks -> ${PREFIX}/share/fonts/{TTF,OTF,fontname,...}/* symlinks -> ${PREFIX}/lib/X11/fonts/{TTF,OTF,misc,fontname,...}/* A user-visible one is that the directory name "TrueType" is replaced with "TTF". Notes: svn path=/head/; revision=234895
* Remove obsolete fp=[y|n] modifier in fonts.dir.Hiroki Sato2008-05-312-5/+5
| | | | Notes: svn path=/head/; revision=214003
* Remove unused variables.Hiroki Sato2008-05-251-9/+2
| | | | Notes: svn path=/head/; revision=213642
* Remove ${DATADIR} properly.Hiroki Sato2008-05-171-0/+1
| | | | | | | Spotted by: pointyhat Notes: svn path=/head/; revision=213194
* - Improve fontconfig support.Hiroki Sato2008-05-129-212/+151
| | | | | | | | - Clean up fonts.dir handling. - Use $PORTDOCS. Notes: svn path=/head/; revision=212960
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-192-3/+3
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-231-2/+3
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209644
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Fix pkg-plist.Hiroki Sato2006-02-201-2/+2
| | | | | | | Spotted by: pointyhat Notes: svn path=/head/; revision=156535
* - Add a configuration file for fontconfig[*]Hiroki Sato2006-02-053-2/+49
| | | | | | | | | | | - Use @dirrmtry - Call fc-cache after the installation/deinstallation Submitted by: Yamashiro Jun[*] PR: ports/92489[*] Notes: svn path=/head/; revision=155268
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* Fix pkg-plist.Hiroki Sato2005-03-072-9/+10
| | | | Notes: svn path=/head/; revision=130551
* - Update to 20040629.Hiroki Sato2004-08-212-5/+5
| | | | | | | - Fix MASTER_SITES. Notes: svn path=/head/; revision=116912
* Add sazanami-ttf 20040618, Free Japanese TrueType fonts named 'Sazanami'.Norikatsu Shigemura2004-06-198-0/+233
Submitted by: hrs Notes: svn path=/head/; revision=111819