ports/114669: [MAINTAINER, REPOCOPY] mail/c-sig -> mail/c-sig-emacs21
KIMURA Yasuhiro
yasu at utahime.org
Sun Aug 5 01:19:08 UTC 2007
Please apply following patch.
Regards.
Index: mail/Makefile
===================================================================
RCS file: /usr1/freebsd/cvsroot/ports/mail/Makefile,v
retrieving revision 1.858
diff -u -r1.858 Makefile
--- mail/Makefile 29 Jul 2007 10:02:09 -0000 1.858
+++ mail/Makefile 4 Aug 2007 23:38:41 -0000
@@ -36,6 +36,7 @@
SUBDIR += bsmtp
SUBDIR += bulk_mailer
SUBDIR += c-sig
+ SUBDIR += c-sig-emacs21
SUBDIR += cclient
SUBDIR += chk4mail
SUBDIR += clamfilter
Index: mail/c-sig/Makefile
===================================================================
RCS file: /usr1/freebsd/cvsroot/ports/mail/c-sig/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- mail/c-sig/Makefile 19 May 2007 20:14:02 -0000 1.3
+++ mail/c-sig/Makefile 4 Aug 2007 23:37:07 -0000
@@ -17,7 +17,6 @@
COMMENT= Signature insertion tool for Emacs
USE_EMACS= yes
-EMACS_PORT_NAME?= emacs21
EMACS_NO_BUILD_DEPENDS= yes
Index: mail/c-sig-emacs21/Makefile
===================================================================
RCS file: /usr1/freebsd/cvsroot/ports/mail/c-sig-emacs21/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- mail/c-sig-emacs21/Makefile 19 May 2007 20:14:02 -0000 1.3
+++ mail/c-sig-emacs21/Makefile 4 Aug 2007 23:38:25 -0000
@@ -5,34 +5,9 @@
# $FreeBSD: ports/mail/c-sig-emacs21/Makefile,v 1.3 2007/05/19 20:14:02 flz Exp $
#
-PORTNAME= c-sig
-PORTVERSION= 3.8
-PORTREVISION= 1
-CATEGORIES= mail elisp
-MASTER_SITES= http://www.threeweb.ad.jp/~kshibata/c-sig/programs/
-PKGNAMESUFFIX= -${EMACS_PORT_NAME}
-DISTNAME= ${PORTNAME}.${PORTVERSION}
-
-MAINTAINER= yasu at utahime.org
-COMMENT= Signature insertion tool for Emacs
+MASTERDIR= ${.CURDIR}/../c-sig
USE_EMACS= yes
-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
+EMACS_PORT_NAME= emacs21
-.include <bsd.port.mk>
+.include "${MASTERDIR}/Makefile"
Index: mail/c-sig-emacs21/distinfo
===================================================================
RCS file: mail/c-sig-emacs21/distinfo
diff -N mail/c-sig-emacs21/distinfo
--- mail/c-sig-emacs21/distinfo 22 Jan 2006 12:50:14 -0000 1.2
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,3 +0,0 @@
-MD5 (c-sig.3.8.tar.gz) = d3db4543cf5c9827dbc5bebcedb1f693
-SHA256 (c-sig.3.8.tar.gz) = cb035108a6b1006a2c3bcf7e6b9d759c826d54966b345728e24fb73dd88db3fa
-SIZE (c-sig.3.8.tar.gz) = 21827
Index: mail/c-sig-emacs21/pkg-descr
===================================================================
RCS file: mail/c-sig-emacs21/pkg-descr
diff -N mail/c-sig-emacs21/pkg-descr
--- mail/c-sig-emacs21/pkg-descr 25 Oct 2004 10:31:00 -0000 1.1
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,10 +0,0 @@
-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/
Index: mail/c-sig-emacs21/pkg-plist
===================================================================
RCS file: mail/c-sig-emacs21/pkg-plist
diff -N mail/c-sig-emacs21/pkg-plist
--- mail/c-sig-emacs21/pkg-plist 25 Oct 2004 10:31:00 -0000 1.1
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,6 +0,0 @@
-%%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%%
More information about the freebsd-ports-bugs
mailing list