git: a4c9b8f0122d - main - cleanup: Remove expired ports:
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 17 Jun 2022 09:29:05 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=a4c9b8f0122d3f8d32eb63015fbb0b93c84972bc commit a4c9b8f0122d3f8d32eb63015fbb0b93c84972bc Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2022-06-17 09:28:54 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2022-06-17 09:28:54 +0000 cleanup: Remove expired ports: 2022-06-17 net/pfinger: Unmaintained and dead upstream, consider base fingerd --- MOVED | 1 + net/Makefile | 1 - net/pfinger/Makefile | 22 ---------------------- net/pfinger/distinfo | 2 -- net/pfinger/files/patch-src__configfile.c | 11 ----------- net/pfinger/files/patch-src__utmplib.c | 10 ---------- net/pfinger/pkg-descr | 14 -------------- net/pfinger/pkg-plist | 7 ------- 8 files changed, 1 insertion(+), 67 deletions(-) diff --git a/MOVED b/MOVED index 598654614a88..8fd1f07e5862 100644 --- a/MOVED +++ b/MOVED @@ -17202,3 +17202,4 @@ devel/py-lark-parser|devel/py-lark|2022-06-09|Remove obsoleted port. Use devel/p deskutils/egroupware|deskutils/egroupware@php74|2022-06-12|Merge into flavorized version databases/py-arrow|databases/py-apache-arrow|2022-06-12|Rename to avoid conflict with devel/py-arrow and to match the project name science/szip|science/libaec|2022-06-16|Remove obsoleted port. Use science/libaec instead +net/pfinger||2022-06-17|Has expired: Unmaintained and dead upstream, consider base fingerd diff --git a/net/Makefile b/net/Makefile index 98b4eadb24b1..3475d13a59fc 100644 --- a/net/Makefile +++ b/net/Makefile @@ -975,7 +975,6 @@ SUBDIR += pecl-xmlrpc SUBDIR += pecl-zmq SUBDIR += pen - SUBDIR += pfinger SUBDIR += php74-ldap SUBDIR += php74-soap SUBDIR += php74-sockets diff --git a/net/pfinger/Makefile b/net/pfinger/Makefile deleted file mode 100644 index 815a39df1a50..000000000000 --- a/net/pfinger/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org> - -PORTNAME= pfinger -PORTVERSION= 0.7.10 -PORTREVISION= 6 -CATEGORIES= net -MASTER_SITES= http://www.xelia.ch/unix/pfinger/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Highly configurable, secure, and portable finger daemon - -DEPRECATED= Unmaintained and dead upstream, consider base fingerd -EXPIRATION_DATE= 2022-06-17 - -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --without-client - -post-patch: - @${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/src/configfile.c - @${REINPLACE_CMD} -e 's|<utmp.h>|<utmpx.h>|' ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/net/pfinger/distinfo b/net/pfinger/distinfo deleted file mode 100644 index 20838784e3cb..000000000000 --- a/net/pfinger/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (pfinger-0.7.10.tar.gz) = 658520bf112dc38695597018e85cb33ffd73fe9578cbd7218dbfbc10f39f77c1 -SIZE (pfinger-0.7.10.tar.gz) = 152675 diff --git a/net/pfinger/files/patch-src__configfile.c b/net/pfinger/files/patch-src__configfile.c deleted file mode 100644 index ebdeeee673e2..000000000000 --- a/net/pfinger/files/patch-src__configfile.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/configfile.c.orig Thu Apr 26 01:50:01 2001 -+++ src/configfile.c Thu Apr 26 01:50:20 2001 -@@ -45,7 +45,7 @@ - #define S_IWUSR 00200 - #endif - --#define GLOBAL_FINGERCONF "/etc/fingerconf" -+#define GLOBAL_FINGERCONF "%%PREfiX%%/etc/fingerconf" - - char *configfile = GLOBAL_FINGERCONF; - Node * readconfig(char *filename); diff --git a/net/pfinger/files/patch-src__utmplib.c b/net/pfinger/files/patch-src__utmplib.c deleted file mode 100644 index aabfdf62f837..000000000000 --- a/net/pfinger/files/patch-src__utmplib.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/utmplib.c.orig Mon Jan 20 11:42:57 2003 -+++ src/utmplib.c Mon Jan 20 11:43:05 2003 -@@ -32,6 +32,7 @@ - - #if !defined(HAVE_SETUTENT) && !defined (HAVE_UTMPX_H) - -+#include <sys/types.h> - #include <time.h> /* Don't ask... */ - #include <utmp.h> - #include <fcntl.h> diff --git a/net/pfinger/pkg-descr b/net/pfinger/pkg-descr deleted file mode 100644 index 0d68c841395c..000000000000 --- a/net/pfinger/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -PFinger consists of server and client for the standard finger service. - -The PFinger server is a replacement for the standard Unix finger server. It -also implements the pip-protocol which could become the finger v2 protocol. -Its advantage over existing finger servers like GNU Finger or similar -enhanced Finger servers are its configurability, compatibility and security -(e.g. the server does not run as root). - -The Pfinger client can be used for several tasks: First it provides an easy -way to edit the information the PFinger Server gives out about you. Then it -can be used as graphical version of the standard finger client to monitor -who is online. - -WWW: http://www.xelia.ch/unix/pfinger/ diff --git a/net/pfinger/pkg-plist b/net/pfinger/pkg-plist deleted file mode 100644 index 90ff74fdb182..000000000000 --- a/net/pfinger/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -bin/finger -man/man1/finger.1.gz -@comment man/man1/pfinger.1.gz -man/man5/fingerconf.5.gz -man/man8/in.fingerd.8.gz -sbin/fingerd -sbin/in.fingerd