Date: Tue, 22 Mar 2022 19:24:44 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: e7cd3082d068 - main - cleanup: Remove expired ports: Message-ID: <202203221924.22MJOidK040766@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=e7cd3082d06888e2a0d3dd68984c11ba4f8305ad commit e7cd3082d06888e2a0d3dd68984c11ba4f8305ad Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2022-03-22 19:24:35 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2022-03-22 19:24:35 +0000 cleanup: Remove expired ports: 2022-03-22 print/lgrind: Abandonware as last release was in 2001 --- MOVED | 1 + print/Makefile | 1 - print/lgrind/Makefile | 40 -------------------------------- print/lgrind/distinfo | 2 -- print/lgrind/files/patch-Makefile | 25 -------------------- print/lgrind/files/patch-lgutil_c | 20 ---------------- print/lgrind/files/patch-source_Makefile | 12 ---------- print/lgrind/files/patch-source_lgrind.c | 11 --------- print/lgrind/files/patch-source_regexp.c | 11 --------- print/lgrind/pkg-descr | 9 ------- print/lgrind/pkg-plist | 6 ----- 11 files changed, 1 insertion(+), 137 deletions(-) diff --git a/MOVED b/MOVED index 2911db5fe7ce..15f3a495d16d 100644 --- a/MOVED +++ b/MOVED @@ -16965,3 +16965,4 @@ games/pushover|games/domino-chain|2022-03-17|Chase upstream rename graphics/darktable38|graphics/darktable|2022-03-19|Darktable was upgraded to 3.8, separate port no longer needed security/1password-client-devel|security/1password-client2|2022-03-19|cli version 2 is now released. x11-toolkits/pangoxsl||2022-03-20|Has expired: Abandonware and not used by any port +print/lgrind||2022-03-22|Has expired: Abandonware as last release was in 2001 diff --git a/print/Makefile b/print/Makefile index 34cbdce0e166..81976afd3a79 100644 --- a/print/Makefile +++ b/print/Makefile @@ -92,7 +92,6 @@ SUBDIR += latex-resume SUBDIR += latex2rtf SUBDIR += latexdiff - SUBDIR += lgrind SUBDIR += libharu SUBDIR += libijs SUBDIR += libmspub01 diff --git a/print/lgrind/Makefile b/print/lgrind/Makefile deleted file mode 100644 index ca8067428ba9..000000000000 --- a/print/lgrind/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# Created by: Kay Lehmann - -PORTNAME= lgrind -PORTVERSION= 3.67 -PORTREVISION= 8 -CATEGORIES= print -MASTER_SITES= http://mirrors.ctan.org/support/ -DISTNAME= ${PORTNAME} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Produce beautiful listings of source code with LaTeX - -# Converted from RESTRICTED -LICENSE= lgrind-license -LICENSE_NAME= lgrind -LICENSE_TEXT= According to the README-file there is a license issue because of non-free code. Check the README file within the source tarball. No response from author of some code this port is based on. -LICENSE_PERMS= auto-accept - -DEPRECATED= Abandonware as last release was in 2001 -EXPIRATION_DATE= 2022-03-22 -BROKEN= fails to build with latest TeX2021 - -USES= zip -USE_TEX= latex texhash - -post-patch: -# PREFIX safeness - @${REINPLACE_CMD} -E \ - -e s'|^(BASEDIR).*$$|\1=${STAGEDIR}${PREFIX}|' \ - ${WRKSRC}/Makefile - @${REINPLACE_CMD} -E \ - -e s'|%%PREFIX%%|${PREFIX}|' \ - ${WRKSRC}/Makefile -# C{C,FLAGS} safeness - @${REINPLACE_CMD} -E \ - -e s'|^(CC).*$$|\1=${CC}|' \ - -e s'|^(CFLAGS).*$$|\1=${CFLAGS}|' \ - ${WRKSRC}/source/Makefile - -.include <bsd.port.mk> diff --git a/print/lgrind/distinfo b/print/lgrind/distinfo deleted file mode 100644 index 373a34d01e20..000000000000 --- a/print/lgrind/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (lgrind.zip) = f946615b77f790e8f43b857d268fa705b2f76a8d986e3f10025a5c2f67b11074 -SIZE (lgrind.zip) = 245984 diff --git a/print/lgrind/files/patch-Makefile b/print/lgrind/files/patch-Makefile deleted file mode 100644 index 3b5b39fe8bda..000000000000 --- a/print/lgrind/files/patch-Makefile +++ /dev/null @@ -1,25 +0,0 @@ ---- Makefile.orig 2001-11-04 11:24:00.000000000 -0500 -+++ Makefile 2014-12-16 19:19:03.000000000 -0500 -@@ -4,9 +4,10 @@ - - BASEDIR=/usr - #DEFSFILE=${HOME}/Work/lgrind/lgrindef --DEFSFILE=$(BASEDIR)/share/texmf/tex/latex/lgrind/lgrindef --TEXFILEDIR=$(BASEDIR)/share/texmf/tex/latex/lgrind --DOCDIR=$(BASEDIR)/doc/lgrind -+DEFSFILE=$(BASEDIR)/share/texmf-dist/tex/latex/lgrind/lgrindef -+DEFSFILE_REAL=%%PREFIX%%/share/texmf-dist/tex/latex/lgrind/lgrindef -+TEXFILEDIR=$(BASEDIR)/share/texmf-dist/tex/latex/lgrind -+DOCDIR=$(BASEDIR)/share/texmf-dist/doc/latex/lgrind - - INSTALL=install - SOURCES=lgrind.c lgutil.c regexp.c regexp.h lgrindef.c lgrindef.h retest.c v2lg.c -@@ -28,7 +29,7 @@ - - lgrind: - cd source; \ -- make DEFSFILE=$(DEFSFILE) BASEDIR=$(BASEDIR) INSTALL=$(INSTALL) VERSION=$(VERSION) -+ make DEFSFILE=$(DEFSFILE_REAL) BASEDIR=$(BASEDIR) INSTALL=$(INSTALL) VERSION=$(VERSION) - - clean: - rm -f lgrind.log diff --git a/print/lgrind/files/patch-lgutil_c b/print/lgrind/files/patch-lgutil_c deleted file mode 100644 index 35c0002250b1..000000000000 --- a/print/lgrind/files/patch-lgutil_c +++ /dev/null @@ -1,20 +0,0 @@ ---- source/lgutil.c.orig 2001-11-04 11:24:00.000000000 -0500 -+++ source/lgutil.c 2014-11-26 20:33:37.000000000 -0500 -@@ -113,7 +113,7 @@ - check=0; - if (*config=='\n' || config[strlen(config)-2]!='\\') - check=1; -- if (fgets(config, BUFFERSIZE, tf)==NULL) break; -+ if (fgets(config, sizeof config, tf)==NULL) break; - if (check!=0) AddToLList(config, &currlch, &llch); - } while (strcmp((*currlch).name, "EndOfLanguageDefinitions")!=0); - rch=lch; -@@ -277,7 +277,7 @@ - char linebuf[201], *cp; - varsubst *varsubsts=NULL, *substitem, *substlistpos; - -- if (f==NULL) return; -+ if (f==NULL) return NULL; - while (!feof(f)) - { - fscanf(f, "%200[^\n]", linebuf); diff --git a/print/lgrind/files/patch-source_Makefile b/print/lgrind/files/patch-source_Makefile deleted file mode 100644 index 0d764fd56dba..000000000000 --- a/print/lgrind/files/patch-source_Makefile +++ /dev/null @@ -1,12 +0,0 @@ ---- source/Makefile.orig Sat Apr 20 15:18:16 2002 -+++ source/Makefile Sat Apr 20 15:21:27 2002 -@@ -33,7 +33,9 @@ - install: all - $(INSTALL) -s lgrind $(BINDIR)/lgrind - $(INSTALL) -m 644 $(MANPAGES1) $(MANDIR)/man1 -+ gzip $(MANDIR)/man1/$(MANPAGES1) - $(INSTALL) -m 644 $(MANPAGES5) $(MANDIR)/man5 -+ gzip $(MANDIR)/man5/$(MANPAGES5) - - clean: - rm -f $(OBJS) lgrind retest v2lg diff --git a/print/lgrind/files/patch-source_lgrind.c b/print/lgrind/files/patch-source_lgrind.c deleted file mode 100644 index 27392f0450bb..000000000000 --- a/print/lgrind/files/patch-source_lgrind.c +++ /dev/null @@ -1,11 +0,0 @@ ---- source/lgrind.c.orig Fri Mar 28 10:08:41 2003 -+++ source/lgrind.c Fri Mar 28 10:09:12 2003 -@@ -94,7 +94,7 @@ - #include <stdlib.h> - #include <ctype.h> - #include <string.h> --#include <malloc.h> -+/*#include <malloc.h> */ - #include <time.h> - /* One of the following two (depending on your system) */ - #include <unistd.h> diff --git a/print/lgrind/files/patch-source_regexp.c b/print/lgrind/files/patch-source_regexp.c deleted file mode 100644 index 708207ffbc95..000000000000 --- a/print/lgrind/files/patch-source_regexp.c +++ /dev/null @@ -1,11 +0,0 @@ ---- source/regexp.c.orig Fri Mar 28 10:09:46 2003 -+++ source/regexp.c Fri Mar 28 10:10:13 2003 -@@ -56,7 +56,7 @@ - - - #include <stdio.h> --#include <malloc.h> -+#include <stdlib.h> - #include <ctype.h> - #include <string.h> - #include "regexp.h" diff --git a/print/lgrind/pkg-descr b/print/lgrind/pkg-descr deleted file mode 100644 index f035d73b091c..000000000000 --- a/print/lgrind/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -LGrind is a descendant of the Unix utility vgrind. It is -used to produce a beautified version of your source code using LaTeX. Unlike -other packages this is not pure TeX but an external preprocessor. You run e.g. - lgrind example.c > example.tex - latex example.tex -to get a complete listing. Options for producing includable files and pro- -cessing embedded listings in LaTeX texts are provided. - -WWW: https://ctan.org/pkg/lgrind diff --git a/print/lgrind/pkg-plist b/print/lgrind/pkg-plist deleted file mode 100644 index 440ad0a42a9f..000000000000 --- a/print/lgrind/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -bin/lgrind -share/texmf-dist/doc/latex/lgrind/lgrind.dvi -share/texmf-dist/tex/latex/lgrind/lgrind.sty -share/texmf-dist/tex/latex/lgrind/lgrindef -man/man1/lgrind.1.gz -man/man5/lgrindef.5.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203221924.22MJOidK040766>