Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Oct 2002 17:34:51 +0200 (CEST)
From:      Tilman Linneweh <tilman@arved.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        tilman@arved.de
Subject:   ports/43895: New Port: security/libksba An X.509 Library
Message-ID:  <200210101534.g9AFYpuf086882@tl.kom.tuwien.ac.at>

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

>Number:         43895
>Category:       ports
>Synopsis:       New Port: security/libksba An X.509 Library
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 10 08:40:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Tilman Linneweh
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
Vienna University of Technology
>Environment:
System: FreeBSD tl.kom.tuwien.ac.at 4.6-STABLE FreeBSD 4.6-STABLE #0: Wed Jul 24 15:50:09 CEST 2002 root@tl.kom.tuwien.ac.at:/usr/obj/usr/src/sys/MYKERNEL i386


	
>Description:
	X.509 is an authentication framework defined in RFC 2510
	libksba is part of Aegypten project, an S/MIME implementation for
	KMail and mutt
	
>How-To-Repeat:
	
>Fix:

	

--- libksba.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:
#
#	libksba
#	libksba/Makefile
#	libksba/distinfo
#	libksba/files
#	libksba/files/patch-aclocal.m4
#	libksba/files/patch-ltmain.sh
#	libksba/pkg-descr
#	libksba/pkg-comment
#	libksba/pkg-plist
#
echo c - libksba
mkdir -p libksba > /dev/null 2>&1
echo x - libksba/Makefile
sed 's/^X//' >libksba/Makefile << 'END-of-libksba/Makefile'
X# New ports collection Makefile for:	libksba
X# Date created:				July 17 2002
X# Whom:					Tilman Linneweh <tilman@arved.de>
X#
X# $FreeBSD$
X
XPORTNAME=	libksba
XPORTVERSION=	0.4.5
XCATEGORIES=	security
XMASTER_SITES=	http://gd.tuwien.ac.at/privacy/gnupg/alpha/aegypten/ \
X		ftp://ftp.gnupg.org/gcrypt/alpha/aegypten/ \
X		http://ftp.hi.is/pub/mirrors/gnupg/alpha/aegypten/ \
X		http://www.mirrors.wiretapped.net/security/cryptography/apps/pgp/GnuPG/alpha/aegypten/  \
X		${MASTER_SITE_RINGSERVER}/net/gnupg/alpha/aegypten/ \
X
XMAINTAINER=	freebsdports@arved.de
X
XBUILD_DEPENDS=	autoconf:${PORTSDIR}/devel/autoconf
X
XUSE_LIBTOOL=	yes
XINSTALLS_SHLIB=	yes
XCONFIGURE_TARGET=
XCONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
XGNU_CONFIGURE=	yes
X
Xpre-configure:
X	@cd ${WRKSRC}; ${LOCALBASE}/bin/autoconf
X
X.include <bsd.port.mk>
END-of-libksba/Makefile
echo x - libksba/distinfo
sed 's/^X//' >libksba/distinfo << 'END-of-libksba/distinfo'
XMD5 (libksba-0.4.5.tar.gz) = c2cad9d14585d5c02132d2441f3448cb
END-of-libksba/distinfo
echo c - libksba/files
mkdir -p libksba/files > /dev/null 2>&1
echo x - libksba/files/patch-aclocal.m4
sed 's/^X//' >libksba/files/patch-aclocal.m4 << 'END-of-libksba/files/patch-aclocal.m4'
X--- aclocal.m4.orig	Wed Jul 17 17:13:45 2002
X+++ aclocal.m4	Wed Jul 17 17:14:40 2002
X@@ -589,7 +589,7 @@
X LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
X 
X # Always use our own libtool.
X-LIBTOOL='$(SHELL) $(top_builddir)/libtool'
X+LIBTOOL='$(SHELL) ${LOCALBASE}/bin/libtool'
X AC_SUBST(LIBTOOL)dnl
X 
X # Prevent multiple expansion
END-of-libksba/files/patch-aclocal.m4
echo x - libksba/files/patch-ltmain.sh
sed 's/^X//' >libksba/files/patch-ltmain.sh << 'END-of-libksba/files/patch-ltmain.sh'
X--- ltmain.sh.orig	Wed Jul 17 17:15:35 2002
X+++ ltmain.sh	Wed Jul 17 17:17:15 2002
X@@ -1060,8 +1060,16 @@
X 	continue
X 	;;
X 
X+      -pthread)
X+	compile_command="$compile_command -pthread"
X+	finalize_command="$finalize_command -pthread"
X+	compiler_flags="$compiler_flags -pthread"
X+	continue;
X+	;;
X+
X       -module)
X 	module=yes
X+	build_old_libs=yes
X 	continue
X 	;;
X 
X@@ -4210,10 +4218,12 @@
X 	fi
X 
X 	# Install the pseudo-library for information purposes.
X+	if /usr/bin/false; then
X 	name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
X 	instname="$dir/$name"i
X 	$show "$install_prog $instname $destdir/$name"
X 	$run eval "$install_prog $instname $destdir/$name" || exit $?
X+	fi
X 
X 	# Maybe install the static library, too.
X 	test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
END-of-libksba/files/patch-ltmain.sh
echo x - libksba/pkg-descr
sed 's/^X//' >libksba/pkg-descr << 'END-of-libksba/pkg-descr'
XKSBA is an X.509 Library.
XKSBA = rot13(digit_to_letter(x509)) to be pronounced as Kasbah
X
XAuthor: g10 Code GmbH
XWWW:	http://www.gnupg.org/
END-of-libksba/pkg-descr
echo x - libksba/pkg-comment
sed 's/^X//' >libksba/pkg-comment << 'END-of-libksba/pkg-comment'
XKSBA is an X.509 Library
END-of-libksba/pkg-comment
echo x - libksba/pkg-plist
sed 's/^X//' >libksba/pkg-plist << 'END-of-libksba/pkg-plist'
Xbin/ksba-config
Xinclude/ksba.h
X@unexec install-info --delete %D/info/ksba.info %D/info/dir
Xinfo/ksba.info
Xinfo/ksba.info-1
Xinfo/ksba.info-2
X@exec install-info %D/info/ksba.info %D/info/dir
Xlib/libksba.la
Xlib/libksba.so.6
Xlib/libksba.so
Xlib/libksba.a
END-of-libksba/pkg-plist
exit

--- libksba.shar ends here ---


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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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