pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/farbfeld



Module Name:    pkgsrc
Committed By:   leot
Date:           Sun Feb 14 11:32:48 UTC 2021

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

Log Message:
graphics/farbfeld: import farbfeld-4

Farbfeld is a lossless image-format designed to be parsed and piped easily.
It can be compressed easily and beats PNG's filesize in many cases.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/farbfeld/DESCR \
    pkgsrc/graphics/farbfeld/Makefile pkgsrc/graphics/farbfeld/PLIST \
    pkgsrc/graphics/farbfeld/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/farbfeld/DESCR
diff -u /dev/null pkgsrc/graphics/farbfeld/DESCR:1.1
--- /dev/null   Sun Feb 14 11:32:48 2021
+++ pkgsrc/graphics/farbfeld/DESCR      Sun Feb 14 11:32:47 2021
@@ -0,0 +1,2 @@
+Farbfeld is a lossless image-format designed to be parsed and piped easily.
+It can be compressed easily and beats PNG's filesize in many cases.
Index: pkgsrc/graphics/farbfeld/Makefile
diff -u /dev/null pkgsrc/graphics/farbfeld/Makefile:1.1
--- /dev/null   Sun Feb 14 11:32:48 2021
+++ pkgsrc/graphics/farbfeld/Makefile   Sun Feb 14 11:32:47 2021
@@ -0,0 +1,33 @@
+# $NetBSD: Makefile,v 1.1 2021/02/14 11:32:47 leot Exp $
+
+DISTNAME=      farbfeld-4
+CATEGORIES=    graphics
+MASTER_SITES=  http://dl.suckless.org/farbfeld/
+
+MAINTAINER=    leot%NetBSD.org@localhost
+HOMEPAGE=      http://tools.suckless.org/farbfeld/
+COMMENT=       Suckless image format with conversion tools
+LICENSE=       isc
+
+# Needed for `convert' by 2ff
+DEPENDS+=      ImageMagick-[0-9]*:../../graphics/ImageMagick
+
+MAKE_FLAGS+=   PREFIX=${PREFIX}
+MAKE_FLAGS+=   MANPREFIX=${PREFIX}/${PKGMANDIR}
+
+SUBST_CLASSES+=                configmk
+SUBST_STAGE.configmk=  pre-configure
+SUBST_MESSAGE.configmk=        Adjusting config.mk
+SUBST_FILES.configmk=  config.mk
+SUBST_SED.configmk+=   -e '/^CPPFLAGS/s/=/+=/'
+SUBST_SED.configmk+=   -e '/^CFLAGS/s/=/+=/'
+SUBST_SED.configmk+=   -e '/^LDFLAGS/s/=/+=/'
+SUBST_SED.configmk+=   -e '/^CFLAGS/s/-Os//'
+SUBST_SED.configmk+=   -e '/^LDFLAGS/s/-s//'
+SUBST_SED.configmk+=   -e 's/cc/'${CC:Q}'/'
+
+USE_LANGUAGES= c99
+
+.include "../../mk/jpeg.buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/graphics/farbfeld/PLIST
diff -u /dev/null pkgsrc/graphics/farbfeld/PLIST:1.1
--- /dev/null   Sun Feb 14 11:32:48 2021
+++ pkgsrc/graphics/farbfeld/PLIST      Sun Feb 14 11:32:47 2021
@@ -0,0 +1,16 @@
+@comment $NetBSD: PLIST,v 1.1 2021/02/14 11:32:47 leot Exp $
+bin/2ff
+bin/ff2jpg
+bin/ff2pam
+bin/ff2png
+bin/ff2ppm
+bin/jpg2ff
+bin/png2ff
+man/man1/2ff.1
+man/man1/ff2jpg.1
+man/man1/ff2pam.1
+man/man1/ff2png.1
+man/man1/ff2ppm.1
+man/man1/jpg2ff.1
+man/man1/png2ff.1
+man/man5/farbfeld.5
Index: pkgsrc/graphics/farbfeld/distinfo
diff -u /dev/null pkgsrc/graphics/farbfeld/distinfo:1.1
--- /dev/null   Sun Feb 14 11:32:48 2021
+++ pkgsrc/graphics/farbfeld/distinfo   Sun Feb 14 11:32:47 2021
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/02/14 11:32:47 leot Exp $
+
+SHA1 (farbfeld-4.tar.gz) = 7ba0ea0a92e9c378a777cb2152efc8ef6def86c2
+RMD160 (farbfeld-4.tar.gz) = a67fe136a84a76a0cb99add741c9f14f5f986624
+SHA512 (farbfeld-4.tar.gz) = 5139dd81cf1e3cb7a32108c0acad0e4ae0de13e86b997f1a759aa1b1f7be6c1ad2a93a69af7126e3512a7c9b1669a2a301ff60171b098b3450f1da0594e3b6ac
+Size (farbfeld-4.tar.gz) = 10340 bytes



Home | Main Index | Thread Index | Old Index