Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Apr 2024 13:45:46 GMT
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e543b59de487 - main - graphics/liblug: Remove expired port
Message-ID:  <202404061345.436Djkwv067182@gitrepo.freebsd.org>

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

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

commit e543b59de487e1e31d4c81f42df31afe9187ae4b
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2024-04-06 13:45:38 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2024-04-06 13:45:38 +0000

    graphics/liblug: Remove expired port
    
    2024-04-05 graphics/liblug: SUNSITE is no longer maintained
---
 MOVED                                      |   1 +
 graphics/Makefile                          |   1 -
 graphics/liblug/Makefile                   |  40 -----------
 graphics/liblug/distinfo                   |   2 -
 graphics/liblug/files/patch-Makefile.linux | 103 -----------------------------
 graphics/liblug/files/patch-convert_rla.c  |  10 ---
 graphics/liblug/pkg-descr                  |   4 --
 7 files changed, 1 insertion(+), 160 deletions(-)

diff --git a/MOVED b/MOVED
index f59849246bfc..d0cf0e5e0f80 100644
--- a/MOVED
+++ b/MOVED
@@ -3156,3 +3156,4 @@ science/py-qiskit-ibmq-provider||2024-04-05|Removed
 science/py-qiskit-nature||2024-04-05|Removed
 science/py-qiskit-optimization||2024-04-05|Removed
 games/spider||2024-04-06|Has expired: SUNSITE is no longer maintained
+graphics/liblug||2024-04-06|Has expired: SUNSITE is no longer maintained
diff --git a/graphics/Makefile b/graphics/Makefile
index c19c5c090a3e..76241ca6e330 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -483,7 +483,6 @@
     SUBDIR += libksane
     SUBDIR += libliftoff
     SUBDIR += liblqr-1
-    SUBDIR += liblug
     SUBDIR += libmng
     SUBDIR += libmorph
     SUBDIR += libmypaint
