diff options
author | obache <obache@pkgsrc.org> | 2006-11-18 16:09:12 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2006-11-18 16:09:12 +0000 |
commit | 55ffb6e9ac4b9c2344b67273021d09177217344e (patch) | |
tree | 1cc98ff82915c680aff92e4a4304b77996f41cc5 /security/starttls | |
parent | 4b98bdd4e068b95a6b1b7a32b902d722c9539d46 (diff) | |
download | pkgsrc-55ffb6e9ac4b9c2344b67273021d09177217344e.tar.gz |
Import starttls 0.10, based on PR 29467 by FUKAUMI Naoki.
I modify to adapt to recent pkgsrc tree.
starttls is simple wrapper program for STARTTLS on emacsen.
Diffstat (limited to 'security/starttls')
-rw-r--r-- | security/starttls/DESCR | 1 | ||||
-rw-r--r-- | security/starttls/Makefile | 18 | ||||
-rw-r--r-- | security/starttls/PLIST | 4 | ||||
-rw-r--r-- | security/starttls/distinfo | 5 |
4 files changed, 28 insertions, 0 deletions
diff --git a/security/starttls/DESCR b/security/starttls/DESCR new file mode 100644 index 00000000000..d37f6921e48 --- /dev/null +++ b/security/starttls/DESCR @@ -0,0 +1 @@ +Simple wrapper program for STARTTLS on emacsen. diff --git a/security/starttls/Makefile b/security/starttls/Makefile new file mode 100644 index 00000000000..d8ff64e8533 --- /dev/null +++ b/security/starttls/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/11/18 16:09:12 obache Exp $ +# + +DISTNAME= starttls-0.10 +CATEGORIES= security +MASTER_SITES= ftp://opaopa.org/pub/elisp/ + +MAINTAINER= fun@naobsd.org +HOMEPAGE= ftp://opaopa.org/pub/elisp/ +COMMENT= Simple wrapper program for STARTTLS on emacsen + +USE_TOOLS+= gmake +GNU_CONFIGURE= yes + +.include "../../mk/emacs.mk" + +.include "../../security/openssl/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/security/starttls/PLIST b/security/starttls/PLIST new file mode 100644 index 00000000000..9150737cd42 --- /dev/null +++ b/security/starttls/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/11/18 16:09:12 obache Exp $ +bin/starttls +${EMACS_LISPPREFIX}/starttls.el +${EMACS_LISPPREFIX}/starttls.elc diff --git a/security/starttls/distinfo b/security/starttls/distinfo new file mode 100644 index 00000000000..ab14982c70a --- /dev/null +++ b/security/starttls/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/11/18 16:09:12 obache Exp $ + +SHA1 (starttls-0.10.tar.gz) = bf2074d047474ef33f5da9924f6fd52a119dc578 +RMD160 (starttls-0.10.tar.gz) = ad9c3bc690dd1bf11f4f173edf05b2f2eaff1275 +Size (starttls-0.10.tar.gz) = 67295 bytes |