summaryrefslogtreecommitdiff
path: root/security/gss
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2003-12-03 19:22:23 +0000
committerxtraeme <xtraeme>2003-12-03 19:22:23 +0000
commite3e59c91af35d48469ed0d8db435be0a2e44f318 (patch)
tree27548c6fc868e48f0b237fb8daac1cead093db6e /security/gss
parent3c13c5776d0f7d4a99a64afa211212a82e6d62ec (diff)
downloadpkgsrc-e3e59c91af35d48469ed0d8db435be0a2e44f318.tar.gz
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 (limited to 'security/gss')
-rw-r--r--security/gss/DESCR4
-rw-r--r--security/gss/Makefile24
-rw-r--r--security/gss/PLIST12
-rw-r--r--security/gss/buildlink2.mk27
-rw-r--r--security/gss/distinfo4
5 files changed, 71 insertions, 0 deletions
diff --git a/security/gss/DESCR b/security/gss/DESCR
new file mode 100644
index 00000000000..a943abf5517
--- /dev/null
+++ b/security/gss/DESCR
@@ -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 --git a/security/gss/Makefile b/security/gss/Makefile
new file mode 100644
index 00000000000..abbeeb96d92
--- /dev/null
+++ b/security/gss/Makefile
@@ -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
+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 --git a/security/gss/PLIST b/security/gss/PLIST
new file mode 100644
index 00000000000..bd0dbcae5b3
--- /dev/null
+++ b/security/gss/PLIST
@@ -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 --git a/security/gss/buildlink2.mk b/security/gss/buildlink2.mk
new file mode 100644
index 00000000000..dc94257cfb1
--- /dev/null
+++ b/security/gss/buildlink2.mk
@@ -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 --git a/security/gss/distinfo b/security/gss/distinfo
new file mode 100644
index 00000000000..e61a20beb2e
--- /dev/null
+++ b/security/gss/distinfo
@@ -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