diff options
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/c-sig-emacs21/Makefile | 36 | ||||
-rw-r--r-- | mail/c-sig-emacs21/distinfo | 2 | ||||
-rw-r--r-- | mail/c-sig-emacs21/pkg-descr | 10 | ||||
-rw-r--r-- | mail/c-sig-emacs21/pkg-plist | 6 | ||||
-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 |
9 files changed, 109 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index dbbeb7d8f24d..6d692c8fadff 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -31,6 +31,7 @@ SUBDIR += bsfilter SUBDIR += bsmtp SUBDIR += bulk_mailer + SUBDIR += c-sig SUBDIR += cclient SUBDIR += chk4mail SUBDIR += cmail diff --git a/mail/c-sig-emacs21/Makefile b/mail/c-sig-emacs21/Makefile new file mode 100644 index 000000000000..13f8fb116678 --- /dev/null +++ b/mail/c-sig-emacs21/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-emacs21/distinfo b/mail/c-sig-emacs21/distinfo new file mode 100644 index 000000000000..db8869f8b23d --- /dev/null +++ b/mail/c-sig-emacs21/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-emacs21/pkg-descr b/mail/c-sig-emacs21/pkg-descr new file mode 100644 index 000000000000..07354c258886 --- /dev/null +++ b/mail/c-sig-emacs21/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-emacs21/pkg-plist b/mail/c-sig-emacs21/pkg-plist new file mode 100644 index 000000000000..0b3527f77714 --- /dev/null +++ b/mail/c-sig-emacs21/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%% 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%% |