pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/gss Initial import of gss-0.0.6 from pkgsrc-wip.
details: https://anonhg.NetBSD.org/pkgsrc/rev/3327f4d7a105
branches: trunk
changeset: 464077:3327f4d7a105
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Wed Dec 03 19:22:23 2003 +0000
description:
Initial import of gss-0.0.6 from pkgsrc-wip.
GSS is an implementation of the Generic Security Service Application Program
Interface (GSS-API). GSS-API is used by network servers (e.g., IMAP, SMTP) to
provide security security services, e.g., authenticate clients against servers.
GSS consists of a library and a manual.
diffstat:
security/gss/DESCR | 4 ++++
security/gss/Makefile | 24 ++++++++++++++++++++++++
security/gss/PLIST | 12 ++++++++++++
security/gss/buildlink2.mk | 27 +++++++++++++++++++++++++++
security/gss/distinfo | 4 ++++
5 files changed, 71 insertions(+), 0 deletions(-)
diffs (91 lines):
diff -r 9eb3dfdac318 -r 3327f4d7a105 security/gss/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/gss/DESCR Wed Dec 03 19:22:23 2003 +0000
@@ -0,0 +1,4 @@
+GSS is an implementation of the Generic Security Service Application Program
+Interface (GSS-API). GSS-API is used by network servers (e.g., IMAP, SMTP) to
+provide security security services, e.g., authenticate clients against servers.
+GSS consists of a library and a manual.
diff -r 9eb3dfdac318 -r 3327f4d7a105 security/gss/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/gss/Makefile Wed Dec 03 19:22:23 2003 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/12/03 19:22:23 xtraeme Exp $
+#
+
+DISTNAME= gss-0.0.6
+CATEGORIES= security
+MASTER_SITES= http://josefsson.org/gss/releases/ \
+ ${MASTER_SITE_GNU:=gss/}
+
+MAINTAINER= xtraeme%NetBSD.org@localhost
+HOMEPAGE= http://www.gnu.org/software/gss/
+COMMENT= GNU Generic Security Service Library
+
+GNU_CONFIGURE= yes
+USE_BUILDLINK2= yes
+USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
+
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+PKGCONFIG_OVERRIDE+= ${WRKSRC}/gss.pc.in
+
+INFO_FILES= gss.info
+
+.include "../../devel/pkgconfig/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 9eb3dfdac318 -r 3327f4d7a105 security/gss/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/gss/PLIST Wed Dec 03 19:22:23 2003 +0000
@@ -0,0 +1,12 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/03 19:22:23 xtraeme Exp $
+include/gss.h
+include/gss/api.h
+include/gss/ext.h
+info/gss.info
+lib/libgss.a
+lib/libgss.la
+lib/libgss.so
+lib/libgss.so.0
+lib/libgss.so.0.6
+lib/pkgconfig/gss.pc
+@dirrm include/gss
diff -r 9eb3dfdac318 -r 3327f4d7a105 security/gss/buildlink2.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/gss/buildlink2.mk Wed Dec 03 19:22:23 2003 +0000
@@ -0,0 +1,27 @@
+# $NetBSD: buildlink2.mk,v 1.1.1.1 2003/12/03 19:22:23 xtraeme Exp $
+#
+# This Makefile fragment is included by packages that use gss.
+#
+# This file was created automatically using createbuildlink 2.8.
+#
+
+.if !defined(GSS_BUILDLINK2_MK)
+GSS_BUILDLINK2_MK= # defined
+
+BUILDLINK_PACKAGES+= gss
+BUILDLINK_DEPENDS.gss?= gss>=0.0.6
+BUILDLINK_PKGSRCDIR.gss?= ../../security/gss
+
+EVAL_PREFIX+= BUILDLINK_PREFIX.gss=gss
+BUILDLINK_PREFIX.gss_DEFAULT= ${LOCALBASE}
+BUILDLINK_FILES.gss+= include/gss.h
+BUILDLINK_FILES.gss+= include/gss/api.h
+BUILDLINK_FILES.gss+= include/gss/ext.h
+BUILDLINK_FILES.gss+= lib/libgss.*
+
+
+BUILDLINK_TARGETS+= gss-buildlink
+
+gss-buildlink: _BUILDLINK_USE
+
+.endif # GSS_BUILDLINK2_MK
diff -r 9eb3dfdac318 -r 3327f4d7a105 security/gss/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/gss/distinfo Wed Dec 03 19:22:23 2003 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/12/03 19:22:23 xtraeme Exp $
+
+SHA1 (gss-0.0.6.tar.gz) = ca34b8ef66b6973c8715d0d2dc023cb7b07a0333
+Size (gss-0.0.6.tar.gz) = 946704 bytes
Home |
Main Index |
Thread Index |
Old Index