git: befb312a87d9 - main - irc/pircbot: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 Apr 2024 11:55:49 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=befb312a87d913f9958f09f48c243583177a73f6 commit befb312a87d913f9958f09f48c243583177a73f6 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2024-04-01 11:55:40 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2024-04-01 11:55:40 +0000 irc/pircbot: Remove expired port 2024-03-31 irc/pircbot: Abandoned upstream, last release in 2009 and superseded by pircbotx (fork) --- MOVED | 1 + irc/Makefile | 1 - irc/pircbot/Makefile | 32 ---------------------------- irc/pircbot/distinfo | 2 -- irc/pircbot/files/pkg-message.in | 13 ------------ irc/pircbot/pkg-descr | 4 ---- irc/pircbot/pkg-plist | 45 ---------------------------------------- 7 files changed, 1 insertion(+), 97 deletions(-) diff --git a/MOVED b/MOVED index eee0558510be..981452e3b419 100644 --- a/MOVED +++ b/MOVED @@ -3130,3 +3130,4 @@ devel/liblas||2024-04-01|Has expired: Upstream no longer continuing www/get_flash_videos|www/yt-dlp|2024-04-01|Has expired: Abandonware, consider using www/yt-dlp irc/rbot||2024-04-01|Has expired: Outdated, unmaintained in ports since 2016 editors/linux-sublime||2024-04-01|Has expired: This is the legacy version Use linux-sublime-text4 +irc/pircbot||2024-04-01|Has expired: Abandoned upstream, last release in 2009 and superseded by pircbotx (fork) diff --git a/irc/Makefile b/irc/Makefile index 343c2d5db7aa..221dedc1d04a 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -68,7 +68,6 @@ SUBDIR += p5-POE-Session-Irssi SUBDIR += p5-Parse-IRC SUBDIR += pear-Net_SmartIRC - SUBDIR += pircbot SUBDIR += pisg SUBDIR += polari SUBDIR += pounce diff --git a/irc/pircbot/Makefile b/irc/pircbot/Makefile deleted file mode 100644 index fc5050d7ce72..000000000000 --- a/irc/pircbot/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -PORTNAME= pircbot -PORTVERSION= 1.5.0 -PORTREVISION= 1 -CATEGORIES= irc java -MASTER_SITES= http://www.jibble.org/files/ \ - http://www.i-scream.org/pub/www.jibble.org/files/ - -MAINTAINER= tdb@FreeBSD.org -COMMENT= PircBot Java IRC Bot Framework -WWW= http://www.jibble.org/pircbot.php - -LICENSE= GPLv2 - -DEPRECATED= Abandoned upstream, last release in 2009 and superseded by pircbotx (fork) -EXPIRATION_DATE=2024-03-31 - -USES= zip -NO_BUILD= yes -NO_ARCH= yes -USE_JAVA= yes - -SUB_FILES= pkg-message -SUB_LIST= JAVAJARDIR=${JAVAJARDIR} - -OPTIONS_DEFINE= DOCS - -do-install: - ${INSTALL_DATA} ${WRKSRC}/pircbot.jar ${STAGEDIR}${JAVAJARDIR} - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${CP} -r ${WRKSRC}/javadocs/* ${STAGEDIR}${DOCSDIR}/ - -.include <bsd.port.mk> diff --git a/irc/pircbot/distinfo b/irc/pircbot/distinfo deleted file mode 100644 index 88728f41160e..000000000000 --- a/irc/pircbot/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (pircbot-1.5.0.zip) = 67bf7a65b9de535f129b4a8364642943718b7fb3644b59170d42b85f77f94768 -SIZE (pircbot-1.5.0.zip) = 199450 diff --git a/irc/pircbot/files/pkg-message.in b/irc/pircbot/files/pkg-message.in deleted file mode 100644 index 913fbf06da44..000000000000 --- a/irc/pircbot/files/pkg-message.in +++ /dev/null @@ -1,13 +0,0 @@ -[ -{ type: install - message: <<EOM -To use pircbot add %%JAVAJARDIR%%/pircbot.jar to -your classpath. A short tutorial can be found here: - http://www.jibble.org/pircbot.php - -If you have the DOCS option enabled the pircbot javadoc -documentation will also have been installed in: - %%DOCSDIR%% -EOM -} -] diff --git a/irc/pircbot/pkg-descr b/irc/pircbot/pkg-descr deleted file mode 100644 index 20756c59f130..000000000000 --- a/irc/pircbot/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -PircBot is a framework for an IRC Bot written in Java. -It allows you to create your own custom IRC Bots using -Java by building on the easy to use framework that is -already provided by the PircBot. diff --git a/irc/pircbot/pkg-plist b/irc/pircbot/pkg-plist deleted file mode 100644 index ada58624c16b..000000000000 --- a/irc/pircbot/pkg-plist +++ /dev/null @@ -1,45 +0,0 @@ -%%JAVAJARDIR%%/pircbot.jar -%%PORTDOCS%%%%DOCSDIR%%/constant-values.html -%%PORTDOCS%%%%DOCSDIR%%/org/jibble/pircbot/class-use/NickAlreadyInUseException.html -%%PORTDOCS%%%%DOCSDIR%%/org/jibble/pircbot/class-use/DccChat.html -%%PORTDOCS%%%%DOCSDIR%%/org/jibble/pircbot/class-use/DccFileTransfer.html -%%PORTDOCS%%%%DOCSDIR%%/org/jibble/pircbot/class-use/DccManager.html -%%PORTDOCS%%%%DOCSDIR%%/org/jibble/pircbot/class-use/IdentServer.html -%%PORTDOCS%%%%DOCSDIR%%/org/jibble/pircbot/class-use/InputThread.html -%%PORTDOCS%%%%DOCSDIR%%/org/jibble/pircbot/class-use/IrcException.html -%%PORTDOCS%%%%DOCSDIR%%/org/jibble/pircbot/class-use/OutputThread.html -%%PORTDOCS%%%%DOCSDIR%%/org/jibble/pircbot/class-use/PircBot.html -%%PORTDOCS%%%%DOCSDIR%%/org/jibble/pircbot/class-use/Queue.html -%%PORTDOCS%%%%DOCSDIR%%/org/jibble/pircbot/class-use/Colors.html -%%PORTDOCS%%%%DOCSDIR%%/org/jibble/pircbot/class-use/ReplyConstants.html -%%PORTDOCS%%%%DOCSDIR%%/org/jibble/pircbot/class-use/User.html -%%PORTDOCS%%%%DOCSDIR%%/org/jibble/pircbot/package-use.html -%%PORTDOCS%%%%DOCSDIR%%/org/jibble/pircbot/package-frame.html -%%PORTDOCS%%%%DOCSDIR%%/org/jibble/pircbot/package-summary.html -%%PORTDOCS%%%%DOCSDIR%%/org/jibble/pircbot/package-tree.html -%%PORTDOCS%%%%DOCSDIR%%/org/jibble/pircbot/DccChat.html -%%PORTDOCS%%%%DOCSDIR%%/org/jibble/pircbot/DccFileTransfer.html -%%PORTDOCS%%%%DOCSDIR%%/org/jibble/pircbot/DccManager.html -%%PORTDOCS%%%%DOCSDIR%%/org/jibble/pircbot/IdentServer.html -%%PORTDOCS%%%%DOCSDIR%%/org/jibble/pircbot/InputThread.html -%%PORTDOCS%%%%DOCSDIR%%/org/jibble/pircbot/OutputThread.html -%%PORTDOCS%%%%DOCSDIR%%/org/jibble/pircbot/PircBot.html -%%PORTDOCS%%%%DOCSDIR%%/org/jibble/pircbot/Queue.html -%%PORTDOCS%%%%DOCSDIR%%/org/jibble/pircbot/IrcException.html -%%PORTDOCS%%%%DOCSDIR%%/org/jibble/pircbot/NickAlreadyInUseException.html -%%PORTDOCS%%%%DOCSDIR%%/org/jibble/pircbot/Colors.html -%%PORTDOCS%%%%DOCSDIR%%/org/jibble/pircbot/ReplyConstants.html -%%PORTDOCS%%%%DOCSDIR%%/org/jibble/pircbot/User.html -%%PORTDOCS%%%%DOCSDIR%%/overview-tree.html -%%PORTDOCS%%%%DOCSDIR%%/index-all.html -%%PORTDOCS%%%%DOCSDIR%%/deprecated-list.html -%%PORTDOCS%%%%DOCSDIR%%/allclasses-frame.html -%%PORTDOCS%%%%DOCSDIR%%/allclasses-noframe.html -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%%%DOCSDIR%%/packages.html -%%PORTDOCS%%%%DOCSDIR%%/serialized-form.html -%%PORTDOCS%%%%DOCSDIR%%/package-list -%%PORTDOCS%%%%DOCSDIR%%/help-doc.html -%%PORTDOCS%%%%DOCSDIR%%/pircbot-style.css -%%PORTDOCS%%%%DOCSDIR%%/stylesheet.css -%%PORTDOCS%%%%DOCSDIR%%/resources/inherit.gif