svn commit: r354457 - head/devel/epl.el

Rui Paulo rpaulo at FreeBSD.org
Sun May 18 19:33:31 UTC 2014


Author: rpaulo (src committer)
Date: Sun May 18 19:33:30 2014
New Revision: 354457
URL: http://svnweb.freebsd.org/changeset/ports/354457
QAT: https://qat.redports.org/buildarchive/r354457/

Log:
  Add devel/epl.el.
  
  Emacs Package Library.
  
  Reviewed by:	bapt

Added:
  head/devel/epl.el/
  head/devel/epl.el/Makefile   (contents, props changed)
  head/devel/epl.el/distinfo   (contents, props changed)
  head/devel/epl.el/pkg-descr   (contents, props changed)
  head/devel/epl.el/pkg-plist   (contents, props changed)

Added: head/devel/epl.el/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/epl.el/Makefile	Sun May 18 19:33:30 2014	(r354457)
@@ -0,0 +1,27 @@
+# $FreeBSD$
+
+PORTNAME=	epl.el
+PORTVERSION=	0.7
+CATEGORIES=	devel elisp
+DISTNAME=	epl-${PORTVERSION}
+
+MAINTAINER=	rpaulo at FreeBSD.org
+COMMENT=	Emacs Package Library
+
+LICENSE=	GPLv3
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	cask
+GH_TAGNAME=	${PORTVERSION}
+GH_COMMIT=	4f88ed0
+GH_PROJECT=	epl
+
+USE_EMACS=	yes
+
+NO_BUILD=	yes
+
+do-install:
+	${INSTALL_DATA} ${WRKSRC}/epl.el \
+		${STAGEDIR}${PREFIX}/${EMACS_SITE_LISPDIR}
+
+.include <bsd.port.mk>

Added: head/devel/epl.el/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/epl.el/distinfo	Sun May 18 19:33:30 2014	(r354457)
@@ -0,0 +1,2 @@
+SHA256 (epl-0.7.tar.gz) = 0f4d534f31c481197610fbd6ddc81e13cfc859bce8cb4b369e66ecad93279cc3
+SIZE (epl-0.7.tar.gz) = 66543

Added: head/devel/epl.el/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/epl.el/pkg-descr	Sun May 18 19:33:30 2014	(r354457)
@@ -0,0 +1,4 @@
+EPL provides a convenient high-level API for various package.el versions, and
+aims to overcome its most striking idiocies.
+
+WWW: https://github.com/cask/epl

Added: head/devel/epl.el/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/epl.el/pkg-plist	Sun May 18 19:33:30 2014	(r354457)
@@ -0,0 +1 @@
+%%EMACS_SITE_LISPDIR%%/epl.el


More information about the svn-ports-all mailing list