The NetBSD Project

CVS log for pkgsrc/fonts/ms-ttf/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / fonts / ms-ttf

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.27 / (download) - annotate - [select for diffs], Fri Nov 6 18:04:26 2020 UTC (2 years, 4 months ago) by maya
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, HEAD
Changes since 1.26: +4 -1 lines
Diff to previous 1.26 (colored)

mk/fonts.mk: don't add NO_CONFIGURE and NO_BUILD, have packages set it.

This makes it easier to use the mk fragment with fonts that need a build
step, like new liberation-ttf.

While here switch some fonts using post-install unnecessarily to do-install
(Committed at the same time as it wasn't tested separately)

No PLIST changes to the packages/build breakage, so no changes expected
to the packages.

Revision 1.26 / (download) - annotate - [select for diffs], Fri Mar 20 11:57:39 2020 UTC (3 years ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored)

*: Convert broken sourceforge HOMEPAGEs back to http

Revision 1.25 / (download) - annotate - [select for diffs], Sat Jan 18 23:31:06 2020 UTC (3 years, 2 months ago) by rillig
Branch: MAIN
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored)

all: migrate several HOMEPAGEs to https

pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.

Revision 1.24 / (download) - annotate - [select for diffs], Mon Apr 8 07:59:24 2019 UTC (3 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2
Changes since 1.23: +3 -10 lines
Diff to previous 1.23 (colored)

ms-ttf: convert to fonts.mk

Revision 1.23 / (download) - annotate - [select for diffs], Wed Nov 25 12:50:14 2015 UTC (7 years, 3 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4
Changes since 1.22: +2 -4 lines
Diff to previous 1.22 (colored)

Remove mk/find-prefix.mk usage from the fonts category.

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.

Revision 1.22 / (download) - annotate - [select for diffs], Sat Jul 4 16:18:33 2015 UTC (7 years, 8 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3
Changes since 1.21: +1 -2 lines
Diff to previous 1.21 (colored)

Remove USE_X11BASE and X11PREFIX.

Revision 1.21 / (download) - annotate - [select for diffs], Sun Jun 1 16:35:36 2014 UTC (8 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2
Changes since 1.20: +3 -3 lines
Diff to previous 1.20 (colored)

Move fonts from lib/X11/fonts to share/fonts/X11.

As discussed on tech-pkg.

Bump PKGREVISION.

Revision 1.20 / (download) - annotate - [select for diffs], Sat Apr 6 14:58:18 2013 UTC (9 years, 11 months ago) by rodent
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

'Please use ${ECHO} instead of "echo".'
'Please use ${ECHO_N} instead of "echo -n".'

Revision 1.19 / (download) - annotate - [select for diffs], Wed Oct 3 18:28:28 2012 UTC (10 years, 5 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.18: +1 -3 lines
Diff to previous 1.18 (colored)

Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.18 / (download) - annotate - [select for diffs], Tue May 19 08:59:14 2009 UTC (13 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.17: +4 -4 lines
Diff to previous 1.17 (colored)

Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.

Revision 1.17 / (download) - annotate - [select for diffs], Sat May 16 07:22:03 2009 UTC (13 years, 10 months ago) by rillig
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

cleanup: replaced _PKG_SILENT and _PKG_DEBUG with RUN.

Revision 1.16 / (download) - annotate - [select for diffs], Thu Feb 22 19:26:29 2007 UTC (16 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.15: +5 -5 lines
Diff to previous 1.15 (colored)

Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.

Revision 1.15 / (download) - annotate - [select for diffs], Sun Nov 5 17:17:04 2006 UTC (16 years, 4 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.14: +7 -5 lines
Diff to previous 1.14 (colored)

DESTDIR support.

Revision 1.14 / (download) - annotate - [select for diffs], Sat Mar 4 21:29:39 2006 UTC (17 years ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
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.

Revision 1.13 / (download) - annotate - [select for diffs], Sun Feb 5 23:09:10 2006 UTC (17 years, 1 month ago) by joerg
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.12 / (download) - annotate - [select for diffs], Thu Dec 29 07:04:28 2005 UTC (17 years, 2 months ago) by jlam
Branch: MAIN
Changes since 1.11: +2 -3 lines
Diff to previous 1.11 (colored)

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.

Revision 1.11 / (download) - annotate - [select for diffs], Tue Dec 28 14:38:03 2004 UTC (18 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2, pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

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.

Revision 1.10 / (download) - annotate - [select for diffs], Sun Jan 25 20:34:16 2004 UTC (19 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4, pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2, pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.9: +3 -3 lines
Diff to previous 1.9 (colored)

Install into TTF instead of TrueType subdir. PKGREVISION=3.

Revision 1.9 / (download) - annotate - [select for diffs], Thu Jul 17 21:37:32 2003 UTC (19 years, 8 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

s/netbsd.org/NetBSD.org/

Revision 1.8 / (download) - annotate - [select for diffs], Mon Jun 2 01:19:44 2003 UTC (19 years, 9 months ago) by jschauma
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.

Revision 1.7 / (download) - annotate - [select for diffs], Fri Mar 28 21:14:20 2003 UTC (19 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.6: +1 -2 lines
Diff to previous 1.6 (colored)

NO_PATCH is deprecated, says pkglint. Remove it.

Revision 1.6 / (download) - annotate - [select for diffs], Sun Feb 16 12:16:15 2003 UTC (20 years, 1 month ago) by jmmv
Branch: MAIN
Changes since 1.5: +4 -2 lines
Diff to previous 1.5 (colored)

Use fonts.mk to automatically generate a fonts.dir file.  Bump PKGREVISION.
This closes my own PR pkg/18903.

Revision 1.5 / (download) - annotate - [select for diffs], Fri Oct 11 10:09:30 2002 UTC (20 years, 5 months ago) by uebayasi
Branch: MAIN
CVS Tags: netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.4: +3 -5 lines
Diff to previous 1.4 (colored)

These fonts are now distributed by Corefonts project at SourceForge.

	http://corefonts.sourceforge.net/

Change HOMEPAGE and make use of MASTER_SITE_SOURCEFORGE.

Revision 1.4 / (download) - annotate - [select for diffs], Sat Mar 9 20:19:21 2002 UTC (21 years ago) by rh
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6, netbsd-1-5-PATCH003, buildlink2-base, buildlink2
Changes since 1.3: +2 -1 lines
Diff to previous 1.3 (colored)

Set CABEXTRACT_PREFIX_DEFAULT to LOCALBASE to make this package build on
systems without xpkgwedge if cabextract dependency is not present.

Revision 1.3 / (download) - annotate - [select for diffs], Thu Mar 7 13:22:33 2002 UTC (21 years ago) by seb
Branch: MAIN
Changes since 1.2: +3 -2 lines
Diff to previous 1.2 (colored)

Change ${PREFIX}/lib/X11/fonts/truetype to ${PREFIX}/lib/X11/fonts/TrueType as
per existing practice.
Bump revision.

Revision 1.2 / (download) - annotate - [select for diffs], Wed Mar 6 20:17:24 2002 UTC (21 years ago) by seb
Branch: MAIN
Changes since 1.1: +1 -2 lines
Diff to previous 1.1 (colored)

On second thought remove NO_SRC_ON_FTP.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Mar 6 17:09:53 2002 UTC (21 years ago) by seb
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Initial import of ms-ttf, version 20020306, into the NetBSD Packages Collection.

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

Revision 1.1 / (download) - annotate - [select for diffs], Wed Mar 6 17:09:53 2002 UTC (21 years ago) by seb
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>