pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/dash-el
Module Name: pkgsrc
Committed By: ryoon
Date: Sun Apr 7 18:56:41 UTC 2024
Added Files:
pkgsrc/devel/dash-el: DESCR Makefile PLIST distinfo
Log Message:
devel/dash-el: import dash-el-2.19.1
A modern list api for Emacs. No 'cl required.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/dash-el/DESCR \
pkgsrc/devel/dash-el/Makefile pkgsrc/devel/dash-el/PLIST \
pkgsrc/devel/dash-el/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/devel/dash-el/DESCR
diff -u /dev/null pkgsrc/devel/dash-el/DESCR:1.1
--- /dev/null Sun Apr 7 18:56:41 2024
+++ pkgsrc/devel/dash-el/DESCR Sun Apr 7 18:56:40 2024
@@ -0,0 +1 @@
+A modern list api for Emacs. No 'cl required.
Index: pkgsrc/devel/dash-el/Makefile
diff -u /dev/null pkgsrc/devel/dash-el/Makefile:1.1
--- /dev/null Sun Apr 7 18:56:41 2024
+++ pkgsrc/devel/dash-el/Makefile Sun Apr 7 18:56:40 2024
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1 2024/04/07 18:56:40 ryoon Exp $
+
+DISTNAME= dash.el-2.19.1
+PKGNAME= ${DISTNAME:C/\.el/-el/}
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GITHUB:=magnars/}
+GITHUB_PROJECT= dash.el
+GITHUB_TAG= ${PKGVERSION_NOREV}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/magnars/dash.el
+COMMENT= Modern list api for Emacs. No 'cl required
+LICENSE= gnu-gpl-v3
+
+INSTALLATION_DIRS= ${EMACS_LISPPREFIX}/dash
+
+do-build:
+ ${EMACS_BIN} --no-init-file --no-site-file -batch \
+ -f batch-byte-compile ${WRKSRC}/dash.el
+
+do-install:
+ ${INSTALL_DATA} ${WRKSRC}/dash.el \
+ ${DESTDIR}${EMACS_LISPPREFIX}/dash
+ ${INSTALL_DATA} ${WRKSRC}/dash.elc \
+ ${DESTDIR}${EMACS_LISPPREFIX}/dash
+
+.include "../../editors/emacs/modules.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/dash-el/PLIST
diff -u /dev/null pkgsrc/devel/dash-el/PLIST:1.1
--- /dev/null Sun Apr 7 18:56:41 2024
+++ pkgsrc/devel/dash-el/PLIST Sun Apr 7 18:56:40 2024
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2024/04/07 18:56:40 ryoon Exp $
+${EMACS_LISPPREFIX}/dash/dash.el
+${EMACS_LISPPREFIX}/dash/dash.elc
Index: pkgsrc/devel/dash-el/distinfo
diff -u /dev/null pkgsrc/devel/dash-el/distinfo:1.1
--- /dev/null Sun Apr 7 18:56:41 2024
+++ pkgsrc/devel/dash-el/distinfo Sun Apr 7 18:56:40 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/04/07 18:56:40 ryoon Exp $
+
+BLAKE2s (dash.el-2.19.1.tar.gz) = 1fb2e79763ce8a45149dbcdb28c5104832f7b232ba67bc3187fa231f62075521
+SHA512 (dash.el-2.19.1.tar.gz) = 6822e0068bf2f2082faa4de47521982eba0117037c333178517eca9e6db1c33a2767b250a6ecbd329d2e2ca9e107d2baf0b025e34ba50f1b60da5bb7da06c195
+Size (dash.el-2.19.1.tar.gz) = 155540 bytes
Home |
Main Index |
Thread Index |
Old Index