ports/115005: New port: misc/color-theme.el (color themes for emacs)

Denis Shaposhnikov dsh at vlink.ru
Sun Jul 29 07:20:02 UTC 2007


>Number:         115005
>Category:       ports
>Synopsis:       New port: misc/color-theme.el (color themes for emacs)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 29 07:20:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Denis Shaposhnikov
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD localhost.my.domain 7.0-CURRENT FreeBSD 7.0-CURRENT #4: Sun Mar 18 15:18:43 MSK 2007 dsh at localhost.my.domain:/var/FreeBSD/obj/var/FreeBSD/src/sys/MYNERIC i386


	
>Description:

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

>How-To-Repeat:
	
>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	color-theme.el
#	color-theme.el/distinfo
#	color-theme.el/pkg-descr
#	color-theme.el/pkg-plist
#	color-theme.el/Makefile
#
echo c - color-theme.el
mkdir -p color-theme.el > /dev/null 2>&1
echo x - color-theme.el/distinfo
sed 's/^X//' >color-theme.el/distinfo << 'END-of-color-theme.el/distinfo'
XMD5 (color-theme-6.6.0.tar.gz) = a4de73c236a6af11ab378bfe18dabcca
XSHA256 (color-theme-6.6.0.tar.gz) = 56d35f02dc4c8dd386a7242007432adc458466c8a48d0d680eda1826197ca17b
XSIZE (color-theme-6.6.0.tar.gz) = 124858
END-of-color-theme.el/distinfo
echo x - color-theme.el/pkg-descr
sed 's/^X//' >color-theme.el/pkg-descr << 'END-of-color-theme.el/pkg-descr'
XColor theme is an Emacs-Lisp package with more than 50 color themes
Xfor your use.
X
XWWW: http://www.emacswiki.org/cgi-bin/wiki?ColorTheme
END-of-color-theme.el/pkg-descr
echo x - color-theme.el/pkg-plist
sed 's/^X//' >color-theme.el/pkg-plist << 'END-of-color-theme.el/pkg-plist'
X%%EMACS_SITE_LISPDIR%%/color-theme/color-theme.el
X%%EMACS_SITE_LISPDIR%%/color-theme/color-theme.elc
X%%EMACS_SITE_LISPDIR%%/color-theme/themes/color-theme-example.el
X%%EMACS_SITE_LISPDIR%%/color-theme/themes/color-theme-example.elc
X%%EMACS_SITE_LISPDIR%%/color-theme/themes/color-theme-library.el
X%%EMACS_SITE_LISPDIR%%/color-theme/themes/color-theme-library.elc
X at dirrm %%EMACS_SITE_LISPDIR%%/color-theme/themes
X at dirrm %%EMACS_SITE_LISPDIR%%/color-theme
END-of-color-theme.el/pkg-plist
echo x - color-theme.el/Makefile
sed 's/^X//' >color-theme.el/Makefile << 'END-of-color-theme.el/Makefile'
X# New ports collection makefile for:	color-theme.el
X# Date created:				Fri Jul 27 13:26:37 MSD 2007
X# Whom:					Denis Shaposhnikov <dsh at vlink.ru>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	color-theme.el
XPORTVERSION=	6.6.0
XCATEGORIES=	misc elisp
XMASTER_SITES=	http://download.gna.org/color-theme/
XPKGNAMESUFFIX=	-${EMACS_NAME}
XDISTNAME=	color-theme-${PORTVERSION}
X
XMAINTAINER=	dsh at vlink.ru
XCOMMENT=	An Emacs-Lisp package with more than 50 color themes
X
XUSE_EMACS=	yes
XPORTDOCS=	AUTHORS BUGS COPYING ChangeLog README
X
XELISPDIR=	${TARGETDIR}/${EMACS_SITE_LISPDIR}/color-theme
XELISPFILES=	color-theme.el color-theme.elc themes
X
Xdo-build:
X	(cd ${WRKSRC}; \
X		${EMACS_CMD} -batch -q -f batch-byte-compile color-theme.el)
X
Xdo-install:
X	${MKDIR} ${ELISPDIR}
X	(cd ${WRKSRC} && \
X		${COPYTREE_SHARE} "${ELISPFILES}" ${ELISPDIR})
X	(cd ${ELISPDIR}/themes; \
X		${EMACS_CMD} -batch -q -f batch-byte-compile *.el)
X
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}
X.  for i in ${PORTDOCS}
X	${INSTALL_DATA} ${WRKSRC}/$i ${DOCSDIR}
X.  endfor
X.endif
X
X.include <bsd.port.mk>
END-of-color-theme.el/Makefile
exit

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list