diff options
author | ben <ben@FreeBSD.org> | 2000-08-23 17:58:44 +0000 |
---|---|---|
committer | ben <ben@FreeBSD.org> | 2000-08-23 17:58:44 +0000 |
commit | c43a5b807036dcb1494f365278318f52a83b36d7 (patch) | |
tree | dbf0c7796325428b3c31a5a1bb77476967043339 /mail | |
parent | 84ce189174e073764373f7f7b8214247ac84219a (diff) | |
download | FreeBSD-ports-c43a5b807036dcb1494f365278318f52a83b36d7.zip FreeBSD-ports-c43a5b807036dcb1494f365278318f52a83b36d7.tar.gz |
Add cvsmail - a program to add cvsweb.cgi links to the FreeBSD commit
messages via a procmail rule. (The links point to the actual diff for the
commit, not just to the file within the repo.)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/cvsmail/Makefile | 23 | ||||
-rw-r--r-- | mail/cvsmail/distinfo | 1 | ||||
-rw-r--r-- | mail/cvsmail/pkg-comment | 1 | ||||
-rw-r--r-- | mail/cvsmail/pkg-descr | 2 | ||||
-rw-r--r-- | mail/cvsmail/pkg-plist | 1 |
6 files changed, 29 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index 24ad652..db3fffd 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -14,6 +14,7 @@ SUBDIR += coolmail SUBDIR += courier-imap SUBDIR += cucipop + SUBDIR += cvsmail SUBDIR += cyrus SUBDIR += distribute SUBDIR += elm diff --git a/mail/cvsmail/Makefile b/mail/cvsmail/Makefile new file mode 100644 index 0000000..20f2a81 --- /dev/null +++ b/mail/cvsmail/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: cvsmail +# Date created: 23rd August, 2000 +# Whom: Ben Smithurst <ben@FreeBSD.org> +# +# $FreeBSD$ + +PORTNAME= cvsmail +PORTVERSION= 1.4 +CATEGORIES= mail +MASTER_SITES= http://www.scientia.demon.co.uk/users/ben/software/mail/dists/ +DISTNAME= mailutils-${PORTVERSION} + +MAINTAINER= ben@FreeBSD.org + +ALL_TARGET= cvsmail + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/cvsmail ${PREFIX}/bin + +post-install: + @${CAT} ${PKGMESSAGE} + +.include <bsd.port.mk> diff --git a/mail/cvsmail/distinfo b/mail/cvsmail/distinfo new file mode 100644 index 0000000..b496aff --- /dev/null +++ b/mail/cvsmail/distinfo @@ -0,0 +1 @@ +MD5 (mailutils-1.4.tar.gz) = 4fc235198ddc6e9360e08f9691b389d8 diff --git a/mail/cvsmail/pkg-comment b/mail/cvsmail/pkg-comment new file mode 100644 index 0000000..3c067cc --- /dev/null +++ b/mail/cvsmail/pkg-comment @@ -0,0 +1 @@ +A small program to add cvsweb links to FreeBSD commit messages diff --git a/mail/cvsmail/pkg-descr b/mail/cvsmail/pkg-descr new file mode 100644 index 0000000..0fa7198 --- /dev/null +++ b/mail/cvsmail/pkg-descr @@ -0,0 +1,2 @@ +cvsmail can be used to add links to the FreeBSD cvsweb interface to your +FreeBSD commit mail, for easy viewing of diffs. diff --git a/mail/cvsmail/pkg-plist b/mail/cvsmail/pkg-plist new file mode 100644 index 0000000..995635d --- /dev/null +++ b/mail/cvsmail/pkg-plist @@ -0,0 +1 @@ +bin/cvsmail |