aboutsummaryrefslogtreecommitdiff
path: root/mail/sigrot
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-03-15 20:26:07 +0000
committerSteve Price <steve@FreeBSD.org>1998-03-15 20:26:07 +0000
commita126d935057e17d16d62599bcc34f507734aaa0b (patch)
tree583bdba1c2d57069387616ec6dfa4d98490a1347 /mail/sigrot
parent7aa065a888bee75aae98f68b20f40729fd03e827 (diff)
downloadports-a126d935057e17d16d62599bcc34f507734aaa0b.tar.gz
ports-a126d935057e17d16d62599bcc34f507734aaa0b.zip
Utility to rotate your mail/news signature.
PR: 5917 Submitted by: Marijn Meijles <marijn@stack.nl>
Notes
Notes: svn path=/head/; revision=10156
Diffstat (limited to 'mail/sigrot')
-rw-r--r--mail/sigrot/Makefile19
-rw-r--r--mail/sigrot/distinfo1
-rw-r--r--mail/sigrot/files/patch-aa19
-rw-r--r--mail/sigrot/pkg-comment1
-rw-r--r--mail/sigrot/pkg-descr7
-rw-r--r--mail/sigrot/pkg-plist2
6 files changed, 49 insertions, 0 deletions
diff --git a/mail/sigrot/Makefile b/mail/sigrot/Makefile
new file mode 100644
index 000000000000..d3723bfd70ec
--- /dev/null
+++ b/mail/sigrot/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: sigrot
+# Version required: 1.0
+# Date created: 4 Mar 1998
+# Whom: Marijn Meijles <marijn@stack.nl>
+#
+# $Id$
+#
+
+DISTNAME= sigrot_v1.0
+PKGNAME= sigrot-1.0
+CATEGORIES= mail
+MASTER_SITES= ${MASTER_SITE_SUNSITE}
+MASTER_SITE_SUBDIR= system/mail/misc
+
+MAINTAINER= marijn@stack.nl
+
+MAN1= sigrot.1
+
+.include <bsd.port.mk>
diff --git a/mail/sigrot/distinfo b/mail/sigrot/distinfo
new file mode 100644
index 000000000000..aa5b6a87cfcf
--- /dev/null
+++ b/mail/sigrot/distinfo
@@ -0,0 +1 @@
+MD5 (sigrot_v1.0.tar.gz) = 389f683286a397664726e0ae915a2760
diff --git a/mail/sigrot/files/patch-aa b/mail/sigrot/files/patch-aa
new file mode 100644
index 000000000000..7c494bb6244e
--- /dev/null
+++ b/mail/sigrot/files/patch-aa
@@ -0,0 +1,19 @@
+--- Makefile.orig Wed Mar 4 13:40:36 1998
++++ Makefile Wed Mar 4 15:55:25 1998
+@@ -1,6 +1,6 @@
+-DEST = /usr/local/bin
++DEST = ${PREFIX}/bin
+
+-MANDEST = /usr/man/man1
++MANDEST = ${PREFIX}/man/man1
+
+ MANFILE = sigrot.1
+
+@@ -18,7 +18,6 @@
+
+ $(PROGRAM): $(LIBS)
+ @$(LD) $(SRCS) -o $(PROGRAM)
+- @echo "done"
+
+ clean:; @rm -f core
+
diff --git a/mail/sigrot/pkg-comment b/mail/sigrot/pkg-comment
new file mode 100644
index 000000000000..02b1da5ced3a
--- /dev/null
+++ b/mail/sigrot/pkg-comment
@@ -0,0 +1 @@
+util to rotate your mail/news signature
diff --git a/mail/sigrot/pkg-descr b/mail/sigrot/pkg-descr
new file mode 100644
index 000000000000..4a5c277a2aac
--- /dev/null
+++ b/mail/sigrot/pkg-descr
@@ -0,0 +1,7 @@
+Sigrot is a small program for signature rotation. It keeps a file with your
+favorite signatures and puts a random one in your signature each time you
+run it. You can also specify a standard part of your signature which will
+not change, ie. your name or PGP key.
+
+- Marijn
+marijn@stack.nl
diff --git a/mail/sigrot/pkg-plist b/mail/sigrot/pkg-plist
new file mode 100644
index 000000000000..7e53e4af6d40
--- /dev/null
+++ b/mail/sigrot/pkg-plist
@@ -0,0 +1,2 @@
+bin/sigrot
+man/man1/sigrot.1.gz