Wed Apr 21 08:03:24 2021 UTC ()
*: remove dead master site


(wiz)
diff -r1.4 -r1.5 pkgsrc/converters/pstotext/Makefile
diff -r1.24 -r1.25 pkgsrc/fonts/ghostscript-fonts/Makefile
diff -r1.7 -r1.8 pkgsrc/print/epstool/Makefile

cvs diff -r1.4 -r1.5 pkgsrc/converters/pstotext/Makefile (expand / switch to unified diff)

--- pkgsrc/converters/pstotext/Makefile 2013/04/24 10:06:48 1.4
+++ pkgsrc/converters/pstotext/Makefile 2021/04/21 08:03:23 1.5
@@ -1,20 +1,19 @@ @@ -1,20 +1,19 @@
1# $NetBSD: Makefile,v 1.4 2013/04/24 10:06:48 sbd Exp $ 1# $NetBSD: Makefile,v 1.5 2021/04/21 08:03:23 wiz Exp $
2# 
3 2
4DISTNAME= pstotext-1.9 3DISTNAME= pstotext-1.9
5PKGREVISION= 2 4PKGREVISION= 2
6CATEGORIES= converters print 5CATEGORIES= converters print
7MASTER_SITES= ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/contrib/ 6MASTER_SITES= # ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/contrib/
8 7
9MAINTAINER= schaecsn@gmx.net 8MAINTAINER= schaecsn@gmx.net
10HOMEPAGE= http://pages.cs.wisc.edu/~ghost/doc/pstotext.htm 9HOMEPAGE= http://pages.cs.wisc.edu/~ghost/doc/pstotext.htm
11COMMENT= Postscript to text converter 10COMMENT= Postscript to text converter
12#LICENSE= see the end of pstotext.txt. 11#LICENSE= see the end of pstotext.txt.
13 12
14USE_TOOLS+= gs:run 13USE_TOOLS+= gs:run
15USE_TOOLS+= gmake 14USE_TOOLS+= gmake
16 15
17SUBST_CLASSES+= gs 16SUBST_CLASSES+= gs
18SUBST_STAGE.gs= do-configure 17SUBST_STAGE.gs= do-configure
19SUBST_FILES.gs= main.c 18SUBST_FILES.gs= main.c
20SUBST_SED.gs= -e 's|@GS_CMD@|${TOOLS_PATH.gs}|' 19SUBST_SED.gs= -e 's|@GS_CMD@|${TOOLS_PATH.gs}|'

cvs diff -r1.24 -r1.25 pkgsrc/fonts/ghostscript-fonts/Makefile (expand / switch to unified diff)

--- pkgsrc/fonts/ghostscript-fonts/Makefile 2020/03/20 11:57:38 1.24
+++ pkgsrc/fonts/ghostscript-fonts/Makefile 2021/04/21 08:03:23 1.25
@@ -1,20 +1,19 @@ @@ -1,20 +1,19 @@
1# $NetBSD: Makefile,v 1.24 2020/03/20 11:57:38 nia Exp $ 1# $NetBSD: Makefile,v 1.25 2021/04/21 08:03:23 wiz Exp $
2 2
3DISTNAME= ghostscript-fonts-8.11 3DISTNAME= ghostscript-fonts-8.11
4PKGREVISION= 3 4PKGREVISION= 3
5CATEGORIES= fonts 5CATEGORIES= fonts
6MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE:=ghostscript/} 6MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE:=ghostscript/}
7MASTER_SITES+= ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/fonts/ 
8DISTFILES= ${GS_FONTS_OTHER} 7DISTFILES= ${GS_FONTS_OTHER}
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://gs-fonts.sourceforge.net/ 10HOMEPAGE= http://gs-fonts.sourceforge.net/
12COMMENT= Postscript fonts for Aladdin Ghostscript 11COMMENT= Postscript fonts for Aladdin Ghostscript
13 12
14GS_FONTS_OTHER= ghostscript-fonts-other-6.0.tar.gz 13GS_FONTS_OTHER= ghostscript-fonts-other-6.0.tar.gz
15 14
16CONFLICTS= ghostscript-[0-5]* ghostscript-x11-[0-5]* 15CONFLICTS= ghostscript-[0-5]* ghostscript-x11-[0-5]*
17 16
18DIST_SUBDIR= ghostscript 17DIST_SUBDIR= ghostscript
19NO_CONFIGURE= YES 18NO_CONFIGURE= YES
20NO_BUILD= YES 19NO_BUILD= YES

cvs diff -r1.7 -r1.8 pkgsrc/print/epstool/Makefile (expand / switch to unified diff)

--- pkgsrc/print/epstool/Makefile 2013/05/18 20:50:36 1.7
+++ pkgsrc/print/epstool/Makefile 2021/04/21 08:03:24 1.8
@@ -1,16 +1,15 @@ @@ -1,16 +1,15 @@
1# $NetBSD: Makefile,v 1.7 2013/05/18 20:50:36 shattered Exp $ 1# $NetBSD: Makefile,v 1.8 2021/04/21 08:03:24 wiz Exp $
2# 
3 2
4DISTNAME= epstool-3.08 3DISTNAME= epstool-3.08
5CATEGORIES= print 4CATEGORIES= print
6MASTER_SITES= ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/ghostgum/ 5MASTER_SITES= # ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/ghostgum/
7 6
8MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://pages.cs.wisc.edu/~ghost/gsview/epstool.htm 8HOMEPAGE= http://pages.cs.wisc.edu/~ghost/gsview/epstool.htm
10COMMENT= Manipulate EPS files 9COMMENT= Manipulate EPS files
11 10
12MAKE_JOBS_SAFE= no 11MAKE_JOBS_SAFE= no
13 12
14MAKE_FILE= makefile 13MAKE_FILE= makefile
15 14
16.include "../../mk/bsd.pkg.mk" 15.include "../../mk/bsd.pkg.mk"