Commit cb7d91cc authored by Rene Ladan's avatar Rene Ladan
Browse files

graphics/stamp: Remove expired port

2025-12-31 graphics/stamp: historical tool, use imagemagick instead
parent 9263933d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4955,3 +4955,4 @@ security/tls-check||2025-12-31|Has expired: Obsolete tool and relies on deprecat
www/unit-python||2025-12-31|Has expired: Upstream repo archived on Oct 8 2025
audio/traverso||2025-12-31|Has expired: unfetchable
ftp/net2ftp||2025-12-31|Has expired: unfetchable
graphics/stamp||2025-12-31|Has expired: historical tool, use imagemagick instead
+0 −1
Original line number Diff line number Diff line
@@ -1204,7 +1204,6 @@
    SUBDIR += squish
    SUBDIR += ssocr
    SUBDIR += sswf
    SUBDIR += stamp
    SUBDIR += svgalib
    SUBDIR += svgbob
    SUBDIR += svgpp

graphics/stamp/Makefile

deleted100644 → 0
+0 −24
Original line number Diff line number Diff line
PORTNAME=	stamp
PORTVERSION=	2.0.8
PORTREVISION=	14
CATEGORIES=	graphics
MASTER_SITES=	SF

MAINTAINER=	fuz@FreeBSD.org
COMMENT=	Adds a graphical, configurable timestamp to a grayscale image
WWW=		https://stamp.sourceforge.net/

LICENSE=	GPLv2+
LICENSE_FILE=	${WRKSRC}/COPYING

DEPRECATED=	historical tool, use imagemagick instead
EXPIRATION_DATE=	2025-12-31

USES=		jpeg localbase
GNU_CONFIGURE=	yes

post-patch:
	@${REINPLACE_CMD} -e 's#/usr/local/share/stamp#${DATADIR}#' \
		${WRKSRC}/configure

.include <bsd.port.mk>

graphics/stamp/distinfo

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
SHA256 (stamp-2.0.8.tar.gz) = 3a8ea08174c7f8311edca7ff36873382e7b419c0e123d993f35d21b4ee4a5b7b
SIZE (stamp-2.0.8.tar.gz) = 239412
+0 −21
Original line number Diff line number Diff line
--- Makefile.in.orig	1999-03-10 10:54:42 UTC
+++ Makefile.in
@@ -329,12 +329,12 @@ maintainer-clean-generic clean mostlyclean distclean m
 .PHONY: files
 
 files:
-        @for subdir in $(DATADIRS); do \
-          files=`cd $$subdir; $(MAKE) files | grep -v "make\[[1-9]\]"`; \
-          for file in $$files; do \
-            echo $$subdir/$$file; \
-          done; \
-        done
+	@for subdir in $(DATADIRS); do \
+	  files=`cd $$subdir; $(MAKE) files | grep -v "make\[[1-9]\]"`; \
+	  for file in $$files; do \
+	    echo $$subdir/$$file; \
+	  done; \
+	done
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
Loading