Color theme is an Emacs-Lisp package with more than 50 color themes
for your use. WWW: http://www.emacswiki.org/cgi-bin/wiki?ColorTheme PR: ports/115005 Submitted by: Denis Shaposhnikov <dsh at vlink.ru>
This commit is contained in:
parent
8d991a0856
commit
d2ad05bcad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=197557
5 changed files with 58 additions and 0 deletions
|
@ -41,6 +41,7 @@
|
|||
SUBDIR += cloc
|
||||
SUBDIR += clpbar
|
||||
SUBDIR += cmatrix
|
||||
SUBDIR += color-theme.el
|
||||
SUBDIR += colortail
|
||||
SUBDIR += compat3x
|
||||
SUBDIR += compat4x
|
||||
|
|
42
misc/color-theme.el/Makefile
Normal file
42
misc/color-theme.el/Makefile
Normal file
|
@ -0,0 +1,42 @@
|
|||
# New ports collection makefile for: color-theme.el
|
||||
# Date created: Fri Jul 27 13:26:37 MSD 2007
|
||||
# Whom: Denis Shaposhnikov <dsh@vlink.ru>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= color-theme.el
|
||||
PORTVERSION= 6.6.0
|
||||
CATEGORIES= misc elisp
|
||||
MASTER_SITES= http://download.gna.org/color-theme/
|
||||
PKGNAMESUFFIX= -${EMACS_NAME}
|
||||
DISTNAME= color-theme-${PORTVERSION}
|
||||
|
||||
MAINTAINER= dsh@vlink.ru
|
||||
COMMENT= An Emacs-Lisp package with more than 50 color themes
|
||||
|
||||
USE_EMACS= yes
|
||||
PORTDOCS= AUTHORS BUGS COPYING ChangeLog README
|
||||
|
||||
ELISPDIR= ${PREFIX}/${EMACS_SITE_LISPDIR}/color-theme
|
||||
ELISPFILES= color-theme.el color-theme.elc themes
|
||||
|
||||
do-build:
|
||||
(cd ${WRKSRC}; \
|
||||
${EMACS_CMD} -batch -q -f batch-byte-compile color-theme.el)
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${ELISPDIR}
|
||||
(cd ${WRKSRC} && \
|
||||
${COPYTREE_SHARE} "${ELISPFILES}" ${ELISPDIR})
|
||||
(cd ${ELISPDIR}/themes; \
|
||||
${EMACS_CMD} -batch -q -f batch-byte-compile *.el)
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
. for i in ${PORTDOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/$i ${DOCSDIR}
|
||||
. endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
3
misc/color-theme.el/distinfo
Normal file
3
misc/color-theme.el/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (color-theme-6.6.0.tar.gz) = a4de73c236a6af11ab378bfe18dabcca
|
||||
SHA256 (color-theme-6.6.0.tar.gz) = 56d35f02dc4c8dd386a7242007432adc458466c8a48d0d680eda1826197ca17b
|
||||
SIZE (color-theme-6.6.0.tar.gz) = 124858
|
4
misc/color-theme.el/pkg-descr
Normal file
4
misc/color-theme.el/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Color theme is an Emacs-Lisp package with more than 50 color themes
|
||||
for your use.
|
||||
|
||||
WWW: http://www.emacswiki.org/cgi-bin/wiki?ColorTheme
|
8
misc/color-theme.el/pkg-plist
Normal file
8
misc/color-theme.el/pkg-plist
Normal file
|
@ -0,0 +1,8 @@
|
|||
%%EMACS_SITE_LISPDIR%%/color-theme/color-theme.el
|
||||
%%EMACS_SITE_LISPDIR%%/color-theme/color-theme.elc
|
||||
%%EMACS_SITE_LISPDIR%%/color-theme/themes/color-theme-example.el
|
||||
%%EMACS_SITE_LISPDIR%%/color-theme/themes/color-theme-example.elc
|
||||
%%EMACS_SITE_LISPDIR%%/color-theme/themes/color-theme-library.el
|
||||
%%EMACS_SITE_LISPDIR%%/color-theme/themes/color-theme-library.elc
|
||||
@dirrm %%EMACS_SITE_LISPDIR%%/color-theme/themes
|
||||
@dirrm %%EMACS_SITE_LISPDIR%%/color-theme
|
Loading…
Reference in a new issue