diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2023-10-25 22:25:18 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2023-10-25 22:28:15 +0000 |
commit | 698f6c34b0f718a2c24df62f76feae6a97ac8afb (patch) | |
tree | cebfda408f6d6eac0cebc74601bab7e5cd6b3235 /dns | |
parent | 53756132af44a0b431a8b1cfb86e089d13521570 (diff) | |
download | ports-698f6c34b0f718a2c24df62f76feae6a97ac8afb.tar.gz ports-698f6c34b0f718a2c24df62f76feae6a97ac8afb.zip |
Diffstat (limited to 'dns')
-rw-r--r-- | dns/Makefile | 2 | ||||
-rw-r--r-- | dns/libasr-devel/Makefile | 30 | ||||
-rw-r--r-- | dns/libasr-devel/distinfo | 2 | ||||
-rw-r--r-- | dns/libasr-devel/pkg-descr | 12 | ||||
-rw-r--r-- | dns/libasr-devel/pkg-plist | 6 | ||||
-rw-r--r-- | dns/libasr/Makefile | 29 | ||||
-rw-r--r-- | dns/libasr/distinfo | 3 | ||||
-rw-r--r-- | dns/libasr/files/patch-src_getnetnamadr__async.c | 10 | ||||
-rw-r--r-- | dns/libasr/files/patch-src_res__search__async.c | 10 | ||||
-rw-r--r-- | dns/libasr/pkg-descr | 10 | ||||
-rw-r--r-- | dns/libasr/pkg-plist | 5 |
11 files changed, 0 insertions, 119 deletions
diff --git a/dns/Makefile b/dns/Makefile index f66925dd5353..5caf3d7098de 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -93,8 +93,6 @@ SUBDIR += ldapdns SUBDIR += ldns SUBDIR += letsdns - SUBDIR += libasr - SUBDIR += libasr-devel SUBDIR += libbind SUBDIR += libidn SUBDIR += libidn2 diff --git a/dns/libasr-devel/Makefile b/dns/libasr-devel/Makefile deleted file mode 100644 index 1358c9cb7fd3..000000000000 --- a/dns/libasr-devel/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -PORTNAME= libasr -PORTVERSION= 201602131606 -PORTREVISION= 4 -CATEGORIES= dns -MASTER_SITES= http://www.opensmtpd.org/archives/ -PKGNAMESUFFIX= -devel - -MAINTAINER= fluffy@FreeBSD.org -COMMENT= Asynchronous DNS resolver library (development snapshot) -WWW= https://github.com/OpenSMTPD/libasr - -LICENSE= ISCL BSD4CLAUSE BSD3CLAUSE BSD2CLAUSE -LICENSE_COMB= multi -LICENSE_FILE= ${WRKSRC}/LICENCE - -USES= cpe groff libtool - -CONFLICTS= libasr - -CPE_VENDOR= openbsd - -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -CONFIGURE_ARGS= --with-mantype="man" -INSTALL_TARGET= install-strip - -post-patch: - ${REINPLACE_CMD} -e '/opensslv.h/d' ${WRKSRC}/openbsd-compat/includes.h - -.include <bsd.port.mk> diff --git a/dns/libasr-devel/distinfo b/dns/libasr-devel/distinfo deleted file mode 100644 index 74115113d3ae..000000000000 --- a/dns/libasr-devel/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (libasr-201602131606.tar.gz) = e5684a08d5eb61d68a94a24688f23bee8785c8a51a1bd34c88cae5aee5aa6da2 -SIZE (libasr-201602131606.tar.gz) = 396449 diff --git a/dns/libasr-devel/pkg-descr b/dns/libasr-devel/pkg-descr deleted file mode 100644 index 5a1bb49b1e26..000000000000 --- a/dns/libasr-devel/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -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. diff --git a/dns/libasr-devel/pkg-plist b/dns/libasr-devel/pkg-plist deleted file mode 100644 index f90cd798bf99..000000000000 --- a/dns/libasr-devel/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -include/asr.h -lib/libasr.a -lib/libasr.so -lib/libasr.so.0 -lib/libasr.so.0.0.2 -man/man3/asr_run.3.gz diff --git a/dns/libasr/Makefile b/dns/libasr/Makefile deleted file mode 100644 index 0dc93a2e4fb7..000000000000 --- a/dns/libasr/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -PORTNAME= libasr -PORTVERSION= 1.0.4 -CATEGORIES= dns -MASTER_SITES= http://www.opensmtpd.org/archives/ - -MAINTAINER= fluffy@FreeBSD.org -COMMENT= Asynchronous DNS resolver library -WWW= https://github.com/OpenSMTPD/libasr - -LICENSE= ISCL BSD4CLAUSE BSD3CLAUSE BSD2CLAUSE -LICENSE_COMB= multi -LICENSE_FILE= ${WRKSRC}/LICENCE - -USES= cpe groff libtool - -CONFLICTS= libasr-devel - -CPE_VENDOR= openbsd - -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -CONFIGURE_ARGS= --with-mantype="man" - -post-patch: -# Obsoleted on RFC 2553bis-02 - ${REINPLACE_CMD} 's|EAI_NODATA|EAI_NONAME|g' \ - ${WRKSRC}/src/getaddrinfo_async.c - -.include <bsd.port.mk> diff --git a/dns/libasr/distinfo b/dns/libasr/distinfo deleted file mode 100644 index e6585d4af6f8..000000000000 --- a/dns/libasr/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1589901956 -SHA256 (libasr-1.0.4.tar.gz) = 19fb6bed10d15c9775c8d008cd1130155917ae4e801c729fe85e6d88a545dab4 -SIZE (libasr-1.0.4.tar.gz) = 413258 diff --git a/dns/libasr/files/patch-src_getnetnamadr__async.c b/dns/libasr/files/patch-src_getnetnamadr__async.c deleted file mode 100644 index 10bdbc3a3726..000000000000 --- a/dns/libasr/files/patch-src_getnetnamadr__async.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/getnetnamadr_async.c.orig 2019-09-28 14:09:47 UTC -+++ src/getnetnamadr_async.c -@@ -19,6 +19,7 @@ - - #include <sys/types.h> - #include <sys/socket.h> -+#include <netinet/in.h> - #include <arpa/inet.h> - #include <arpa/nameser.h> - #include <netdb.h> diff --git a/dns/libasr/files/patch-src_res__search__async.c b/dns/libasr/files/patch-src_res__search__async.c deleted file mode 100644 index 8a1ad468b0d7..000000000000 --- a/dns/libasr/files/patch-src_res__search__async.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/res_search_async.c.orig 2019-09-28 14:09:47 UTC -+++ src/res_search_async.c -@@ -20,6 +20,7 @@ - #include <sys/types.h> - #include <sys/socket.h> - #include <sys/uio.h> -+#include <netinet/in.h> - #include <arpa/nameser.h> - #include <netdb.h> - diff --git a/dns/libasr/pkg-descr b/dns/libasr/pkg-descr deleted file mode 100644 index 689af3018570..000000000000 --- a/dns/libasr/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -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 diff --git a/dns/libasr/pkg-plist b/dns/libasr/pkg-plist deleted file mode 100644 index 0493c25e9543..000000000000 --- a/dns/libasr/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -include/asr.h -lib/libasr.a -lib/libasr.so -lib/libasr.so.0 -lib/libasr.so.0.0.3 |