From 94936438490e6fd2b760a016ba3a73553bb2c0f2 Mon Sep 17 00:00:00 2001 From: Ben Smithurst Date: Wed, 23 Aug 2000 17:58:44 +0000 Subject: [PATCH] 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.) --- mail/Makefile | 1 + mail/cvsmail/Makefile | 23 +++++++++++++++++++++++ mail/cvsmail/distinfo | 1 + mail/cvsmail/pkg-comment | 1 + mail/cvsmail/pkg-descr | 2 ++ mail/cvsmail/pkg-plist | 1 + 6 files changed, 29 insertions(+) create mode 100644 mail/cvsmail/Makefile create mode 100644 mail/cvsmail/distinfo create mode 100644 mail/cvsmail/pkg-comment create mode 100644 mail/cvsmail/pkg-descr create mode 100644 mail/cvsmail/pkg-plist diff --git a/mail/Makefile b/mail/Makefile index 24ad652372c5..db3fffd56d71 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 000000000000..20f2a8114447 --- /dev/null +++ b/mail/cvsmail/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: cvsmail +# Date created: 23rd August, 2000 +# Whom: Ben Smithurst +# +# $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 diff --git a/mail/cvsmail/distinfo b/mail/cvsmail/distinfo new file mode 100644 index 000000000000..b496aff3acd1 --- /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 000000000000..3c067cca3815 --- /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 000000000000..0fa7198086fb --- /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 000000000000..995635d223ec --- /dev/null +++ b/mail/cvsmail/pkg-plist @@ -0,0 +1 @@ +bin/cvsmail