From 1eff8ef98264343b7114477fd87a59af352afeac Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Fri, 25 Aug 2023 23:52:52 +0200 Subject: irc/birch: Remove expired port 2023-08-25 irc/birch: Upstream no longer maintained --- irc/Makefile | 1 - irc/birch/Makefile | 39 -------------------- irc/birch/distinfo | 3 -- irc/birch/files/pkg-message.in | 83 ------------------------------------------ irc/birch/pkg-descr | 3 -- 5 files changed, 129 deletions(-) delete mode 100644 irc/birch/Makefile delete mode 100644 irc/birch/distinfo delete mode 100644 irc/birch/files/pkg-message.in delete mode 100644 irc/birch/pkg-descr (limited to 'irc') diff --git a/irc/Makefile b/irc/Makefile index 20072c2a56e0..779accf75336 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -3,7 +3,6 @@ SUBDIR += anope SUBDIR += atheme-services SUBDIR += bip - SUBDIR += birch SUBDIR += bitchx SUBDIR += bitlbee SUBDIR += bitlbee-discord diff --git a/irc/birch/Makefile b/irc/birch/Makefile deleted file mode 100644 index 708f758316c5..000000000000 --- a/irc/birch/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -PORTNAME= birch -DISTVERSION= g20200327 -CATEGORIES= irc - -MAINTAINER= lcook@FreeBSD.org -COMMENT= IRC client written in bash -WWW= https://github.com/dylanaraps/birch - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE.md - -RUN_DEPENDS= bash:shells/bash - -USES= shebangfix -USE_GITHUB= yes -GH_ACCOUNT= dylanaraps -GH_TAGNAME= f04f673a57d3f416174fb84755d528aefe5adc6d -SHEBANG_FILES= ${PORTNAME} - -DEPRECATED= Upstream no longer maintained -EXPIRATION_DATE= 2023-08-25 - -NO_ARCH= yes -NO_BUILD= yes - -SUB_FILES= pkg-message -PLIST_FILES= bin/${PORTNAME} -PORTDOCS= README.md - -OPTIONS_DEFINE= DOCS - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - -post-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} - -.include diff --git a/irc/birch/distinfo b/irc/birch/distinfo deleted file mode 100644 index e7e5ae68b9e0..000000000000 --- a/irc/birch/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1585518968 -SHA256 (dylanaraps-birch-g20200327-f04f673a57d3f416174fb84755d528aefe5adc6d_GH0.tar.gz) = 3c07101640cf3b1d13304cf8a4ff0df490094645f4b7d4c2cd298468508ecc6e -SIZE (dylanaraps-birch-g20200327-f04f673a57d3f416174fb84755d528aefe5adc6d_GH0.tar.gz) = 8206 diff --git a/irc/birch/files/pkg-message.in b/irc/birch/files/pkg-message.in deleted file mode 100644 index 600b48082aa0..000000000000 --- a/irc/birch/files/pkg-message.in +++ /dev/null @@ -1,83 +0,0 @@ -[ -{ type: install - message: < - Join a channel. -/part - Leave a channel. -/quit - Quit out of birch. - -Messages - -/msg - Message a user. -/me - Send an action. - -Navigation - -/next - Next buffer. -/prev - Previous buffer. -/ - Buffer by number (0 indexed). - -Other - -/nick - Change nickname. -/names - Display all nicks in channel. -/topic - Display channel topic. -/raw - Send a raw IRC message. -EOM -} -] diff --git a/irc/birch/pkg-descr b/irc/birch/pkg-descr deleted file mode 100644 index 6b2b852f7e58..000000000000 --- a/irc/birch/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Minimal IRC client written in bash, featuring the full power of readline for -input and keybindings, tab completion of nicks and unique (or semi-unique) -nick colors. -- cgit v1.2.3