From 315c3693021002a656550868189b7cc1e4631eba Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 8 Jan 2013 09:48:58 +0000 Subject: Import ibniz-1.18 as audio/ibniz. IBNIZ is a virtual machine designed for extremely compact low-level audiovisual programs. The leading design goal is usefulness as a platform for demoscene productions, glitch art and similar projects. Mainsteam software engineering aspects are considered totally irrelevant. IBNIZ stands for Ideally Bare Numeric Impression giZmo. The name also refers to Gottfried Leibniz, the 17th-century polymath who, among all, invented binary arithmetic, built the first four-operation calculating machine, and believed that the world was designed with the principle that a minimal set of rules should yield a maximal diversity. --- audio/ibniz/DESCR | 12 ++++++++++++ audio/ibniz/Makefile | 20 ++++++++++++++++++++ audio/ibniz/PLIST | 3 +++ audio/ibniz/distinfo | 5 +++++ 4 files changed, 40 insertions(+) create mode 100644 audio/ibniz/DESCR create mode 100644 audio/ibniz/Makefile create mode 100644 audio/ibniz/PLIST create mode 100644 audio/ibniz/distinfo (limited to 'audio') diff --git a/audio/ibniz/DESCR b/audio/ibniz/DESCR new file mode 100644 index 00000000000..8979586ca4c --- /dev/null +++ b/audio/ibniz/DESCR @@ -0,0 +1,12 @@ +IBNIZ is a virtual machine designed for extremely compact low-level +audiovisual programs. The leading design goal is usefulness as a +platform for demoscene productions, glitch art and similar projects. +Mainsteam software engineering aspects are considered totally +irrelevant. + +IBNIZ stands for Ideally Bare Numeric Impression giZmo. The name +also refers to Gottfried Leibniz, the 17th-century polymath who, +among all, invented binary arithmetic, built the first four-operation +calculating machine, and believed that the world was designed with +the principle that a minimal set of rules should yield a maximal +diversity. diff --git a/audio/ibniz/Makefile b/audio/ibniz/Makefile new file mode 100644 index 00000000000..d6a7e75f67c --- /dev/null +++ b/audio/ibniz/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1 2013/01/08 09:48:58 wiz Exp $ +# + +DISTNAME= ibniz-1.18 +CATEGORIES= audio +MASTER_SITES= http://pelulamu.net/ibniz/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://pelulamu.net/ibniz/ +COMMENT= Virtual machine designed for extremely compact audiovisual programs +LICENSE= zlib + +INSTALLATION_DIRS= bin share/doc/ibniz + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/ibniz ${DESTDIR}${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/ibniz.txt ${DESTDIR}${PREFIX}/share/doc/ibniz + +.include "../../devel/SDL/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/ibniz/PLIST b/audio/ibniz/PLIST new file mode 100644 index 00000000000..0a72cd3085c --- /dev/null +++ b/audio/ibniz/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2013/01/08 09:48:58 wiz Exp $ +bin/ibniz +share/doc/ibniz/ibniz.txt diff --git a/audio/ibniz/distinfo b/audio/ibniz/distinfo new file mode 100644 index 00000000000..d0a5cf1f349 --- /dev/null +++ b/audio/ibniz/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2013/01/08 09:48:58 wiz Exp $ + +SHA1 (ibniz-1.18.tar.gz) = 22d2ca6d46cd5b9769f210502913b87f8d5aef9f +RMD160 (ibniz-1.18.tar.gz) = b7c28b1bca61f5354d2246a2e15f6e4b1c5c7d07 +Size (ibniz-1.18.tar.gz) = 41049 bytes -- cgit v1.2.3