diff options
author | ashish <ashish@FreeBSD.org> | 2015-02-07 23:58:33 +0800 |
---|---|---|
committer | ashish <ashish@FreeBSD.org> | 2015-02-07 23:58:33 +0800 |
commit | b5549d2e47a5b9efa2771aa134a49b929f182431 (patch) | |
tree | b475a06100dc5ca49a436c55fe4343927985cf5b /dns | |
parent | 667a9ee4c5b635870f3592f170e8827548fd7d4f (diff) | |
download | freebsd-ports-gnome-b5549d2e47a5b9efa2771aa134a49b929f182431.tar.gz freebsd-ports-gnome-b5549d2e47a5b9efa2771aa134a49b929f182431.tar.zst freebsd-ports-gnome-b5549d2e47a5b9efa2771aa134a49b929f182431.zip |
Add port dns/libasr-devel
libasr is a FREE asynchronous DNS resolver.
libasr runs on top of the OpenBSD operating system but also has a portable
version that can build and run on several systems, including:
* Linux
* FreeBSD
* NetBSD
* DragonFly
* MacOSX
This port packages the development snapshots released by OpenSMTPD team.
WWW: https://github.com/OpenSMTPD/libasr
Diffstat (limited to 'dns')
-rw-r--r-- | dns/Makefile | 1 | ||||
-rw-r--r-- | dns/libasr-devel/Makefile | 25 | ||||
-rw-r--r-- | dns/libasr-devel/distinfo | 2 | ||||
-rw-r--r-- | dns/libasr-devel/pkg-descr | 14 | ||||
-rw-r--r-- | dns/libasr-devel/pkg-plist | 6 |
5 files changed, 48 insertions, 0 deletions
diff --git a/dns/Makefile b/dns/Makefile index 660aa555be0e..3a1f9c0faeb5 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -72,6 +72,7 @@ SUBDIR += ldns SUBDIR += ldnsm SUBDIR += libasr + SUBDIR += libasr-devel SUBDIR += libbind SUBDIR += libdjbdns SUBDIR += libidn diff --git a/dns/libasr-devel/Makefile b/dns/libasr-devel/Makefile new file mode 100644 index 000000000000..09b9140a3196 --- /dev/null +++ b/dns/libasr-devel/Makefile @@ -0,0 +1,25 @@ +# Created by: Ashish SHUKLA <ashish@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= libasr +PORTVERSION= 201501300026 +CATEGORIES= dns +MASTER_SITES= http://www.opensmtpd.org/archives/ \ + http://distfiles.pirateparty.in/ashish/ +PKGNAMESUFFIX= -devel + +MAINTAINER= ashish@FreeBSD.org +COMMENT= Asynchronous DNS resolver library (development snapshot) + +LICENSE= ISCL BSD4CLAUSE BSD3CLAUSE BSD2CLAUSE +LICENSE_COMB= multi +LICENSE_FILE= ${WRKSRC}/LICENCE + +CONFLICTS= libasr-[0-9]* +GNU_CONFIGURE= yes +CFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +USE_LDCONFIG= yes + +.include <bsd.port.mk> diff --git a/dns/libasr-devel/distinfo b/dns/libasr-devel/distinfo new file mode 100644 index 000000000000..79c46dcc3477 --- /dev/null +++ b/dns/libasr-devel/distinfo @@ -0,0 +1,2 @@ +SHA256 (libasr-201501300026.tar.gz) = 7e2f2cfc1553b94f3692c74d313b0e4775d5ad18d2efc50396669e16d328e991 +SIZE (libasr-201501300026.tar.gz) = 402470 diff --git a/dns/libasr-devel/pkg-descr b/dns/libasr-devel/pkg-descr new file mode 100644 index 000000000000..6b2c176bdd61 --- /dev/null +++ b/dns/libasr-devel/pkg-descr @@ -0,0 +1,14 @@ +libasr is a FREE asynchronous DNS resolver. + +libasr runs on top of the OpenBSD operating system but also has a portable +version that can build and run on several systems, including: + +* Linux +* FreeBSD +* NetBSD +* DragonFly +* MacOSX + +This port packages the development snapshots released by OpenSMTPD team. + +WWW: https://github.com/OpenSMTPD/libasr diff --git a/dns/libasr-devel/pkg-plist b/dns/libasr-devel/pkg-plist new file mode 100644 index 000000000000..316800a2cce7 --- /dev/null +++ b/dns/libasr-devel/pkg-plist @@ -0,0 +1,6 @@ +@comment $FreeBSD$ +include/asr.h +lib/libasr.a +lib/libasr.la +lib/libasr.so +lib/libasr.so.0 |