summaryrefslogtreecommitdiff
path: root/fonts/dbz-ttf/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2014-06-01Move fonts from lib/X11/fonts to share/fonts/X11.wiz1-3/+3
As discussed on tech-pkg. Bump PKGREVISION.
2012-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2009-08-25Change default for zip extraction to leave files as they are.wiz1-1/+2
Previously, zip extraction by default converted to lower case. Fix some packages that need it and remove -L from some packages that manually set it.
2009-05-19Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENTwiz1-4/+4
block). Uncomment some commented out LICENSE lines while here.
2008-03-03Mechanical changes to add DESTDIR support to packages that installjlam1-5/+7
their files via a custom do-install target.
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-1/+2
2005-12-29Convert to use the new pkginstall framework fonts-handling by renamingjlam1-5/+4
FONTS_<TYPE>_DIRS variables to FONTS_DIRS.<type>, and by removing the unnecessary inclusion of mk/fonts.mk.
2005-09-29Update to 20050114: new font "Hockey is Lif".wiz1-5/+4
Use dbz-ttf-license.
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=2.wiz1-3/+3
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-17Use fonts.mk to correctly update fonts.dir, delint.salo1-9/+11
(commit this separately due to restriction change pull-up for previous, ride the PKGREVISION bump)
2003-04-17Fix DIST_SUBDIR from previous.salo1-2/+2
2003-04-17Bump PKGREVISION: Resale is prohibited, set RESTRICTED accordingly.salo1-1/+5
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2002-06-15Change license. The author allows redistribution with NetBSD distributions;wiz1-5/+2
otherwise not commercially, for details see http://fonts.tom7.com/legal/
2002-05-22Fix PKGNAME (forgot to include 'ttf' part)zuntum1-2/+2
2002-05-22Initial import of dbz-ttf-20020507zuntum1-0/+33
This is a collection of TrueType fonts which be created for fun. You can use them for free to do anything you want, you just can't take the fonts and resell them (on a CD, for instance). Read the readme.txt if you're not sure what this means. Fixes pkg/16960 by rxg@netbsd.org