aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2017-12-18 16:38:50 +0800
committerehaupt <ehaupt@FreeBSD.org>2017-12-18 16:38:50 +0800
commit7f150176db8769106b427b1ab8ff8b0847c5642d (patch)
tree8f868d4863654d8864a63ee259ffee19a5fa88c9 /net-im
parent45ac09a54145131811eece5d18b20c15d804f248 (diff)
downloadfreebsd-ports-gnome-7f150176db8769106b427b1ab8ff8b0847c5642d.tar.gz
freebsd-ports-gnome-7f150176db8769106b427b1ab8ff8b0847c5642d.tar.zst
freebsd-ports-gnome-7f150176db8769106b427b1ab8ff8b0847c5642d.zip
Remove net-im/bsflite port that was only useful for the AIM network, which was
shut down on 2017-12-15.
Diffstat (limited to 'net-im')
-rw-r--r--net-im/Makefile1
-rw-r--r--net-im/bsflite/Makefile34
-rw-r--r--net-im/bsflite/distinfo2
-rw-r--r--net-im/bsflite/pkg-descr6
4 files changed, 0 insertions, 43 deletions
diff --git a/net-im/Makefile b/net-im/Makefile
index fd76bc49746b..599a5ae1ba74 100644
--- a/net-im/Makefile
+++ b/net-im/Makefile
@@ -3,7 +3,6 @@
COMMENT = Instant messaging
- SUBDIR += bsflite
SUBDIR += centerim
SUBDIR += centerim-devel
SUBDIR += chattahoochie
diff --git a/net-im/bsflite/Makefile b/net-im/bsflite/Makefile
deleted file mode 100644
index c4e6fef2ef73..000000000000
--- a/net-im/bsflite/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# Created by: Emanuel Haupt <ehaupt@critical.ch>
-# $FreeBSD$
-
-PORTNAME= bsflite
-DISTVERSION= 0.85
-CATEGORIES= net-im
-MASTER_SITES= SF
-
-MAINTAINER= ehaupt@FreeBSD.org
-COMMENT= Lightweight command line AIM client
-
-LICENSE= BSD3CLAUSE
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-PLIST_FILES= bin/bsflite %%EXAMPLESDIR%%/config-example
-PORTDOCS= COPYING ChangeLog README
-
-OPTIONS_DEFINE= DOCS
-
-post-patch:
- @${REINPLACE_CMD} -E '/^(CC|CFLAGS)/d' \
- ${WRKSRC}/${MAKEFILE} \
- ${WRKSRC}/imcomm/Makefile
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/bsflite ${STAGEDIR}${PREFIX}/bin
- @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/config-example ${STAGEDIR}${EXAMPLESDIR}
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
-.for f in ${PORTDOCS}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
-.endfor
-
-.include <bsd.port.mk>
diff --git a/net-im/bsflite/distinfo b/net-im/bsflite/distinfo
deleted file mode 100644
index 4bd9e96c5d4f..000000000000
--- a/net-im/bsflite/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (bsflite-0.85.tar.gz) = 352412f111da1350719f0995b26d2b3cd1ee3a4a4c44010d2ffbbdb9326b9842
-SIZE (bsflite-0.85.tar.gz) = 66628
diff --git a/net-im/bsflite/pkg-descr b/net-im/bsflite/pkg-descr
deleted file mode 100644
index bb5ea8276936..000000000000
--- a/net-im/bsflite/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-BSFlite is a small and minimalistic client for AIM service. Instead of having a
-full screen console interface, BSFlite employs a command line interface that
-allows your fingers to do all of the work without needlessly sifting through
-windows.
-
-WWW: http://bsflite.sourceforge.net/