Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jun 2020 18:22:38 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r539895 - in head/graphics/acidwarp-sdl: . files
Message-ID:  <202006221822.05MIMcwe032558@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Mon Jun 22 18:22:38 2020
New Revision: 539895
URL: https://svnweb.freebsd.org/changeset/ports/539895

Log:
  graphics/acidwarp-sdl: create port
  
  Acidwarp is an eye candy program which displays various patterns and animates
  them by changing the palette.
  
  WWW: https://github.com/dreamlayers/acidwarp

Added:
  head/graphics/acidwarp-sdl/
  head/graphics/acidwarp-sdl/Makefile   (contents, props changed)
  head/graphics/acidwarp-sdl/distinfo   (contents, props changed)
  head/graphics/acidwarp-sdl/files/
  head/graphics/acidwarp-sdl/files/patch-acidwarp.desktop   (contents, props changed)
  head/graphics/acidwarp-sdl/pkg-descr   (contents, props changed)

Added: head/graphics/acidwarp-sdl/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/acidwarp-sdl/Makefile	Mon Jun 22 18:22:38 2020	(r539895)
@@ -0,0 +1,33 @@
+# $FreeBSD$
+
+PORTNAME=	acidwarp-sdl
+PORTVERSION=	g2020062101
+CATEGORIES=	graphics
+
+MAINTAINER=	swills@FreeBSD.org
+COMMENT=	Eye candy program which displays various patterns
+
+BUILD_DEPENDS=	convert:graphics/ImageMagick7
+
+USES=		cmake sdl
+USE_SDL=	sdl2
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	dreamlayers
+GH_PROJECT=	acidwarp
+GH_TAGNAME=	698c4e1
+
+PLIST_FILES=	bin/acidwarp \
+		share/applications/acidwarp.desktop \
+		share/pixmaps/acidwarp.png
+
+post-patch:
+	${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/acidwarp.desktop
+
+do-install:
+	${STRIP_CMD} ${WRKSRC}/bin/acidwarp
+	${INSTALL_PROGRAM} ${WRKSRC}/bin/acidwarp ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_DATA} ${WRKSRC}/acidwarp.desktop ${STAGEDIR}${PREFIX}/share/applications
+	${INSTALL_DATA} ${WRKSRC}/acidwarp.png ${STAGEDIR}${PREFIX}/share/pixmaps
+
+.include <bsd.port.mk>

Added: head/graphics/acidwarp-sdl/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/acidwarp-sdl/distinfo	Mon Jun 22 18:22:38 2020	(r539895)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1592747088
+SHA256 (dreamlayers-acidwarp-g2020062101-698c4e1_GH0.tar.gz) = 0c8126a5a0367554e6cb2cd881a64cac886fb8fd051cbf4bf2b729a79191acf3
+SIZE (dreamlayers-acidwarp-g2020062101-698c4e1_GH0.tar.gz) = 65314

Added: head/graphics/acidwarp-sdl/files/patch-acidwarp.desktop
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/acidwarp-sdl/files/patch-acidwarp.desktop	Mon Jun 22 18:22:38 2020	(r539895)
@@ -0,0 +1,11 @@
+--- acidwarp.desktop.orig	2017-05-13 15:07:16 UTC
++++ acidwarp.desktop
+@@ -2,7 +2,7 @@
+ Encoding=UTF-8
+ Name=Acidwarp
+ GenericName=View color cycling patterns
+-Icon=acidwarp
++Icon=%%PREFIX%%/share/pixmaps/acidwarp.png
+ Exec=acidwarp
+ Terminal=false
+ Type=Application

Added: head/graphics/acidwarp-sdl/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/acidwarp-sdl/pkg-descr	Mon Jun 22 18:22:38 2020	(r539895)
@@ -0,0 +1,4 @@
+Acidwarp is an eye candy program which displays various patterns and animates
+them by changing the palette.
+
+WWW: https://github.com/dreamlayers/acidwarp



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006221822.05MIMcwe032558>