svn commit: r378601 - in head/dns: . libasr-devel
Ashish SHUKLA
ashish at FreeBSD.org
Sat Feb 7 15:58:35 UTC 2015
Author: ashish
Date: Sat Feb 7 15:58:33 2015
New Revision: 378601
URL: https://svnweb.freebsd.org/changeset/ports/378601
QAT: https://qat.redports.org/buildarchive/r378601/
Log:
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
Added:
head/dns/libasr-devel/
head/dns/libasr-devel/Makefile (contents, props changed)
head/dns/libasr-devel/distinfo (contents, props changed)
head/dns/libasr-devel/pkg-descr (contents, props changed)
head/dns/libasr-devel/pkg-plist (contents, props changed)
Modified:
head/dns/Makefile
Modified: head/dns/Makefile
==============================================================================
--- head/dns/Makefile Sat Feb 7 15:54:26 2015 (r378600)
+++ head/dns/Makefile Sat Feb 7 15:58:33 2015 (r378601)
@@ -72,6 +72,7 @@
SUBDIR += ldns
SUBDIR += ldnsm
SUBDIR += libasr
+ SUBDIR += libasr-devel
SUBDIR += libbind
SUBDIR += libdjbdns
SUBDIR += libidn
Added: head/dns/libasr-devel/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/dns/libasr-devel/Makefile Sat Feb 7 15:58:33 2015 (r378601)
@@ -0,0 +1,25 @@
+# Created by: Ashish SHUKLA <ashish at 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 at 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>
Added: head/dns/libasr-devel/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/dns/libasr-devel/distinfo Sat Feb 7 15:58:33 2015 (r378601)
@@ -0,0 +1,2 @@
+SHA256 (libasr-201501300026.tar.gz) = 7e2f2cfc1553b94f3692c74d313b0e4775d5ad18d2efc50396669e16d328e991
+SIZE (libasr-201501300026.tar.gz) = 402470
Added: head/dns/libasr-devel/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/dns/libasr-devel/pkg-descr Sat Feb 7 15:58:33 2015 (r378601)
@@ -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
Added: head/dns/libasr-devel/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/dns/libasr-devel/pkg-plist Sat Feb 7 15:58:33 2015 (r378601)
@@ -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-head
mailing list