svn commit: r354458 - head/devel/pkg-info.el

Rui Paulo rpaulo at FreeBSD.org
Sun May 18 19:34:01 UTC 2014


Author: rpaulo (src committer)
Date: Sun May 18 19:34:00 2014
New Revision: 354458
URL: http://svnweb.freebsd.org/changeset/ports/354458
QAT: https://qat.redports.org/buildarchive/r354458/

Log:
  Add devel/pkg-info.el.
  
  Provides information about Emacs packages.
  
  Reviewed by:	bapt

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

Added: head/devel/pkg-info.el/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pkg-info.el/Makefile	Sun May 18 19:34:00 2014	(r354458)
@@ -0,0 +1,27 @@
+# $FreeBSD$
+
+PORTNAME=	pkg-info.el
+PORTVERSION=	0.5
+CATEGORIES=	devel elisp
+DISTNAME=	pkg-info-${PORTVERSION}
+
+MAINTAINER=	rpaulo at FreeBSD.org
+COMMENT=	Provide information about Emacs packages
+
+LICENSE=	GPLv3
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	lunaryorn
+GH_TAGNAME=	${PORTVERSION}
+GH_COMMIT=	fc749d9
+
+USE_EMACS=	yes
+
+NO_BUILD=	yes
+
+
+do-install:
+	${INSTALL_DATA} ${WRKSRC}/pkg-info.el \
+		${STAGEDIR}${PREFIX}/${EMACS_SITE_LISPDIR}
+
+.include <bsd.port.mk>

Added: head/devel/pkg-info.el/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pkg-info.el/distinfo	Sun May 18 19:34:00 2014	(r354458)
@@ -0,0 +1,2 @@
+SHA256 (pkg-info-0.5.tar.gz) = 986c194790a52881b33d4d8e6e20ddb657438a95cd047d6059447fdfb91fa82f
+SIZE (pkg-info-0.5.tar.gz) = 62837

Added: head/devel/pkg-info.el/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pkg-info.el/pkg-descr	Sun May 18 19:34:00 2014	(r354458)
@@ -0,0 +1,3 @@
+Provide information about Emacs packages.
+
+WWW: https://github.com/lunaryorn/pkg-info.el

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


More information about the svn-ports-all mailing list