diff options
author | rene <rene@FreeBSD.org> | 2018-11-04 18:34:50 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2018-11-04 18:34:50 +0800 |
commit | 7207edca53e3e9bfac0cdf79f83a9c0e2045d8ab (patch) | |
tree | 52798597820f0b96807950c5e32888895f079030 /irc | |
parent | adf7c116f9041279469318b23a2181471d449b3d (diff) | |
download | freebsd-ports-gnome-7207edca53e3e9bfac0cdf79f83a9c0e2045d8ab.tar.gz freebsd-ports-gnome-7207edca53e3e9bfac0cdf79f83a9c0e2045d8ab.tar.zst freebsd-ports-gnome-7207edca53e3e9bfac0cdf79f83a9c0e2045d8ab.zip |
Remove expired port:
2018-11-03 irc/netwalker-ircc: Upstream gone, very old code base, use modern irc client instead
Diffstat (limited to 'irc')
-rw-r--r-- | irc/Makefile | 1 | ||||
-rw-r--r-- | irc/netwalker-ircc/Makefile | 47 | ||||
-rw-r--r-- | irc/netwalker-ircc/distinfo | 2 | ||||
-rw-r--r-- | irc/netwalker-ircc/files/patch-config.h | 14 | ||||
-rw-r--r-- | irc/netwalker-ircc/files/patch-netwalker.1 | 11 | ||||
-rw-r--r-- | irc/netwalker-ircc/pkg-descr | 3 | ||||
-rw-r--r-- | irc/netwalker-ircc/pkg-plist | 17 |
7 files changed, 0 insertions, 95 deletions
diff --git a/irc/Makefile b/irc/Makefile index 4e7c45f0a837..81a00a9aebd5 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -67,7 +67,6 @@ SUBDIR += minbif SUBDIR += muh SUBDIR += nethirc - SUBDIR += netwalker-ircc SUBDIR += ngircd SUBDIR += ninja SUBDIR += onis diff --git a/irc/netwalker-ircc/Makefile b/irc/netwalker-ircc/Makefile deleted file mode 100644 index 99eb7c70b65b..000000000000 --- a/irc/netwalker-ircc/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -# Created by: Emanuel Haupt <ehaupt@critical.ch> -# $FreeBSD$ - -PORTNAME= netwalker-ircc -PORTVERSION= 0.5.0 -PORTREVISION= 2 -CATEGORIES= irc -MASTER_SITES= LOCAL/ehaupt - -MAINTAINER= ports@FreeBSD.org -COMMENT= Lightweight curses-based IRC client - -LICENSE= GPLv2 - -# Also see PR 226177. -DEPRECATED= Upstream gone, very old code base, use modern irc client instead -EXPIRATION_DATE= 2018-11-03 - -USES= ncurses tar:tgz - -LDFLAGS+= -lncurses -lpthread - -.include <bsd.port.pre.mk> - -# Does not compile with clang 6.0.0; PR 226177. -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200056 -USE_GCC= 6 -.endif - -post-patch: - @${SED} -e "s|%%PREFIX%%|${PREFIX}|g" \ - ${WRKSRC}/config.h > ${WRKSRC}/config.h.freebsd - ${MV} ${WRKSRC}/config.h.freebsd ${WRKSRC}/config.h - -do-build: -.for file in main functions screen server user messages signals parameter userdb - ${CXX} ${CFLAGS} -c ${WRKSRC}/${file}.cc -o ${WRKSRC}/${file}.o -.endfor - ${CXX} ${LDFLAGS} -L${WRKSRC}/ ${WRKSRC}/*.o -o ${WRKSRC}/netwalker - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/netwalker ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/netwalker.1 ${STAGEDIR}${MANPREFIX}/man/man1 - @${MKDIR} ${STAGEDIR}${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/help/* ${STAGEDIR}${PREFIX}/share/netwalker-ircc - -.include <bsd.port.post.mk> diff --git a/irc/netwalker-ircc/distinfo b/irc/netwalker-ircc/distinfo deleted file mode 100644 index 2e56fe8804eb..000000000000 --- a/irc/netwalker-ircc/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (netwalker-ircc-0.5.0.tgz) = e3b62aaf80bff94527a71bb52dec58689dbc66a3bc465ae91f948d0f20902256 -SIZE (netwalker-ircc-0.5.0.tgz) = 54768 diff --git a/irc/netwalker-ircc/files/patch-config.h b/irc/netwalker-ircc/files/patch-config.h deleted file mode 100644 index 94883a0b40dd..000000000000 --- a/irc/netwalker-ircc/files/patch-config.h +++ /dev/null @@ -1,14 +0,0 @@ ---- config.h.orig Sat Dec 4 17:43:47 2004 -+++ config.h Sat Dec 4 17:44:04 2004 -@@ -47,9 +47,9 @@ - #define PART_QUIT_MSG_LEN 256 - #define CTCP_VERSION_REPLY "Netwalker IRC-Client" - --#define FILES_HELP_DIRECTORY "/usr/share/netwalker-ircc/" -+#define FILES_HELP_DIRECTORY "%%PREFIX%%/share/netwalker-ircc/" - #define FILES_HELP_INDEX_FILE "/helpindex.asc" --#define FILES_CONFIG_FILE "/.netwalkerircc.conf" -+#define FILES_CONFIG_FILE "/.netwalkerircc" - - /* some default values */ - #define DEFAULT_NICKNAME "ABC" diff --git a/irc/netwalker-ircc/files/patch-netwalker.1 b/irc/netwalker-ircc/files/patch-netwalker.1 deleted file mode 100644 index d35ab0499447..000000000000 --- a/irc/netwalker-ircc/files/patch-netwalker.1 +++ /dev/null @@ -1,11 +0,0 @@ ---- netwalker.1.orig Sat Dec 4 17:44:31 2004 -+++ netwalker.1 Sat Dec 4 17:44:58 2004 -@@ -33,7 +33,7 @@ - .SH CONFIGURATION FILE - after you used the command 'netwalker -c' there will be a - .br --default configuration-file (atm called: '.netwalkerircc.conf') in your home directory. -+default configuration-file (atm called: '.netwalkerircc') in your home directory. - .br - Available config-file options: - .br diff --git a/irc/netwalker-ircc/pkg-descr b/irc/netwalker-ircc/pkg-descr deleted file mode 100644 index 063230b4c46f..000000000000 --- a/irc/netwalker-ircc/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Netwalker is a tiny curses-based IRC client. The current version is written in -c/cpp. Future releases are planed to be written in plain cpp. Netwalker aims to -be a slim IRC client. diff --git a/irc/netwalker-ircc/pkg-plist b/irc/netwalker-ircc/pkg-plist deleted file mode 100644 index 9f5653fd4100..000000000000 --- a/irc/netwalker-ircc/pkg-plist +++ /dev/null @@ -1,17 +0,0 @@ -bin/netwalker -man/man1/netwalker.1.gz -%%DATADIR%%/help_connect.asc -%%DATADIR%%/help_ctcp.asc -%%DATADIR%%/help_disconnect.asc -%%DATADIR%%/help_help.asc -%%DATADIR%%/help_join.asc -%%DATADIR%%/help_me.asc -%%DATADIR%%/help_msg.asc -%%DATADIR%%/help_nick.asc -%%DATADIR%%/help_part.asc -%%DATADIR%%/help_quit.asc -%%DATADIR%%/help_reconnect.asc -%%DATADIR%%/help_screen.asc -%%DATADIR%%/help_topic.asc -%%DATADIR%%/help_who.asc -%%DATADIR%%/helpindex.asc |