Index: head/graphics/acidwarp-sdl/Makefile =================================================================== --- head/graphics/acidwarp-sdl/Makefile (nonexistent) +++ head/graphics/acidwarp-sdl/Makefile (revision 539895) @@ -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 Property changes on: head/graphics/acidwarp-sdl/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/acidwarp-sdl/distinfo =================================================================== --- head/graphics/acidwarp-sdl/distinfo (nonexistent) +++ head/graphics/acidwarp-sdl/distinfo (revision 539895) @@ -0,0 +1,3 @@ +TIMESTAMP = 1592747088 +SHA256 (dreamlayers-acidwarp-g2020062101-698c4e1_GH0.tar.gz) = 0c8126a5a0367554e6cb2cd881a64cac886fb8fd051cbf4bf2b729a79191acf3 +SIZE (dreamlayers-acidwarp-g2020062101-698c4e1_GH0.tar.gz) = 65314 Property changes on: head/graphics/acidwarp-sdl/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/acidwarp-sdl/files/patch-acidwarp.desktop =================================================================== --- head/graphics/acidwarp-sdl/files/patch-acidwarp.desktop (nonexistent) +++ head/graphics/acidwarp-sdl/files/patch-acidwarp.desktop (revision 539895) @@ -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 Property changes on: head/graphics/acidwarp-sdl/files/patch-acidwarp.desktop ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/acidwarp-sdl/pkg-descr =================================================================== --- head/graphics/acidwarp-sdl/pkg-descr (nonexistent) +++ head/graphics/acidwarp-sdl/pkg-descr (revision 539895) @@ -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 Property changes on: head/graphics/acidwarp-sdl/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property