aboutsummaryrefslogtreecommitdiff
path: root/devel/activitymail
diff options
context:
space:
mode:
authorSergei Kolobov <sergei@FreeBSD.org>2003-11-15 22:06:08 +0000
committerSergei Kolobov <sergei@FreeBSD.org>2003-11-15 22:06:08 +0000
commit4a77271b57a486079ebe170710a01951c4386aad (patch)
tree850cc47d7182f1ccd12916efcf5d4f17a4ed9431 /devel/activitymail
parent6a5d39ccfb24c29c0166dd4e378e95fcf1001c93 (diff)
downloadports-4a77271b57a486079ebe170710a01951c4386aad.tar.gz
ports-4a77271b57a486079ebe170710a01951c4386aad.zip
Notes
Diffstat (limited to 'devel/activitymail')
-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
4 files changed, 37 insertions, 0 deletions
diff --git a/devel/activitymail/Makefile b/devel/activitymail/Makefile
new file mode 100644
index 000000000000..a14e7e652032
--- /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 000000000000..be79d1e95bf1
--- /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 000000000000..8232f2d31200
--- /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 000000000000..4c431ba001a0
--- /dev/null
+++ b/devel/activitymail/pkg-plist
@@ -0,0 +1,2 @@
+@comment $FreeBSD$
+bin/activitymail