svn commit: r378600 - in head/dns: . libasr
Ashish SHUKLA
ashish at FreeBSD.org
Sat Feb 7 15:54:29 UTC 2015
Author: ashish
Date: Sat Feb 7 15:54:26 2015
New Revision: 378600
URL: https://svnweb.freebsd.org/changeset/ports/378600
QAT: https://qat.redports.org/buildarchive/r378600/
Log:
Add port dns/libasr
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
WWW: https://github.com/OpenSMTPD/libasr
Added:
head/dns/libasr/
head/dns/libasr/Makefile (contents, props changed)
head/dns/libasr/distinfo (contents, props changed)
head/dns/libasr/pkg-descr (contents, props changed)
head/dns/libasr/pkg-plist (contents, props changed)
Modified:
head/dns/Makefile
Modified: head/dns/Makefile
==============================================================================
--- head/dns/Makefile Sat Feb 7 15:45:06 2015 (r378599)
+++ head/dns/Makefile Sat Feb 7 15:54:26 2015 (r378600)
@@ -71,6 +71,7 @@
SUBDIR += ldapdns
SUBDIR += ldns
SUBDIR += ldnsm
+ SUBDIR += libasr
SUBDIR += libbind
SUBDIR += libdjbdns
SUBDIR += libidn
Added: head/dns/libasr/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/dns/libasr/Makefile Sat Feb 7 15:54:26 2015 (r378600)
@@ -0,0 +1,24 @@
+# Created by: Ashish SHUKLA <ashish at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= libasr
+PORTVERSION= 1.0.1
+CATEGORIES= dns
+MASTER_SITES= http://www.opensmtpd.org/archives/ \
+ http://distfiles.pirateparty.in/ashish/
+
+MAINTAINER= ashish at FreeBSD.org
+COMMENT= Asynchronous DNS resolver library
+
+LICENSE= ISCL BSD4CLAUSE BSD3CLAUSE BSD2CLAUSE
+LICENSE_COMB= multi
+LICENSE_FILE= ${WRKSRC}/LICENCE
+
+CONFLICTS= libasr-devel-[0-9]*
+GNU_CONFIGURE= yes
+CFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
+
+USE_LDCONFIG= yes
+
+.include <bsd.port.mk>
Added: head/dns/libasr/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/dns/libasr/distinfo Sat Feb 7 15:54:26 2015 (r378600)
@@ -0,0 +1,2 @@
+SHA256 (libasr-1.0.1.tar.gz) = 262471e312d623e4951a133ed4c16a74d57f0a02554ca4ed7b4b575456620182
+SIZE (libasr-1.0.1.tar.gz) = 403110
Added: head/dns/libasr/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/dns/libasr/pkg-descr Sat Feb 7 15:54:26 2015 (r378600)
@@ -0,0 +1,12 @@
+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
+
+WWW: https://github.com/OpenSMTPD/libasr
Added: head/dns/libasr/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/dns/libasr/pkg-plist Sat Feb 7 15:54:26 2015 (r378600)
@@ -0,0 +1,6 @@
+ at comment $FreeBSD$
+include/asr.h
+lib/libasr.a
+lib/libasr.la
+lib/libasr.so
+lib/libasr.so.0
More information about the svn-ports-all
mailing list