1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Add libassuan, an IPC library used by GnuPG and gpgme.

This commit is contained in:
Michael Nottebrock 2004-04-20 09:34:01 +00:00
parent b5086a2f8b
commit e87f40932c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107690
9 changed files with 77 additions and 0 deletions

View File

@ -149,6 +149,7 @@
SUBDIR += labrea
SUBDIR += lcrzo
SUBDIR += lcrzoex
SUBDIR += libassuan
SUBDIR += libbf
SUBDIR += libecc
SUBDIR += libfwbuilder

View File

@ -0,0 +1,20 @@
# New ports collection makefile for: libassuan
# Date created: 2004-04-19
# Whom: Michael Nottebrock <lofi@freebsd.org>
#
# $FreeBSD$
#
PORTNAME= libassuan
PORTVERSION= 0.6.4
CATEGORIES= security devel
MASTER_SITES= ${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR= alpha/${PORTNAME}
MAINTAINER= lofi@FreeBSD.org
COMMENT= IPC library used by GnuPG and gpgme
GNU_CONFIGURE= yes
INFO= assuan
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
MD5 (libassuan-0.6.4.tar.gz) = 2bf2139a5d4b4c3ee5f3600108bc617c
SIZE (libassuan-0.6.4.tar.gz) = 233200

View File

@ -0,0 +1,17 @@
--- src/assuan-domain-connect.c.orig Fri Feb 13 14:41:34 2004
+++ src/assuan-domain-connect.c Mon Apr 19 15:29:50 2004
@@ -26,12 +26,14 @@
#include <stddef.h>
#include <stdio.h>
#include <errno.h>
+#include <sys/types.h>
#include <sys/socket.h>
#include <sys/un.h>
#include <unistd.h>
#include <fcntl.h>
#include <string.h>
#include <assert.h>
+#include <isc/eventlib.h>
#include "assuan-defs.h"

View File

@ -0,0 +1,10 @@
--- src/assuan-socket-connect.c.orig Wed Jan 29 15:30:12 2003
+++ src/assuan-socket-connect.c Wed Jan 29 15:30:28 2003
@@ -23,6 +23,7 @@
#include <stddef.h>
#include <stdio.h>
#include <errno.h>
+#include <sys/types.h>
#include <sys/socket.h>
#include <sys/un.h>
#include <unistd.h>

View File

@ -0,0 +1,10 @@
--- src/assuan-socket-server.c.orig Wed Jan 29 15:27:13 2003
+++ src/assuan-socket-server.c Wed Jan 29 15:27:38 2003
@@ -22,6 +22,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <errno.h>
+#include <sys/types.h>
#include <sys/socket.h>
#include <sys/un.h>
#include <unistd.h>

View File

@ -0,0 +1,11 @@
--- configure.orig Fri Feb 20 22:57:37 2004
+++ configure Mon Apr 19 17:01:56 2004
@@ -4693,7 +4693,7 @@
echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
-eval "$as_ac_var=no"
+eval "$as_ac_var=yes"
fi
rm -f conftest.err conftest.$ac_objext \
conftest$ac_exeext conftest.$ac_ext

View File

@ -0,0 +1,2 @@
This is the IPC library used by GnuPG 1.9, gpgme and the old newpg
package.

View File

@ -0,0 +1,4 @@
bin/libassuan-config
include/assuan.h
lib/libassuan.a
share/aclocal/libassuan.m4