Date: Tue, 24 Mar 2020 17:55:48 +0000 (UTC) From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r529058 - in head/games/cursive: . files Message-ID: <202003241755.02OHtmlc091932@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: fernape Date: Tue Mar 24 17:55:48 2020 New Revision: 529058 URL: https://svnweb.freebsd.org/changeset/ports/529058 Log: games/cursive: Update to 0.11,1 and set MAINTAINER Set PORTVERSION to correct value and set PORTEPOCH accordingly. Set new MAINTAINER (ed.arrakis@gmail.com) PR: 244399 Submitted by: ed.arrakis@gmail.com Deleted: head/games/cursive/files/ Modified: head/games/cursive/Makefile head/games/cursive/distinfo head/games/cursive/pkg-descr Modified: head/games/cursive/Makefile ============================================================================== --- head/games/cursive/Makefile Tue Mar 24 17:48:45 2020 (r529057) +++ head/games/cursive/Makefile Tue Mar 24 17:55:48 2020 (r529058) @@ -2,17 +2,28 @@ # $FreeBSD$ PORTNAME= cursive -PORTVERSION= 1.0 +PORTVERSION= 0.11 +PORTEPOCH= 1 CATEGORIES= games -MASTER_SITES= ftp://puck.nether.net/pub/janc/ +MASTER_SITES= https://www.unixpapa.com/software/ DISTNAME= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ed.arrakis@gmail.com COMMENT= Create ASCII character cursive handwriting USES= tar:tgz +NO_WRKSUBDIR= yes + PLIST_FILES= bin/cursive \ man/man6/cursive.6.gz + +post-patch: + @${REINPLACE_CMD} -e 's|/usr/games/||g' ${WRKSRC}/cursive.6 + +do-build: + ${CC} ${CFLAGS} -c ${WRKSRC}/cursive.c -o ${WRKSRC}/cursive.o + ${CC} ${CFLAGS} -c ${WRKSRC}/font.c -o ${WRKSRC}/font.o + ${CC} ${CFLAGS} -o ${WRKSRC}/cursive ${WRKSRC}/cursive.o ${WRKSRC}/font.o do-install: ${INSTALL_PROGRAM} ${WRKSRC}/cursive ${STAGEDIR}${PREFIX}/bin Modified: head/games/cursive/distinfo ============================================================================== --- head/games/cursive/distinfo Tue Mar 24 17:48:45 2020 (r529057) +++ head/games/cursive/distinfo Tue Mar 24 17:55:48 2020 (r529058) @@ -1,2 +1,3 @@ -SHA256 (cursive.tgz) = a76238f9f0b52ecddf2011fad801ba5cc01a14f2a518b05edb07dcba9699ef40 -SIZE (cursive.tgz) = 11207 +TIMESTAMP = 1582636072 +SHA256 (cursive.tgz) = f7068552689e753df6b4f546f0cfa69fa4e689487ce4eb1f0766b5751105e4ae +SIZE (cursive.tgz) = 7129 Modified: head/games/cursive/pkg-descr ============================================================================== --- head/games/cursive/pkg-descr Tue Mar 24 17:48:45 2020 (r529057) +++ head/games/cursive/pkg-descr Tue Mar 24 17:55:48 2020 (r529058) @@ -9,3 +9,5 @@ Cursive is a program for generating cursive signatures Do not be fooled by inferior immitations (like the figlet font which doesn't connect letters right). This is the one and only original cursive program. + +WWW: https://www.unixpapa.com/cursive.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003241755.02OHtmlc091932>