From d2ad05bcad5114695d11d3b5c811c519e41a614c Mon Sep 17 00:00:00 2001 From: Rong-En Fan Date: Mon, 13 Aug 2007 07:12:22 +0000 Subject: 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 --- misc/Makefile | 1 + misc/color-theme.el/Makefile | 42 ++++++++++++++++++++++++++++++++++++++++++ misc/color-theme.el/distinfo | 3 +++ misc/color-theme.el/pkg-descr | 4 ++++ misc/color-theme.el/pkg-plist | 8 ++++++++ 5 files changed, 58 insertions(+) create mode 100644 misc/color-theme.el/Makefile create mode 100644 misc/color-theme.el/distinfo create mode 100644 misc/color-theme.el/pkg-descr create mode 100644 misc/color-theme.el/pkg-plist (limited to 'misc') diff --git a/misc/Makefile b/misc/Makefile index d56f3d2c6653..7dbc4c42a5f8 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -41,6 +41,7 @@ SUBDIR += cloc SUBDIR += clpbar SUBDIR += cmatrix + SUBDIR += color-theme.el SUBDIR += colortail SUBDIR += compat3x SUBDIR += compat4x diff --git a/misc/color-theme.el/Makefile b/misc/color-theme.el/Makefile new file mode 100644 index 000000000000..784568d65bb1 --- /dev/null +++ b/misc/color-theme.el/Makefile @@ -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 +# +# $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 diff --git a/misc/color-theme.el/distinfo b/misc/color-theme.el/distinfo new file mode 100644 index 000000000000..48cea9defbb1 --- /dev/null +++ b/misc/color-theme.el/distinfo @@ -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 diff --git a/misc/color-theme.el/pkg-descr b/misc/color-theme.el/pkg-descr new file mode 100644 index 000000000000..e770f910e170 --- /dev/null +++ b/misc/color-theme.el/pkg-descr @@ -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 diff --git a/misc/color-theme.el/pkg-plist b/misc/color-theme.el/pkg-plist new file mode 100644 index 000000000000..8bd8389f6922 --- /dev/null +++ b/misc/color-theme.el/pkg-plist @@ -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 -- cgit v1.2.3