Index: head/devel/dash.el/Makefile =================================================================== --- head/devel/dash.el/Makefile (nonexistent) +++ head/devel/dash.el/Makefile (revision 354455) @@ -0,0 +1,28 @@ +# $FreeBSD$ + +PORTNAME= dash.el +PORTVERSION= 2.6.0 +CATEGORIES= devel elisp +DISTNAME= dash-${PORTVERSION} + +MAINTAINER= rpaulo@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 Property changes on: head/devel/dash.el/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/dash.el/distinfo =================================================================== --- head/devel/dash.el/distinfo (nonexistent) +++ head/devel/dash.el/distinfo (revision 354455) @@ -0,0 +1,2 @@ +SHA256 (dash-2.6.0.tar.gz) = db988dd3fc08d6bdf9eae3728d4a76c20c59653d3cae4756a66c55e3444cc88a +SIZE (dash-2.6.0.tar.gz) = 70528 Property changes on: head/devel/dash.el/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/dash.el/pkg-descr =================================================================== --- head/devel/dash.el/pkg-descr (nonexistent) +++ head/devel/dash.el/pkg-descr (revision 354455) @@ -0,0 +1,3 @@ +A modern list api for Emacs. No 'cl required. + +WWW: https://github.com/magnars/dash.el Property changes on: head/devel/dash.el/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/dash.el/pkg-plist =================================================================== --- head/devel/dash.el/pkg-plist (nonexistent) +++ head/devel/dash.el/pkg-plist (revision 354455) @@ -0,0 +1 @@ +%%EMACS_SITE_LISPDIR%%/dash.el Property changes on: head/devel/dash.el/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property