svn commit: r554808 - in head/graphics: . azpainterb azpainterb/files
Alexey Dokuchaev
danfe at FreeBSD.org
Tue Nov 10 06:57:52 UTC 2020
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 <danfe at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= azpainterb
+DISTVERSION= 1.1.3b2
+CATEGORIES= graphics
+MASTER_SITES= http://azsky2.html.xdomain.jp/arc/
+
+MAINTAINER= danfe at 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 <bsd.port.mk>
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
More information about the svn-ports-all
mailing list