pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/apngasm



Module Name:    pkgsrc
Committed By:   tsutsui
Date:           Thu Aug 17 20:48:44 UTC 2023

Added Files:
        pkgsrc/graphics/apngasm: DESCR Makefile PLIST distinfo

Log Message:
apngasm: import apngasm-3.1.10.

The apngasm CLI tool and library can assemble and disassemble
APNG image files.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/apngasm/DESCR \
    pkgsrc/graphics/apngasm/Makefile pkgsrc/graphics/apngasm/PLIST \
    pkgsrc/graphics/apngasm/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/graphics/apngasm/DESCR
diff -u /dev/null pkgsrc/graphics/apngasm/DESCR:1.1
--- /dev/null   Thu Aug 17 20:48:44 2023
+++ pkgsrc/graphics/apngasm/DESCR       Thu Aug 17 20:48:44 2023
@@ -0,0 +1,2 @@
+The apngasm CLI tool and library can assemble and disassemble
+APNG image files.
Index: pkgsrc/graphics/apngasm/Makefile
diff -u /dev/null pkgsrc/graphics/apngasm/Makefile:1.1
--- /dev/null   Thu Aug 17 20:48:44 2023
+++ pkgsrc/graphics/apngasm/Makefile    Thu Aug 17 20:48:44 2023
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2023/08/17 20:48:44 tsutsui Exp $
+
+DISTNAME=              apngasm-3.1.10
+CATEGORIES=            graphics
+MASTER_SITES=          ${MASTER_SITE_GITHUB:=apngasm/}
+GITHUB_PROJECT=                ${DISTNAME:S/-${PKGVERSION_NOREV}//}
+GITHUB_TAG=            ${PKGVERSION_NOREV}
+
+MAINTAINER=            tsutsui%NetBSD.org@localhost
+HOMEPAGE=              https://github.com/apngasm/apngasm
+COMMENT=               CLI tool to assemble and disassemble APNG images
+LICENSE=               zlib
+
+USE_CMAKE=             yes
+USE_LANGUAGES=         c c++
+USE_CXX_FEATURES+=     filesystem
+MAKE_JOBS_SAFE=                no      # XXX lib and cli are built in parallel?
+
+INSTALLATION_DIRS+=    bin include lib ${PKGMANDIR}/man1
+
+.include "../../graphics/png/buildlink3.mk"
+.include "../../devel/boost-libs/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/graphics/apngasm/PLIST
diff -u /dev/null pkgsrc/graphics/apngasm/PLIST:1.1
--- /dev/null   Thu Aug 17 20:48:44 2023
+++ pkgsrc/graphics/apngasm/PLIST       Thu Aug 17 20:48:44 2023
@@ -0,0 +1,10 @@
+@comment $NetBSD: PLIST,v 1.1 2023/08/17 20:48:44 tsutsui Exp $
+bin/apngasm
+include/apngasm-conf.h
+include/apngasm-version.h
+include/apngasm.h
+include/apngframe.h
+lib/libapngasm.a
+lib/libapngasm.so
+lib/pkgconfig/libapngasm.pc
+man/man1/apngasm.1
Index: pkgsrc/graphics/apngasm/distinfo
diff -u /dev/null pkgsrc/graphics/apngasm/distinfo:1.1
--- /dev/null   Thu Aug 17 20:48:44 2023
+++ pkgsrc/graphics/apngasm/distinfo    Thu Aug 17 20:48:44 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/08/17 20:48:44 tsutsui Exp $
+
+BLAKE2s (apngasm-3.1.10.tar.gz) = 3a0c37422e74267832c3523022af45e675dba78726b664ed5ed8f0d1dab35e7e
+SHA512 (apngasm-3.1.10.tar.gz) = 670d75251ddc771f9b2b4a1f401066f2012a6814bec781b918f1d9e8960835654c66c3d19b4c8920d5186d85af12cdc4bba8b61c8f3d349b4fc70513d8ecb34e
+Size (apngasm-3.1.10.tar.gz) = 620031 bytes



Home | Main Index | Thread Index | Old Index