pkgsrc-WIP-changes archive

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

import of lisp-scripts.



Module Name:	pkgsrc-wip
Committed By:	goon <goon.mage%yahoo.com@localhost>
Pushed By:	goon
Date:		Thu Feb 6 05:05:52 2025 +0100
Changeset:	e1456f0dcc935adbcfecd75abdf53f9fabd59ee5

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

Log Message:
import of lisp-scripts.

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

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

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

diffs:
diff --git a/lisp-scripts/DESCR b/lisp-scripts/DESCR
new file mode 100644
index 0000000000..5161a1c314
--- /dev/null
+++ b/lisp-scripts/DESCR
@@ -0,0 +1 @@
+Admin scripts programmed in Common Lisp among other things.
diff --git a/lisp-scripts/Makefile b/lisp-scripts/Makefile
new file mode 100644
index 0000000000..4577a123a1
--- /dev/null
+++ b/lisp-scripts/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME=  	lisp-scripts-0.1.4
+CATEGORIES=	devel	
+MASTER_SITES=	https://sourceforge.net/projects/lisp-scripts/files/
+
+MAINTAINER=	indur9%yahoo.com@localhost
+HOMEPAGE=	https://sourceforge.net/projects/lisp-scripts/
+COMMENT= 	Useful (admin) scripts programmed in Common Lisp
+LICENSE=	GPL2	
+
+WRKSRC=		${WRKDIR}/lisp-scripts-0.1.4/
+USE_LANGUAGES=  LISP	
+
+INSTALLATION_DIRS=	bin
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/lisp-scripts ${DESTDIR}${PREFIX}/bin
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/lisp-scripts/PLIST b/lisp-scripts/PLIST
new file mode 100644
index 0000000000..48d96a5493
--- /dev/null
+++ b/lisp-scripts/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD$
diff --git a/lisp-scripts/distinfo b/lisp-scripts/distinfo
new file mode 100644
index 0000000000..71bfda4776
--- /dev/null
+++ b/lisp-scripts/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (lisp-scripts-0.1.4.tar.gz) = 70cb9be9c1e91fa6ead6719b391f39ed543ca8466d07be9069e0aa2bd5630f50
+SHA512 (lisp-scripts-0.1.4.tar.gz) = 05db8462fbc81ffa7f8ce770e6c46ed758cf0bb308953e3f9af0cdbc67623880ad925a52ce109c41b1c753c6e5ed0c2bf7b37327226df0c771880163cc1aa4a3
+Size (lisp-scripts-0.1.4.tar.gz) = 3860 bytes


Home | Main Index | Thread Index | Old Index