From owner-svn-ports-all@freebsd.org Thu Feb 11 19:27:18 2016 Return-Path: Delivered-To: svn-ports-all@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 700C0AA3802; Thu, 11 Feb 2016 19:27:18 +0000 (UTC) (envelope-from pi@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 49CF079B; Thu, 11 Feb 2016 19:27:18 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1BJRHvi082499; Thu, 11 Feb 2016 19:27:17 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1BJRHNB082495; Thu, 11 Feb 2016 19:27:17 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201602111927.u1BJRHNB082495@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 11 Feb 2016 19:27:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408695 - in head/print: . okc321 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Feb 2016 19:27:18 -0000 Author: pi Date: Thu Feb 11 19:27:16 2016 New Revision: 408695 URL: https://svnweb.freebsd.org/changeset/ports/408695 Log: New port: print/okc321 PostScript Printer Descriptions for the Oki C321dn, C331dn, and C531dn printers for use with CUPS. WWW: http://www.oki.de/support/printer/printer-drivers/detail.aspx?prodid=tcm:90-131700&driverid=tcm:90-138028-16 PR: 204095 Submitted by: Tobias Kortkamp Added: head/print/okc321/ head/print/okc321/Makefile (contents, props changed) head/print/okc321/distinfo (contents, props changed) head/print/okc321/pkg-descr (contents, props changed) Modified: head/print/Makefile Modified: head/print/Makefile ============================================================================== --- head/print/Makefile Thu Feb 11 19:22:03 2016 (r408694) +++ head/print/Makefile Thu Feb 11 19:27:16 2016 (r408695) @@ -144,6 +144,7 @@ SUBDIR += musixtex SUBDIR += muttprint SUBDIR += nenscript + SUBDIR += okc321 SUBDIR += openprinting SUBDIR += p5-Font-FreeType SUBDIR += p5-Net-CUPS Added: head/print/okc321/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/okc321/Makefile Thu Feb 11 19:27:16 2016 (r408695) @@ -0,0 +1,34 @@ +# Created by: Tobias Kortkamp +# $FreeBSD$ + +PORTNAME= okc321 +PORTVERSION= 1.1 +CATEGORIES= print +MASTER_SITES= http://www.oki.de/Includes/Pages/ +DISTNAME= FileDownload.aspx?id=tcm%3A90-138028 +EXTRACT_SUFX= +DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} + +MAINTAINER= t@tobik.me +COMMENT= PPDs for the Oki C321dn, C331dn, and C531dn printers + +LICENSE= GPLv2 + +NO_BUILD= yes +NO_ARCH= yes +WRKSRC= ${WRKDIR}/C531_C331_C321_Linux_110 + +PLIST_FILES= share/ppd/${PORTNAME}/Oki/OKC321_a110.ppd.gz \ + share/ppd/${PORTNAME}/Oki/OKC331_a110.ppd.gz \ + share/ppd/${PORTNAME}/Oki/OKC531_a110.ppd.gz \ + share/cups/model/${PORTNAME} + +do-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/share/cups/model + ${MKDIR} ${STAGEDIR}${PREFIX}/share/ppd/${PORTNAME}/Oki + ${INSTALL_DATA} ${WRKSRC}/OKC321_a110.ppd.gz ${STAGEDIR}${PREFIX}/share/ppd/${PORTNAME}/Oki + ${INSTALL_DATA} ${WRKSRC}/OKC331_a110.ppd.gz ${STAGEDIR}${PREFIX}/share/ppd/${PORTNAME}/Oki + ${INSTALL_DATA} ${WRKSRC}/OKC531_a110.ppd.gz ${STAGEDIR}${PREFIX}/share/ppd/${PORTNAME}/Oki + ${LN} -sf ${LOCALBASE}/share/ppd/${PORTNAME}/Oki ${STAGEDIR}${PREFIX}/share/cups/model/${PORTNAME} + +.include Added: head/print/okc321/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/okc321/distinfo Thu Feb 11 19:27:16 2016 (r408695) @@ -0,0 +1,2 @@ +SHA256 (okc321-1.1/FileDownload.aspx?id=tcm%3A90-138028) = 45d8b343ec06a849166dcc98e6d3818584a18315ae1fd4c73a784b8adc248091 +SIZE (okc321-1.1/FileDownload.aspx?id=tcm%3A90-138028) = 36249 Added: head/print/okc321/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/okc321/pkg-descr Thu Feb 11 19:27:16 2016 (r408695) @@ -0,0 +1,4 @@ +PostScript Printer Descriptions for the Oki C321dn, C331dn, and C531dn +printers for use with CUPS. + +WWW: http://www.oki.de/support/printer/printer-drivers/detail.aspx?prodid=tcm:90-131700&driverid=tcm:90-138028-16