mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
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.)
This commit is contained in:
parent
4fb7aa4053
commit
9493643849
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31905
@ -14,6 +14,7 @@
|
||||
SUBDIR += coolmail
|
||||
SUBDIR += courier-imap
|
||||
SUBDIR += cucipop
|
||||
SUBDIR += cvsmail
|
||||
SUBDIR += cyrus
|
||||
SUBDIR += distribute
|
||||
SUBDIR += elm
|
||||
|
23
mail/cvsmail/Makefile
Normal file
23
mail/cvsmail/Makefile
Normal file
@ -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>
|
1
mail/cvsmail/distinfo
Normal file
1
mail/cvsmail/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (mailutils-1.4.tar.gz) = 4fc235198ddc6e9360e08f9691b389d8
|
1
mail/cvsmail/pkg-comment
Normal file
1
mail/cvsmail/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A small program to add cvsweb links to FreeBSD commit messages
|
2
mail/cvsmail/pkg-descr
Normal file
2
mail/cvsmail/pkg-descr
Normal file
@ -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.
|
1
mail/cvsmail/pkg-plist
Normal file
1
mail/cvsmail/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/cvsmail
|
Loading…
Reference in New Issue
Block a user