summaryrefslogtreecommitdiff
path: root/mail/sigrot
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-05-02 08:03:38 +0000
committerjmmv <jmmv@pkgsrc.org>2003-05-02 08:03:38 +0000
commitd52af088bc8d470267f3b4f6d8596f926093d355 (patch)
treecd3218572b9daabfab0c44790cbe2d1eceb0e2cc /mail/sigrot
parentbd236ca74419f2eca19ff6832261b168144a1f1e (diff)
downloadpkgsrc-d52af088bc8d470267f3b4f6d8596f926093d355.tar.gz
Initial import of sigrot, version 1.2:
Sigrot rotates your .signature file every time it is run. It includes an option for a non-rotating header and/or footer with a rotating middle. Provided in pkgsrc-wip by drue@users.sf.net.
Diffstat (limited to 'mail/sigrot')
-rw-r--r--mail/sigrot/DESCR2
-rw-r--r--mail/sigrot/Makefile34
-rw-r--r--mail/sigrot/PLIST10
-rw-r--r--mail/sigrot/distinfo4
4 files changed, 50 insertions, 0 deletions
diff --git a/mail/sigrot/DESCR b/mail/sigrot/DESCR
new file mode 100644
index 00000000000..d1be8ed6692
--- /dev/null
+++ b/mail/sigrot/DESCR
@@ -0,0 +1,2 @@
+Sigrot rotates your .signature file every time it is run. It includes an
+option for a non-rotating header and/or footer with a rotating middle.
diff --git a/mail/sigrot/Makefile b/mail/sigrot/Makefile
new file mode 100644
index 00000000000..6cb9d7ff18b
--- /dev/null
+++ b/mail/sigrot/Makefile
@@ -0,0 +1,34 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/05/02 08:03:38 jmmv Exp $
+
+DISTNAME= sigrot_1.2-1
+PKGNAME= sigrot-1.2
+WRKSRC= ${WRKDIR}/${PKGNAME}
+CATEGORIES= mail
+MASTER_SITES= ftp://ftp.debian.org/debian/pool/main/s/sigrot/ \
+ ftp://ftp.de.debian.org/debian/pool/main/s/sigrot/
+
+MAINTAINER= drue@users.sourceforge.net
+HOMEPAGE= http://packages.debian.org/stable/mail/sigrot.html
+COMMENT= Signature file rotation program
+
+USE_BUILDLINK2= yes
+USE_GMAKE= yes
+
+DOCDIR= ${PREFIX}/share/doc/sigrot
+EGDIR= ${PREFIX}/share/examples/sigrot
+
+do-build:
+ cd ${WRKSRC} && ${CC} sigrot.c -o sigrot
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/sigrot ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/sigrot.1 ${PREFIX}/man/man1
+ ${INSTALL_DATA_DIR} ${DOCDIR}
+ ${INSTALL_DATA} ${WRKSRC}/copyright ${DOCDIR}/COPYRIGHT
+ ${INSTALL_DATA} ${WRKSRC}/INSTALL ${DOCDIR}/INSTALL
+ ${INSTALL_DATA_DIR} ${EGDIR}
+ ${INSTALL_DATA} ${WRKSRC}/examples/prefix ${EGDIR}/prefix
+ ${INSTALL_DATA} ${WRKSRC}/examples/sig_archive ${EGDIR}/sig_archive
+ ${INSTALL_DATA} ${WRKSRC}/examples/suffix ${EGDIR}/suffix
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/mail/sigrot/PLIST b/mail/sigrot/PLIST
new file mode 100644
index 00000000000..9273330f9eb
--- /dev/null
+++ b/mail/sigrot/PLIST
@@ -0,0 +1,10 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/05/02 08:03:38 jmmv Exp $
+bin/sigrot
+man/man1/sigrot.1
+share/doc/sigrot/COPYRIGHT
+share/doc/sigrot/INSTALL
+share/examples/sigrot/prefix
+share/examples/sigrot/sig_archive
+share/examples/sigrot/suffix
+@dirrm share/examples/sigrot
+@dirrm share/doc/sigrot
diff --git a/mail/sigrot/distinfo b/mail/sigrot/distinfo
new file mode 100644
index 00000000000..9c121ae44a9
--- /dev/null
+++ b/mail/sigrot/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/05/02 08:03:38 jmmv Exp $
+
+SHA1 (sigrot_1.2-1.tar.gz) = 7cec808e44b00831d196f2e6677e852596baafab
+Size (sigrot_1.2-1.tar.gz) = 7908 bytes