diff --git a/graphics/liblug/Makefile b/graphics/liblug/Makefile
deleted file mode 100644
index bb4786e2d290..000000000000
--- a/graphics/liblug/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-PORTNAME=		liblug
-PORTVERSION=		1.0.6
-PORTREVISION=		5
-CATEGORIES=		graphics
-MASTER_SITES=		SUNSITE/libs/graphics
-
-MAINTAINER=		bofh@FreeBSD.org
-COMMENT=		Multi-format graphics manipulation library
-
-LICENSE=		LGPL20
-LICENSE_FILE=	${WRKSRC}/LICENSE
-
-DEPRECATED=	SUNSITE is no longer maintained
-EXPIRATION_DATE=2024-04-05
-
-LIB_DEPENDS=		libtiff.so:graphics/tiff
-
-USES=			xorg
-USE_LDCONFIG=		yes
-USE_XORG=		x11
-
-MAKEFILE=		Makefile.linux
-
-CFLAGS+=		-Wno-return-type
-
-WRKSRC=			${WRKDIR}/lug
-
-PLIST_FILES=		lib/liblug.a
-
-.include <bsd.port.pre.mk>
-
-.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
-CFLAGS+=	-Wno-error=int-conversion
-.endif
-
-post-patch:
-	@${REINPLACE_CMD} -e 's|-DiTIFF|-DiTIFF -DTIFF_VERSION=TIFF_VERSION_CLASSIC|' \
-		${WRKSRC}/Makefile.linux
-
-.include <bsd.port.post.mk>
diff --git a/graphics/liblug/distinfo b/graphics/liblug/distinfo
deleted file mode 100644
index 9528ed26ffd6..000000000000
--- a/graphics/liblug/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (liblug-1.0.6.tar.gz) = de0141e18616d37496dd8d78444b83f2823295954f60941e8b634ae820f1c30b
-SIZE (liblug-1.0.6.tar.gz) = 1088267
diff --git a/graphics/liblug/files/patch-Makefile.linux b/graphics/liblug/files/patch-Makefile.linux
deleted file mode 100644
index aab5efef8f07..000000000000
--- a/graphics/liblug/files/patch-Makefile.linux
+++ /dev/null
@@ -1,103 +0,0 @@
---- Makefile.linux.orig	Fri Oct 14 00:57:43 1994
-+++ Makefile.linux	Sun Mar 18 08:09:35 2001
-@@ -24,12 +24,12 @@
- #
- # Uncomment next line if you are using other compiler (e.g. gcc)
- #
--CC = gcc
-+CC?= gcc
- 
- #
- # Compiler options ( only C-O-M-P-I-L-E-R, not LUG options ).
- #
--COPTS = -O2 
-+COPTS = ${CFLAGS}
- 
- #
- # Location of LUG header files.
-@@ -40,7 +40,7 @@
- #
- # Where lug library will live
- #
--LIBLUGDEST =  /usr/local/lib
-+LIBLUGDEST =  ${PREFIX}/lib
- 
- #
- # If you have installed the Utah Raster Toolkit library define
-@@ -52,10 +52,10 @@
- #
- # , or leave undefined if you don't have it.
- #
--URTINC = -I/usr/local/include/urt
--URTLIB = /usr/local/lib/librle.a
-+#URTINC = -I/usr/local/include/urt
-+#URTLIB = /usr/local/lib/librle.a
- #URTLIB = -L/usr/local/lib -lrle
--URTDEF = -DiRLE
-+#URTDEF = -DiRLE
- 
- #
- # If you have installed the Sam Leffler's TIFF library define
-@@ -67,9 +67,9 @@
- #
- # , or leave undefined if you don't have it.
- #
--TIFFINC = -I/usr/local/include/tiff
--TIFFLIB = /usr/local/lib/libtiff.a
--#TIFFLIB = -L/usr/local/lib -ltiff
-+#TIFFINC = -I/usr/local/include/tiff
-+#TIFFLIB = /usr/local/lib/libtiff.a
-+TIFFLIB = -L${PREFIX}/lib -ltiff
- TIFFDEF = -DiTIFF
- 
- #
-@@ -87,9 +87,9 @@
- #
- # , or leave undefined if you don't have it.
- #
--JPEGINC = -I/usr/local/include/jpeg
--JPEGLIB = /usr/local/lib/libjpeg.a
--#JPEGLIB = -L/usr/local/lib -ljpeg
-+JPEGINC = -I${PREFIX}/include
-+#JPEGLIB = /usr/local/lib/libjpeg.a
-+JPEGLIB = -L${PREFIX}/lib -ljpeg
- JPEGDEF = -DiJPEGNEW
- 
- #
-@@ -127,15 +127,15 @@
- #       VIEWLIB = -lgl_s -lvfr
- #       VIEWINC = -I/usr/include/gl -I/usr/video/vfr/src/inc
- #
--VIEWINC = -I/usr/X11/include
--VIEWLIB = -L/usr/X11/lib -lX11
--VIEWDEF = -DiX11 -DiLINUX
-+VIEWINC = -I${LOCALBASE}/include
-+VIEWLIB = -L${LOCALBASE}/lib -lX11
-+VIEWDEF = -DiX11
- 
- #
- # Final includes ( don't touch this ! ).
- #
- INCS = $(LUGINC) $(URTINC)  $(TIFFINC) $(JPEGINC) $(SGIINC)  $(VIEWINC) 
--LIBS = $(LUGLIB) $(URTLIB)  $(TIFFLIB) $(JPEGLIB) $(VIEWLIB) -lm
-+LIBS = $(LUGLIB) $(URTLIB)  $(TIFFLIB) $(JPEGLIB) $(VIEWLIB) -lm -lcompat
- DEFS =           $(URTDEF)  $(TIFFDEF) $(JPEGDEF) $(SGIDEF)  $(VIEWDEF) 
- 
- #
-@@ -166,15 +166,7 @@
- 		( cd examples; $(MAKE) clean )
- 
- install:        liblug.a 
--		@echo "Installing library..."
--		@if [ ! -d $(LIBLUGDEST) ]; \
--		then \
--			mkdir $(LIBLUGDEST); \
--			chmod a+rx $(LIBLUGDEST); \
--		fi; \
--		cp liblug.a $(LIBLUGDEST); \
--		chmod 644 $(LIBLUGDEST)/liblug.a; \
--		@echo "OK."
-+		/usr/bin/install -c -m 444 liblug.a $(DESTDIR)$(LIBLUGDEST)
- 
- archive:;	( cd .. ; tar cvf lug-1.0.tar lug ; compress lug-1.0.tar )
- 
diff --git a/graphics/liblug/files/patch-convert_rla.c b/graphics/liblug/files/patch-convert_rla.c
deleted file mode 100644
index db7d5b263988..000000000000
--- a/graphics/liblug/files/patch-convert_rla.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- convert/rla.c.orig	Mon Jul 12 08:36:48 1993
-+++ convert/rla.c	Wed Dec 27 18:18:42 2000
-@@ -26,6 +26,7 @@
-  *
-  */
- 
-+#include <stdio.h>
- #include <lug.h>
- #include <lugfnts.h>
- 
diff --git a/graphics/liblug/pkg-descr b/graphics/liblug/pkg-descr
deleted file mode 100644
index 91e70e992368..000000000000
--- a/graphics/liblug/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-A very clean graphic library which can handle gif, pcx, targa,
-rgb, tiff, pix, ppm, pgm, pbm, raw, rayshade's heightfield, jpeg
-and do the following function: resampling, blur, sharpening, cut,
-paste, median filter, histogram equalization and so on...



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