Index: head/x11-fonts/dejavu/Makefile =================================================================== --- head/x11-fonts/dejavu/Makefile (revision 131150) +++ head/x11-fonts/dejavu/Makefile (revision 131151) @@ -1,52 +1,54 @@ # New ports collection makefile for: dejavu # Date created: Dec 23 2004 # Whom: Michael Johnson # # $FreeBSD$ # PORTNAME= dejavu -PORTVERSION= 1.7 +PORTVERSION= 1.8 CATEGORIES= x11-fonts MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}-ttf-${PORTVERSION} MAINTAINER= ahze@FreeBSD.org COMMENT= Bitstream Vera Fonts clone with a wider range of characters BUILD_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig RUN_DEPENDS= ${BUILD_DEPENDS} USE_X_PREFIX= yes NO_BUILD= yes -PORTDOCS= README +PORTDOCS= README status.txt unicover.txt PLIST_SUB= FONTSDIR="${FONTSDIR:S|${PREFIX}/||}" MSG_FILE= ${PKGDIR}/pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message FONTNAME= ${PORTNAME} FONTSDIR?= ${PREFIX}/lib/X11/fonts/${FONTNAME} post-patch: ${SED} 's|%%FONTSDIR%%|${FONTSDIR}|g' ${MSG_FILE} > ${PKGMESSAGE} do-install: ${MKDIR} ${FONTSDIR} ${INSTALL_DATA} ${WRKSRC}/*.ttf ${FONTSDIR} ${INSTALL_DATA} ${FILESDIR}/fonts.dir ${FONTSDIR} .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} +.for f in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} +.endfor .endif post-install: - ${ECHO_MSG} "===> Running fc-cache" + @${ECHO_MSG} "===> Running fc-cache" -${X11BASE}/bin/fc-cache -f -v ${FONTSDIR} - ${ECHO_MSG} + @${ECHO_MSG} ${CAT} ${PKGMESSAGE} - ${ECHO_MSG} + @${ECHO_MSG} .include Property changes on: head/x11-fonts/dejavu/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/x11-fonts/dejavu/distinfo =================================================================== --- head/x11-fonts/dejavu/distinfo (revision 131150) +++ head/x11-fonts/dejavu/distinfo (revision 131151) @@ -1,2 +1,2 @@ -MD5 (dejavu-ttf-1.7.tar.gz) = dd53a611d383c91b93f58f7e8535bf3b -SIZE (dejavu-ttf-1.7.tar.gz) = 804818 +MD5 (dejavu-ttf-1.8.tar.gz) = 457a65df76a2c3695f9f265cfa5797b4 +SIZE (dejavu-ttf-1.8.tar.gz) = 804889 Property changes on: head/x11-fonts/dejavu/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/x11-fonts/dejavu/pkg-message =================================================================== --- head/x11-fonts/dejavu/pkg-message (revision 131150) +++ head/x11-fonts/dejavu/pkg-message (revision 131151) @@ -1,15 +1,11 @@ -IMPORTANT - READ CAREFULLY: Please read the COPYRIGHT included with these fonts -before using. The copyright can be found at %%FONTSDIR%%/COPYRIGHT.TXT. To -use these fonts, follow the instructions below. - Make sure that the freetype module is loaded. If it is not, add the following line to the "Modules" section of your X Windows configuration file: Load "freetype" Add the following line to the "Files" section of X Windows configuration file: FontPath "%%FONTSDIR%%/" Note: your X Windows configuration file is typically /etc/X11/XF86Config if you are using XFree86, and /etc/X11/xorg.conf if you are using X.Org. Property changes on: head/x11-fonts/dejavu/pkg-message ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property