Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jan 2024 17:24:54 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c61309e21bcd - main - x11-clocks/intclock: Remove expired port
Message-ID:  <202401171724.40HHOsfg060950@gitrepo.freebsd.org>

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

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

commit c61309e21bcd3cf47386e5d505bc0452fa0e9740
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-17 17:08:34 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-17 17:24:41 +0000

    x11-clocks/intclock: Remove expired port
    
    2024-01-16 x11-clocks/intclock: Upstream website vaporized
---
 MOVED                                       |  1 +
 x11-clocks/Makefile                         |  1 -
 x11-clocks/intclock/Makefile                | 42 -----------------------------
 x11-clocks/intclock/distinfo                |  2 --
 x11-clocks/intclock/files/patch-Makefile.PL | 11 --------
 x11-clocks/intclock/pkg-descr               |  2 --
 x11-clocks/intclock/pkg-plist               | 22 ---------------
 7 files changed, 1 insertion(+), 80 deletions(-)

diff --git a/MOVED b/MOVED
index 6ac1a3473c2e..bdd7d0b17c39 100644
--- a/MOVED
+++ b/MOVED
@@ -2942,3 +2942,4 @@ devel/appstream-qt|devel/appstream-qt5|2024-01-15|The Qt6 flavor became a subpac
 japanese/jed||2024-01-17|Has expired: Upstream site vaporized and returns NXDOMAIN consider using editors/jed
 editors/fte||2024-01-17|Has expired: Upstream last release was in 2001
 chinese/celvis||2024-01-17|Has expired: Last upstream release was in 2001
+x11-clocks/intclock||2024-01-17|Has expired: Upstream website vaporized
diff --git a/x11-clocks/Makefile b/x11-clocks/Makefile
index f3c02109318b..be79e675788e 100644
--- a/x11-clocks/Makefile
+++ b/x11-clocks/Makefile
@@ -16,7 +16,6 @@
     SUBDIR += emiclock
     SUBDIR += eyeclock
     SUBDIR += glclock
-    SUBDIR += intclock
     SUBDIR += kteatime
     SUBDIR += ktimer
     SUBDIR += lmclock
diff --git a/x11-clocks/intclock/Makefile b/x11-clocks/intclock/Makefile
deleted file mode 100644
index 163cbc55bb64..000000000000
--- a/x11-clocks/intclock/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-PORTNAME=	intclock
-PORTVERSION=	2.13
-PORTREVISION=	2
-CATEGORIES=	x11-clocks perl5
-MASTER_SITES=	http://www.peterverthez.net/projects/${PORTNAME}/
-
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Multi-timezone clock
-WWW=		http://www.peterverthez.net/projects/intclock/
-
-LICENSE=	GPLv2
-LICENSE_FILE=	${WRKSRC}/COPYING
-
-DEPRECATED=		Upstream website vaporized
-EXPIRATION_DATE=	2024-01-16
-
-BUILD_DEPENDS=	p5-Gtk2>=1.144:x11-toolkits/p5-Gtk2
-RUN_DEPENDS=	p5-Gtk2>=1.144:x11-toolkits/p5-Gtk2
-
-USES=		perl5
-USE_PERL5=	configure
-MAKE_JOBS_UNSAFE=	yes
-
-post-patch:
-	@${REINPLACE_CMD} \
-		-e 's|$$zonedir/$$countryfile|/usr/share/misc/iso3166|' \
-		${WRKSRC}/lib/Intclock/TZ.pm
-	@${REINPLACE_CMD} \
-		-e 's|$$prefix/share/intclock|${DATADIR}|' \
-		-e 's|/usr/share|$$(DESTDIR)${PREFIX}/share|' \
-		-e 's|DATADIR = $$datadir|DATADIR = $$(DESTDIR)$$datadir|' \
-		${WRKSRC}/Makefile.PL
-	@${REINPLACE_CMD} \
-		-e 's|/usr/bin|${PREFIX}/bin|' \
-		-e 's|/usr/share/intclock|${DATADIR}|' \
-		${WRKSRC}/data/intclock.desktop
-	@${FIND} ${WRKSRC} -name \*.bak -delete
-
-pre-install:
-	@${MKDIR} ${STAGEDIR}${PREFIX}/share/applications/
-
-.include <bsd.port.mk>
diff --git a/x11-clocks/intclock/distinfo b/x11-clocks/intclock/distinfo
deleted file mode 100644
index ee0f0576b551..000000000000
--- a/x11-clocks/intclock/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (intclock-2.13.tar.gz) = d818a3d280d52b7fde47cdde17271762fb66db927a05850cb784f88e327d763f
-SIZE (intclock-2.13.tar.gz) = 320768
diff --git a/x11-clocks/intclock/files/patch-Makefile.PL b/x11-clocks/intclock/files/patch-Makefile.PL
deleted file mode 100644
index 38fd9b5845a6..000000000000
--- a/x11-clocks/intclock/files/patch-Makefile.PL
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.PL.orig	2007-03-31 16:16:20 UTC
-+++ Makefile.PL
-@@ -33,7 +33,7 @@ for (my $i = 0 ; $i < scalar(@ARGV) ; $i++){
- # preliminary checks
- #------------------------------------------------------------------------
- # Mandatory perl modules
--foreach my $module qw(Data::Dumper Time::HiRes Locale::Maketext) {
-+foreach my $module (qw(Data::Dumper Time::HiRes Locale::Maketext)) {
-   print "Checking whether $module perl module is available... ";
-   eval "use $module";
-   if ($@) {
diff --git a/x11-clocks/intclock/pkg-descr b/x11-clocks/intclock/pkg-descr
deleted file mode 100644
index 488423a1bc87..000000000000
--- a/x11-clocks/intclock/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-Intclock provides a graphical multi-timezone clock that is customizable
-via a configuration window. It is based on hsclock.
diff --git a/x11-clocks/intclock/pkg-plist b/x11-clocks/intclock/pkg-plist
deleted file mode 100644
index 95318d1070c8..000000000000
--- a/x11-clocks/intclock/pkg-plist
+++ /dev/null
@@ -1,22 +0,0 @@
-bin/intclock
-%%SITE_PERL%%/Intclock/Config.pm
-%%SITE_PERL%%/Intclock/L10N/de.pm
-%%SITE_PERL%%/Intclock/L10N/en.pm
-%%SITE_PERL%%/Intclock/L10N/es.pm
-%%SITE_PERL%%/Intclock/L10N/fr.pm
-%%SITE_PERL%%/Intclock/L10N/it.pm
-%%SITE_PERL%%/Intclock/L10N/nl.pm
-%%SITE_PERL%%/Intclock/L10N/pl.pm
-%%SITE_PERL%%/Intclock/L10N/ru.pm
-%%SITE_PERL%%/Intclock/L10N/uk.pm
-%%SITE_PERL%%/Intclock/L10N.pm
-%%SITE_PERL%%/Intclock/TZ.pm
-%%SITE_PERL%%/Intclock/UI.pm
-%%SITE_PERL%%/Intclock/UI_gtk.pm
-%%SITE_PERL%%/Intclock/UI_gtk2.pm
-%%SITE_PERL%%/Intclock/UI_tty.pm
-%%SITE_PERL%%/Intclock.pl
-share/applications/intclock.desktop
-%%DATADIR%%/intclock.png
-%%DATADIR%%/territories.dat
-%%DATADIR%%/zones.dat



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