From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Mar 17 18:50:05 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6ED5916A404 for ; Sat, 17 Mar 2007 18:50:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 525C113C4BF for ; Sat, 17 Mar 2007 18:50:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l2HIo5Qh096598 for ; Sat, 17 Mar 2007 18:50:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l2HIo5UZ096597; Sat, 17 Mar 2007 18:50:05 GMT (envelope-from gnats) Resent-Date: Sat, 17 Mar 2007 18:50:05 GMT Resent-Message-Id: <200703171850.l2HIo5UZ096597@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KAMIYA Satosi Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9DE8716A406 for ; Sat, 17 Mar 2007 18:42:53 +0000 (UTC) (envelope-from h@mimori.org) Received: from usen.mimori.org (jyunbikai.com [124.34.145.50]) by mx1.freebsd.org (Postfix) with ESMTP id 1FD5113C4BA for ; Sat, 17 Mar 2007 18:42:52 +0000 (UTC) (envelope-from h@mimori.org) Received: by usen.mimori.org (Postfix, from userid 999) id 4A5872ECD7; Sun, 18 Mar 2007 03:13:24 +0900 (JST) Message-Id: <20070317181324.4A5872ECD7@usen.mimori.org> Date: Sun, 18 Mar 2007 03:13:24 +0900 (JST) From: KAMIYA Satosi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/110452: [NEW PORT] security/fbopenssl: A library supporting GSSAPI and SPNEGO X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Mar 2007 18:50:05 -0000 >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 X X.if !defined(NOPORTDOCS) Xpost-install: X @${MKDIR} ${DOCSDIR} X @${INSTALL_DATA} ${WRKSRC}/readme.txt ${DOCSDIR} X.endif X X.include 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: