pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/starttls Import starttls 0.10, based on PR 29...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f012239f117e
branches:  trunk
changeset: 521695:f012239f117e
user:      obache <obache%pkgsrc.org@localhost>
date:      Sat Nov 18 16:09:12 2006 +0000

description:
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:

 security/starttls/DESCR    |   1 +
 security/starttls/Makefile |  18 ++++++++++++++++++
 security/starttls/PLIST    |   4 ++++
 security/starttls/distinfo |   5 +++++
 4 files changed, 28 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r dc4ff08edfe8 -r f012239f117e security/starttls/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/starttls/DESCR   Sat Nov 18 16:09:12 2006 +0000
@@ -0,0 +1,1 @@
+Simple wrapper program for STARTTLS on emacsen.
diff -r dc4ff08edfe8 -r f012239f117e security/starttls/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/starttls/Makefile        Sat Nov 18 16:09:12 2006 +0000
@@ -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@localhost
+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 -r dc4ff08edfe8 -r f012239f117e security/starttls/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/starttls/PLIST   Sat Nov 18 16:09:12 2006 +0000
@@ -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 -r dc4ff08edfe8 -r f012239f117e security/starttls/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/starttls/distinfo        Sat Nov 18 16:09:12 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index