diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-10-25 10:31:00 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-10-25 10:31:00 +0000 |
commit | e44996c2525334c657109a267f74653a6e561b7f (patch) | |
tree | 14d40c0e44d6d594061e0cc03b4390dd84ee8075 /mail/c-sig | |
parent | b36f1d14dde143c8bd5246da26fad3a125a00520 (diff) | |
download | ports-e44996c2525334c657109a267f74653a6e561b7f.tar.gz ports-e44996c2525334c657109a267f74653a6e561b7f.zip |
Notes
Diffstat (limited to 'mail/c-sig')
-rw-r--r-- | mail/c-sig/Makefile | 36 | ||||
-rw-r--r-- | mail/c-sig/distinfo | 2 | ||||
-rw-r--r-- | mail/c-sig/pkg-descr | 10 | ||||
-rw-r--r-- | mail/c-sig/pkg-plist | 6 |
4 files changed, 54 insertions, 0 deletions
diff --git a/mail/c-sig/Makefile b/mail/c-sig/Makefile new file mode 100644 index 000000000000..13f8fb116678 --- /dev/null +++ b/mail/c-sig/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: c-sig +# Date created: 30 May 2004 +# Whom: KIMURA Yasuhiro <yasu@utahime.org> +# +# $FreeBSD$ +# + +PORTNAME= c-sig +PORTVERSION= 3.8 +CATEGORIES= mail elisp +MASTER_SITES= http://www.threeweb.ad.jp/~kshibata/c-sig/programs/ +PKGNAMESUFFIX= -${EMACS_PORT_NAME} +DISTNAME= ${PORTNAME}.${PORTVERSION} + +MAINTAINER= yasu@utahime.org +COMMENT= Signature insertion tool for Emacs + +EMACS_PORT_NAME?= emacs21 + +EMACS_NO_BUILD_DEPENDS= yes + +NO_WRKSUBDIR= yes +NO_BUILD= yes +LISPDIR= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR} + +do-install: + ${MKDIR} ${LISPDIR} + ${INSTALL_DATA} ${WRKSRC}/c-sig.el ${LISPDIR} +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} +.for file in c-sig-eng.faq c-sig-eng.man c-sig-jp.faq c-sig-jp.man + ${INSTALL_MAN} ${WRKSRC}/${file} ${DOCSDIR} +.endfor +.endif + +.include <bsd.port.mk> diff --git a/mail/c-sig/distinfo b/mail/c-sig/distinfo new file mode 100644 index 000000000000..db8869f8b23d --- /dev/null +++ b/mail/c-sig/distinfo @@ -0,0 +1,2 @@ +MD5 (c-sig.3.8.tar.gz) = d3db4543cf5c9827dbc5bebcedb1f693 +SIZE (c-sig.3.8.tar.gz) = 21827 diff --git a/mail/c-sig/pkg-descr b/mail/c-sig/pkg-descr new file mode 100644 index 000000000000..07354c258886 --- /dev/null +++ b/mail/c-sig/pkg-descr @@ -0,0 +1,10 @@ +C-sig is signature insertion tool for Emacs. It provides the following +features: + +- Easy to create signatures. +- Three insertion functions. +- Powerful retrieval and learning function. +- c-sig can convert text automatically when insertion. +- signatures can be modified by emacs lisp. + +WWW: http://www.osk.3web.ne.jp/~kshibata/c-sig/english/ diff --git a/mail/c-sig/pkg-plist b/mail/c-sig/pkg-plist new file mode 100644 index 000000000000..0b3527f77714 --- /dev/null +++ b/mail/c-sig/pkg-plist @@ -0,0 +1,6 @@ +%%EMACS_VERSION_SITE_LISPDIR%%/c-sig.el +%%PORTDOCS%%%%DOCSDIR%%/c-sig-eng.faq +%%PORTDOCS%%%%DOCSDIR%%/c-sig-eng.man +%%PORTDOCS%%%%DOCSDIR%%/c-sig-jp.faq +%%PORTDOCS%%%%DOCSDIR%%/c-sig-jp.man +%%PORTDOCS%%@dirrm %%DOCSDIR%% |