summaryrefslogtreecommitdiff
path: root/fonts/ms-ttf
AgeCommit message (Collapse)AuthorFilesLines
2018-01-01Sort PLIST files.rillig1-2/+2
Unsorted entries in PLIST files have generated a pkglint warning for at least 12 years. Somewhat more recently, pkglint has learned to sort PLIST files automatically. Since pkglint 5.4.23, the sorting is only done in obvious, simple cases. These have been applied by running: pkglint -Cnone,PLIST -Wnone,plist-sort -r -F
2015-11-25Remove mk/find-prefix.mk usage from the fonts category.jperkin1-4/+2
The find-prefix infrastructure was required in a pkgviews world where packages installed from pkgsrc could have different installation prefixes, and this was a way for a dependency prefix to be determined. Now that pkgviews has been removed there is no longer any need for the overhead of this infrastructure. Instead we use BUILDLINK_PREFIX.pkg for dependencies pulled in via buildlink, or LOCALBASE/PREFIX where the dependency is coming from pkgsrc. Provides a reasonable performance win due to the reduction of `pkg_info -qp` calls, some of which were redundant anyway as they were duplicating the same information provided by BUILDLINK_PREFIX.pkg.
2015-11-03Add SHA512 digests for distfiles for fonts categoryagc1-1/+12
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-07-04Remove USE_X11BASE and X11PREFIX.joerg1-2/+1
2014-06-01Move fonts from lib/X11/fonts to share/fonts/X11.wiz3-37/+37
As discussed on tech-pkg. Bump PKGREVISION.
2013-04-06'Please use ${ECHO} instead of "echo".'rodent1-2/+2
'Please use ${ECHO_N} instead of "echo -n".'
2012-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-02-07Typo.shattered1-1/+1
2011-11-22Automatic font handling takes care of mkfontdir/mkfontscale.shattered1-10/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-05-19Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENTwiz1-4/+4
block). Uncomment some commented out LICENSE lines while here.
2009-05-16cleanup: replaced _PKG_SILENT and _PKG_DEBUG with RUN.rillig1-2/+2
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-5/+5
Patch provided by Sergey Svishchev in private mail.
2006-11-05DESTDIR support.joerg1-5/+7
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-12-29Convert to use the new pkginstall framework fonts-handling by renamingjlam1-3/+2
FONTS_<TYPE>_DIRS variables to FONTS_DIRS.<type>, and by removing the unnecessary inclusion of mk/fonts.mk.
2005-06-19Delete reference to fonts/mkfontscale, which was removed.minskim1-7/+4
2005-03-30Initial versionmartti1-0/+32
2005-02-23Add RMD160 digests to the SHA1 ones.agc1-1/+12
2004-12-28Fix ttf/type1 handling in fonts.mk:wiz1-2/+2
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-01-25Install into TTF instead of TrueType subdir. PKGREVISION=3.wiz2-34/+34
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-04-28Typo: Courrier -> Couriermarkd1-1/+1
2003-03-28NO_PATCH is deprecated, says pkglint. Remove it.wiz1-2/+1
2003-02-16Use fonts.mk to automatically generate a fonts.dir file. Bump PKGREVISION.jmmv2-4/+5
This closes my own PR pkg/18903.
2002-12-09Replace "true" by "${TRUE}".tron1-2/+2
2002-10-11These fonts are now distributed by Corefonts project at SourceForge.uebayasi1-5/+3
http://corefonts.sourceforge.net/ Change HOMEPAGE and make use of MASTER_SITE_SOURCEFORGE.
2002-03-09Set CABEXTRACT_PREFIX_DEFAULT to LOCALBASE to make this package build onrh1-1/+2
systems without xpkgwedge if cabextract dependency is not present.
2002-03-07Change ${PREFIX}/lib/X11/fonts/truetype to ${PREFIX}/lib/X11/fonts/TrueType asseb2-34/+35
per existing practice. Bump revision.
2002-03-06On second thought remove NO_SRC_ON_FTP.seb1-2/+1
2002-03-06Initial import of ms-ttf, version 20020306, into the NetBSD Packages Collection.seb4-0/+124
This packages includes TrueType fonts from Microsoft with WGL4 (Windows Glyph List 4) charset: - Andale Mono - Webdings - Trebuchet MS, with variants Bold, Italic, and Bold Italic - Georgia, with variants Bold, Italic and Bold Italic - Verdana, with variants Bold, Italic and Bold Italic - Comic Sans, Comic Sans Bold - Arial Black - Impact - Arial, with variants Bold, Italic and Bold Italic - Times New Roman, with variants Bold, Italic and Bold Italic - Courrier New, with variants Bold, Italic and Bold Italic