aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2024-05-15 20:34:14 +0000
committerRene Ladan <rene@FreeBSD.org>2024-05-15 20:34:14 +0000
commitcb8dd294ccc41301dab19886648114363e35bc95 (patch)
tree281ef5a0365434f4ae11ab46c096262be8799627
parenta01cb57b95fb80be4331253e6848ffe94df4e5f5 (diff)
downloadports-cb8dd294ccc41301dab19886648114363e35bc95.tar.gz
ports-cb8dd294ccc41301dab19886648114363e35bc95.zip
irc/sic: Remove expired port
2024-05-15 irc/sic: Last upstream release was in 2001 and no upstream WWW
-rw-r--r--MOVED1
-rw-r--r--irc/Makefile1
-rw-r--r--irc/sic/Makefile30
-rw-r--r--irc/sic/distinfo2
-rw-r--r--irc/sic/files/patch-Makefile.in28
-rw-r--r--irc/sic/files/patch-utils.c28
-rw-r--r--irc/sic/files/patch-utils.h10
-rw-r--r--irc/sic/pkg-descr23
-rw-r--r--irc/sic/pkg-plist5
9 files changed, 1 insertions, 127 deletions
diff --git a/MOVED b/MOVED
index 5d9a489efe53..45e6afb2b4dd 100644
--- a/MOVED
+++ b/MOVED
@@ -3251,3 +3251,4 @@ x11-fonts/noto-sans-symbols-extra|x11-fonts/noto-sans-symbols|2024-05-13|Remove
x11-fonts/noto-serif-basic|x11-fonts/noto-serif|2024-05-13|Remove obsoleted port. Use x11-fonts/noto-serif instead
x11-fonts/noto-serif-extra|x11-fonts/noto-serif|2024-05-13|Remove obsoleted port. Use x11-fonts/noto-serif instead
sysutils/vector||2024-05-15|Has expired: Unmaintained in tree and broken for months
+irc/sic||2024-05-15|Has expired: Last upstream release was in 2001 and no upstream WWW
diff --git a/irc/Makefile b/irc/Makefile
index 5bd33895871e..d4515669d0ed 100644
--- a/irc/Makefile
+++ b/irc/Makefile
@@ -83,7 +83,6 @@
SUBDIR += rubygem-lita-irc
SUBDIR += rubygem-net-irc
SUBDIR += scrollz
- SUBDIR += sic
SUBDIR += simpleirc
SUBDIR += smartirc4net
SUBDIR += smuxi
diff --git a/irc/sic/Makefile b/irc/sic/Makefile
deleted file mode 100644
index c19198883e86..000000000000
--- a/irc/sic/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-PORTNAME= sic
-PORTVERSION= 0.23a
-PORTREVISION= 2
-CATEGORIES= irc
-MASTER_SITES= ftp://ftp.funet.fi/pub/unix/irc/sic/
-
-MAINTAINER= bofh@FreeBSD.org
-COMMENT= Another 'Internet Relay Chat' Client
-
-LICENSE= GPLv2
-
-DEPRECATED= Last upstream release was in 2001 and no upstream WWW
-EXPIRATION_DATE= 2024-05-15
-
-USES= ncurses tar:tgz
-
-GNU_CONFIGURE= yes
-
-PLIST_SUB= VERSION="${PORTVERSION}"
-
-.include <bsd.port.pre.mk>
-
-.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
-CFLAGS+= -Wno-error=int-conversion
-.endif
-
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}-${PORTVERSION}
-
-.include <bsd.port.post.mk>
diff --git a/irc/sic/distinfo b/irc/sic/distinfo
deleted file mode 100644
index b3d846eb8561..000000000000
--- a/irc/sic/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (sic-0.23a.tgz) = e3726a83326f3cf37244de61f15ddf25483c103355693e5d68ab2e295d426b68
-SIZE (sic-0.23a.tgz) = 98930
diff --git a/irc/sic/files/patch-Makefile.in b/irc/sic/files/patch-Makefile.in
deleted file mode 100644
index 544f6a5b6d92..000000000000
--- a/irc/sic/files/patch-Makefile.in
+++ /dev/null
@@ -1,28 +0,0 @@
---- Makefile.in.orig 2000-09-03 19:08:58 UTC
-+++ Makefile.in
-@@ -33,17 +33,14 @@ sic : $(OBJS)
- $(CC) $(CFLAGS) $(OBJS) $(LDFLAGS) $(LIBS) -o sic
-
- install : all
-- ${INSTALL} -d -m 0755 $(bindir)
-- ${INSTALL} -m 0755 sic $(bindir)/sic-$(VERSION)
-- if test -f $(bindir)/sic.old; then rm -f $(bindir)/sic.old; fi
-- if test -f $(bindir)/sic; then mv $(bindir)/sic $(bindir)/sic.old; fi
-- @rm -f $(bindir)/sic
-- ln -s $(bindir)/sic-$(VERSION) $(bindir)/sic
-- ${INSTALL} -d -m 0755 $(mandir)/man1
-- ${INSTALL} -d -m 0755 $(mandir)/man5
-- ${INSTALL} -m 0644 man/sic.man $(mandir)/man1/sic.1
-- ${INSTALL} -m 0644 man/sic-alias.man $(mandir)/man5/sic-alias.5
-- ${INSTALL} -m 0644 man/sic-server.man $(mandir)/man5/sic-server.5
-+ ${INSTALL} -d -m 0755 $(DESTDIR)$(bindir)
-+ ${INSTALL} -m 0755 sic $(DESTDIR)$(bindir)/sic-$(VERSION)
-+ ln -s sic-$(VERSION) $(DESTDIR)$(bindir)/sic
-+ ${INSTALL} -d -m 0755 $(DESTDIR)$(mandir)/man1
-+ ${INSTALL} -d -m 0755 $(DESTDIR)$(mandir)/man5
-+ ${INSTALL} -m 0644 man/sic.man $(DESTDIR)$(mandir)/man1/sic.1
-+ ${INSTALL} -m 0644 man/sic-alias.man $(DESTDIR)$(mandir)/man5/sic-alias.5
-+ ${INSTALL} -m 0644 man/sic-server.man $(DESTDIR)$(mandir)/man5/sic-server.5
-
- man: man/sic.man man/sic-alias.man man/sic-server.man
-
diff --git a/irc/sic/files/patch-utils.c b/irc/sic/files/patch-utils.c
deleted file mode 100644
index 35d8d100377c..000000000000
--- a/irc/sic/files/patch-utils.c
+++ /dev/null
@@ -1,28 +0,0 @@
---- utils.c.orig 2000-07-31 22:37:23 UTC
-+++ utils.c
-@@ -12,25 +12,6 @@ static char rcsid[] = "@(#)$Id: utils.c,v 1.14 2000/07
-
- #include "os.h"
-
--/* strcasestr: case insensitive version of strstr() */
--char *
--strcasestr(s1, s2)
-- char *s1, *s2;
--{
-- int len;
--
-- assert( s1 && s2 );
--
-- len = strlen(s2);
-- while (*s1)
-- {
-- if (!strncasecmp(s1, s2, len))
-- return s1;
-- s1++;
-- }
-- return NULL;
--}
--
- /* match: some lame version
- * returns 0 if no match.
- */
diff --git a/irc/sic/files/patch-utils.h b/irc/sic/files/patch-utils.h
deleted file mode 100644
index 7ad339e6347b..000000000000
--- a/irc/sic/files/patch-utils.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- utils.h.orig 2000-07-31 22:37:23 UTC
-+++ utils.h
-@@ -7,7 +7,6 @@
- #ifndef _utils_h_
- #define _utils_h_
-
--extern char * strcasestr(const char *, const char *);
- extern int rmatch(const char *, const char *);
- extern char * my_cftime(char *, const int len, const char *, const time_t);
- extern char * my_strftime(char *, const int len, const char *);
diff --git a/irc/sic/pkg-descr b/irc/sic/pkg-descr
deleted file mode 100644
index fd58f4faaea0..000000000000
--- a/irc/sic/pkg-descr
+++ /dev/null
@@ -1,23 +0,0 @@
-I could not find a client with the features I was looking for, so yes,
-here is yet another IRC client. Here's what makes it different from
-others:
-
- * absolutely NO scripting ability.
- * termcap based (e.g. fast!).
- * emacs-style key bindings
- * full ircd 2.9+ support.
- * virtual windows a la screen(1).
- * multi server support.
- * non blocking TCP connections.
- * basic support for multi-homed systems.
- * everything goes and stays in the lastlog.
- * convenient scrolling (with searching abilities) in the lastlog.
- * 10 display filters! (2 ignore features are based on this).
- * highly customizable. (format strings, filters..)
- * customization possible at every level (channel, window, server..).
- * non blocking DNS lookups (A and PTR records).
- * "tabkey" style completion for /msg, /squery and public discussion.
- * DCC support.
- * CTCP support.
-
- -- Christophe Kalt <kalt@stealth.net>
diff --git a/irc/sic/pkg-plist b/irc/sic/pkg-plist
deleted file mode 100644
index 72c4c60a09e7..000000000000
--- a/irc/sic/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-bin/sic
-bin/sic-%%VERSION%%
-share/man/man1/sic.1.gz
-share/man/man5/sic-alias.5.gz
-share/man/man5/sic-server.5.gz