From owner-svn-ports-all@freebsd.org Tue Aug 1 16:39:31 2017 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 DB7EFDB28B1; Tue, 1 Aug 2017 16:39:31 +0000 (UTC) (envelope-from tcberner@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 B79F98263F; Tue, 1 Aug 2017 16:39:31 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v71GdU6h021749; Tue, 1 Aug 2017 16:39:30 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v71GdT3N021743; Tue, 1 Aug 2017 16:39:29 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201708011639.v71GdT3N021743@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Tue, 1 Aug 2017 16:39:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447027 - in head/x11-fonts: . ohsnap ohsnap/files X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head/x11-fonts: . ohsnap ohsnap/files X-SVN-Commit-Revision: 447027 X-SVN-Commit-Repository: ports 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.23 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: Tue, 01 Aug 2017 16:39:32 -0000 Author: tcberner Date: Tue Aug 1 16:39:29 2017 New Revision: 447027 URL: https://svnweb.freebsd.org/changeset/ports/447027 Log: New port: x11-fonts/ohsnap Monospaced font based on Artwiz Snap with bold and a version with status icons. https://sourceforge.net/projects/osnapfont/ PR: 221057 Submitted by: Le Baron d'Merde Added: head/x11-fonts/ohsnap/ head/x11-fonts/ohsnap/Makefile (contents, props changed) head/x11-fonts/ohsnap/distinfo (contents, props changed) head/x11-fonts/ohsnap/files/ head/x11-fonts/ohsnap/files/pkg-message.in (contents, props changed) head/x11-fonts/ohsnap/pkg-descr (contents, props changed) head/x11-fonts/ohsnap/pkg-plist (contents, props changed) Modified: head/x11-fonts/Makefile Modified: head/x11-fonts/Makefile ============================================================================== --- head/x11-fonts/Makefile Tue Aug 1 16:09:06 2017 (r447026) +++ head/x11-fonts/Makefile Tue Aug 1 16:39:29 2017 (r447027) @@ -146,6 +146,7 @@ SUBDIR += noto SUBDIR += noto-lite SUBDIR += nucleus + SUBDIR += ohsnap SUBDIR += oldschool-pc-fonts SUBDIR += p5-Font-AFM SUBDIR += p5-Font-TTF Added: head/x11-fonts/ohsnap/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/ohsnap/Makefile Tue Aug 1 16:39:29 2017 (r447027) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= ohsnap +PORTVERSION= 1.8.0 +CATEGORIES= x11-fonts +MASTER_SITES= SF/osnapfont/ + +MAINTAINER= lebarondemerde@gmx.com +COMMENT= Monospaced font based on Artwiz Snap + +LICENSE= GPLv2 + +USES= fonts +FONTS= ohsnap ohsnapu +NO_BUILD= yes + +SUB_FILES= pkg-message + +do-install: + @${MKDIR} ${STAGEDIR}${FONTSDIR} + ${INSTALL_DATA} ${WRKSRC}/* ${STAGEDIR}${FONTSDIR} + +.include Added: head/x11-fonts/ohsnap/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/ohsnap/distinfo Tue Aug 1 16:39:29 2017 (r447027) @@ -0,0 +1,3 @@ +TIMESTAMP = 1501192421 +SHA256 (ohsnap-1.8.0.tar.gz) = 081729e01699a867b9ad792e63a17d2ab333a6073833a6a8f3f27f32fc27185f +SIZE (ohsnap-1.8.0.tar.gz) = 107989 Added: head/x11-fonts/ohsnap/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/ohsnap/files/pkg-message.in Tue Aug 1 16:39:29 2017 (r447027) @@ -0,0 +1,11 @@ +------------------------------------------------------------------ + + To get XFree86 to recognise your new fonts you will need to + add a line to your XF86Config file. XFree86 4 usually keeps its + XF86Config file in /etc or /etc/X11. + + Add the following line to the "Files" section and restart XFree86. + + FontPath "%%FONTSDIR%%" + +------------------------------------------------------------------ Added: head/x11-fonts/ohsnap/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/ohsnap/pkg-descr Tue Aug 1 16:39:29 2017 (r447027) @@ -0,0 +1,8 @@ +Monospaced font based on Artwiz Snap with bold support and +a version with status icons. + +There are ISO8859-1, a version with status icons, +consolefonts and ISO10646-1. +Available sizes are: 6x11, 7x12, 6x13 and 7x14. + +WWW: https://sourceforge.net/projects/osnapfont/ Added: head/x11-fonts/ohsnap/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/ohsnap/pkg-plist Tue Aug 1 16:39:29 2017 (r447027) @@ -0,0 +1,33 @@ +share/fonts/ohsnap/README.ohsnap +%%FONTSDIR%%/ohsnap6x11b.icons.pcf +%%FONTSDIR%%/ohsnap6x11b.pcf +%%FONTSDIR%%/ohsnap6x11b.psfu +%%FONTSDIR%%/ohsnap6x11r.icons.pcf +%%FONTSDIR%%/ohsnap6x11r.pcf +%%FONTSDIR%%/ohsnap6x11r.psfu +%%FONTSDIR%%/ohsnap6x13b.icons.pcf +%%FONTSDIR%%/ohsnap6x13b.pcf +%%FONTSDIR%%/ohsnap6x13b.psfu +%%FONTSDIR%%/ohsnap6x13r.icons.pcf +%%FONTSDIR%%/ohsnap6x13r.pcf +%%FONTSDIR%%/ohsnap6x13r.psfu +%%FONTSDIR%%/ohsnap7x12b.icons.pcf +%%FONTSDIR%%/ohsnap7x12b.pcf +%%FONTSDIR%%/ohsnap7x12b.psfu +%%FONTSDIR%%/ohsnap7x12r.icons.pcf +%%FONTSDIR%%/ohsnap7x12r.pcf +%%FONTSDIR%%/ohsnap7x12r.psfu +%%FONTSDIR%%/ohsnap7x14b.icons.pcf +%%FONTSDIR%%/ohsnap7x14b.pcf +%%FONTSDIR%%/ohsnap7x14b.psfu +%%FONTSDIR%%/ohsnap7x14r.icons.pcf +%%FONTSDIR%%/ohsnap7x14r.pcf +%%FONTSDIR%%/ohsnap7x14r.psfu +%%FONTSDIR%%/ohsnapu6x11b.pcf +%%FONTSDIR%%/ohsnapu6x11r.pcf +%%FONTSDIR%%/ohsnapu6x13b.pcf +%%FONTSDIR%%/ohsnapu6x13r.pcf +%%FONTSDIR%%/ohsnapu7x12b.pcf +%%FONTSDIR%%/ohsnapu7x12r.pcf +%%FONTSDIR%%/ohsnapu7x14b.pcf +%%FONTSDIR%%/ohsnapu7x14r.pcf