svn commit: r491128 - in head/x11-fonts: . prociono

Tobias Kortkamp tobik at FreeBSD.org
Fri Jan 25 07:21:22 UTC 2019


Author: tobik
Date: Fri Jan 25 07:21:20 2019
New Revision: 491128
URL: https://svnweb.freebsd.org/changeset/ports/491128

Log:
  New port: x11-fonts/prociono
  
  "Prociono" (pro-tsee-O-no) is an Esperanto word meaning either the
  star Procyon or the animal species known as the raccoon.  It is a
  roman serif with blackletter elements.
  
  WWW: https://www.theleagueofmoveabletype.com/prociono
  
  PR:		231306
  Submitted by:	Florian Limberger <flo at snakeoilproductions.net>

Added:
  head/x11-fonts/prociono/
  head/x11-fonts/prociono/Makefile   (contents, props changed)
  head/x11-fonts/prociono/distinfo   (contents, props changed)
  head/x11-fonts/prociono/pkg-descr   (contents, props changed)
Modified:
  head/x11-fonts/Makefile

Modified: head/x11-fonts/Makefile
==============================================================================
--- head/x11-fonts/Makefile	Fri Jan 25 07:16:37 2019	(r491127)
+++ head/x11-fonts/Makefile	Fri Jan 25 07:21:20 2019	(r491128)
@@ -164,6 +164,7 @@
     SUBDIR += pingwi
     SUBDIR += plex-ttf
     SUBDIR += powerline-fonts
+    SUBDIR += prociono
     SUBDIR += profont
     SUBDIR += proggy_fonts
     SUBDIR += proggy_fonts-ttf

Added: head/x11-fonts/prociono/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/prociono/Makefile	Fri Jan 25 07:21:20 2019	(r491128)
@@ -0,0 +1,28 @@
+# Created by: Florian Limberger <flo at snakeoilproductions.net>
+# $FreeBSD$
+
+PORTNAME=	prociono
+DISTVERSION=	g20110526
+CATEGORIES=	x11-fonts
+
+MAINTAINER=	flo at snakeoilproductions.net
+COMMENT=	Roman serif with blackletter elements
+
+LICENSE=	OFL11
+LICENSE_FILE=	${WRKSRC}/Open\ Font\ License.markdown
+
+USES=		fonts
+USE_GITHUB=	yes
+GH_ACCOUNT=	theleagueof
+GH_TAGNAME=	f9d9680
+
+NO_ARCH=	yes
+NO_BUILD=	yes
+
+PLIST_FILES=	${FONTSDIR}/Prociono.otf
+
+do-install:
+	${MKDIR} ${STAGEDIR}${FONTSDIR}
+	${INSTALL_DATA} ${WRKSRC}/Prociono.otf ${STAGEDIR}${FONTSDIR}
+
+.include <bsd.port.mk>

Added: head/x11-fonts/prociono/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/prociono/distinfo	Fri Jan 25 07:21:20 2019	(r491128)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1535660035
+SHA256 (theleagueof-prociono-g20110526-f9d9680_GH0.tar.gz) = b68daed716a5dfe30d92b83de113cc2a8f0f68f608abf3211466b02dcdf6c522
+SIZE (theleagueof-prociono-g20110526-f9d9680_GH0.tar.gz) = 1112418

Added: head/x11-fonts/prociono/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/prociono/pkg-descr	Fri Jan 25 07:21:20 2019	(r491128)
@@ -0,0 +1,5 @@
+"Prociono" (pro-tsee-O-no) is an Esperanto word meaning either the
+star Procyon or the animal species known as the raccoon.  It is a
+roman serif with blackletter elements.
+
+WWW: https://www.theleagueofmoveabletype.com/prociono


More information about the svn-ports-head mailing list