From owner-freebsd-ports Thu Oct 10 8:40: 9 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2476937B404 for ; Thu, 10 Oct 2002 08:40:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBF3543EAA for ; Thu, 10 Oct 2002 08:40:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9AFe0Co007307 for ; Thu, 10 Oct 2002 08:40:00 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9AFe0kR007306; Thu, 10 Oct 2002 08:40:00 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E8A137B401 for ; Thu, 10 Oct 2002 08:34:59 -0700 (PDT) Received: from tl.kom.tuwien.ac.at (tl.kom.tuwien.ac.at [128.131.34.148]) by mx1.FreeBSD.org (Postfix) with ESMTP id 728E343E91 for ; Thu, 10 Oct 2002 08:34:58 -0700 (PDT) (envelope-from tilman@arved.de) Received: from tl.kom.tuwien.ac.at (localhost [127.0.0.1]) by tl.kom.tuwien.ac.at (8.12.6/8.12.5) with ESMTP id g9AFYpeY086883; Thu, 10 Oct 2002 17:34:51 +0200 (CEST) (envelope-from tilman@tl.kom.tuwien.ac.at) Received: (from tilman@localhost) by tl.kom.tuwien.ac.at (8.12.5/8.12.5/Submit) id g9AFYpuf086882; Thu, 10 Oct 2002 17:34:51 +0200 (CEST) Message-Id: <200210101534.g9AFYpuf086882@tl.kom.tuwien.ac.at> Date: Thu, 10 Oct 2002 17:34:51 +0200 (CEST) From: Tilman Linneweh Reply-To: Tilman Linneweh To: FreeBSD-gnats-submit@FreeBSD.org Cc: tilman@arved.de X-Send-Pr-Version: 3.113 Subject: ports/43895: New Port: security/libksba An X.509 Library Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 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 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