diff options
author | wiz <wiz@pkgsrc.org> | 2017-09-04 18:00:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-09-04 18:00:49 +0000 |
commit | 4d3abbd276abaaeb014b2ec4ba8e277368e9d2dc (patch) | |
tree | 497694cf293ada6bbb344103e4bfae0a92927e87 /print | |
parent | e2b7113e6583e64a081ebf04a152ab4ec79ff6e4 (diff) | |
download | pkgsrc-4d3abbd276abaaeb014b2ec4ba8e277368e9d2dc.tar.gz |
Comment out dead sites.
Diffstat (limited to 'print')
-rw-r--r-- | print/rlpr/Makefile | 4 | ||||
-rw-r--r-- | print/ruby-pdf-writer/Makefile | 4 | ||||
-rw-r--r-- | print/ruby-prawn/Makefile | 4 | ||||
-rw-r--r-- | print/stylewriter/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/print/rlpr/Makefile b/print/rlpr/Makefile index 6e56587286f..c7bea4825db 100644 --- a/print/rlpr/Makefile +++ b/print/rlpr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2015/08/08 11:44:35 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2017/09/04 18:00:59 wiz Exp $ DISTNAME= rlpr-2.06 PKGREVISION= 3 @@ -6,7 +6,7 @@ CATEGORIES= print MASTER_SITES= # ftp://truffula.com/pub/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://truffula.com/rlpr/ +#HOMEPAGE= http://truffula.com/rlpr/ COMMENT= Work-alike of lpr to print directly to remote printer GNU_CONFIGURE= yes diff --git a/print/ruby-pdf-writer/Makefile b/print/ruby-pdf-writer/Makefile index fdbe1612bcf..cb2147675a4 100644 --- a/print/ruby-pdf-writer/Makefile +++ b/print/ruby-pdf-writer/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.4 2011/08/12 17:11:08 taca Exp $ +# $NetBSD: Makefile,v 1.5 2017/09/04 18:00:59 wiz Exp $ DISTNAME= pdf-writer-1.1.8 PKGREVISION= 1 CATEGORIES= print MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://ruby-pdf.rubyforge.org/pdf-writer/ +#HOMEPAGE= http://ruby-pdf.rubyforge.org/pdf-writer/ COMMENT= PDF generation library DEPENDS+= ${RUBY_PKGPREFIX}-color>=1.4.0:../../graphics/ruby-color diff --git a/print/ruby-prawn/Makefile b/print/ruby-prawn/Makefile index 50284f87097..273fe18c01e 100644 --- a/print/ruby-prawn/Makefile +++ b/print/ruby-prawn/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.14 2017/03/20 14:52:20 taca Exp $ +# $NetBSD: Makefile,v 1.15 2017/09/04 18:00:59 wiz Exp $ DISTNAME= prawn-2.2.2 CATEGORIES= print MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://prawn.majesticseacreature.com/ +#HOMEPAGE= http://prawn.majesticseacreature.com/ COMMENT= Fast and nimble PDF generator for Ruby LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 OR ruby-license diff --git a/print/stylewriter/Makefile b/print/stylewriter/Makefile index dfc16dbeb2d..6c7ccb0ec5e 100644 --- a/print/stylewriter/Makefile +++ b/print/stylewriter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2013/09/10 14:41:18 joerg Exp $ +# $NetBSD: Makefile,v 1.27 2017/09/04 18:00:59 wiz Exp $ # DISTNAME= stylewriter @@ -8,7 +8,7 @@ CATEGORIES= print MASTER_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/packages/distfiles/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://homepage.mac.com/monroe/styl/ +#HOMEPAGE= http://homepage.mac.com/monroe/styl/ COMMENT= Apple StyleWriter driver for un*x DEPENDS+= enscript>=1.6.3nb1:../../print/enscript |