aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2024-11-02 13:04:15 +0000
committerRene Ladan <rene@FreeBSD.org>2024-11-02 13:04:15 +0000
commitc140cc3b9f5725015c3fafdf1e7c30e581618ad5 (patch)
treef95c573df64f9f28c31b16498445a4eafb49727d
parent43d715fb2c9528e50fac5181d85f10e49dd799aa (diff)
downloadports-c140cc3b9f5725015c3fafdf1e7c30e581618ad5.tar.gz
ports-c140cc3b9f5725015c3fafdf1e7c30e581618ad5.zip
sysutils/pydf: Remove expired port
2024-11-01 sysutils/pydf: Inactive upstream. Does not properly work on FreeBSD
-rw-r--r--MOVED1
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/pydf/Makefile37
-rw-r--r--sysutils/pydf/distinfo3
-rw-r--r--sysutils/pydf/files/pkg-message.in8
-rw-r--r--sysutils/pydf/pkg-descr2
6 files changed, 1 insertions, 51 deletions
diff --git a/MOVED b/MOVED
index 11f4d130f058..004f0e0915b2 100644
--- a/MOVED
+++ b/MOVED
@@ -3575,3 +3575,4 @@ www/moodle42||2024-10-31|Has expired: Upstream EOL
misc/uk-postcodes||2024-10-31|Has expired: Obsolete, 20+ year old data
misc/uk-phone||2024-10-31|Has expired: Obsolete, 20+ year old data
textproc/ssddiff||2024-10-31|Has expired: Abandonware, unfetchable and upstream is gone
+sysutils/pydf||2024-11-02|Has expired: Inactive upstream. Does not properly work on FreeBSD
diff --git a/sysutils/Makefile b/sysutils/Makefile
index fbcaa7367b01..b00f9aa9a1a7 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -1177,7 +1177,6 @@
SUBDIR += py-uptime
SUBDIR += py-zdaemon
SUBDIR += py-zfs-autobackup
- SUBDIR += pydf
SUBDIR += qchroot
SUBDIR += qdirstat
SUBDIR += qflipper
diff --git a/sysutils/pydf/Makefile b/sysutils/pydf/Makefile
deleted file mode 100644
index 444cc1d54a99..000000000000
--- a/sysutils/pydf/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-PORTNAME= pydf
-PORTVERSION= 12
-PORTREVISION= 1
-CATEGORIES= sysutils
-MASTER_SITES= http://kassiopeia.juls.savba.sk/~garabik/software/pydf/
-DISTNAME= ${PORTNAME}_${PORTVERSION}
-
-MAINTAINER= baptiste@bapt.name
-COMMENT= Python implementation of df
-WWW= http://kassiopeia.juls.savba.sk/~garabik/software/pydf/
-
-LICENSE= PD
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-DEPRECATED= Inactive upstream. Does not properly work on FreeBSD
-EXPIRATION_DATE= 2024-11-01
-
-SUB_FILES= pkg-message
-
-USES= python shebangfix
-NO_BUILD= yes
-
-SHEBANG_FILES= pydf
-PLIST_FILES= bin/pydf etc/pydfrc.sample share/man/man1/pydf.1.gz
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-
-post-patch:
- @${REINPLACE_CMD} -e 's|%%PYTHON_CMD%%|${PYTHON_CMD}| ; \
- s|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/pydf
-
-do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/pydf ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_DATA} ${WRKSRC}/pydfrc ${STAGEDIR}${PREFIX}/etc/pydfrc.sample
- ${INSTALL_MAN} ${WRKSRC}/pydf.1 ${STAGEDIR}${PREFIX}/share/man/man1
-
-.include <bsd.port.mk>
diff --git a/sysutils/pydf/distinfo b/sysutils/pydf/distinfo
deleted file mode 100644
index 75e05e8506c0..000000000000
--- a/sysutils/pydf/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1478682532
-SHA256 (pydf_12.tar.gz) = 860029145e42f3484fa647c42966c236d90cba0221681dbf5f48257b6c5b8c92
-SIZE (pydf_12.tar.gz) = 14207
diff --git a/sysutils/pydf/files/pkg-message.in b/sysutils/pydf/files/pkg-message.in
deleted file mode 100644
index 58af5777911d..000000000000
--- a/sysutils/pydf/files/pkg-message.in
+++ /dev/null
@@ -1,8 +0,0 @@
-[
-{ type: install
- message: <<EOM
-Please copy the file %%PREFIX%%/etc/pydfrc.sample
-to %%PREFIX%%/etc/pydfrc and edit your configuration.
-EOM
-}
-]
diff --git a/sysutils/pydf/pkg-descr b/sysutils/pydf/pkg-descr
deleted file mode 100644
index b11cfe69299f..000000000000
--- a/sysutils/pydf/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-pydf is all-singing, all-dancing, fully colourised df(1)-clone
-written in python.