From owner-svn-ports-head@FreeBSD.ORG Sun May 18 19:34:01 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AFF7387C; Sun, 18 May 2014 19:34:01 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 83749250A; Sun, 18 May 2014 19:34:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4IJY1i3040669; Sun, 18 May 2014 19:34:01 GMT (envelope-from rpaulo@svn.freebsd.org) Received: (from rpaulo@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4IJY0GU040656; Sun, 18 May 2014 19:34:00 GMT (envelope-from rpaulo@svn.freebsd.org) Message-Id: <201405181934.s4IJY0GU040656@svn.freebsd.org> From: Rui Paulo Date: Sun, 18 May 2014 19:34:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354458 - head/devel/pkg-info.el X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 May 2014 19:34:01 -0000 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@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 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