Commit 10d79105 authored by Rene Ladan's avatar Rene Ladan
Browse files

graphics/urt: Remove expired port

2024-02-11 graphics/urt: Defunct upstream
parent 27fd645f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2987,3 +2987,4 @@ audio/baudline||2024-02-01|Has expired: upstream has gone to subscription model
x11-themes/kde-icons-noia||2024-02-06|Has expired: Unfetchable and upstream WWW not found
databases/pg_vector|databases/pgvector|2024-02-06|Renamed to match upstream
graphics/rayshade||2024-02-10|Has expired: Defunct upstream with last release in 1992
graphics/urt||2024-02-11|Has expired: Defunct upstream
+0 −1
Original line number Diff line number Diff line
@@ -1160,7 +1160,6 @@
    SUBDIR += unpaper
    SUBDIR += upscaler
    SUBDIR += urho3d
    SUBDIR += urt
    SUBDIR += vapoursynth-fmtconv
    SUBDIR += vapoursynth-waifu2x-ncnn-vulkan
    SUBDIR += vapoursynth-waifu2x-w2xc

graphics/urt/Makefile

deleted100644 → 0
+0 −53
Original line number Diff line number Diff line
PORTNAME=	urt
PORTVERSION=	3.1b1
PORTREVISION=	12
CATEGORIES=	graphics
MASTER_SITES=	https://BSDforge.com/projects/source/graphics/utah-raster/

MAINTAINER=	portmaster@BSDforge.com
COMMENT=	Toolkit and library for raster image processing
WWW=		https://www.cs.utah.edu/gdc/projects/urt/

LICENSE=	BSD2CLAUSE
LICENSE_FILE=	${WRKSRC}/copyright

DEPRECATED=    Defunct upstream
EXPIRATION_DATE=       2024-02-11

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

USES=		gmake tar:xz xorg

OPTIONS_DEFINE=	DOCS EXAMPLES

NO_WRKSUBDIR=	yes

CFLAGS+=	-I${LOCALBASE}/include/netpbm
USE_XORG=	x11 xext
HAS_CONFIGURE=	yes
CONFIGURE_SCRIPT=Configure
CONFIGURE_ARGS=	config/urt
MAKEFILE=	makefile
MAKE_ARGS=	PREFIX=${STAGEDIR}${PREFIX}
ALL_TARGET=	# none
USE_LDCONFIG=	yes

.include <bsd.port.pre.mk>

.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
CFLAGS+=	-Wno-error=int-conversion
.endif

post-install:
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/librle.so

post-install-DOCS-on:
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
	@(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})

post-install-EXAMPLES-on:
	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/img
	@(cd ${WRKSRC}/img && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}/img)

.include <bsd.port.post.mk>

graphics/urt/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1490200727
SHA256 (urt-3.1b1.tar.xz) = 95fd70febb467faba1570504d17cf0dc2bf9bca79bc41cb0c1549a8af1f0a0c2
SIZE (urt-3.1b1.tar.xz) = 2088344

graphics/urt/pkg-descr

deleted100644 → 0
+0 −13
Original line number Diff line number Diff line
The Utah Raster toolkit is a collection of programs and C routines for
dealing with raster images commonly encountered in computer graphics.  It
provides the following major functions:

        * A device and system independent image format for storing images
          and information about them.  Called the RLE format, it uses
          run length encoding to reduce storage space for most images.

        * A library of C routines for reading, writing and manipulating
          images stored in the RLE format.

        * A collections of programs for manipulating and displaying RLE
          images.
Loading