diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2024-04-01 10:41:16 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2024-04-01 10:41:16 +0000 |
| commit | 8b23bbd5cae1c0c992aae1076cb70e8741d95084 (patch) | |
| tree | 706ea80c40039893feeb8c421a2284edd55d3127 | |
| parent | 11c511de6048023cac7e49ab0b59589d19f3db55 (diff) | |
devel/lion: Remove expired port
2024-03-31 devel/lion: Upstream site is removed and library is no longer available
| -rw-r--r-- | MOVED | 1 | ||||
| -rw-r--r-- | devel/Makefile | 1 | ||||
| -rw-r--r-- | devel/lion/Makefile | 38 | ||||
| -rw-r--r-- | devel/lion/distinfo | 2 | ||||
| -rw-r--r-- | devel/lion/pkg-descr | 5 | ||||
| -rw-r--r-- | devel/lion/pkg-plist | 16 |
6 files changed, 1 insertions, 62 deletions
@@ -3089,3 +3089,4 @@ java/sablevm-classpath||2024-04-01|Has expired: Only user in tree is java/sablev java/sablevm||2024-04-01|Has expired: Abandonware, last release in 2007 and is no longer being developed editors/asedit||2024-04-01|Has expired: Last upstream release was in 2003 devel/premake||2024-04-01|Has expired: Legacy unsupported version, consider devel/premake4 or devel/premake5 +devel/lion||2024-04-01|Has expired: Upstream site is removed and library is no longer available diff --git a/devel/Makefile b/devel/Makefile index 6d49656cd376..f9edd78386d7 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1501,7 +1501,6 @@ SUBDIR += linux-ltp SUBDIR += linux-sublime-merge SUBDIR += linux_libusb - SUBDIR += lion SUBDIR += listserialc SUBDIR += liteide SUBDIR += llbuild diff --git a/devel/lion/Makefile b/devel/lion/Makefile deleted file mode 100644 index c1f03caa0239..000000000000 --- a/devel/lion/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -PORTNAME= lion -DISTVERSION= 20060630 -CATEGORIES= devel net -MASTER_SITES= http://www.lundman.net/ftp/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Multi-platform, event-driven, simple networking library -WWW= https://www.lundman.net/wiki/index.php/LiON - -LICENSE= BSD3CLAUSE -LICENSE_FILE= ${WRKSRC}/license.txt - -BROKEN= Unfetchable -DEPRECATED= Upstream site is removed and library is no longer available -EXPIRATION_DATE=2024-03-31 - -# TODO -# add support for SSL/TLS/OpenSSL -USES= gmake tar:tgz -WRKSRC= ${WRKDIR}/${PORTNAME} -ALL_TARGET= default - -INCLUDES= base64.h connections.h io.h lfnmatch.h lgroup.h lion.h \ - lion_rcsid.h lion_types.h misc.h pipe.h sockets.h \ - timers.h tls.h udp.h zlib.h - -post-patch: - @${REINPLACE_CMD} -E 's,^(CC|LDFLAGS) *=,\1 ?=,' \ - ${WRKSRC}/Makefile - -do-install: - ${INSTALL_DATA} ${WRKSRC}/liblion.a ${STAGEDIR}${PREFIX}/lib - @${MKDIR} ${STAGEDIR}${PREFIX}/include/lion -.for i in ${INCLUDES} - ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${PREFIX}/include/lion -.endfor - -.include <bsd.port.mk> diff --git a/devel/lion/distinfo b/devel/lion/distinfo deleted file mode 100644 index c2de2bb47c50..000000000000 --- a/devel/lion/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (lion-20060630.tgz) = 8be745c89c86055fc1463f777a5a66b90b3a6d822db4212b948f249271e51b94 -SIZE (lion-20060630.tgz) = 231190 diff --git a/devel/lion/pkg-descr b/devel/lion/pkg-descr deleted file mode 100644 index 4f665c836f43..000000000000 --- a/devel/lion/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -LiON (Lund's Input Output Library) is a C library to quickly develop -programs that are event-driven, networked, non-blocking and portable. -It includes a simple API to do any networking, file I/O and pipes. - -It is multiplatform and runs on POSIX-like systems and Windows. diff --git a/devel/lion/pkg-plist b/devel/lion/pkg-plist deleted file mode 100644 index 1cf7070ff632..000000000000 --- a/devel/lion/pkg-plist +++ /dev/null @@ -1,16 +0,0 @@ -include/lion/base64.h -include/lion/connections.h -include/lion/io.h -include/lion/lfnmatch.h -include/lion/lgroup.h -include/lion/lion.h -include/lion/lion_rcsid.h -include/lion/lion_types.h -include/lion/misc.h -include/lion/pipe.h -include/lion/sockets.h -include/lion/timers.h -include/lion/tls.h -include/lion/udp.h -include/lion/zlib.h -lib/liblion.a |
