pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc lgrind: remove
details: https://anonhg.NetBSD.org/pkgsrc/rev/3600b930ba37
branches: trunk
changeset: 379350:3600b930ba37
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun May 15 05:15:52 2022 +0000
description:
lgrind: remove
Does not build, release from 1999, license issues, not maintained
diffstat:
doc/CHANGES-2022 | 3 +-
print/Makefile | 3 +-
print/lgrind/DESCR | 3 -
print/lgrind/Makefile | 63 ------------------------------
print/lgrind/PLIST | 7 ---
print/lgrind/distinfo | 11 -----
print/lgrind/patches/patch-aa | 24 -----------
print/lgrind/patches/patch-ab | 43 --------------------
print/lgrind/patches/patch-ac | 24 -----------
print/lgrind/patches/patch-ad | 89 -------------------------------------------
print/lgrind/patches/patch-ae | 12 -----
print/lgrind/patches/patch-af | 13 ------
12 files changed, 3 insertions(+), 292 deletions(-)
diffs (truncated from 360 to 300 lines):
diff -r 66afcff9164d -r 3600b930ba37 doc/CHANGES-2022
--- a/doc/CHANGES-2022 Sun May 15 04:54:07 2022 +0000
+++ b/doc/CHANGES-2022 Sun May 15 05:15:52 2022 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2022,v 1.2559 2022/05/15 04:49:15 wiz Exp $
+$NetBSD: CHANGES-2022,v 1.2560 2022/05/15 05:15:52 wiz Exp $
Changes to the packages collection and infrastructure in 2022:
@@ -3964,3 +3964,4 @@
Updated print/tex-siunitx to 3.1.1 [markd 2022-05-15]
Updated print/tex-siunitx-doc to 3.1.1 [markd 2022-05-15]
Removed security/fragroute [wiz 2022-05-15]
+ Removed print/lgrind [wiz 2022-05-15]
diff -r 66afcff9164d -r 3600b930ba37 print/Makefile
--- a/print/Makefile Sun May 15 04:54:07 2022 +0000
+++ b/print/Makefile Sun May 15 05:15:52 2022 +0000
@@ -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+= lacheck
SUBDIR+= latex-mk
SUBDIR+= latexmk
-SUBDIR+= lgrind
SUBDIR+= libcups
SUBDIR+= libgxps
SUBDIR+= libharu
diff -r 66afcff9164d -r 3600b930ba37 print/lgrind/DESCR
--- a/print/lgrind/DESCR Sun May 15 04:54:07 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 66afcff9164d -r 3600b930ba37 print/lgrind/Makefile
--- a/print/lgrind/Makefile Sun May 15 04:54:07 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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@localhost
-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 -r 66afcff9164d -r 3600b930ba37 print/lgrind/PLIST
--- a/print/lgrind/PLIST Sun May 15 04:54:07 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 66afcff9164d -r 3600b930ba37 print/lgrind/distinfo
--- a/print/lgrind/distinfo Sun May 15 04:54:07 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 66afcff9164d -r 3600b930ba37 print/lgrind/patches/patch-aa
--- a/print/lgrind/patches/patch-aa Sun May 15 04:54:07 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 66afcff9164d -r 3600b930ba37 print/lgrind/patches/patch-ab
--- a/print/lgrind/patches/patch-ab Sun May 15 04:54:07 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 66afcff9164d -r 3600b930ba37 print/lgrind/patches/patch-ac
--- a/print/lgrind/patches/patch-ac Sun May 15 04:54:07 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 66afcff9164d -r 3600b930ba37 print/lgrind/patches/patch-ad
--- a/print/lgrind/patches/patch-ad Sun May 15 04:54:07 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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@localhost>
-+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@localhost>
-+#
-+# 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 \
Home |
Main Index |
Thread Index |
Old Index