1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Add c-sig 3.8, signature insertion tool for Emacs.

PR:		ports/67853
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
This commit is contained in:
Norikatsu Shigemura 2004-10-25 10:31:00 +00:00
parent b36f1d14dd
commit e44996c252
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=120123
9 changed files with 109 additions and 0 deletions

View File

@ -31,6 +31,7 @@
SUBDIR += bsfilter
SUBDIR += bsmtp
SUBDIR += bulk_mailer
SUBDIR += c-sig
SUBDIR += cclient
SUBDIR += chk4mail
SUBDIR += cmail

View File

@ -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>

View File

@ -0,0 +1,2 @@
MD5 (c-sig.3.8.tar.gz) = d3db4543cf5c9827dbc5bebcedb1f693
SIZE (c-sig.3.8.tar.gz) = 21827

View File

@ -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/

View File

@ -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%%

36
mail/c-sig/Makefile Normal file
View File

@ -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>

2
mail/c-sig/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (c-sig.3.8.tar.gz) = d3db4543cf5c9827dbc5bebcedb1f693
SIZE (c-sig.3.8.tar.gz) = 21827

10
mail/c-sig/pkg-descr Normal file
View File

@ -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/

6
mail/c-sig/pkg-plist Normal file
View File

@ -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%%