From ffe81d7d6ad832c84eb9748d154e5c6ace864acb Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Thu, 30 Oct 2003 06:40:59 +0000 Subject: add gss 0.0.6 GNU Generic Security Service Library --- security/Makefile | 1 + security/gss/Makefile | 29 +++++++++++++++++++++++++++++ security/gss/distinfo | 1 + security/gss/files/patch-ltmain.sh | 15 +++++++++++++++ security/gss/pkg-descr | 6 ++++++ security/gss/pkg-plist | 9 +++++++++ 6 files changed, 61 insertions(+) create mode 100644 security/gss/Makefile create mode 100644 security/gss/distinfo create mode 100644 security/gss/files/patch-ltmain.sh create mode 100644 security/gss/pkg-descr create mode 100644 security/gss/pkg-plist diff --git a/security/Makefile b/security/Makefile index a8494b725478..586bc73910d0 100644 --- a/security/Makefile +++ b/security/Makefile @@ -103,6 +103,7 @@ SUBDIR += gpgme SUBDIR += gringotts SUBDIR += gsfv + SUBDIR += gss SUBDIR += gtk-knocker SUBDIR += gtkportscan SUBDIR += hackbot diff --git a/security/gss/Makefile b/security/gss/Makefile new file mode 100644 index 000000000000..28c03a44f4fc --- /dev/null +++ b/security/gss/Makefile @@ -0,0 +1,29 @@ +# ex:ts=8 +# Ports collection makefile for: gss +# Date created: Oct 19, 2003 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= gss +PORTVERSION= 0.0.6 +CATEGORIES= security +MASTER_SITES= http://josefsson.org/${PORTNAME}/releases/ \ + ftp://alpha.gnu.org/pub/gnu/${PORTNAME}/ + +MAINTAINER= ports@FreeBSD.org +COMMENT= GNU Generic Security Service Library + +BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig +LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \ + intl.5:${PORTSDIR}/devel/gettext + +USE_GNOME= gnomehack +GNU_CONFIGURE= yes + +INSTALLS_SHLIB= yes + +INFO= gss + +.include diff --git a/security/gss/distinfo b/security/gss/distinfo new file mode 100644 index 000000000000..a00fb0a15856 --- /dev/null +++ b/security/gss/distinfo @@ -0,0 +1 @@ +MD5 (gss-0.0.6.tar.gz) = 3cc0bec343daa32f75de9d18665525b2 diff --git a/security/gss/files/patch-ltmain.sh b/security/gss/files/patch-ltmain.sh new file mode 100644 index 000000000000..c0c5873220f0 --- /dev/null +++ b/security/gss/files/patch-ltmain.sh @@ -0,0 +1,15 @@ +--- ltmain.sh.orig Thu Oct 30 14:37:50 2003 ++++ ltmain.sh Thu Oct 30 14:38:04 2003 +@@ -5457,10 +5457,12 @@ + fi + + # Install the pseudo-library for information purposes. ++ if /usr/bin/false ; then + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + instname="$dir/$name"i + $show "$install_prog $instname $destdir/$name" + $run eval "$install_prog $instname $destdir/$name" || exit $? ++ fi + + # Maybe install the static library, too. + test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/security/gss/pkg-descr b/security/gss/pkg-descr new file mode 100644 index 000000000000..5e9d29183272 --- /dev/null +++ b/security/gss/pkg-descr @@ -0,0 +1,6 @@ +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. + +WWW: http://www.gnu.org/software/gss/ diff --git a/security/gss/pkg-plist b/security/gss/pkg-plist new file mode 100644 index 000000000000..f60ad2e7ba42 --- /dev/null +++ b/security/gss/pkg-plist @@ -0,0 +1,9 @@ +include/gss.h +include/gss/api.h +include/gss/ext.h +@dirrm include/gss +lib/libgss.a +lib/libgss.so +lib/libgss.so.0 +libdata/pkgconfig/gss.pc +share/locale/sv/LC_MESSAGES/gss.mo -- cgit v1.2.3