ports/52017: update to print/gsfonts

Pedro F. Giffuni giffunip at yahoo.com
Fri Jun 6 19:10:09 UTC 2003


The following reply was made to PR ports/52017; it has been noted by GNATS.

From: "=?iso-8859-1?q?Pedro=20F.=20Giffuni?=" <giffunip at yahoo.com>
To: FreeBSD-gnats-submit at FreeBSD.org
Cc:  
Subject: Re: ports/52017: update to print/gsfonts
Date: Fri, 6 Jun 2003 21:03:36 +0200 (CEST)

 --0-797529880-1054926216=:19089
 Content-Type: text/plain; charset=iso-8859-1
 Content-Transfer-Encoding: 8bit
 Content-Id: 
 Content-Disposition: inline
 
 While organizing my distfiles directory, I found it's better to
 pit the DISTFILES_SUBDIR in synd with ghostscript. updated patch attached.
 
 ______________________________________________________________________
 Yahoo! Mail: 6MB di spazio gratuito, 30MB per i tuoi allegati, l'antivirus, il filtro Anti-spam
 http://it.yahoo.com/mail_it/foot/?http://it.mail.yahoo.com/
 --0-797529880-1054926216=:19089
 Content-Type: text/plain; name=patch-gsfonts
 Content-Description: patch-gsfonts
 Content-Disposition: inline; filename=patch-gsfonts
 
 diff -ruN gsfonts.orig/Makefile gsfonts/Makefile
 --- gsfonts.orig/Makefile	Sun May  4 12:27:11 2003
 +++ gsfonts/Makefile	Fri Jun  6 12:45:16 2003
 @@ -6,15 +6,16 @@
  #
  
  PORTNAME=	gsfonts
 -PORTVERSION=	5.10
 +PORTVERSION=	6.0
  CATEGORIES=	print
  MASTER_SITES=	${MASTER_SITE_GNU} \
 -		ftp://ftp.cs.wisc.edu/ghost/gnu/gs510/
 +		ftp://ftp.cs.wisc.edu/ghost/gnu/
  MASTER_SITE_SUBDIR=	ghostscript
  DISTFILES=	${GS_FONTS_STD} ${GS_FONTS_OTHER}
 +DIST_SUBDIR=	ghostscript
  
  MAINTAINER=	ports at FreeBSD.org
 -COMMENT=	Fonts used by GNU Ghostscript
 +COMMENT=	Fonts used by GNU Ghostscript (or X)
  
  BUILD_DEPENDS=	${LOCALBASE}/bin/type1inst:${PORTSDIR}/x11-fonts/p5-type1inst
  
 @@ -27,14 +28,14 @@
  
  NO_BUILD=	yes
  
 -GS_FONTS_STD=	ghostscript-fonts-std-5.10.tar.gz
 -GS_FONTS_OTHER=	ghostscript-fonts-other-5.10.tar.gz
 +GS_FONTS_STD=	gnu-gs-fonts-std-${PORTVERSION}.tar.gz
 +GS_FONTS_OTHER=	gnu-gs-fonts-other-${PORTVERSION}.tar.gz
  GSDIR=	${PREFIX}/share/ghostscript
  
  do-install:
 -	@${MKDIR} ${GSDIR}/fonts
 -	${TAR} -xzf ${DISTDIR}/${GS_FONTS_OTHER} -C ${GSDIR}/fonts
 -	${TAR} -xzf ${DISTDIR}/${GS_FONTS_STD} -C ${GSDIR}/fonts
 -	(cd ${GSDIR}/fonts; ${LOCALBASE}/bin/type1inst -nogs -nolog -q)
 +	@${MKDIR} ${GSDIR}
 +	${TAR} -xzf ${DISTDIR}/${GS_FONTS_OTHER} -C ${GSDIR}
 +	${TAR} -xzf ${DISTDIR}/${GS_FONTS_STD} -C ${GSDIR}
 +	(cd ${GSDIR}/fonts; ${LOCALBASE}/bin/type1inst -nox -nolog -q)
  
  .include <bsd.port.post.mk>
 diff -ruN gsfonts.orig/distinfo gsfonts/distinfo
 --- gsfonts.orig/distinfo	Sun May  4 12:27:11 2003
 +++ gsfonts/distinfo	Fri Jun  6 12:35:24 2003
 @@ -1,2 +1,2 @@
 -MD5 (ghostscript-fonts-std-5.10.tar.gz) = f3528610ab7c535246adb8c8462f31af
 -MD5 (ghostscript-fonts-other-5.10.tar.gz) = fcf3abf81a1b46da9a92942d288020f9
 +MD5 (ghostscript/gnu-gs-fonts-std-6.0.tar.gz) = 1521fab85ca3e8ce3ce781d4970e6c79
 +MD5 (ghostscript/gnu-gs-fonts-other-6.0.tar.gz) = 33457d3f37de7ef03d2eea05a9e6aa4f
 diff -ruN gsfonts.orig/pkg-plist gsfonts/pkg-plist
 --- gsfonts.orig/pkg-plist	Sun May  4 12:27:11 2003
 +++ gsfonts/pkg-plist	Wed May 21 19:25:15 2003
 @@ -1,4 +1,3 @@
 -share/ghostscript/fonts/COPYING
  share/ghostscript/fonts/Fontmap
  share/ghostscript/fonts/a010013l.afm
  share/ghostscript/fonts/a010013l.pfb
 @@ -169,4 +168,3 @@
  share/ghostscript/fonts/z003034l.pfb
  share/ghostscript/fonts/z003034l.pfm
  @dirrm share/ghostscript/fonts
 - at dirrm share/ghostscript
 
 --0-797529880-1054926216=:19089--



More information about the freebsd-ports-bugs mailing list