Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Nov 2024 13:04:25 GMT
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c140cc3b9f57 - main - sysutils/pydf: Remove expired port
Message-ID:  <202411021304.4A2D4POA006652@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c140cc3b9f5725015c3fafdf1e7c30e581618ad5

commit c140cc3b9f5725015c3fafdf1e7c30e581618ad5
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2024-11-02 13:04:15 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2024-11-02 13:04:15 +0000

    sysutils/pydf: Remove expired port
    
    2024-11-01 sysutils/pydf: Inactive upstream. Does not properly work on FreeBSD
---
 MOVED                              |  1 +
 sysutils/Makefile                  |  1 -
 sysutils/pydf/Makefile             | 37 -------------------------------------
 sysutils/pydf/distinfo             |  3 ---
 sysutils/pydf/files/pkg-message.in |  8 --------
 sysutils/pydf/pkg-descr            |  2 --
 6 files changed, 1 insertion(+), 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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411021304.4A2D4POA006652>