Commit graph

28 commits

Author SHA1 Message Date
nia
d14eac75b3 fonts: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
2021-10-26 10:26:59 +00:00
nia
9ef0a4d7a2 fonts: Remove SHA1 hashes for distfiles 2021-10-07 14:03:48 +00:00
agc
b9f9b025f5 Add SHA512 digests for distfiles for fonts category
Problems found locating distfiles:
	Package acroread7-chsfont: missing distfile acrobat7-fonts/chsfont.tar.gz
	Package acroread7-font-share: missing distfile acrobat7-fonts/korfont.tar.gz
	Package acroread7-korfont: missing distfile acrobat7-fonts/korfont.tar.gz
	Package acroread9-chtfont: missing distfile acrobat9-fonts/FontPack910_cht_i486-linux.tar.bz2
	Package acroread9-jpnfont: missing distfile acrobat9-fonts/FontPack910_jpn_i486-linux.tar.bz2
	Package cyberbase-ttf: missing distfile cyberbit-ttf/Cyberbase.ZIP
	Package cyberbit-ttf: missing distfile cyberbit-ttf/Cyberbit.ZIP
	Package pixel-sagas-startrek: missing distfile PS_Font_Fontana.zip
	Package pixel-sagas-startrek: missing distfile PS_Font_Montalban.zip
	Package pixel-sagas-startrek: missing distfile PS_Font_Probert.zip
	Package pixel-sagas-startrek: missing distfile PS_Font_Sternbach.zip
	Package pixel-sagas-startrek: missing distfile PS_Font_Trek_Arrowcaps.zip
	Package umefont-ttf: missing distfile umefont_560.tar.xz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 20:44:27 +00:00
ryoon
7110bb1f60 Rename MASTER_SITE_SOURCEFORGE_JP to MASTER_SITE_OSDN.
sourceforge.jp is renamed to osdn.jp.
However its mirror sites are not ready for osdn.jp.
2015-06-29 11:06:46 +00:00
wiz
1adfb71852 Move fonts from lib/X11/fonts to share/fonts/X11.
As discussed on tech-pkg.

Bump PKGREVISION.
2014-06-01 16:35:31 +00:00
asau
dfaf1eaae6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
wiz
4f6edc0f05 Remove message about deleting distfiles from 2003. Everyone who
reads message files probably already has done it, and we'll never reach
the others, if 5 years don't suffice.
2011-03-01 11:25:54 +00:00
jlam
d6ccf8cf66 Mechanical changes to add DESTDIR support to packages that install
their files via a custom do-install target.
2008-03-03 20:17:11 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
rxg
1cc6b4c312 Use MASTER_SITE_SOURCEFORGE_JP. 2006-01-21 11:55:14 +00:00
jlam
1859f144b4 Convert to use the new pkginstall framework fonts-handling by renaming
FONTS_<TYPE>_DIRS variables to FONTS_DIRS.<type>, and by removing the
unnecessary inclusion of mk/fonts.mk.
2005-12-29 07:04:27 +00:00
jlam
dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00
uebayasi
398d17537e Correct the version number which had had license problems. Pointed
out by hubertf@.

(It was me who wrote the wrong number (20030823), but I have totally
no idea where that number came from.)
2005-03-07 12:02:59 +00:00
uebayasi
8aa2bfddc8 ("Third time's a charm".)
Put kochi-ttf back for now.  Although this could be obsoleted by
Sazanami font, some other packages explicitly / implicitly depend
on kochi-ttf yet.

And, the license problem was gone long ago.  No reason to hurry
now.
2005-03-07 10:12:29 +00:00
uebayasi
18e702f4d2 Obsoleted by ja-sazanami-ttf. 2005-03-06 05:20:22 +00:00
agc
c1e24f7e2b Add RMD160 digests to the SHA1 ones. 2005-02-23 19:18:25 +00:00
wiz
bc871f8be3 Fix ttf/type1 handling in fonts.mk:
Previously, ttmkfdir's output was redirected to fonts.dir,
while the correct behaviour is to let it create fonts.scale
and then let mkfontdir merge fonts.scale into fonts.dir.
type1 handling had a similar problem.
Get the wanted behaviour by automatically appending the contents of
FONTS_TTF_DIRS and FONTS_TYPE1_DIRS to FONTS_X11_DIRS.
Also, save a subshell in install/fonts while there.

Bump PKGREVISION for all affected packages.

jmmv@ says ok.
2004-12-28 14:38:03 +00:00
wiz
ae75981543 Convert to fonts.mk. Bump PKGREVISION. Remove USE_X11BASE. 2004-12-26 17:30:51 +00:00
minskim
af1ec94a6a Remove dependency on mkfontscale, which is never used by this package.
This is necessary to install this package when xpkgwedge also
installed, because xpkgwedge conflicts with mkfontscale.  Bump PKGREVISION.

OK'ed by uebayasi@, the maintainer.
2004-06-15 02:35:11 +00:00
wiz
f6933cd947 Install into TTF instead of TrueType subdir. PKGREVISION=1. 2004-01-25 20:33:13 +00:00
uebayasi
8e423949b1 Correct MASTER_SITES and HOMEPAGE. 2004-01-06 03:53:05 +00:00
uebayasi
9e0115ecde Belately update to 20030823.
This release is a stop-gap of Kochi TrueType font and composed of real free
fonts.

It was revealed that older Kochi fonts were (unfortunately) based on an illegal
free font.  Older Kochi fonts must not be distributed any more.
2004-01-05 09:00:58 +00:00
uebayasi
836ff8dc61 Update my old address. Noted by Yamano-san. 2003-08-18 06:54:09 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
jlam
d7f69e47ce Instead of including bsd.pkg.install.mk directly in a package Makefile,
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES".  This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile.  Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.
2003-01-28 22:03:00 +00:00
wiz
a40aa0afef Fix installation. 2002-08-16 13:23:09 +00:00
uebayasi
5ffb04fc66 Depends mkfontscale>=20020524. 2002-07-15 11:05:32 +00:00
uebayasi
5dca9c172f Initial import of Kochi fonts 20020503, Japanese free TrueType fonts by
Yasuyuki Furukawa.
2002-07-15 10:49:14 +00:00