Skip site navigation (1)Skip section navigation (2)
Date:      16 Jul 2003 21:50:26 -0000
From:      Sergei Kolobov <sergei@kolobov.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/54557: [NEW PORT] security/gnutls-devel: development version of GnuTLS
Message-ID:  <20030716215026.18406.qmail@kolobov.com>
Resent-Message-ID: <200307162210.h6GMAJWF093588@freefall.freebsd.org>

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

>Number:         54557
>Category:       ports
>Synopsis:       [NEW PORT] security/gnutls-devel: development version of GnuTLS
>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:   Wed Jul 16 15:10:18 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Sergei Kolobov
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:
System: FreeBSD elf.chetwood.ru 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Tue Jul 15 17:02:55 MSD 2003
>Description:
New port for development version of GnuTLS.

NOTE: please repo-copy from security/gnutls to preserve history.
>How-To-Repeat:
>Fix:

--- gnutls-devel-0.9.6.patch begins here ---
Index: Makefile
===================================================================
RCS file: /FreeBSD/cvs/ports/security/gnutls-devel/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- Makefile	26 Mar 2003 06:58:40 -0000	1.7
+++ Makefile	16 Jul 2003 21:46:21 -0000
@@ -1,21 +1,22 @@
-# New ports collection makefile for:	gnutls
-# Date created:		13 Nov 2002
+# New ports collection makefile for:	gnutls-devel
+# Date created:		2003-07-17
 # Whom:			Sergei Kolobov <sergei@kolobov.com>
 #
 # $FreeBSD: ports/security/gnutls-devel/Makefile,v 1.7 2003/03/26 06:58:40 kevlo Exp $
 #
 
 PORTNAME=	gnutls
-PORTVERSION=	0.8.6
+PORTVERSION=	0.9.6
 CATEGORIES=	security net
 MASTER_SITES=	${MASTER_SITE_GNUPG} \
-	http://www.mirrors.wiretapped.net/security/network-security/gnutls/ \
-	ftp://ftp.mirrors.wiretapped.net/security/network-security/gnutls/ \
-	ftp://ftp.gnutls.org/pub/gnutls/
-MASTER_SITE_SUBDIR=	alpha/gnutls
+	http://www.mirrors.wiretapped.net/security/network-security/gnutls/devel/ \
+	ftp://ftp.mirrors.wiretapped.net/security/network-security/gnutls/devel/ \
+	ftp://ftp.gnutls.org/pub/gnutls/devel/
+MASTER_SITE_SUBDIR=	alpha/gnutls/devel
+PKGNAMESUFFIX=	-devel
 
 MAINTAINER=	sergei@kolobov.com
-COMMENT=	GNU Transport Layer Security library
+COMMENT=	GNU Transport Layer Security library (development version)
 
 LIB_DEPENDS=	gcrypt.6:${PORTSDIR}/security/libgcrypt \
 		tasn1.2:${PORTSDIR}/security/libtasn1 \
@@ -28,17 +29,15 @@
 CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 
-DOCS=		AUTHORS NEWS README THANKS
+DOCS=		AUTHORS NEWS README THANKS doc/tex/*.ps
+EXAMPLES=	doc/examples/*.c
 
 post-install:
 	@${MKDIR} ${EXAMPLESDIR}
-	${INSTALL_DATA} ${WRKSRC}/doc/examples/*.c ${EXAMPLESDIR}
+	cd ${WRKSRC} && ${INSTALL_DATA} ${EXAMPLES} ${EXAMPLESDIR}
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
-.for file in ${DOCS}
-	${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
-.endfor
-	${INSTALL_DATA} ${WRKSRC}/doc/tex/*.ps ${DOCSDIR}
+	cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
 .endif
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /FreeBSD/cvs/ports/security/gnutls-devel/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- distinfo	26 Mar 2003 06:58:40 -0000	1.4
+++ distinfo	16 Jul 2003 21:44:18 -0000
@@ -1 +1 @@
-MD5 (gnutls-0.8.6.tar.gz) = 7c152170df607ae39585a494ec355af1
+MD5 (gnutls-0.9.6.tar.gz) = eba27d4f413f58543691582ffdd5ea6d
Index: pkg-plist
===================================================================
RCS file: /FreeBSD/cvs/ports/security/gnutls-devel/pkg-plist,v
retrieving revision 1.5
diff -u -r1.5 pkg-plist
--- pkg-plist	27 Feb 2003 20:52:02 -0000	1.5
+++ pkg-plist	16 Jul 2003 21:48:28 -0000
@@ -5,10 +5,13 @@
 bin/gnutls-cli-debug
 bin/libgnutls-config
 bin/libgnutls-extra-config
-include/gnutls/extra.h
 include/gnutls/compat4.h
-include/gnutls/openssl.h
+include/gnutls/compat8.h
+include/gnutls/extra.h
 include/gnutls/gnutls.h
+include/gnutls/openssl.h
+include/gnutls/pkcs12.h
+include/gnutls/x509.h
 @dirrm include/gnutls
 lib/libgnutls.so.8
 lib/libgnutls.so
@@ -26,15 +29,20 @@
 %%PORTDOCS%%%%DOCSDIR%%/gnutls.ps
 %%PORTDOCS%%@dirrm %%DOCSDIR%%
 %%EXAMPLESDIR%%/ex-alert.c
+%%EXAMPLESDIR%%/ex-cert-select.c
 %%EXAMPLESDIR%%/ex-client-resume.c
 %%EXAMPLESDIR%%/ex-client-srp.c
 %%EXAMPLESDIR%%/ex-client1.c
 %%EXAMPLESDIR%%/ex-client2.c
-%%EXAMPLESDIR%%/ex-info.c
+%%EXAMPLESDIR%%/ex-crq.c
 %%EXAMPLESDIR%%/ex-pgp-keyserver.c
+%%EXAMPLESDIR%%/ex-pkcs12.c
 %%EXAMPLESDIR%%/ex-rfc2818.c
 %%EXAMPLESDIR%%/ex-serv-export.c
 %%EXAMPLESDIR%%/ex-serv-pgp.c
 %%EXAMPLESDIR%%/ex-serv-srp.c
 %%EXAMPLESDIR%%/ex-serv1.c
+%%EXAMPLESDIR%%/ex-session-info.c
+%%EXAMPLESDIR%%/ex-x509-info.c
 @dirrm %%EXAMPLESDIR%%
+
--- gnutls-devel-0.9.6.patch ends here ---

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



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