# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # signing-party # signing-party/Makefile # signing-party/distinfo # signing-party/pkg-descr # echo c - signing-party mkdir -p signing-party > /dev/null 2>&1 echo x - signing-party/Makefile sed 's/^X//' >signing-party/Makefile << 'END-of-signing-party/Makefile' X# New ports collection makefile for: signing-party X# Date created: 13 September 2005 X# Whom: johans X# X# $FreeBSD$ X# X XPORTNAME= signing-party XPORTVERSION= 0.4.4.2 XCATEGORIES= security XMASTER_SITES= ${MASTER_SITE_DEBIAN} XMASTER_SITE_SUBDIR= pool/main/s/signing-party XDISTNAME= ${PORTNAME}_${PORTVERSION:R}.orig X XPATCH_SITES= ${MASTER_SITES} XPATCH_SITE_SUBDIR= ${MASTER_SITE_SUBDIR} XPATCHFILES= ${PORTNAME}_${PORTVERSION:R}-${PORTVERSION:E}.diff.gz XPATCH_DIST_STRIP= -p1 X XMAINTAINER= johans@stack.nl XCOMMENT= Various OpenPGP related tools X XRUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg \ X ${SITE_PERL}/GnuPG/Interface.pm:${PORTSDIR}/security/p5-GnuPG-Interface \ X ${SITE_PERL}/Mail/Util.pm:${PORTSDIR}/mail/p5-Mail-Tools \ X ${SITE_PERL}/MIME/Tools.pm:${PORTSDIR}/mail/p5-MIME-Tools \ X ${SITE_PERL}/Text/Template.pm:${PORTSDIR}/textproc/p5-Text-Template X XWRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/:S/.orig//} X XUSE_GMAKE= yes XUSE_PERL5= yes X XEXEC= caff/caff caff/pgp-clean caff/pgp-fixkey \ X gpglist/gpglist gpgsigs/gpgsigs \ X gpg-key2ps/gpg-key2ps gpg-mailkeys/gpg-mailkeys \ X keylookup/keylookup X XDOCS= caff/README caff/README.gpg-agent \ X caff/README.many-keys caff/README.v3-keys \ X caff/caffrc.sample X XPORTDOCS= caff XPLIST_FILES= ${EXEC:C-[^/]*-bin-} XMAN1= ${EXEC:C-[^/]*/--:S/$/.1/} X Xdo-install: X.for file in ${EXEC} X ${INSTALL_SCRIPT} ${WRKSRC}/${file} ${PREFIX}/bin/${file:C-[^/]*--} X ${INSTALL_MAN} ${WRKSRC}/${file}.1 ${MAN1PREFIX}/man/man1 X.endfor X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR}/caff X cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}/caff X.endif X X.include END-of-signing-party/Makefile echo x - signing-party/distinfo sed 's/^X//' >signing-party/distinfo << 'END-of-signing-party/distinfo' XMD5 (signing-party_0.4.4.orig.tar.gz) = 1cf7a1e0bcf58fad4270477f767d91e7 XSIZE (signing-party_0.4.4.orig.tar.gz) = 42499 XMD5 (signing-party_0.4.4-2.diff.gz) = d22fdae6381e80800388aab1f82e00b1 XSIZE (signing-party_0.4.4-2.diff.gz) = 6247 END-of-signing-party/distinfo echo x - signing-party/pkg-descr sed 's/^X//' >signing-party/pkg-descr << 'END-of-signing-party/pkg-descr' Xsigning-party is a collection for all kinds of PGP/GnuPG related things, Xincluding signing scripts, party preparation scripts, etc. X X * caff: CA - Fire and Forget signs and mails a key X * pgp-clean: removes all non-self signatures from key X * pgp-fixkey: removes broken packets from keys X * gpg-mailkeys: simply mail out a signed key to its owner X * gpg-key2ps: generate PostScript file with fingerprint paper strips X * gpglist: show who signed which of your UIDs X * gpgsigs: annotates list of GnuPG keys with already done signatures X * keylookup: ncurses wrapper around gpg --search X XWWW: http://pgp-tools.alioth.debian.org/ END-of-signing-party/pkg-descr exit