diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-08-13 07:12:22 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-08-13 07:12:22 +0000 |
commit | d2ad05bcad5114695d11d3b5c811c519e41a614c (patch) | |
tree | 5f86e57a77a6cb820432f2adbdec598b53b44ccf /misc | |
parent | 8d991a0856297cf31ea567ce4875bcae0d6f33d0 (diff) | |
download | ports-d2ad05bcad5114695d11d3b5c811c519e41a614c.tar.gz ports-d2ad05bcad5114695d11d3b5c811c519e41a614c.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/color-theme.el/Makefile | 42 | ||||
-rw-r--r-- | misc/color-theme.el/distinfo | 3 | ||||
-rw-r--r-- | misc/color-theme.el/pkg-descr | 4 | ||||
-rw-r--r-- | misc/color-theme.el/pkg-plist | 8 |
5 files changed, 58 insertions, 0 deletions
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 <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> 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 |