Commit 7c613bc0 authored by Rene Ladan's avatar Rene Ladan
Browse files

x11/hamclock: Remove expired port

2026-06-01 x11/hamclock: Upstream programmer is deceased upstream server discontinued in June
parent f9af6512
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5337,3 +5337,4 @@ www/redmine51||2026-05-31|Has expired: Please migrate to newer version. Ruby 3.2
graphics/tippecanoe||2026-05-31|Broken for months
games/minetestmapper||2026-05-31|Broken for months
devel/rye||2026-06-02|Has expired: Rye is no longer developed. All users should migrate to uv, the successor project from the same maintainers, which is actively maintained and much more widely used
x11/hamclock||2026-06-02|Has expired: Upstream programmer is deceased upstream server discontinued in June
+0 −1
Original line number Diff line number Diff line
@@ -126,7 +126,6 @@
    SUBDIR += guake
    SUBDIR += gxkb
    SUBDIR += habak
    SUBDIR += hamclock
    SUBDIR += hhpc
    SUBDIR += histui
    SUBDIR += hs-xmobar

x11/hamclock/Makefile

deleted100644 → 0
+0 −45
Original line number Diff line number Diff line
PORTNAME=	hamclock
DISTVERSION=	4.22
PORTREVISION=	1
CATEGORIES=	x11 hamradio
MASTER_SITES=	https://www.clearskyinstitute.com/ham/HamClock/ \
		LOCAL/db
DISTNAME=	ESPHamClock

MAINTAINER=	hamradio@FreeBSD.org
COMMENT=	Handy clock with features for amateur radio operators
WWW=		https://www.clearskyinstitute.com/ham/HamClock/

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

DEPRECATED=	Upstream programmer is deceased upstream server discontinued in June
EXPIRATION_DATE=	2026-06-01

USES=		gmake xorg zip desktop-file-utils
USE_XORG=	x11 xorgproto

PLIST_FILES=	bin/hamclock \
		share/applications/hamclock.desktop \
		share/icons/hicolor/48x48/apps/hamclock.png

OPTIONS_DEFAULT=		SIZE1
OPTIONS_SINGLE=			RESOLUTION
OPTIONS_SINGLE_RESOLUTION=	SIZE1 SIZE2 SIZE3 SIZE4
SIZE1_DESC=			Use 800x440 resolution
SIZE2_DESC=			Use 1600x960 resolution
SIZE3_DESC=			Use 2400x1440 resolution
SIZE4_DESC=			Use 3200x1920 resolution

SIZE1_ALL_TARGET=	hamclock-800x480
SIZE2_ALL_TARGET=	hamclock-1600x960
SIZE3_ALL_TARGET=	hamclock-2400x1440
SIZE4_ALL_TARGET=	hamclock-3200x1920

do-install:
	@${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/48x48/apps
	${INSTALL_PROGRAM} ${WRKSRC}/${ALL_TARGET} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
	${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/48x48/apps/
	${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop ${STAGEDIR}${DESKTOPDIR}/

.include <bsd.port.mk>

x11/hamclock/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1768903148
SHA256 (ESPHamClock.zip) = 863e9f56fa2a6788d11b329dfd04ee60ce851933f6f5bebcccb7e7cd098a41e0
SIZE (ESPHamClock.zip) = 2021657
+0 −11
Original line number Diff line number Diff line
--- ArduinoLib/Makefile.orig	2025-04-11 14:48:58 UTC
+++ ArduinoLib/Makefile
@@ -4,7 +4,7 @@
 
 .PHONY: default
 
-CXX = g++
+CXX ?= g++
 
 OBJS = \
 	Adafruit_BME280.o \
Loading