summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-05-15 05:15:52 +0000
committerwiz <wiz@pkgsrc.org>2022-05-15 05:15:52 +0000
commit65b9708ed4fb8c3b73931f132ae4b51afdd36eec (patch)
tree1ab1186b11a8230e5b544883cab95d451965665a /print
parent0b8dfc4e832f9844e99287ee5d8a0f4249e49f3d (diff)
downloadpkgsrc-65b9708ed4fb8c3b73931f132ae4b51afdd36eec.tar.gz
lgrind: remove
Does not build, release from 1999, license issues, not maintained
Diffstat (limited to 'print')
-rw-r--r--print/Makefile3
-rw-r--r--print/lgrind/DESCR3
-rw-r--r--print/lgrind/Makefile63
-rw-r--r--print/lgrind/PLIST7
-rw-r--r--print/lgrind/distinfo11
-rw-r--r--print/lgrind/patches/patch-aa24
-rw-r--r--print/lgrind/patches/patch-ab43
-rw-r--r--print/lgrind/patches/patch-ac24
-rw-r--r--print/lgrind/patches/patch-ad89
-rw-r--r--print/lgrind/patches/patch-ae12
-rw-r--r--print/lgrind/patches/patch-af13
11 files changed, 1 insertions, 291 deletions
diff --git a/print/Makefile b/print/Makefile
index baa348174c9..789e8a9a981 100644
--- a/print/Makefile
+++ b/print/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.861 2022/04/19 03:11:48 markd Exp $
+# $NetBSD: Makefile,v 1.862 2022/05/15 05:15:52 wiz Exp $
#
COMMENT= Desktop publishing
@@ -79,7 +79,6 @@ SUBDIR+= kpathsea
SUBDIR+= lacheck
SUBDIR+= latex-mk
SUBDIR+= latexmk
-SUBDIR+= lgrind
SUBDIR+= libcups
SUBDIR+= libgxps
SUBDIR+= libharu
diff --git a/print/lgrind/DESCR b/print/lgrind/DESCR
deleted file mode 100644
index 106c7f27e08..00000000000
--- a/print/lgrind/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-The LGRIND package is a pretty printer for source code. It evolved from
-vgrind, supported TeX (in the tgrind package), LaTeX, and now LaTeX2e,
-in particular NFSS.
diff --git a/print/lgrind/Makefile b/print/lgrind/Makefile
deleted file mode 100644
index 4f7932dae25..00000000000
--- a/print/lgrind/Makefile
+++ /dev/null
@@ -1,63 +0,0 @@
-# $NetBSD: Makefile,v 1.36 2020/09/27 02:01:25 mef Exp $
-
-DISTNAME= lgrind
-PKGNAME= lgrind-3.5
-PKGREVISION= 9
-CATEGORIES= print
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-EXTRACT_SUFX= .tar.bz2
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-COMMENT= Source pretty printer for LaTeX
-
-BUILD_DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools
-# I can't find file `tcrm1000'.
-BUILD_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
-DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
-
-WRKSRC= ${WRKDIR}/lgrind
-NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL
-NO_CONFIGURE= yes
-
-MAKE_ENV+= PKG_LOCALTEXMFPREFIX=${PKG_LOCALTEXMFPREFIX:Q}
-
-.include "../../print/kpathsea/texmf.mk"
-
-INSTALLATION_DIRS= bin man/man1 man/man5 \
- share/texmf-dist/doc/latex/lgrind \
- share/texmf-dist/tex/latex/lgrind
-
-pre-patch:
- ${MV} ${WRKSRC}/source/Makefile ${WRKSRC}/source/Makefile-prepatch
- ${SED} -e '/Id/s|\$$||g' ${WRKSRC}/source/Makefile-prepatch > \
- ${WRKSRC}/source/Makefile
-
-pre-build:
- (cd ${WRKSRC} && ${LOCALBASE}/bin/latex lgrind.ins)
- (cd ${WRKSRC} && ${LOCALBASE}/bin/pdflatex lgrind.dtx)
- ${MV} ${WRKSRC}/source/lgrind.1 ${WRKSRC}/source/lgrind.1.bak
- ${MV} ${WRKSRC}/source/lgrindef.5 ${WRKSRC}/source/lgrindef.5.bak
- ${SED} -e 's,@PREFIX@,${PREFIX},g' \
- < ${WRKSRC}/source/lgrind.1.bak > ${WRKSRC}/source/lgrind.1
- ${SED} -e 's,@PREFIX@,${PREFIX},g' \
- < ${WRKSRC}/source/lgrindef.5.bak > ${WRKSRC}/source/lgrindef.5
-
-do-build:
- ${RUN} cd ${WRKSRC}/source && \
- ${SETENV} ${MAKE_ENV} \
- ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKE_FILE} ${BUILD_TARGET}
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/source/lgrind ${DESTDIR}${PREFIX}/bin/
- ${INSTALL_MAN} ${WRKSRC}/source/lgrind.1 \
- ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/
- ${INSTALL_MAN} ${WRKSRC}/source/lgrindef.5 \
- ${DESTDIR}${PREFIX}/${PKGMANDIR}/man5/
- ${INSTALL_DATA} ${WRKSRC}/lgrind.pdf \
- ${DESTDIR}${PREFIX}/share/texmf-dist/doc/latex/lgrind/
- ${INSTALL_DATA} ${WRKSRC}/lgrindef \
- ${DESTDIR}${PREFIX}/share/texmf-dist/tex/latex/lgrind/
- ${INSTALL_DATA} ${WRKSRC}/lgrind.sty \
- ${DESTDIR}${PREFIX}/share/texmf-dist/tex/latex/lgrind/
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/print/lgrind/PLIST b/print/lgrind/PLIST
deleted file mode 100644
index 92735d259c3..00000000000
--- a/print/lgrind/PLIST
+++ /dev/null
@@ -1,7 +0,0 @@
-@comment $NetBSD: PLIST,v 1.7 2018/01/01 22:29:52 rillig Exp $
-bin/lgrind
-man/man1/lgrind.1
-man/man5/lgrindef.5
-share/texmf-dist/doc/latex/lgrind/lgrind.pdf
-share/texmf-dist/tex/latex/lgrind/lgrind.sty
-share/texmf-dist/tex/latex/lgrind/lgrindef
diff --git a/print/lgrind/distinfo b/print/lgrind/distinfo
deleted file mode 100644
index 9893c3d8987..00000000000
--- a/print/lgrind/distinfo
+++ /dev/null
@@ -1,11 +0,0 @@
-$NetBSD: distinfo,v 1.11 2021/10/26 11:12:09 nia Exp $
-
-BLAKE2s (lgrind.tar.bz2) = 54766f84cf2707d9f46d96b3d87b2f883e548aa2c2fe876c8887b460375efd06
-SHA512 (lgrind.tar.bz2) = 7feffb0ebe4de3a3c36dc6f5ceeb214682e5d49c1212e7890a16f672401dc00177ed59d9e7e581d0a575dc3a823c84cfc7e1a163a4f91e36a311dd5be6204832
-Size (lgrind.tar.bz2) = 90624 bytes
-SHA1 (patch-aa) = c177a549849cc969aff816ea44a6ea76628beeeb
-SHA1 (patch-ab) = c9ff5febbc0e817e47c7131bb40045936fe38443
-SHA1 (patch-ac) = 5ae3bde4a03881a5fcbd25fd412b60dbb48e0d4e
-SHA1 (patch-ad) = 5bb2d85fc13b9dd8198f844947b20f3ded681afe
-SHA1 (patch-ae) = 974d1a921ddbdc43b164032116119653efd4dc8c
-SHA1 (patch-af) = 7ebf25eb5e59bb864d139232ca97fdfa909502ae
diff --git a/print/lgrind/patches/patch-aa b/print/lgrind/patches/patch-aa
deleted file mode 100644
index 15e8a791937..00000000000
--- a/print/lgrind/patches/patch-aa
+++ /dev/null
@@ -1,24 +0,0 @@
-$NetBSD: patch-aa,v 1.7 2011/10/18 23:25:50 minskim Exp $
-
---- source/Makefile.orig 2005-11-08 21:18:37.000000000 +0100
-+++ source/Makefile
-@@ -3,13 +3,13 @@
- # Id: Makefile,v 2.0 96/02/19 23:54:15 gvr Exp
-
- # You will almost certainly want to change these
--BASEDIR=/usr/TeX
--DESTDIR=${BASEDIR}/bin
-+BASEDIR=${PREFIX}/share
-+DESTDIR=${PREFIX}/bin
- #DEFSFILE=/home/mike/LGrind/lgrindef
--DEFSFILE=${BASEDIR}/texmf/tex/latex/lgrind/lgrindef
--TEXINPUTS=${BASEDIR}/texmf/tex/latex/lgrind
--DOC=${BASEDIR}/texmf/doc/latex/lgrind
--MAN=${BASEDIR}/man
-+DEFSFILE=${BASEDIR}/texmf-dist/tex/latex/lgrind/lgrindef
-+TEXINPUTS=${BASEDIR}/texmf-dist/tex/latex/lgrind
-+DOC=${BASEDIR}/texmf-dist/doc/latex/lgrind
-+MAN=${PREFIX}/man
-
- CC=gcc
- INSTALL=install
diff --git a/print/lgrind/patches/patch-ab b/print/lgrind/patches/patch-ab
deleted file mode 100644
index 4d174a2b942..00000000000
--- a/print/lgrind/patches/patch-ab
+++ /dev/null
@@ -1,43 +0,0 @@
-$NetBSD: patch-ab,v 1.3 2011/10/18 23:25:50 minskim Exp $
-
---- source/lgrind.1.orig Tue Mar 9 13:20:17 1999
-+++ source/lgrind.1 Tue Mar 9 13:21:38 1999
-@@ -43,7 +43,7 @@
- specifies text to go into the header.
- .IP "\fB\-d\fP"
- specifies the language definitions file (default is
--\fB/usr/TeX/texmf/tex/latex/lgrind/lgrindef\fP).
-+\fB@PREFIX@/share/texmf-dist/tex/latex/lgrind/lgrindef\fP).
- .IP "\fB\-d!\fP"
- same as above, but do it for now and the future.
- .IP "\fB\-l\fP"
-@@ -85,7 +85,7 @@
- headers and footers.
- .PP
- For a more detailed explanation of these commands, refer to
--\fC/usr/TeX/texmf/doc/latex/lgrind.dvi\fP.
-+\fC@PREFIX@/share/texmf-dist/doc/latex/lgrind.dvi\fP.
- .PP
- .SH "EMBEDDED PROGRAMS WITHIN A LaTeX FILE"
- (From Jerry Leichter's notes.)
-@@ -202,16 +202,16 @@
- Doing a \fIreally\fP good job would require defining some special fonts.
- .PP
- .SH FILES
--.IP "\fC/usr/TeX/bin/lgrind\fP"
-+.IP "\fC@PREFIX@/bin/lgrind\fP"
- Executable
- .PP
--.IP "\fC/usr/TeX/texmf/doc/latex/lgrind/lgrind.dvi\fP"
-+.IP "\fC@PREFIX@/share/texmf-dist/doc/latex/lgrind/lgrind.dvi\fP"
- Documentation
- .PP
--.IP "\fC/usr/TeX/texmf/tex/latex/lgrind/lgrind.sty\fP"
-+.IP "\fC@PREFIX@/share/texmf-dist/tex/latex/lgrind/lgrind.sty\fP"
- LaTeX style file
- .PP
--.IP "\fC/usr/TeX/texmf/tex/latex/lgrind/lgrindef\fP"
-+.IP "\fC@PREFIX@/share/texmf-dist/tex/latex/lgrind/lgrindef\fP"
- Language descriptions
- .PP
- .SH AUTHOR
diff --git a/print/lgrind/patches/patch-ac b/print/lgrind/patches/patch-ac
deleted file mode 100644
index f307b4fd35b..00000000000
--- a/print/lgrind/patches/patch-ac
+++ /dev/null
@@ -1,24 +0,0 @@
-$NetBSD: patch-ac,v 1.3 2011/10/18 23:25:50 minskim Exp $
-
---- source/lgrindef.5.orig Tue Mar 9 13:22:25 1999
-+++ source/lgrindef.5 Tue Mar 9 13:23:12 1999
-@@ -17,7 +17,7 @@
- This man page is not yet much outdated, but might be soon except somebody
- asks me to work on it. Consider the LaTeX docs the real docs.
- .SH SYNOPSIS
--.B /usr/TeX/texmf/tex/latex/lgrind/lgrindef
-+.B @PREFIX@/share/texmf-dist/tex/latex/lgrind/lgrindef
- .SH DESCRIPTION
- .IX "lgrindef file" "" "\fLlgrindef\fP \(em LGrind language definitions"
- .B lgrindef
-@@ -237,8 +237,8 @@
- .BR lgrind (1)
- as `c' or `C', since case is not significant here.
- .SH FILES
--.ta \w'/usr/TeX/texmf/tex/latex/lgrind/lgrindef 'u
--\fB/usr/TeX/texmf/tex/latex/lgrind/lgrindef\fR file containing terminal descriptions
-+.ta \w'@PREFIX@/share/texmf-dist/tex/latex/lgrind/lgrindef 'u
-+\fB@PREFIX@/share/texmf-dist/tex/latex/lgrind/lgrindef\fR file containing terminal descriptions
- .SH "SEE ALSO"
- .BR latex (1),
- .BR lgrind (1),
diff --git a/print/lgrind/patches/patch-ad b/print/lgrind/patches/patch-ad
deleted file mode 100644
index 094ef6430fc..00000000000
--- a/print/lgrind/patches/patch-ad
+++ /dev/null
@@ -1,89 +0,0 @@
-$NetBSD: patch-ad,v 1.3 2011/10/18 23:25:50 minskim Exp $
-
-Add Verilog and Verilog-A
-
---- lgrindef.orig Tue Aug 4 09:01:00 1998
-+++ lgrindef Mon Aug 26 22:54:31 2002
-@@ -685,4 +685,75 @@
- tk_popup tkwait toplevel trace unknown unset update uplevel upvar while winfo wm:
-
-+# verilog. Written by Dan McMahill <dmcmahill@netbsd.org>
-+Verilog:\
-+ :pb=\dmodule\d?\p:np=\)\d;:bb=begin\d:be=end\d:\
-+ :cb=/*:ce=*/:sb=":se=\e":\
-+ :tl:ab=//:ae=$:id=_$`:\
-+ :tb=%%:te=%%:mb=%\$:me=\$%:vb=%\|:ve=\|%:\
-+ :kw=always and assign attribute begin buf bufif0 bufif1 case casex \
-+ casez cmos deassign default defparam disable edge else end endattribute \
-+ endcase endfunction endmodule endprimitive endspecify \
-+ endtable endtask event for force forever fork function highz0 highz1 if initial \
-+ inout input integer join large macromodule medium module nand negedge nmos nor \
-+ not notif0 notif1 or output parameter pmos posedge primitive pull0 pull1 \
-+ pulldown pullup rcmos real realtime reg release repeat rnmos rpmos rtran \
-+ rtranif0 rtranif1 scalared signed small specify specparam strength strong0 \
-+ strong1 supply0 supply1 table task time tran tranif0 tranif1 tri tri0 tri1 \
-+ triand trior trireg unsigned vectored wait wand weak0 weak1 while wire wor \
-+ xnor xor\
-+ $bitstoreal $countdrivers $display $fclose $fdisplay $finish $fmonitor \
-+ $fopen $fstrobe $fwrite $getpattern $history $incsave $input $itor $key \
-+ $list $log $monitor $monitoroff $monitoron $nokey $time \
-+ `accelerate `autoexpand_vectornets `celldefine `default_nettype `define \
-+ `else `endcelldefine `endif `endprotect `endprotected `expand_vectornets \
-+ `ifdef `include `noaccelerate `noexpand_vectornets `noremove_gatenames \
-+ `nounconnected_drive `protect `protected `remove_gatenames `remove_netnames \
-+ `resetall `timescale `unconnected_drive:
-+
-+# VerilogA. Written by Dan McMahill <dmcmahill@netbsd.org>
-+#
-+# the keywords were from appendix E of
-+# the Affirma Verilog-A Language Reference, Dec. 1999
-+#
-+# the ` compiler directives were from page 11-2 of
-+# the Affirma Verilog-A Language Reference, Dec. 1999
-+#
-+# the $ simulator functions were from chapter 9
-+# the Affirma Verilog-A Language Reference, Dec. 1999
-+VerilogA:\
-+ :pb=\dmodule\d?\p:np=\)\d;:bb=begin\d:be=end\d:\
-+ :cb=/*:ce=*/:sb=":se=\e":\
-+ :tl:ab=//:ae=$:id=_$`:\
-+ :tb=%%:te=%%:mb=%\$:me=\$%:vb=%\|:ve=\|%:\
-+ :kw=abs abstol access acos ac_stim always analog analysis and asin \
-+ asinh assign atan atan2 atanh begin bound_step branch buf bufif0 \
-+ bufif1 case casex \
-+ casez cmos cos cosh cross ddt ddt_nature deassign default defparam \
-+ disable discipline discontinuity edge else \
-+ end enddiscipline \
-+ endcase endfunction endmodule endnature endprimitive endspecify \
-+ endtable endtask event exclude exp final_step flicker_noise flow for \
-+ force forever fork from function generate ground highz0 highz1 hypot \
-+ idt idtmod idt_nature if ifnone inf initial initial_step\
-+ inout input integer join laplace_nd laplace_np laplace_zd laplace_zp \
-+ large last_crossing ln log macromodule max medium min module nand \
-+ nature negedge nmos noise_table nor \
-+ not notif0 notif1 or output parameter pmos posedge potential pow \
-+ primitive pull0 pull1 \
-+ pulldown pullup rcmos real realtime reg release repeat rnmos rpmos rtran \
-+ rtranif0 rtranif1 scalared sin sinh slew small specify specparam sqrt \
-+ strong0 \
-+ strong1 supply0 supply1 table taan tanh task temperature time timer \
-+ tran tranif0 tranif1 transition tri tri0 tri1 \
-+ triand trior trireg units vectored vt wait wand weak0 weak1 while \
-+ white_noise wire wor \
-+ xnor xor zi_nd zi_np zi_nd zi_zp \
-+ $realtime $temperature $vt $random $dist_uniform $dist_normal \
-+ $dist_exponential $dist_poisson $dist_chi_square $dist_t $dist_erlang \
-+ $limexp \
-+ $strobe $display $pwr $fopen $fstrobe $fdisplay $fclose \
-+ $finish $stop \
-+ `define `undef `ifdef `include `timescale `resetall `default_nodetype:
-+
-
- # JL - Added visbasic 6 Aug 1996. Note: this is not complete!
-@@ -748,4 +819,6 @@
- :pro=prolog:\
- :m=matlab:\
-+ :v=verilog:\
-+ :va=veriloga:\
- :f=f77:F=f77:for=f77:
-
diff --git a/print/lgrind/patches/patch-ae b/print/lgrind/patches/patch-ae
deleted file mode 100644
index 6654ba36ea1..00000000000
--- a/print/lgrind/patches/patch-ae
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ae,v 1.2 2011/10/18 23:25:50 minskim Exp $
-
---- source/lgrind.c.orig 2007-08-08 19:31:25.000000000 +0000
-+++ source/lgrind.c
-@@ -70,7 +70,6 @@ static char Version[] =
- #include <stdlib.h>
- #include <ctype.h>
- #include <string.h>
--#include <malloc.h>
- /* One of the following two (depending on your system) */
- #include <unistd.h>
- /* #include <io.h> */
diff --git a/print/lgrind/patches/patch-af b/print/lgrind/patches/patch-af
deleted file mode 100644
index e4a05a8fbfe..00000000000
--- a/print/lgrind/patches/patch-af
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-af,v 1.2 2011/10/18 23:25:50 minskim Exp $
-
---- source/regexp.c.orig 2007-08-08 19:31:27.000000000 +0000
-+++ source/regexp.c
-@@ -23,7 +23,7 @@ static char Version[] =
-
-
- #include <stdio.h>
--#include <malloc.h>
-+#include <stdlib.h>
- #include <ctype.h>
- #include <string.h>
- #include "regexp.h"