From owner-svn-ports-all@freebsd.org Tue Nov 10 06:57:52 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 42BC02E4A6C; Tue, 10 Nov 2020 06:57:52 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CVdwc1PGpz3Bn8; Tue, 10 Nov 2020 06:57:52 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1E7571ED36; Tue, 10 Nov 2020 06:57:52 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0AA6vppZ001272; Tue, 10 Nov 2020 06:57:51 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0AA6vpRA001267; Tue, 10 Nov 2020 06:57:51 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <202011100657.0AA6vpRA001267@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Tue, 10 Nov 2020 06:57:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r554808 - in head/graphics: . azpainterb azpainterb/files X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: in head/graphics: . azpainterb azpainterb/files X-SVN-Commit-Revision: 554808 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Nov 2020 06:57:52 -0000 Author: danfe Date: Tue Nov 10 06:57:50 2020 New Revision: 554808 URL: https://svnweb.freebsd.org/changeset/ports/554808 Log: AzPainterB is a 8-bit RGB color dot editing (pixel-art) program. WWW: http://azsky2.html.xdomain.jp/soft/azpainterb.html Added: head/graphics/azpainterb/ head/graphics/azpainterb/Makefile (contents, props changed) head/graphics/azpainterb/distinfo (contents, props changed) head/graphics/azpainterb/files/ head/graphics/azpainterb/files/patch-Makefile.in (contents, props changed) head/graphics/azpainterb/pkg-descr (contents, props changed) head/graphics/azpainterb/pkg-plist (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Tue Nov 10 05:55:31 2020 (r554807) +++ head/graphics/Makefile Tue Nov 10 06:57:50 2020 (r554808) @@ -64,6 +64,7 @@ SUBDIR += aview SUBDIR += avir SUBDIR += azpainter + SUBDIR += azpainterb SUBDIR += barbecue SUBDIR += barcode SUBDIR += batik Added: head/graphics/azpainterb/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/azpainterb/Makefile Tue Nov 10 06:57:50 2020 (r554808) @@ -0,0 +1,33 @@ +# Created by: Alexey Dokuchaev +# $FreeBSD$ + +PORTNAME= azpainterb +DISTVERSION= 1.1.3b2 +CATEGORIES= graphics +MASTER_SITES= http://azsky2.html.xdomain.jp/arc/ + +MAINTAINER= danfe@FreeBSD.org +COMMENT= 8-bit RGB color dot editing program + +LICENSE= GPLv3 + +LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 \ + libpng.so:graphics/png + +USES= compiler:c11 desktop-file-utils gmake jpeg pkgconfig \ + tar:xz xorg +USE_XORG= x11 xext xi +HAS_CONFIGURE= yes +CONFIGURE_ARGS= --docdir="${DOCSDIR}" CC="${CC}" + +PORTDOCS= AUTHORS ChangeLog README README_ja manual_ja.html + +OPTIONS_DEFINE= DOCS NLS +OPTIONS_SUB= yes + +.if defined(WITH_DEBUG) +CONFIGURE_ARGS+= --debug +.endif + +.include Added: head/graphics/azpainterb/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/azpainterb/distinfo Tue Nov 10 06:57:50 2020 (r554808) @@ -0,0 +1,3 @@ +TIMESTAMP = 1602977709 +SHA256 (azpainterb-1.1.3b2.tar.xz) = 6a7651d365c1f7387f332d5c13bb4f8633056965825ecf9e5c809a0dbabc5598 +SIZE (azpainterb-1.1.3b2.tar.xz) = 590508 Added: head/graphics/azpainterb/files/patch-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/azpainterb/files/patch-Makefile.in Tue Nov 10 06:57:50 2020 (r554808) @@ -0,0 +1,28 @@ +--- Makefile.in.orig 2020-10-17 15:00:00 UTC ++++ Makefile.in +@@ -4,6 +4,7 @@ prefix := @PREFIX@ + bindir := @BINDIR@ + datarootdir := @DATAROOTDIR@ + datadir := @DATADIR@/@PACKAGE_NAME@ ++docdir := @DOCDIR@ + package_name := @PACKAGE_NAME@ + package_version := @PACKAGE_VERSION@ + package_full := $(package_name)-$(package_version) +@@ -194,7 +195,7 @@ install: + $(DESTDIR)$(datarootdir)/applications \ + $(DESTDIR)$(datarootdir)/icons/hicolor/48x48/apps \ + $(DESTDIR)$(datarootdir)/icons/hicolor/scalable/apps \ +- $(DESTDIR)$(datadir)/doc \ ++ $(DESTDIR)$(docdir) \ + $(DESTDIR)$(datadir)/13x13 \ + $(DESTDIR)$(datadir)/16x16 \ + $(DESTDIR)$(datadir)/20x20 \ +@@ -207,7 +208,7 @@ install: + $(instfile) desktop/icons/hicolor/48x48/apps/azpainterb.png $(DESTDIR)$(datarootdir)/icons/hicolor/48x48/apps + $(instfile) desktop/icons/hicolor/scalable/apps/azpainterb.svg $(DESTDIR)$(datarootdir)/icons/hicolor/scalable/apps + +- $(instfile) GPL3 AUTHORS ChangeLog README README_ja manual_ja.html $(DESTDIR)$(datadir)/doc ++ $(instfile) AUTHORS ChangeLog README README_ja manual_ja.html $(DESTDIR)$(docdir) + + $(instfile) data/brushlist.dat data/grad.dat data/sckey.conf \ + data/coltype.png data/icon.png data/texlib.dat \ Added: head/graphics/azpainterb/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/azpainterb/pkg-descr Tue Nov 10 06:57:50 2020 (r554808) @@ -0,0 +1,6 @@ +AzPainterB is a painting application for Unix-like systems for pixel-art, +or "dot editing" in the 8-bit color space. It is not very suitable for +general-purpose illustration drawing with high color accuracy, AzPainter +should be used for that instead. + +WWW: http://azsky2.html.xdomain.jp/soft/azpainterb.html Added: head/graphics/azpainterb/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/azpainterb/pkg-plist Tue Nov 10 06:57:50 2020 (r554808) @@ -0,0 +1,32 @@ +bin/azpainterb +share/applications/azpainterb.desktop +%%DATADIR%%/13x13/layer.png +%%DATADIR%%/16x16/canvasview.png +%%DATADIR%%/16x16/imgviewer.png +%%DATADIR%%/16x16/layer.png +%%DATADIR%%/16x16/tool.png +%%DATADIR%%/16x16/toolbar.png +%%DATADIR%%/16x16/toolsub.png +%%DATADIR%%/20x20/canvasview.png +%%DATADIR%%/20x20/imgviewer.png +%%DATADIR%%/20x20/tool.png +%%DATADIR%%/20x20/toolbar.png +%%DATADIR%%/20x20/toolsub.png +%%DATADIR%%/24x24/canvasview.png +%%DATADIR%%/24x24/imgviewer.png +%%DATADIR%%/24x24/tool.png +%%DATADIR%%/24x24/toolbar.png +%%DATADIR%%/24x24/toolsub.png +%%DATADIR%%/brushlist.dat +%%DATADIR%%/coltype.png +%%DATADIR%%/grad.dat +%%DATADIR%%/icon.png +%%DATADIR%%/sckey.conf +%%DATADIR%%/texlib.dat +%%DATADIR%%/theme/black.theme +%%NLS%%%%DATADIR%%/tr/en.mtr +%%NLS%%%%DATADIR%%/tr/it.mtr +%%NLS%%%%DATADIR%%/tr/ja.mtr +%%NLS%%%%DATADIR%%/tr/pt_BR.mtr +share/icons/hicolor/48x48/apps/azpainterb.png +share/icons/hicolor/scalable/apps/azpainterb.svg