View | Details | Raw Unified | Return to bug 231306 | Differences between
and this patch

Collapse All | Expand All

(-)x11-fonts/prociono/Makefile (+28 lines)
Line 0 Link Here
1
# Created by: Florian Limberger <flo@snakeoilproductions.net>
2
# $FreeBSD$
3
4
PORTNAME=	prociono
5
DISTVERSION=	g20110526
6
CATEGORIES=	x11-fonts
7
8
MAINTAINER=	flo@snakeoilproductions.net
9
COMMENT=	Roman serif with blackletter elements
10
11
LICENSE=	OFL11
12
LICENSE_FILE=	${WRKSRC}/Open\ Font\ License.markdown
13
14
USES=		fonts
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	theleagueof
17
GH_TAGNAME=	f9d9680
18
19
NO_ARCH=	yes
20
NO_BUILD=	yes
21
22
PLIST_FILES=	${FONTSDIR}/Prociono.otf
23
24
do-install:
25
	${MKDIR} ${STAGEDIR}${FONTSDIR}
26
	${INSTALL_DATA} ${WRKSRC}/Prociono.otf ${STAGEDIR}${FONTSDIR}
27
28
.include <bsd.port.mk>
(-)x11-fonts/prociono/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1535660035
2
SHA256 (theleagueof-prociono-g20110526-f9d9680_GH0.tar.gz) = b68daed716a5dfe30d92b83de113cc2a8f0f68f608abf3211466b02dcdf6c522
3
SIZE (theleagueof-prociono-g20110526-f9d9680_GH0.tar.gz) = 1112418
(-)x11-fonts/prociono/pkg-descr (+5 lines)
Line 0 Link Here
1
"Prociono" (pro-tsee-O-no) is an Esperanto word meaning either the star Procyon
2
or the animal species known as the raccoon. It is a roman serif with blackletter
3
elements.
4
5
WWW: https://www.theleagueofmoveabletype.com/prociono

Return to bug 231306