pkgsrc-WIP-changes archive

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

import of lisp-sound



Module Name:	pkgsrc-wip
Committed By:	goon <goon.mage%yahoo.com@localhost>
Pushed By:	goon
Date:		Mon Jan 27 06:01:23 2025 +0100
Changeset:	9ebf95a2a759cd085ca6eb75bbdc385251ee4198

Added Files:
	lisp-sound/DESCR
	lisp-sound/Makefile
	lisp-sound/PLIST
	lisp-sound/distinfo

Log Message:
import of lisp-sound

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9ebf95a2a759cd085ca6eb75bbdc385251ee4198

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

diffstat:
 lisp-sound/DESCR    |  1 +
 lisp-sound/Makefile | 20 ++++++++++++++++++++
 lisp-sound/PLIST    |  1 +
 lisp-sound/distinfo |  5 +++++
 4 files changed, 27 insertions(+)

diffs:
diff --git a/lisp-sound/DESCR b/lisp-sound/DESCR
new file mode 100644
index 0000000000..e1cdb371b5
--- /dev/null
+++ b/lisp-sound/DESCR
@@ -0,0 +1 @@
+AIF/AIFF, WAV sound file modification system using adaptive systems.
diff --git a/lisp-sound/Makefile b/lisp-sound/Makefile
new file mode 100644
index 0000000000..3e2dcf8947
--- /dev/null
+++ b/lisp-sound/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME=  	lisp-sound-0.2.1
+CATEGORIES=	audio	
+MASTER_SITES=	https://sourceforge.net/projects/lisp-sound/files/
+
+MAINTAINER=	indur9%yahoo.com@localhost
+HOMEPAGE=	https://sourceforge.net/projects/lisp-sound/
+COMMENT= 	sound file modification system (AIF/AIFF, WAV based using AI)	
+LICENSE=	Silverhawk
+
+WRKSRC=		${WRKDIR}/lisp-sound-0.2.1/
+USE_LANGUAGES=  LISP	
+
+INSTALLATION_DIRS=	bin
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/lisp-sound ${DESTDIR}${PREFIX}/bin
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/lisp-sound/PLIST b/lisp-sound/PLIST
new file mode 100644
index 0000000000..48d96a5493
--- /dev/null
+++ b/lisp-sound/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD$
diff --git a/lisp-sound/distinfo b/lisp-sound/distinfo
new file mode 100644
index 0000000000..d3a48c3da5
--- /dev/null
+++ b/lisp-sound/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (lisp-sound-0.2.1.tar.gz) = 70cb9be9c1e91fa6ead6719b391f39ed543ca8466d07be9069e0aa2bd5630f50
+SHA512 (lisp-sound-0.2.1.tar.gz) = 05db8462fbc81ffa7f8ce770e6c46ed758cf0bb308953e3f9af0cdbc67623880ad925a52ce109c41b1c753c6e5ed0c2bf7b37327226df0c771880163cc1aa4a3
+Size (lisp-sound-0.2.1.tar.gz) = 3860 bytes


Home | Main Index | Thread Index | Old Index