aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2025-06-01 20:27:00 +0000
committerRene Ladan <rene@FreeBSD.org>2025-06-01 20:27:00 +0000
commite8933ad4290b4f197e912fdddc64dbd7d97e7619 (patch)
treee9d224552c9692526a9432fb0b31beb9140ade2e
parent9139b793a589c303ec77de40b23303b6f48ad625 (diff)
textproc/bar: Remove expired port
2025-05-31 textproc/bar: Obsolete, consider using sysutils/pv
-rw-r--r--MOVED1
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/bar/Makefile25
-rw-r--r--textproc/bar/distinfo2
-rw-r--r--textproc/bar/pkg-descr12
5 files changed, 1 insertions, 40 deletions
diff --git a/MOVED b/MOVED
index ec330f1049fb..f8f00ae6b57d 100644
--- a/MOVED
+++ b/MOVED
@@ -4435,3 +4435,4 @@ www/py-dj50-drf-spectacular-sidecar|www/py-dj51-drf-spectacular-sidecar|2025-06-
www/py-dj50-django-debug-toolbar|www/py-dj51-django-debug-toolbar|2025-06-01|Has expired: Extended support of Django 5.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/
devel/py-dj50-django-rq|devel/py-dj51-django-rq|2025-06-01|Has expired: Extended support of Django 5.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/
www/py-dj50-django-auth-ldap|www/py-dj51-django-auth-ldap|2025-06-01|Has expired: Extended support of Django 5.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/
+textproc/bar||2025-06-01|Has expired: Obsolete, consider using sysutils/pv
diff --git a/textproc/Makefile b/textproc/Makefile
index 2d6d1d02b259..abeb22ec43a2 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -70,7 +70,6 @@
SUBDIR += ast-aspell
SUBDIR += augeas
SUBDIR += az-aspell
- SUBDIR += bar
SUBDIR += bat
SUBDIR += bat-extras
SUBDIR += bbe
diff --git a/textproc/bar/Makefile b/textproc/bar/Makefile
deleted file mode 100644
index 90ed51a636f8..000000000000
--- a/textproc/bar/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-PORTNAME= bar
-PORTVERSION= 1.4
-DISTVERSIONSUFFIX= -src
-CATEGORIES= textproc
-MASTER_SITES= http://www.theiling.de/downloads/
-
-MAINTAINER= erik@bz.bzflag.bz
-COMMENT= Cat with ASCII progress bar
-WWW= http://www.theiling.de/projects/bar.html
-
-DEPRECATED= Obsolete, consider using sysutils/pv
-EXPIRATION_DATE=2025-05-31
-
-USES= tar:bzip2
-
-CONFLICTS_INSTALL= clpbar # bin/bar
-
-NO_BUILD= yes
-PLIST_FILES= bin/bar
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-
-do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/bar ${STAGEDIR}${PREFIX}/bin
-
-.include <bsd.port.mk>
diff --git a/textproc/bar/distinfo b/textproc/bar/distinfo
deleted file mode 100644
index 382aa35a8199..000000000000
--- a/textproc/bar/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (bar-1.4-src.tar.bz2) = 8034c405b6aa0d474c75ef9356cde1672b8b81834edc7bd94fc91e8ae097033e
-SIZE (bar-1.4-src.tar.bz2) = 6045
diff --git a/textproc/bar/pkg-descr b/textproc/bar/pkg-descr
deleted file mode 100644
index c5b6faee3097..000000000000
--- a/textproc/bar/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
-This is a small shell script intended to be used in portable Unix install
-scripts for showing progress bars.
-
-The overall goal is to write a minimally complex shell script (thus a program
-that needs no compilation) that is as robust as possible to work on as many
-Bourne shells and operating systems as possible, and that implements 'cat'
-with an ASCII progress bar and some other nifty features.
-
-This is pure Bourne shell code. (For sh, ash, ksh, zsh, bash, ...)
-
-The script is mainly indented to be used in portable install scripts, where
-you can use the body of the script.