From owner-svn-ports-head@freebsd.org Thu Jan 12 20:20:10 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5CA27CAC92D; Thu, 12 Jan 2017 20:20:10 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 312061371; Thu, 12 Jan 2017 20:20:10 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0CKK9ZT046490; Thu, 12 Jan 2017 20:20:09 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0CKK9H9046487; Thu, 12 Jan 2017 20:20:09 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201701122020.v0CKK9H9046487@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Thu, 12 Jan 2017 20:20:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r431320 - in head/print/foo2zjs: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jan 2017 20:20:10 -0000 Author: tijl Date: Thu Jan 12 20:20:08 2017 New Revision: 431320 URL: https://svnweb.freebsd.org/changeset/ports/431320 Log: Add support for HBPLv1 printers with patch from https://www.cybercom.net/~dcoffin/hbpl/ Also fix patch-getweb.in: remove -o from FETCHOPTS because fetch is sometimes executed without output file. PR: 211754 Submitted by: Oliver Kett Modified: head/print/foo2zjs/Makefile head/print/foo2zjs/distinfo head/print/foo2zjs/files/patch-getweb.in head/print/foo2zjs/pkg-plist Modified: head/print/foo2zjs/Makefile ============================================================================== --- head/print/foo2zjs/Makefile Thu Jan 12 20:03:45 2017 (r431319) +++ head/print/foo2zjs/Makefile Thu Jan 12 20:20:08 2017 (r431320) @@ -3,10 +3,15 @@ PORTNAME= foo2zjs PORTVERSION= 20161203 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= LOCAL/bsam/${PORTNAME} \ ftp://ftp.wart.ru/pub/FreeBSD/ports/distfiles/ +# Obtained from https://www.cybercom.net/~dcoffin/hbpl/ +PATCH_SITES= LOCAL/tijl +PATCHFILES= hbpl1-20160830.patch.xz:-p1 + MAINTAINER= ports@FreeBSD.org COMMENT= Driver for printers that use the ZjStream wire protocol @@ -18,7 +23,6 @@ RUN_DEPENDS= ${LOCALBASE}/share/foomatic foomatic-rip:print/cups-filters \ gsed:textproc/gsed -PROJECTHOST= bsdistfiles USES= ghostscript gmake shebangfix SHEBANG_FILES= msexpand printer-profile.sh SUB_FILES= pkg-message ${DEVDCONF_FILE} Modified: head/print/foo2zjs/distinfo ============================================================================== --- head/print/foo2zjs/distinfo Thu Jan 12 20:03:45 2017 (r431319) +++ head/print/foo2zjs/distinfo Thu Jan 12 20:20:08 2017 (r431320) @@ -1,3 +1,5 @@ TIMESTAMP = 1481811015 SHA256 (foo2zjs-20161203.tar.gz) = 8608c9adfc86dc4ea721f234b0f3fcbe8d0393aea953d69e7f706a3dec3c9514 SIZE (foo2zjs-20161203.tar.gz) = 1791101 +SHA256 (hbpl1-20160830.patch.xz) = e4584029ff71d405a1723332220842a02a0682fd6d43a4690d12e3ce341ae6a7 +SIZE (hbpl1-20160830.patch.xz) = 20472 Modified: head/print/foo2zjs/files/patch-getweb.in ============================================================================== --- head/print/foo2zjs/files/patch-getweb.in Thu Jan 12 20:03:45 2017 (r431319) +++ head/print/foo2zjs/files/patch-getweb.in Thu Jan 12 20:20:08 2017 (r431320) @@ -5,7 +5,7 @@ VERSION='$Id: getweb.in,v 1.112 2013/12/25 21:00:11 rick Exp $' -WGETOPTS="--passive-ftp -q" -+FETCHOPTS="-p -m -o" ++FETCHOPTS="-p -m" usage() { cat <