pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Import FLIF-0.1alpha as wip/FLIF.
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Sun Oct 4 14:47:54 2015 +0200
Changeset: cde648d927839a2af2a4769e81cc54077f140241
Added Files:
FLIF/DESCR
FLIF/Makefile
FLIF/PLIST
FLIF/TODO
FLIF/distinfo
Log Message:
Import FLIF-0.1alpha as wip/FLIF.
FLIF is a novel lossless image format which outperforms PNG, lossless
WebP, lossless BPG and lossless JPEG2000 in terms of compression
ratio.
TODO:
Alpha software, wait for release.
Decide on FLIF vs. flif.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=cde648d927839a2af2a4769e81cc54077f140241
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
FLIF/DESCR | 3 +++
FLIF/Makefile | 24 ++++++++++++++++++++++++
FLIF/PLIST | 2 ++
FLIF/TODO | 2 ++
FLIF/distinfo | 5 +++++
5 files changed, 36 insertions(+)
diffs:
diff --git a/FLIF/DESCR b/FLIF/DESCR
new file mode 100644
index 0000000..ea4f504
--- /dev/null
+++ b/FLIF/DESCR
@@ -0,0 +1,3 @@
+FLIF is a novel lossless image format which outperforms PNG, lossless
+WebP, lossless BPG and lossless JPEG2000 in terms of compression
+ratio.
diff --git a/FLIF/Makefile b/FLIF/Makefile
new file mode 100644
index 0000000..29feae2
--- /dev/null
+++ b/FLIF/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD$
+
+DISTNAME= FLIF-0.1alpha
+CATEGORIES= graphics
+MASTER_SITES= ${MASTER_SITE_GITHUB:=jonsneyers/}
+GITHUB_TAG= v0.1-alpha
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://flif.info/
+COMMENT= Free Lossless Image Format
+LICENSE= gnu-gpl-v3
+
+WRKSRC= ${WRKDIR}/FLIF-0.1-alpha
+USE_LANGUAGES= c c++
+USE_TOOLS+= gmake pkg-config
+BUILD_TARGET= flif
+
+INSTALLATION_DIRS= bin
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/flif ${DESTDIR}${PREFIX}/bin
+
+.include "../../graphics/png/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/FLIF/PLIST b/FLIF/PLIST
new file mode 100644
index 0000000..e1ce4fa
--- /dev/null
+++ b/FLIF/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/flif
diff --git a/FLIF/TODO b/FLIF/TODO
new file mode 100644
index 0000000..f78acbf
--- /dev/null
+++ b/FLIF/TODO
@@ -0,0 +1,2 @@
+Alpha software, wait for release.
+Decide on FLIF vs. flif.
diff --git a/FLIF/distinfo b/FLIF/distinfo
new file mode 100644
index 0000000..9f710e6
--- /dev/null
+++ b/FLIF/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+SHA1 (FLIF-0.1alpha.tar.gz) = 55ddb13397a2fa6ff6b786a65a40237d15559d56
+RMD160 (FLIF-0.1alpha.tar.gz) = 0872bca3ea9d33da51b9fb935ece37e6124083f5
+Size (FLIF-0.1alpha.tar.gz) = 1543110 bytes
Home |
Main Index |
Thread Index |
Old Index