pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Remove teTeX1 packages, as proposed on tech-pkg on Jan...
details: https://anonhg.NetBSD.org/pkgsrc/rev/202bb5ff3ac4
branches: trunk
changeset: 511588:202bb5ff3ac4
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Apr 17 21:14:49 2006 +0000
description:
Remove teTeX1 packages, as proposed on tech-pkg on Jan 28, 2006.
Unsupported and vulnerable.
No dissenting voices.
diffstat:
devel/Makefile | 3 +-
devel/cweb/DESCR | 7 -
devel/cweb/Makefile | 45 -
devel/cweb/PLIST | 31 -
devel/cweb/distinfo | 7 -
devel/cweb/patches/patch-aa | 73 -
devel/cweb/patches/patch-ab | 29 -
print/Makefile | 11 +-
print/dvipdfm/DESCR | 22 -
print/dvipdfm/Makefile | 37 -
print/dvipdfm/PLIST | 17 -
print/dvipdfm/distinfo | 7 -
print/dvipdfm/patches/patch-aa | 13 -
print/dvipdfm/patches/patch-ab | 13 -
print/ja-dvipdfm/DESCR | 23 -
print/ja-dvipdfm/Makefile | 37 -
print/ja-dvipdfm/PLIST | 18 -
print/ja-dvipdfm/distinfo | 8 -
print/teTeX1-bin/DESCR | 3 -
print/teTeX1-bin/MESSAGE | 10 -
print/teTeX1-bin/Makefile | 99 -
print/teTeX1-bin/PLIST | 334 -
print/teTeX1-bin/buildlink3.mk | 31 -
print/teTeX1-bin/distinfo | 22 -
print/teTeX1-bin/patches/patch-aa | 30 -
print/teTeX1-bin/patches/patch-ab | 13 -
print/teTeX1-bin/patches/patch-ac | 13 -
print/teTeX1-bin/patches/patch-ad | 13 -
print/teTeX1-bin/patches/patch-ae | 13 -
print/teTeX1-bin/patches/patch-af | 22 -
print/teTeX1-bin/patches/patch-ag | 13 -
print/teTeX1-bin/patches/patch-ah | 98 -
print/teTeX1-bin/patches/patch-ai | 92 -
print/teTeX1-bin/patches/patch-aj | 12 -
print/teTeX1-bin/patches/patch-ak | 49 -
print/teTeX1-bin/patches/patch-al | 132 -
print/teTeX1-bin/patches/patch-am | 40 -
print/teTeX1-bin/patches/patch-an | 13 -
print/teTeX1-bin/patches/patch-ao | 18 -
print/teTeX1-bin/patches/patch-ap | 90 -
print/teTeX1-bin/patches/patch-aq | 16 -
print/teTeX1-share/DESCR | 4 -
print/teTeX1-share/Makefile | 42 -
print/teTeX1-share/PLIST | 9037 -------------------------------
print/teTeX1-share/distinfo | 5 -
print/teTeX1-share/files/dvipdfm.def | 131 -
print/teTeX1-share/files/exclude | 4 -
print/teTeX1-share/files/latex.ltx.diff | 21 -
print/teTeX1-sharesrc/DESCR | 2 -
print/teTeX1-sharesrc/Makefile | 37 -
print/teTeX1-sharesrc/PLIST | 2828 ---------
print/teTeX1-sharesrc/distinfo | 5 -
print/teTeX1/DESCR | 4 -
print/teTeX1/Makefile | 25 -
print/teTeX1/PLIST | 2 -
print/tex-eurosym/DESCR | 1 -
print/tex-eurosym/Makefile | 38 -
print/tex-eurosym/PLIST | 25 -
print/tex-eurosym/distinfo | 5 -
print/texfamily-share/DESCR | 19 -
print/texfamily-share/Makefile | 70 -
print/texfamily-share/PLIST | 2 -
print/texfamily-share/distinfo | 35 -
print/texfamily/DESCR | 19 -
print/texfamily/Makefile | 179 -
print/texfamily/PLIST | 183 -
print/texfamily/distinfo | 45 -
print/texfamily/patches/patch-aa | 116 -
print/texfamily/patches/patch-ab | 21 -
print/texfamily/patches/patch-ac | 11 -
print/texfamily/patches/patch-ad | 39 -
print/texfamily/patches/patch-ae | 63 -
print/texfamily/patches/patch-af | 13 -
print/texfamily/patches/patch-ag | 13 -
print/texfamily/patches/patch-ah | 44 -
print/texfamily/patches/patch-ai | 23 -
print/texfamily/patches/patch-aj | 13 -
77 files changed, 2 insertions(+), 14699 deletions(-)
diffs (truncated from 15057 to 300 lines):
diff -r a0b91a8fd703 -r 202bb5ff3ac4 devel/Makefile
--- a/devel/Makefile Mon Apr 17 21:13:10 2006 +0000
+++ b/devel/Makefile Mon Apr 17 21:14:49 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.745 2006/04/13 16:43:02 minskim Exp $
+# $NetBSD: Makefile,v 1.746 2006/04/17 21:14:49 wiz Exp $
#
COMMENT= Development utilities
@@ -99,7 +99,6 @@
SUBDIR+= cvsup-gui
SUBDIR+= cvsup-gui-bin
SUBDIR+= cvsync
-SUBDIR+= cweb
SUBDIR+= cxref
SUBDIR+= darcs
SUBDIR+= darts
diff -r a0b91a8fd703 -r 202bb5ff3ac4 devel/cweb/DESCR
--- a/devel/cweb/DESCR Mon Apr 17 21:13:10 2006 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-The philosophy behind CWEB is that programmers who want to provide the
-best possible documentation for their programs need two things
-simultaneously: a language like TeX for formatting, and a language
-like C for programming. Neither type of language can provide the best
-documentation by itself. But when both are appropriately combined, we
-obtain a system that is much more useful than either language
-separately.
diff -r a0b91a8fd703 -r 202bb5ff3ac4 devel/cweb/Makefile
--- a/devel/cweb/Makefile Mon Apr 17 21:13:10 2006 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,45 +0,0 @@
-# $NetBSD: Makefile,v 1.26 2006/03/04 21:29:13 jlam Exp $
-#
-# XXX This package needs to be installed with the same PREFIX as teTeX
-#
-
-DISTNAME= cweb-3.64
-PKGREVISION= 4
-CATEGORIES= devel lang
-MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=web/cweb/}
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://www-cs-faculty.stanford.edu/~knuth/cweb.html
-COMMENT= CWEB System of Structured Documentation
-
-CONFLICTS+= teTeX-bin>=2.0 # Part of teTeX>=2.0
-
-TEX_ACCEPTED= teTeX1
-
-WRKSRC= ${WRKDIR}
-INSTALLATION_DIRS= bin man/man1
-
-.include "../../print/teTeX/module.mk"
-
-post-patch:
- ${MV} ${WRKSRC}/cweb.1 ${WRKSRC}/cweb.1.dist
- ${SED} -e 's:@PREFIX@:'${PREFIX}':g' ${WRKSRC}/cweb.1.dist \
- > ${WRKSRC}/cweb.1
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/cweave ${PREFIX}/bin
- ${INSTALL_PROGRAM} ${WRKSRC}/ctangle ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/cweb.1 ${PREFIX}/man/man1
- ${INSTALL_DATA} ${WRKSRC}/cwebmac.tex \
- ${PREFIX}/share/texmf/tex/plain/base
- ${INSTALL_DATA_DIR} ${PREFIX}/share/cweb
- ${INSTALL_DATA} ${WRKSRC}/c++lib.w ${PREFIX}/share/cweb
- ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/cweb
- ${INSTALL_DATA} ${WRKSRC}/examples/* ${PREFIX}/share/examples/cweb/
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/cweb
- cd ${WRKSRC} && ${INSTALL_DATA} cwebman.dvi cweave.dvi \
- ctangle.dvi ${PREFIX}/share/doc/cweb/
- ${INSTALL_DATA_DIR} ${PREFIX}/share/emacs/site-lisp
- ${INSTALL_DATA} ${WRKSRC}/cweb.el ${PREFIX}/share/emacs/site-lisp
-
-.include "../../mk/bsd.pkg.mk"
diff -r a0b91a8fd703 -r 202bb5ff3ac4 devel/cweb/PLIST
--- a/devel/cweb/PLIST Mon Apr 17 21:13:10 2006 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,31 +0,0 @@
-@comment $NetBSD: PLIST,v 1.5 2005/11/13 05:30:10 minskim Exp $
-bin/ctangle
-bin/cweave
-man/man1/cweb.1
-share/cweb/c++lib.w
-share/doc/cweb/ctangle.dvi
-share/doc/cweb/cweave.dvi
-share/doc/cweb/cwebman.dvi
-share/emacs/site-lisp/cweb.el
-share/examples/cweb/Makefile
-share/examples/cweb/README
-share/examples/cweb/extex.ch
-share/examples/cweb/extex.w
-share/examples/cweb/kspell.el
-share/examples/cweb/oemacs.el
-share/examples/cweb/oemacs.w
-share/examples/cweb/treeprint.w
-share/examples/cweb/wc-dos.ch
-share/examples/cweb/wc.w
-share/examples/cweb/wmer-os2.ch
-share/examples/cweb/wmerg-pc.ch
-share/examples/cweb/wmerge.w
-share/examples/cweb/wordtest.w
-share/examples/cweb/xlib_types.w
-share/examples/cweb/xview_types.w
-share/texmf/tex/plain/base/cwebmac.tex
-@unexec ${RMDIR} %D/share/emacs/site-lisp 2>/dev/null || ${TRUE}
-@unexec ${RMDIR} %D/share/emacs 2>/dev/null || ${TRUE}
-@dirrm share/examples/cweb
-@dirrm share/doc/cweb
-@dirrm share/cweb
diff -r a0b91a8fd703 -r 202bb5ff3ac4 devel/cweb/distinfo
--- a/devel/cweb/distinfo Mon Apr 17 21:13:10 2006 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.5 2005/02/23 22:24:12 agc Exp $
-
-SHA1 (cweb-3.64.tar.gz) = 83e09dc5c376e3b7f46d4c06058eafa49187d1b7
-RMD160 (cweb-3.64.tar.gz) = eeb70cf7820d8f9af0c1f6456f7216d7df2121ce
-Size (cweb-3.64.tar.gz) = 212010 bytes
-SHA1 (patch-aa) = a7bec36347d2fb7d341744007c95bff2d004d906
-SHA1 (patch-ab) = 81f5f210c2cb44ae22f0c3c7d8b11874245fda9b
diff -r a0b91a8fd703 -r 202bb5ff3ac4 devel/cweb/patches/patch-aa
--- a/devel/cweb/patches/patch-aa Mon Apr 17 21:13:10 2006 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,73 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2001/01/28 04:27:43 jtb Exp $
-
---- Makefile.orig Mon Jan 1 04:13:48 2001
-+++ Makefile
-@@ -18,23 +18,23 @@
- #
-
- # directory for TeX inputs (cwebmac.tex goes here)
--MACROSDIR= /usr/local/texmf/tex/generic
-+MACROSDIR= ${PREFIX}/share/texmf/tex/plain/base
-
- # directory for CWEB inputs in @i files
--CWEBINPUTS= /usr/local/lib/cweb
-+CWEBINPUTS= ${PREFIX}/share/cweb
-
- # extension for manual pages ("l" distinguishes local from system stuff)
--MANEXT= l
--#MANEXT= 1
-+#MANEXT= l
-+MANEXT= 1
-
- # directory for manual pages (cweb.1 goes here)
--MANDIR= /usr/man/man$(MANEXT)
-+MANDIR= ${PREFIX}/man/man$(MANEXT)
-
- # destination directory for executables; must end in /
--DESTDIR= /usr/local/bin/
-+DESTDIR= ${PREFIX}/bin/
-
- # directory for GNU EMACS Lisp code (cweb.el goes here)
--EMACSDIR= /usr/local/emacs/lisp
-+EMACSDIR= ${LOCALBASE}/share/emacs/site-lisp
-
- # Set DESTPREF to null if you want to call the executables "tangle" and "weave"
- # (probably NOT a good idea; we recommend leaving DESTPREF=c)
-@@ -50,21 +50,21 @@
- WCHANGES=
-
- # We keep debugging info around, for fun, but most users don't need it
--CFLAGS = -g
-+#CFLAGS = -g
- #CFLAGS = -O
--LINKFLAGS = -g
-+LINKFLAGS = $(LDFLAGS)
- #LINKFLAGS = -s # for smaller (stripped) executables on many UNIX systems
-
- # What C compiler are you using?
--CC = cc
-+#CC = cc
-
- # RM and CP are used below in case rm and cp are aliased
--RM= /bin/rm
--CP= /bin/cp
-+#RM= /bin/rm
-+#CP= /bin/cp
-
- # uncomment the second line if you use pdftex to bypass .dvi files
--PDFTEX = dvipdfm
--#PDFTEX = pdftex
-+#PDFTEX = dvipdfm
-+PDFTEX = pdftex
-
- ########## You shouldn't have to change anything after this point #######
-
-@@ -106,7 +106,7 @@
- pdftex ) pdftex $* ;; \
- esac
-
--all: ctangle cweave
-+all: ctangle cweave fullmanual
-
- cautiously: ctangle
- $(CP) common.c SAVEcommon.c
diff -r a0b91a8fd703 -r 202bb5ff3ac4 devel/cweb/patches/patch-ab
--- a/devel/cweb/patches/patch-ab Mon Apr 17 21:13:10 2006 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,29 +0,0 @@
-$NetBSD: patch-ab,v 1.3 2003/06/29 22:31:05 jtb Exp $
-
---- cweb.1.orig
-+++ cweb.1
-@@ -100,19 +100,19 @@
- .
- .SH FILES
- .TP
--/usr/local/lib/tex/inputs/cwebmac.tex
-+@PREFIX@/share/texmf/tex/plain/base/cwebmac.tex
- TeX macros used by cweave output.
- .TP
--/usr/local/src/cweb/cwebman.tex
-+@PREFIX@/share/doc/cweb/cwebman.dvi
- The user manual.
- .TP
--/usr/local/src/cweb/examples/wc.w
-+@PREFIX@/share/examples/cweb/wc.w
- An introductory example.
- .TP
--/usr/local/src/cweb/examples/wmerge.w
-+@PREFIX@/share/examples/cweb/wmerge.w
- Patch program based on CWEB-style change files.
- .TP
--/usr/local/lib/cweb
-+@PREFIX@/share/cweb
- Directory for cweb "include" files.
- .
- .SH "SEE ALSO"
diff -r a0b91a8fd703 -r 202bb5ff3ac4 print/Makefile
--- a/print/Makefile Mon Apr 17 21:13:10 2006 +0000
+++ b/print/Makefile Mon Apr 17 21:14:49 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.154 2006/04/10 20:17:15 minskim Exp $
+# $NetBSD: Makefile,v 1.155 2006/04/17 21:14:49 wiz Exp $
#
COMMENT= Desktop publishing
@@ -26,7 +26,6 @@
SUBDIR+= cnprint
SUBDIR+= cups
SUBDIR+= dvidvi
-SUBDIR+= dvipdfm
SUBDIR+= dvipdfmx
SUBDIR+= dvipng
SUBDIR+= enscript
@@ -57,7 +56,6 @@
SUBDIR+= img2eps
SUBDIR+= imposter
SUBDIR+= ja-a2ps
-SUBDIR+= ja-dvipdfm
SUBDIR+= ja-jsclasses
SUBDIR+= ja-ptex
SUBDIR+= ja-ptex-bin
@@ -107,10 +105,6 @@
SUBDIR+= teTeX-bin
SUBDIR+= teTeX-share
SUBDIR+= teTeX-sharesrc
-SUBDIR+= teTeX1
-SUBDIR+= teTeX1-bin
-SUBDIR+= teTeX1-share
-SUBDIR+= teTeX1-sharesrc
SUBDIR+= teTeX3-bin
SUBDIR+= teTeX3-texmf
SUBDIR+= teTeX3-texmfsrc
@@ -119,7 +113,6 @@
SUBDIR+= tex-bagpipetex
SUBDIR+= tex-chemarrow
SUBDIR+= tex-dhucs
-SUBDIR+= tex-eurosym
SUBDIR+= tex-foiltex
SUBDIR+= tex-hlatex
SUBDIR+= tex-hugelatex
@@ -132,8 +125,6 @@
SUBDIR+= tex-prosper
SUBDIR+= tex-textpos
SUBDIR+= tex-ucs
-SUBDIR+= texfamily
-SUBDIR+= texfamily-share
SUBDIR+= texmf-dirs
SUBDIR+= transfig
SUBDIR+= xfce4-print
diff -r a0b91a8fd703 -r 202bb5ff3ac4 print/dvipdfm/DESCR
--- a/print/dvipdfm/DESCR Mon Apr 17 21:13:10 2006 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-Dvipdfm is a DVI to PDF translator. Its features include:
-
-o TeX \special's that approximate the functionality of the PostScript pdfmarks
- used by Adobe Acrobat Distiller. Links, outlines, articles, and named
- destinations are supported, for example.
-o Support for standard DVI specials such as the HyperTeX specials and the TPIC
- specials.
-o Support for thumbnails (with help from GhostScript).
-o Ability to include PDF, PNG, and JPEG files as embedded images. For PDF
- files, only the first page is included. Resources will be embedded from the
Home |
Main Index |
Thread Index |
Old Index