Index: head/x11-fonts/freefonts/pkg-message =================================================================== --- head/x11-fonts/freefonts/pkg-message (revision 424511) +++ head/x11-fonts/freefonts/pkg-message (nonexistent) @@ -1,10 +0,0 @@ -============================================================ -You'll have to add /usr/local/lib/X11/fonts/freefont -to your X font path by either: - -$ xset fp+ /usr/local/lib/X11/fonts/freefont -$ xset fp rehash - -or by adding it to your X-server configuration file (usually -/etc/X11/XF86Config) and restarting the X-server. -============================================================ Property changes on: head/x11-fonts/freefonts/pkg-message ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/x11-fonts/freefonts/Makefile =================================================================== --- head/x11-fonts/freefonts/Makefile (revision 424511) +++ head/x11-fonts/freefonts/Makefile (revision 424512) @@ -1,39 +1,41 @@ # Created by: erich@FreeBSD.org # $FreeBSD$ PORTNAME= freefonts PORTVERSION= 0.10 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= x11-fonts MASTER_SITES= http://download.gimp.org/pub/%SUBDIR%/ \ ftp://ftp.sunet.se/pub/gnu/%SUBDIR%/ \ http://ftp.gwdg.de/pub/misc/grafik/gimp/%SUBDIR%/ \ http://mirrors.xmission.com/gimp/%SUBDIR%/ MASTER_SITE_SUBDIR= gimp/fonts MAINTAINER= olgeni@FreeBSD.org COMMENT= Collection of ATM fonts (not all free) from the CICA archives -USES= fonts - BUILD_DEPENDS= type1inst:x11-fonts/p5-type1inst + +NO_ARCH= yes +SUB_FILES= pkg-message +USES= fonts # Some of the fonts are shareware. Some are freeware. Permission must # be obtained before distributing at least four (mazama.license, # muriel.license, roosthea.license, shf_____.license). Two have # inconsistent licenses (tempofon.license and tempoita.license say # "placed into the public domain and may [not be] sold") RESTRICTED= License prohibits redistribution; see individual .license files NO_WRKSUBDIR= yes do-build: @cd ${WRKSRC}/freefont && ${LOCALBASE}/bin/type1inst -silent -quiet -nolog >/dev/null 2>&1 @${RM} ${WRKSRC}/freefont/Fontmap.bak do-install: @${MKDIR} ${STAGEDIR}${FONTSDIR} ${INSTALL_DATA} ${WRKSRC}/freefont/* ${STAGEDIR}${FONTSDIR} .include Index: head/x11-fonts/freefonts/files/pkg-message.in =================================================================== --- head/x11-fonts/freefonts/files/pkg-message.in (nonexistent) +++ head/x11-fonts/freefonts/files/pkg-message.in (revision 424512) @@ -0,0 +1,10 @@ +============================================================ +You'll have to add %%FONTSDIR%% +to your X font path by either: + +$ xset fp+ %%FONTSDIR%% +$ xset fp rehash + +or by adding it to your X-server configuration file and +restarting the X-server. +============================================================ Property changes on: head/x11-fonts/freefonts/files/pkg-message.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property