summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorsergei <sergei@FreeBSD.org>2003-11-15 22:06:08 +0000
committersergei <sergei@FreeBSD.org>2003-11-15 22:06:08 +0000
commit577bb6578af8521bc2d49bfbf142a9312882ac40 (patch)
treeb9829b21f39ce59c2c83b03aa57826331b13b1b3 /devel
parent87b719eda4f2bc12fc95d9f3f1a43478c38b8d24 (diff)
downloadFreeBSD-ports-577bb6578af8521bc2d49bfbf142a9312882ac40.zip
FreeBSD-ports-577bb6578af8521bc2d49bfbf142a9312882ac40.tar.gz
Add activitymail 1.16, a program for sending email messages
for CVS repository commits. PR: 59197 Submitted by: Joseph Scott <joseph@randomnetworks.com>
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/activitymail/Makefile23
-rw-r--r--devel/activitymail/distinfo1
-rw-r--r--devel/activitymail/pkg-descr11
-rw-r--r--devel/activitymail/pkg-plist2
5 files changed, 38 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index f301dcb..cb5c5c1 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -10,6 +10,7 @@
SUBDIR += aap
SUBDIR += ac-archive
SUBDIR += acpicatools
+ SUBDIR += activitymail
SUBDIR += adabindx
SUBDIR += adabooch
SUBDIR += adabooch-doc-html
diff --git a/devel/activitymail/Makefile b/devel/activitymail/Makefile
new file mode 100644
index 0000000..a14e7e6
--- /dev/null
+++ b/devel/activitymail/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: activitymail
+# Date created: 11 Nov 2003
+# Whom: Joseph Scott <joseph@randomnetworks.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= activitymail
+PORTVERSION= 1.16
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= ../../authors/id/D/DW/DWHEELER/activitymail
+
+MAINTAINER= joseph@randomnetworks.com
+COMMENT= A program for sending email messages for CVS repository commits
+
+PERL_CONFIGURE= yes
+
+MAN1= activitymail.1
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/p5-Module-Build/inc.build.mk"
+.include <bsd.port.post.mk>
diff --git a/devel/activitymail/distinfo b/devel/activitymail/distinfo
new file mode 100644
index 0000000..be79d1e
--- /dev/null
+++ b/devel/activitymail/distinfo
@@ -0,0 +1 @@
+MD5 (activitymail-1.16.tar.gz) = 29a1919c9a6410654dffc35fe6fd48f2
diff --git a/devel/activitymail/pkg-descr b/devel/activitymail/pkg-descr
new file mode 100644
index 0000000..8232f2d
--- /dev/null
+++ b/devel/activitymail/pkg-descr
@@ -0,0 +1,11 @@
+This program may be used for sending email messages for CVS repository
+activity. There are a number of different modes supported. It can send
+messages for every change to the repository (like syncmail), or it can be used
+to send a single message for each commit. In the latter case, a list of all
+the files affected by the commit will be assembled and listed in the single
+message. This is similar to how commit_prep and log_accum work, but is more
+efficient.
+
+An additional option allows for diffs to be calculated for the recent changes,
+and either appended to the message (like syncmail) or added as an attachment
+(neater). See the -d and -a options in the documentation.
diff --git a/devel/activitymail/pkg-plist b/devel/activitymail/pkg-plist
new file mode 100644
index 0000000..4c431ba
--- /dev/null
+++ b/devel/activitymail/pkg-plist
@@ -0,0 +1,2 @@
+@comment $FreeBSD$
+bin/activitymail
OpenPOWER on IntegriCloud