Commit 9d085888 authored by Rene Ladan's avatar Rene Ladan
Browse files

graphics/tumble: Remove expired port

2025-12-31 graphics/tumble: historical tool, use imagemagick instead
parent 2e041d71
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4974,3 +4974,4 @@ deskutils/znotes||2025-12-31|Has expired: Abandonware, depends on legacy QT 5 an
devel/arachne-pnr|devel/nextpnr|2025-12-31|Has expired: Superseded by devel/nextpnr
graphics/jpgtn||2025-12-31|Has expired: obsolete historical tool, use imagemagick instead
security/rkhunter||2025-12-31|Has expired: Project abandoned in 2009
graphics/tumble||2025-12-31|Has expired: historical tool, use imagemagick instead
+0 −1
Original line number Diff line number Diff line
@@ -1231,7 +1231,6 @@
    SUBDIR += tslib
    SUBDIR += ttygif
    SUBDIR += ttyplot
    SUBDIR += tumble
    SUBDIR += tweeny
    SUBDIR += ufraw
    SUBDIR += unpaper

graphics/tumble/Makefile

deleted100644 → 0
+0 −41
Original line number Diff line number Diff line
PORTNAME=	tumble
DISTVERSIONPREFIX=	v
DISTVERSION=	0.38
PORTREVISION=	3
CATEGORIES=	graphics print

MAINTAINER=	fuz@FreeBSD.org
COMMENT=	Creates a PDF file from image files
WWW=		http://tumble.brouhaha.com/

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

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

LIB_DEPENDS=	libtiff.so:graphics/tiff \
		libnetpbm.so:graphics/netpbm

USES=		bison gmake jpeg localbase:ldflags

USE_GITHUB=	yes
GH_ACCOUNT=	brouhaha

CFLAGS+=	-I${LOCALBASE}/include/netpbm

PLIST_FILES=	bin/tumble
PORTDOCS=	README

OPTIONS_DEFINE=	DOCS

do-install:
	(cd ${WRKSRC} && ${INSTALL_PROGRAM} tumble \
		${STAGEDIR}${PREFIX}/bin)

do-install-DOCS-on:
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
	(cd ${WRKSRC} && ${INSTALL_DATA} README \
		${STAGEDIR}${DOCSDIR})

.include <bsd.port.mk>

graphics/tumble/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1651958412
SHA256 (brouhaha-tumble-v0.38_GH0.tar.gz) = 20015cd9697b8e09b3ba3fbbdda510e50650b18b6de11cea912b8a7efdc2d5b9
SIZE (brouhaha-tumble-v0.38_GH0.tar.gz) = 52989
+0 −21
Original line number Diff line number Diff line
--- Makefile.orig	2022-04-29 11:21:31 UTC
+++ Makefile
@@ -33,15 +33,15 @@
 CTL_LANG=1
 
 
-CFLAGS = -Wall -Wno-unused-function -Wno-unused-but-set-variable -I/usr/include/netpbm
-LDFLAGS =
+CFLAGS := $(CFLAGS)
+LDFLAGS := $(LDFLAGS)
 LDLIBS = -ltiff -ljpeg -lnetpbm -lz -lm
 
 ifdef DEBUG
 CFLAGS := $(CFLAGS) -g
 LDFLAGS := $(LDFLAGS) -g
 else
-CFLAGS := $(CFLAGS) -O3
+CFLAGS := $(CFLAGS)
 endif
 
 ifdef EFENCE
Loading