summaryrefslogtreecommitdiff
path: root/graphics/xface.el
diff options
context:
space:
mode:
authorYoichi NAKAYAMA <yoichi@FreeBSD.org>2002-02-17 10:58:19 +0000
committerYoichi NAKAYAMA <yoichi@FreeBSD.org>2002-02-17 10:58:19 +0000
commit6f54264e916814da78d13452886c171e16733909 (patch)
treef4bd0534b77a6ac55379d8180fc8ce9083f7010b /graphics/xface.el
parentAdd temporary mirror until www.freedesktop.org is online again. (diff)
Add x-face.el, X-Face utilities for Emacsen.
Notes
Notes: svn path=/head/; revision=54815
Diffstat (limited to 'graphics/xface.el')
-rw-r--r--graphics/xface.el/Makefile66
-rw-r--r--graphics/xface.el/distinfo2
-rw-r--r--graphics/xface.el/pkg-comment1
-rw-r--r--graphics/xface.el/pkg-descr1
-rw-r--r--graphics/xface.el/pkg-plist12
5 files changed, 82 insertions, 0 deletions
diff --git a/graphics/xface.el/Makefile b/graphics/xface.el/Makefile
new file mode 100644
index 000000000000..560a380357df
--- /dev/null
+++ b/graphics/xface.el/Makefile
@@ -0,0 +1,66 @@
+# New ports collection makefile for: x-face.el
+# Date created: 17 Feb 2002
+# Whom: Yoichi NAKAYAMA <yoichi@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= xface.el
+PORTVERSION= 1.3.6.15
+CATEGORIES= graphics elisp
+MASTER_SITES= ftp://ftp.jpl.org/pub/elisp/ \
+ ftp://ftp.opaopa.org/pub/mirror/elisp/jpl/elisp/
+DISTNAME= ${PORTNAME:S/.el//}-${PORTVERSION}
+DISTFILES= ${DISTNAME}.tar.gz \
+ ${PORTNAME:S/.el/-e21.el.gz/}
+EXTRACT_ONLY= ${DISTNAME}.tar.gz
+
+MAINTAINER= yoichi@FreeBSD.org
+
+RUN_DEPENDS= compface:${PORTSDIR}/graphics/compface
+
+EMACS_PORT_NAME?= emacs21
+
+LISP_FILES= x-face
+.if (${EMACS_PORT_NAME} == emacs21)
+LISPDIR= ${EMACS_VERSION_SITE_LISPDIR}/x-face
+LISP_FILES+= x-face-e21
+PLIST_SUB+= E21_ONLY="" \
+ XEMACS_ONLY="@comment "
+.elif (${EMACS_PORT_NAME} == xemacs21 || ${EMACS_PORT_NAME} == xemacs21-mule)
+LISPDIR= ${EMACS_SITE_LISPDIR}/x-face
+LISP_FILES+= x-face-xmas
+PLIST_SUB+= E21_ONLY="@comment " \
+ XEMACS_ONLY=""
+.else
+LISPDIR= ${EMACS_VERSION_SITE_LISPDIR}/x-face
+PLIST_SUB+= E21_ONLY="@comment " \
+ XEMACS_ONLY="@comment "
+.endif
+PLIST_SUB+= LISPDIR=${LISPDIR} \
+ DOCSDIR=share/doc/${PORTNAME}
+
+post-extract:
+.if (${EMACS_PORT_NAME} == emacs21)
+ ${CP} ${DISTDIR}/x-face-e21.el.gz ${WRKSRC}
+ ${GUNZIP_CMD} ${WRKSRC}/x-face-e21.el.gz
+.endif
+post-build:
+.if (${EMACS_PORT_NAME} == emacs21)
+ (cd ${WRKSRC}; \
+ ${EMACS_CMD} -batch -q -no-site-file \
+ -f batch-byte-compile x-face-e21.el)
+.endif
+do-install:
+ ${MKDIR} ${PREFIX}/${LISPDIR}
+.for i in ${LISP_FILES}
+ ${INSTALL_DATA} ${WRKSRC}/${i}.el ${WRKSRC}/${i}.elc ${PREFIX}/${LISPDIR}
+.endfor
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
+.for i in METHOD.ja README.ja README-Anim.ja TODO.ja
+ ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
+.endfor
+.endif
+
+.include <bsd.port.mk>
diff --git a/graphics/xface.el/distinfo b/graphics/xface.el/distinfo
new file mode 100644
index 000000000000..281f7a79d8b0
--- /dev/null
+++ b/graphics/xface.el/distinfo
@@ -0,0 +1,2 @@
+MD5 (x-face-1.3.6.15.tar.gz) = 6441b19fc1c65e1af7725004b58643e0
+MD5 (x-face-e21.el.gz) = 4224a14d063f196e92d73caaf06910cf
diff --git a/graphics/xface.el/pkg-comment b/graphics/xface.el/pkg-comment
new file mode 100644
index 000000000000..cd174b7debd5
--- /dev/null
+++ b/graphics/xface.el/pkg-comment
@@ -0,0 +1 @@
+X-Face encoder/decoder/viewer for Emacsen
diff --git a/graphics/xface.el/pkg-descr b/graphics/xface.el/pkg-descr
new file mode 100644
index 000000000000..f77050d4707b
--- /dev/null
+++ b/graphics/xface.el/pkg-descr
@@ -0,0 +1 @@
+This package provides X-Face encoder/decoder/viewer for Emacsen.
diff --git a/graphics/xface.el/pkg-plist b/graphics/xface.el/pkg-plist
new file mode 100644
index 000000000000..e2e3868378d8
--- /dev/null
+++ b/graphics/xface.el/pkg-plist
@@ -0,0 +1,12 @@
+%%LISPDIR%%/x-face.el
+%%LISPDIR%%/x-face.elc
+%%XEMACS_ONLY%%%%LISPDIR%%/x-face-xmas.el
+%%XEMACS_ONLY%%%%LISPDIR%%/x-face-xmas.elc
+%%E21_ONLY%%%%LISPDIR%%/x-face-e21.el
+%%E21_ONLY%%%%LISPDIR%%/x-face-e21.elc
+@dirrm %%LISPDIR%%
+%%PORTDOCS%%%%DOCSDIR%%/METHOD.ja
+%%PORTDOCS%%%%DOCSDIR%%/README.ja
+%%PORTDOCS%%%%DOCSDIR%%/README-Anim.ja
+%%PORTDOCS%%%%DOCSDIR%%/TODO.ja
+%%PORTDOCS%%@dirrm %%DOCSDIR%%