diff options
author | wiz <wiz@pkgsrc.org> | 2013-01-08 09:48:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-01-08 09:48:58 +0000 |
commit | 5ad8dc85f8ba2d368021156ac13bc9630d8a15a0 (patch) | |
tree | 534c69e53b2c8c7645fc843fe21ce20124581953 /audio/ibniz | |
parent | 7cbb1513d1d9b39baeead4a32c62eee713e75207 (diff) | |
download | pkgsrc-5ad8dc85f8ba2d368021156ac13bc9630d8a15a0.tar.gz |
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.
Diffstat (limited to 'audio/ibniz')
-rw-r--r-- | audio/ibniz/DESCR | 12 | ||||
-rw-r--r-- | audio/ibniz/Makefile | 20 | ||||
-rw-r--r-- | audio/ibniz/PLIST | 3 | ||||
-rw-r--r-- | audio/ibniz/distinfo | 5 |
4 files changed, 40 insertions, 0 deletions
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 |