Date: Wed, 21 Nov 2018 09:22:38 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r485506 - in head/graphics: . pencil2d pencil2d/files Message-ID: <201811210922.wAL9McXB010166@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Wed Nov 21 09:22:38 2018 New Revision: 485506 URL: https://svnweb.freebsd.org/changeset/ports/485506 Log: New port: graphics/pencil2d: Easy and intuitive tool to make 2D hand-drawn animations Added: head/graphics/pencil2d/ head/graphics/pencil2d/Makefile (contents, props changed) head/graphics/pencil2d/distinfo (contents, props changed) head/graphics/pencil2d/files/ head/graphics/pencil2d/files/patch-app_app.pro (contents, props changed) head/graphics/pencil2d/pkg-descr (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Wed Nov 21 09:21:40 2018 (r485505) +++ head/graphics/Makefile Wed Nov 21 09:22:38 2018 (r485506) @@ -815,6 +815,7 @@ SUBDIR += pecl-qrencode SUBDIR += pecomato SUBDIR += pencil + SUBDIR += pencil2d SUBDIR += peps SUBDIR += perceptualdiff SUBDIR += pfstools Added: head/graphics/pencil2d/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/pencil2d/Makefile Wed Nov 21 09:22:38 2018 (r485506) @@ -0,0 +1,28 @@ +# $FreeBSD$ + +PORTNAME= pencil2d +DISTVERSIONPREFIX= v +DISTVERSION= 0.6.2-63 +DISTVERSIONSUFFIX= -gd05fbae0 +CATEGORIES= graphics math + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Easy and intuitive tool to make 2D hand-drawn animations + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE.TXT + +USES= desktop-file-utils gl gmake qmake qt:5 shared-mime-info +USE_GITHUB= yes +USE_QT= core gui multimedia network svg widgets xml buildtools_build +USE_GL= gl +GH_PROJECT= pencil + +PLIST_FILES= bin/pencil2d \ + share/applications/pencil2d.desktop \ + share/bash-completion/completions/pencil2d \ + share/icons/hicolor/256x256/apps/pencil2d.png \ + share/mime/packages/pencil2d.xml \ + share/zsh/site-functions/_pencil2d + +.include <bsd.port.mk> Added: head/graphics/pencil2d/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/pencil2d/distinfo Wed Nov 21 09:22:38 2018 (r485506) @@ -0,0 +1,3 @@ +TIMESTAMP = 1542783932 +SHA256 (pencil2d-pencil-v0.6.2-63-gd05fbae0_GH0.tar.gz) = 24a9f143a13b667ff3ec398fcf0d6d2f5937b6b410ecff16b3133a1fda2f7a32 +SIZE (pencil2d-pencil-v0.6.2-63-gd05fbae0_GH0.tar.gz) = 3198984 Added: head/graphics/pencil2d/files/patch-app_app.pro ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/pencil2d/files/patch-app_app.pro Wed Nov 21 09:22:38 2018 (r485506) @@ -0,0 +1,11 @@ +--- app/app.pro.orig 2018-11-21 09:01:18 UTC ++++ app/app.pro +@@ -135,7 +135,7 @@ win32 { + RC_FILE = data/pencil2d.rc + } + +-linux { ++freebsd { + target.path = $${PREFIX}/bin + + bashcompletion.files = data/pencil2d Added: head/graphics/pencil2d/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/pencil2d/pkg-descr Wed Nov 21 09:22:38 2018 (r485506) @@ -0,0 +1,5 @@ +Pencil2D is an animation/drawing software for FreeBSD, Linux, macOS, and +Windows. It lets you create traditional hand-drawn animation (cartoon) +using both bitmap and vector graphics. Pencil2D is free and open source. + +WWW: https://www.pencil2d.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811210922.wAL9McXB010166>