Date: Sun, 20 Nov 2022 12:22:45 GMT From: Juraj Lutter <otis@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7913d1a5ee1f - main - emulators/uconvert: Add new port Message-ID: <202211201222.2AKCMjlM012271@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by otis: URL: https://cgit.FreeBSD.org/ports/commit/?id=7913d1a5ee1f88d0aca66deeadde6dee11efdf6e commit 7913d1a5ee1f88d0aca66deeadde6dee11efdf6e Author: Juraj Lutter <otis@FreeBSD.org> AuthorDate: 2022-11-15 21:43:06 +0000 Commit: Juraj Lutter <otis@FreeBSD.org> CommitDate: 2022-11-20 12:22:34 +0000 emulators/uconvert: Add new port Add uconvert, a converter into Atari-specific graphics formats. --- emulators/Makefile | 1 + emulators/uconvert/Makefile | 30 ++++++++++++++++++++++++++++++ emulators/uconvert/distinfo | 3 +++ emulators/uconvert/pkg-descr | 2 ++ 4 files changed, 36 insertions(+) diff --git a/emulators/Makefile b/emulators/Makefile index e2ba8dac656f..d9b0858cce72 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -145,6 +145,7 @@ SUBDIR += tuxnes SUBDIR += uae SUBDIR += ucon64 + SUBDIR += uconvert SUBDIR += ukncbtl SUBDIR += unicorn SUBDIR += vba diff --git a/emulators/uconvert/Makefile b/emulators/uconvert/Makefile new file mode 100644 index 000000000000..17daa7d65197 --- /dev/null +++ b/emulators/uconvert/Makefile @@ -0,0 +1,30 @@ +PORTNAME= uconvert +DISTVERSION= 1.01 +CATEGORIES= emulators graphics + +MAINTAINER= otis@FreeBSD.org +COMMENT= Bitmap converter into Atari-specific formats +WWW= https://github.com/mikrosk/uconvert + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libGraphicsMagick.so:graphics/GraphicsMagick \ + libxml2.so:textproc/libxml2 + +USES= compiler:c++17-lang gmake + +USE_GITHUB= yes +GH_ACCOUNT= mikrosk +GH_PROJECT= uconvert +GH_TAGNAME= v${DISTVERSION} + +PLIST_FILES= bin/uconvert + +.include <bsd.port.pre.mk> + +do-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/uconvert ${STAGEDIR}${PREFIX}/bin + +.include <bsd.port.post.mk> diff --git a/emulators/uconvert/distinfo b/emulators/uconvert/distinfo new file mode 100644 index 000000000000..080eebc71fa4 --- /dev/null +++ b/emulators/uconvert/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1668946252 +SHA256 (mikrosk-uconvert-1.01-v1.01_GH0.tar.gz) = 926c9b75d01ade2b80dd7767eb3231032e5191819d7793f4b34b8ac64c97e668 +SIZE (mikrosk-uconvert-1.01-v1.01_GH0.tar.gz) = 19999045 diff --git a/emulators/uconvert/pkg-descr b/emulators/uconvert/pkg-descr new file mode 100644 index 000000000000..50fc53bca388 --- /dev/null +++ b/emulators/uconvert/pkg-descr @@ -0,0 +1,2 @@ +uConvert - bitmap converter into Atari formats. +Supported formats are ST/STE/TT/Falcon.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211201222.2AKCMjlM012271>