pkgsrc-WIP-changes archive

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

import of enlisp.



Module Name:	pkgsrc-wip
Committed By:	goon <goon.mage%yahoo.com@localhost>
Pushed By:	goon
Date:		Fri Feb 14 05:07:26 2025 +0100
Changeset:	7409a756c9895ba1b452b7324aff80ec43c18085

Added Files:
	enlisp/DESCR
	enlisp/Makefile
	enlisp/PLIST
	enlisp/distinfo

Log Message:
import of enlisp.

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

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

diffstat:
 enlisp/DESCR    |  1 +
 enlisp/Makefile | 20 ++++++++++++++++++++
 enlisp/PLIST    |  2 ++
 enlisp/distinfo |  5 +++++
 4 files changed, 28 insertions(+)

diffs:
diff --git a/enlisp/DESCR b/enlisp/DESCR
new file mode 100644
index 0000000000..d62b91e378
--- /dev/null
+++ b/enlisp/DESCR
@@ -0,0 +1 @@
+Emacs Lisp interpreter based on Emacs24+.
diff --git a/enlisp/Makefile b/enlisp/Makefile
new file mode 100644
index 0000000000..c2bbec2647
--- /dev/null
+++ b/enlisp/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME=  	enlisp-21.4.5
+CATEGORIES=	lang	
+MASTER_SITES=	https://sourceforge.net/projects/enlisp/files/
+
+MAINTAINER=	indur9%yahoo.com@localhost
+HOMEPAGE=	https://sourceforge.net/projects/enlisp/
+COMMENT= 	An elisp interpreter based on Emacs 21.4+
+LICENSE=	GPL, Silverhawk
+
+WRKSRC=		${WRKDIR}/enlisp-21.4.5/
+USE_LANGUAGES=  C
+
+INSTALLATION_DIRS=	bin
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/enlisp ${DESTDIR}${PREFIX}/bin
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/enlisp/PLIST b/enlisp/PLIST
new file mode 100644
index 0000000000..c58e89bc19
--- /dev/null
+++ b/enlisp/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/enlisp
diff --git a/enlisp/distinfo b/enlisp/distinfo
new file mode 100644
index 0000000000..e8e8ba6a7e
--- /dev/null
+++ b/enlisp/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (enlisp-21.4.5.tar.gz) = 70cb9be9c1e91fa6ead6719b391f39ed543ca8466d07be9069e0aa2bd5630f50
+SHA512 (enlisp-21.4.5.tar.gz) = 05db8462fbc81ffa7f8ce770e6c46ed758cf0bb308953e3f9af0cdbc67623880ad925a52ce109c41b1c753c6e5ed0c2bf7b37327226df0c771880163cc1aa4a3
+Size (enlisp-21.4.5.tar.gz) = 3860 bytes


Home | Main Index | Thread Index | Old Index