diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-05-02 08:03:38 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-05-02 08:03:38 +0000 |
commit | d52af088bc8d470267f3b4f6d8596f926093d355 (patch) | |
tree | cd3218572b9daabfab0c44790cbe2d1eceb0e2cc /mail | |
parent | bd236ca74419f2eca19ff6832261b168144a1f1e (diff) | |
download | pkgsrc-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')
-rw-r--r-- | mail/sigrot/DESCR | 2 | ||||
-rw-r--r-- | mail/sigrot/Makefile | 34 | ||||
-rw-r--r-- | mail/sigrot/PLIST | 10 | ||||
-rw-r--r-- | mail/sigrot/distinfo | 4 |
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 |