Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Mar 2007 03:13:24 +0900 (JST)
From:      KAMIYA Satosi <kamiya.satosi@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/110452: [NEW PORT] security/fbopenssl: A library supporting GSSAPI and SPNEGO
Message-ID:  <20070317181324.4A5872ECD7@usen.mimori.org>
Resent-Message-ID: <200703171850.l2HIo5UZ096597@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         110452
>Category:       ports
>Synopsis:       [NEW PORT] security/fbopenssl: A library supporting GSSAPI and SPNEGO
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 17 18:50:04 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     KAMIYA Satosi
>Release:        FreeBSD 6.2-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD usen.mimori.org 6.2-RELEASE-p2 FreeBSD 6.2-RELEASE-p2 #24: Mon Mar  5 05:46:56 JST
>Description:
fbopenssl is a library containing extensions to OpenSSL, including support for:

- GSS-API (RFC 2743)
- SPNEGO (RFC 2478)

WWW: http://sourceforge.net/projects/modgssapache/

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- fbopenssl-0.0.4.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	fbopenssl
#	fbopenssl/Makefile
#	fbopenssl/distinfo
#	fbopenssl/files
#	fbopenssl/files/patch-fbopenssl
#	fbopenssl/pkg-descr
#	fbopenssl/pkg-plist
#
echo c - fbopenssl
mkdir -p fbopenssl > /dev/null 2>&1
echo x - fbopenssl/Makefile
sed 's/^X//' >fbopenssl/Makefile << 'END-of-fbopenssl/Makefile'
X# New ports collection makefile for:    fbopenssl
X# Date created:        17 March 2007
X# Whom:                KAMIYA Satosi
X#
X# $FreeBSD$
X#
X
XPORTNAME=	fbopenssl
XPORTVERSION=	0.0.4
XCATEGORIES=	security
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=modgssapache
X
XMAINTAINER=	kamiya.satosi@gmail.com
XCOMMENT=	A library supporting GSSAPI and SPNEGO
X
XCONFIGURE_ARGS+=--includedir=${PREFIX}/include/fbopenssl
X
XWRKSRC=		${WRKDIR}/fbopenssl
XGNU_CONFIGURE=	yes
XUSE_AUTOTOOLS=	autoconf:259 libtool:15 automake:19 aclocal:19
X# ${LOCALBASE}/share/aclocal19 does not contain libtool.m4 and that causes
X# problems.  Explicitly include ${LOCALBASE}/share/aclocal in the search
X# patch since that directory does contain libtool.m4
XACLOCAL_ARGS+=	-I ${LOCALBASE}/share/aclocal
XAUTOMAKE_ARGS+=	-a
XUSE_LDCONFIG=	yes
X
Xrun-autotools:	run-autotools-aclocal patch-autotools run-libtoolize \
X    run-autotools-automake run-autotools-autoconf
X
Xrun-libtoolize:
X	@(cd ${CONFIGURE_WRKSRC} && \
X    ${SETENV} ${AUTOTOOLS_ENV} ${LIBTOOLIZE} --force --copy)
X
Xpre-configure:
X	@${TOUCH} ${WRKSRC}/AUTHORS
X	@${TOUCH} ${WRKSRC}/ChangeLog
X	@${TOUCH} ${WRKSRC}/NEWS
X	@${TOUCH} ${WRKSRC}/README
X
X.include <bsd.port.pre.mk>
X
X.if !defined(NOPORTDOCS)
Xpost-install:
X	@${MKDIR} ${DOCSDIR}
X	@${INSTALL_DATA} ${WRKSRC}/readme.txt ${DOCSDIR}
X.endif
X
X.include <bsd.port.post.mk>
END-of-fbopenssl/Makefile
echo x - fbopenssl/distinfo
sed 's/^X//' >fbopenssl/distinfo << 'END-of-fbopenssl/distinfo'
XMD5 (fbopenssl-0.0.4.tar.gz) = 9f1bea431c537c299f5ce827932275b4
XSHA256 (fbopenssl-0.0.4.tar.gz) = 8d850c7410bc3d5221ff128ca1cc1dbfb20a024ffbb142cc34e84c0af2f12e45
XSIZE (fbopenssl-0.0.4.tar.gz) = 15627
END-of-fbopenssl/distinfo
echo c - fbopenssl/files
mkdir -p fbopenssl/files > /dev/null 2>&1
echo x - fbopenssl/files/patch-fbopenssl
sed 's/^X//' >fbopenssl/files/patch-fbopenssl << 'END-of-fbopenssl/files/patch-fbopenssl'
XIndex: configure.ac
X===================================================================
X--- configure.ac	(revision 0)
X+++ configure.ac	(revision 3)
X@@ -0,0 +1,8 @@
X+AC_INIT(fbopenssl, 0.0.4)
X+AM_INIT_AUTOMAKE
X+
X+AC_PROG_LIBTOOL
X+AC_PROG_CC
X+
X+AC_CONFIG_FILES([Makefile src/Makefile])
X+AC_OUTPUT
XIndex: src/Makefile.am
X===================================================================
X--- src/Makefile.am	(revision 0)
X+++ src/Makefile.am	(revision 3)
X@@ -0,0 +1,2 @@
X+lib_LTLIBRARIES = libfbopenssl.la
X+libfbopenssl_la_SOURCES = asn1/asn1help.c file/filehelp.c gssapi/gssapi.c krb5/krb5help.c spnego/spnego.c spnego/spnegohelp.c
XIndex: Makefile.am
X===================================================================
X--- Makefile.am	(revision 0)
X+++ Makefile.am	(revision 3)
X@@ -0,0 +1,2 @@
X+SUBDIRS = src
X+include_HEADERS = include/asn1help.h include/filehelp.h include/gssapi.h include/krb5help.h include/spnego.h include/spnegohelp.h
END-of-fbopenssl/files/patch-fbopenssl
echo x - fbopenssl/pkg-descr
sed 's/^X//' >fbopenssl/pkg-descr << 'END-of-fbopenssl/pkg-descr'
Xfbopenssl is a library containing extensions to OpenSSL, including support for:
X
X- GSS-API (RFC 2743)
X- SPNEGO (RFC 2478)
X
XWWW: http://sourceforge.net/projects/modgssapache/
END-of-fbopenssl/pkg-descr
echo x - fbopenssl/pkg-plist
sed 's/^X//' >fbopenssl/pkg-plist << 'END-of-fbopenssl/pkg-plist'
X@comment $FreeBSD$
Xinclude/fbopenssl/asn1help.h
Xinclude/fbopenssl/filehelp.h
Xinclude/fbopenssl/gssapi.h
Xinclude/fbopenssl/krb5help.h
Xinclude/fbopenssl/spnego.h
Xinclude/fbopenssl/spnegohelp.h
Xlib/libfbopenssl.a
Xlib/libfbopenssl.la
Xlib/libfbopenssl.so
Xlib/libfbopenssl.so.0
X@dirrm include/fbopenssl
X%%PORTDOCS%%%%DOCSDIR%%/readme.txt
X%%PORTDOCS%%@dirrm %%DOCSDIR%%
END-of-fbopenssl/pkg-plist
exit
--- fbopenssl-0.0.4.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070317181324.4A5872ECD7>