From owner-svn-ports-head@FreeBSD.ORG Sat Feb 7 15:54:29 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4D8C61E3; Sat, 7 Feb 2015 15:54:29 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3763C7D0; Sat, 7 Feb 2015 15:54:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t17FsSxV064110; Sat, 7 Feb 2015 15:54:28 GMT (envelope-from ashish@FreeBSD.org) Received: (from ashish@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t17FsRIs064104; Sat, 7 Feb 2015 15:54:27 GMT (envelope-from ashish@FreeBSD.org) Message-Id: <201502071554.t17FsRIs064104@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ashish set sender to ashish@FreeBSD.org using -f From: Ashish SHUKLA Date: Sat, 7 Feb 2015 15:54:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378600 - in head/dns: . libasr X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2015 15:54:29 -0000 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 +# $FreeBSD$ + +PORTNAME= libasr +PORTVERSION= 1.0.1 +CATEGORIES= dns +MASTER_SITES= http://www.opensmtpd.org/archives/ \ + http://distfiles.pirateparty.in/ashish/ + +MAINTAINER= ashish@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 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 @@ +@comment $FreeBSD$ +include/asr.h +lib/libasr.a +lib/libasr.la +lib/libasr.so +lib/libasr.so.0