AzPainterB is a 8-bit RGB color dot editing (pixel-art) program.

WWW: http://azsky2.html.xdomain.jp/soft/azpainterb.html
This commit is contained in:
Alexey Dokuchaev
2020-11-10 06:57:50 +00:00
parent 7006f47d2b
commit e4447b822c
6 changed files with 103 additions and 0 deletions
+1
View File
@@ -64,6 +64,7 @@
SUBDIR += aview
SUBDIR += avir
SUBDIR += azpainter
SUBDIR += azpainterb
SUBDIR += barbecue
SUBDIR += barcode
SUBDIR += batik
+33
View File
@@ -0,0 +1,33 @@
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $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 <bsd.port.mk>
+3
View File
@@ -0,0 +1,3 @@
TIMESTAMP = 1602977709
SHA256 (azpainterb-1.1.3b2.tar.xz) = 6a7651d365c1f7387f332d5c13bb4f8633056965825ecf9e5c809a0dbabc5598
SIZE (azpainterb-1.1.3b2.tar.xz) = 590508
@@ -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 \
+6
View File
@@ -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
+32
View File
@@ -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