1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

devel/libopkele: Remove expired port

2024-04-24 devel/libopkele: Last upstream release was in 2009
This commit is contained in:
Rene Ladan 2024-05-29 09:35:40 -04:00
parent f3a63acd1f
commit 59327c2595
10 changed files with 1 additions and 118 deletions

1
MOVED
View File

@ -3270,3 +3270,4 @@ devel/rubygem-flipper025|devel/rubygem-flipper|2024-05-28|Remove obsoleted port.
www/rubygem-rqrcode2|www/rubygem-rqrcode|2024-05-28|Remove obsoleted port. Use www/rubygem-rqrcode instead
net/iaxmodem||2024-05-29|Has expired: outdated and uses end-of-life version of GCC
www/mod_auth_openid||2024-05-29|Has expired: Depends on expired devel/libopkele
devel/libopkele||2024-05-29|Has expired: Last upstream release was in 2009

View File

@ -1360,7 +1360,6 @@
SUBDIR += libopenbsd
SUBDIR += libopencm3
SUBDIR += libopentracing
SUBDIR += libopkele
SUBDIR += liborcus
SUBDIR += libosinfo
SUBDIR += libowfat

View File

@ -1,45 +0,0 @@
PORTNAME= libopkele
PORTVERSION= 2.0.4
PORTREVISION= 21
CATEGORIES= devel
MASTER_SITES= http://kin.klever.net/dist/
PATCH_SITES= https://github.com/hacker/libopkele/commit/
PATCHFILES= 62f3ba4ecb92.diff:-p1
MAINTAINER= zhoushuqun@gmail.com
COMMENT= C++ implementation of an OpenID decentralized identity system
WWW= https://kin.klever.net/libopkele/
DEPRECATED= Last upstream release was in 2009
EXPIRATION_DATE=2024-04-24
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs
RUN_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs
LIB_DEPENDS= libcurl.so:ftp/curl \
libpcre.so:devel/pcre \
libexpat.so:textproc/expat2 \
libtidy5.so:www/tidy-html5 \
libxslt.so:textproc/libxslt
USES= gmake libtool localbase:ldflags pathfix \
pkgconfig ssl
USE_CXXSTD= c++14
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \
OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto"
post-patch:
@${REINPLACE_CMD} -e "/^Requires:/s,openssl ,," \
${WRKSRC}/libopkele.pc.in
@${REINPLACE_CMD} -e "s/-ltidy/-ltidy5/g" \
${WRKSRC}/configure
@${REINPLACE_CMD} -e "s/buffio.h/tidybuffio.h/g" \
${WRKSRC}/include/opkele/tidy.h
.include <bsd.port.mk>

View File

@ -1,5 +0,0 @@
TIMESTAMP = 1298297231
SHA256 (libopkele-2.0.4.tar.gz) = 57a5bc753b7e80c5ece1e5968b2051b0ce7ed9ce4329d17122c61575a9ea7648
SIZE (libopkele-2.0.4.tar.gz) = 391054
SHA256 (62f3ba4ecb92.diff) = 0a2d255f3f040de1fed6e1ac39c836f45217cd8e24a4ea6b965d1b2ec3d591c5
SIZE (62f3ba4ecb92.diff) = 3354

View File

@ -1,11 +0,0 @@
--- include/opkele/discovery.h.orig 2008-06-25 20:50:26.000000000 +0000
+++ include/opkele/discovery.h
@@ -21,7 +21,7 @@ namespace opkele {
public:
inline _DT& add(long priority,const _DT& d) {
- return insert(typename map_type::value_type(priority,d))->second;
+ return this->insert(typename map_type::value_type(priority,d))->second;
}
bool has_value(const _DT& d) const {

View File

@ -1,11 +0,0 @@
--- lib/curl.cc.orig 2018-07-07 18:25:16 UTC
+++ lib/curl.cc
@@ -45,7 +45,7 @@ namespace opkele {
|| (r=easy_setopt(CURLOPT_MAXREDIRS,5))
|| (r=easy_setopt(CURLOPT_DNS_CACHE_TIMEOUT,120))
|| (r=easy_setopt(CURLOPT_DNS_USE_GLOBAL_CACHE,1))
- || (r=easy_setopt(CURLOPT_USERAGENT,PACKAGE_NAME"/"PACKAGE_SRC_VERSION))
+ || (r=easy_setopt(CURLOPT_USERAGENT,PACKAGE_NAME "/" PACKAGE_SRC_VERSION))
|| (r=easy_setopt(CURLOPT_TIMEOUT,20))
#ifdef DISABLE_CURL_SSL_VERIFYHOST
|| (r=easy_setopt(CURLOPT_SSL_VERIFYHOST,0))

View File

@ -1,10 +0,0 @@
--- test/idiscover.cc.orig 2008-06-25 20:50:26.000000000 +0000
+++ test/idiscover.cc
@@ -2,6 +2,7 @@
#include <stdexcept>
#include <iterator>
#include <algorithm>
+#include <unistd.h>
using namespace std;
#include <opkele/exception.h>
#include <opkele/discovery.h>

View File

@ -1,9 +0,0 @@
--- test/test.cc.orig 2009-12-12 20:22:34.000000000 +0000
+++ test/test.cc
@@ -1,5 +1,6 @@
#include <iostream>
#include <stdexcept>
+#include <unistd.h>
using namespace std;
#include <opkele/exception.h>
#include <opkele/util.h>

View File

@ -1,3 +0,0 @@
libopkele is a c++ implementation of an OpenID decentralized identity
system. It provides OpenID protocol handling, leaving authentication
and user interaction to the implementor.

View File

@ -1,23 +0,0 @@
include/opkele/acconfig.h
include/opkele/association.h
include/opkele/ax.h
include/opkele/basic_op.h
include/opkele/basic_rp.h
include/opkele/exception.h
include/opkele/extension.h
include/opkele/extension_chain.h
include/opkele/iterator.h
include/opkele/oauth_ext.h
include/opkele/opkele-config.h
include/opkele/prequeue_rp.h
include/opkele/sreg.h
include/opkele/tr1-mem.h
include/opkele/types.h
include/opkele/uris.h
include/opkele/util.h
include/opkele/verify_op.h
lib/libopkele.a
lib/libopkele.so
lib/libopkele.so.3
lib/libopkele.so.3.0.0
libdata/pkgconfig/libopkele.pc