Date: Fri, 2 Feb 2018 16:01:09 +0000 (UTC) From: Joseph Mingrone <jrm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r460707 - in head/devel: . tablist Message-ID: <201802021601.w12G19DS043911@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jrm Date: Fri Feb 2 16:01:08 2018 New Revision: 460707 URL: https://svnweb.freebsd.org/changeset/ports/460707 Log: New port, devel/tablist: Enhance Emacs's tabulated-list-mode WWW: https://github.com/politza/tablist Added: head/devel/tablist/ head/devel/tablist/Makefile (contents, props changed) head/devel/tablist/distinfo (contents, props changed) head/devel/tablist/pkg-descr (contents, props changed) Modified: head/devel/Makefile (contents, props changed) Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Feb 2 15:27:41 2018 (r460706) +++ head/devel/Makefile Fri Feb 2 16:01:08 2018 (r460707) @@ -5952,6 +5952,7 @@ SUBDIR += sysconftool SUBDIR += sysfsutils SUBDIR += t1lib + SUBDIR += tablist SUBDIR += ta-lib SUBDIR += tailor SUBDIR += talloc Added: head/devel/tablist/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/tablist/Makefile Fri Feb 2 16:01:08 2018 (r460707) @@ -0,0 +1,34 @@ +# $FreeBSD$ + +PORTNAME= tablist +DISTVERSIONPREFIX= v +DISTVERSION= 0.70-4 +DISTVERSIONSUFFIX= -gc834a84 +CATEGORIES= devel +PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} + +MAINTAINER= jrm@FreeBSD.org +COMMENT= Emacs package for extended tabulated-list-mode + +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= emacs +USE_GITHUB= yes +GH_ACCOUNT= politza + +NO_ARCH= yes +PLIST_FILES= ${EMACS_SITE_LISPDIR}/tablist.el \ + ${EMACS_SITE_LISPDIR}/tablist.elc \ + ${EMACS_SITE_LISPDIR}/tablist-filter.el \ + ${EMACS_SITE_LISPDIR}/tablist-filter.elc + +do-build: + ${EMACS_CMD} -Q --batch -L ${WRKSRC} -f batch-byte-compile ${WRKSRC}/*.el + +do-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/${EMACS_SITE_LISPDIR} + ${INSTALL_DATA} ${WRKSRC}/*.el ${WRKSRC}/*.elc \ + ${STAGEDIR}${PREFIX}/${EMACS_SITE_LISPDIR} + +.include <bsd.port.mk> Added: head/devel/tablist/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/tablist/distinfo Fri Feb 2 16:01:08 2018 (r460707) @@ -0,0 +1,3 @@ +TIMESTAMP = 1515633681 +SHA256 (politza-tablist-v0.70-4-gc834a84_GH0.tar.gz) = 0deccd22131ba250dee0dd4084627fc69230365caabba9f8335c998c896dfbae +SIZE (politza-tablist-v0.70-4-gc834a84_GH0.tar.gz) = 31771 Added: head/devel/tablist/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/tablist/pkg-descr Fri Feb 2 16:01:08 2018 (r460707) @@ -0,0 +1,6 @@ +Tablist adds marks and filters to Emacs's tabulated-list-mode and also puts a +dired face on tabulated list buffers. It can be used by deriving from +tablist-mode, or with more limited features by enabling tablist-minor-mode +inside a tabulated-list-mode buffer. + +WWW: https://github.com/politza/tablist
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802021601.w12G19DS043911>