svn commit: r354455 - head/devel/dash.el
Rui Paulo
rpaulo at FreeBSD.org
Sun May 18 19:33:00 UTC 2014
Author: rpaulo (src committer)
Date: Sun May 18 19:32:59 2014
New Revision: 354455
URL: http://svnweb.freebsd.org/changeset/ports/354455
QAT: https://qat.redports.org/buildarchive/r354455/
Log:
Add devel/dash.el
Modern list library for Emacs.
Reviewed by: bapt
Added:
head/devel/dash.el/
head/devel/dash.el/Makefile (contents, props changed)
head/devel/dash.el/distinfo (contents, props changed)
head/devel/dash.el/pkg-descr (contents, props changed)
head/devel/dash.el/pkg-plist (contents, props changed)
Added: head/devel/dash.el/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/dash.el/Makefile Sun May 18 19:32:59 2014 (r354455)
@@ -0,0 +1,28 @@
+# $FreeBSD$
+
+PORTNAME= dash.el
+PORTVERSION= 2.6.0
+CATEGORIES= devel elisp
+DISTNAME= dash-${PORTVERSION}
+
+MAINTAINER= rpaulo at FreeBSD.org
+COMMENT= Modern list library for Emacs
+
+LICENSE= GPLv3
+
+USE_GITHUB= yes
+GH_ACCOUNT= magnars
+GH_TAGNAME= ${PORTVERSION}
+GH_COMMIT= 9b50f26
+
+USE_EMACS= yes
+
+NO_BUILD= yes
+
+do-install:
+ ${INSTALL_DATA} ${WRKSRC}/dash.el \
+ ${STAGEDIR}${PREFIX}/${EMACS_SITE_LISPDIR}
+ ${INSTALL_DATA} ${WRKSRC}/dash-functional.el \
+ ${STAGEDIR}${PREFIX}/${EMACS_SITE_LISPDIR}
+
+.include <bsd.port.mk>
Added: head/devel/dash.el/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/dash.el/distinfo Sun May 18 19:32:59 2014 (r354455)
@@ -0,0 +1,2 @@
+SHA256 (dash-2.6.0.tar.gz) = db988dd3fc08d6bdf9eae3728d4a76c20c59653d3cae4756a66c55e3444cc88a
+SIZE (dash-2.6.0.tar.gz) = 70528
Added: head/devel/dash.el/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/dash.el/pkg-descr Sun May 18 19:32:59 2014 (r354455)
@@ -0,0 +1,3 @@
+A modern list api for Emacs. No 'cl required.
+
+WWW: https://github.com/magnars/dash.el
Added: head/devel/dash.el/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/dash.el/pkg-plist Sun May 18 19:32:59 2014 (r354455)
@@ -0,0 +1 @@
+%%EMACS_SITE_LISPDIR%%/dash.el
More information about the svn-ports-all
mailing list