Date: Thu, 11 Feb 2016 19:27:16 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408695 - in head/print: . okc321 Message-ID: <201602111927.u1BJRHNB082495@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <t@tobik.me> 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 <t@tobik.me> +# $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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602111927.u1BJRHNB082495>