aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2014-04-11 13:20:44 +0000
committerRene Ladan <rene@FreeBSD.org>2014-04-11 13:20:44 +0000
commit7e5f1066a3f0e92bb3cfede4149d0ab19082f166 (patch)
tree2ada87dee73b3f9d975e2a80387974ade3423260 /print
parentcd0bf1872918b712e1b62f797862a2f95b5d2e1d (diff)
downloadports-7e5f1066a3f0e92bb3cfede4149d0ab19082f166.tar.gz
ports-7e5f1066a3f0e92bb3cfede4149d0ab19082f166.zip
Remove expired ports:
2014-03-10 www/p5-CGI-modules: No more public distfiles 2014-04-10 www/p5-WWW-Link: Depends on expired www/p5-CGI-modules 2014-03-10 www/sbox-dtc: No more public distfiles 2014-04-10 sysutils/dtc: Depends on expired www/sbox-dtc 2014-03-10 textproc/glimpse: No more public distfiles 2014-04-10 ftp/ftplocate: Depends on expired textproc/glimpse 2014-04-10 misc/tkman: Depends on expired textproc/glimpse 2014-04-09 devel/asl: Unmaintained since 1997 2014-04-09 net/pcnfsd: Unmaintained since 1997 2014-04-10 cad/chipmunk: Unmaintained since 1999 2014-04-10 graphics/comix: Insists on installing in /usr/local, and uses nautilus2 which is deprecated. 2014-04-10 www/mambo: Broken for more than 6 months 2014-04-10 devel/lua-rds-parser: Broken for more than 6 months 2014-04-10 editors/the: Unmaintained since 1999 2014-04-10 japanese/exmh2: Unmaintained since 1999 2014-04-10 net/freewais-sf: Unmaintained since 1999 2014-04-10 editors/elvis: Unmaintained since 1999 2014-04-10 japanese/sed: Unmaintained since 1999 2014-04-10 x11-fm/xfm: Unmaintained since 1999 2014-04-10 print/rtf2latex: Unmaintained since 1999 2014-04-10 graphics/fbm: Unmaintained since 1999 2014-04-11 devel/p5-Penguin-Easy: Unmaintained since 2000 2014-04-11 emulators/prodosemu: Unmaintained since 2000 2014-04-11 security/gtkportscan: Unmaintained since 2000 2014-04-11 graphics/xmfract: Unmaintained since 2000 2014-04-11 databases/xmbase-grok: Unmaintained since 2000 2014-04-11 emulators/svr4_base: Unmaintained since 2000 2014-04-11 math/freefem: Unmaintained since 2000 2014-04-11 graphics/tiff2png: Unmaintained since 2000 2014-04-11 math/wingz: Unmaintained since 2000 2014-04-11 lang/STk: Unmaintained since 2000 2014-04-11 graphics/kdc2tiff: Unmaintained since 2000 2014-04-11 math/xlispstat: Unmaintained since 2000 2014-04-11 databases/typhoon: Unmaintained since 2000 2014-04-11 graphics/dc20ctrl: Unmaintained since 2000 2014-04-11 www/fhttpd: Unmaintained since 2000 2014-04-11 graphics/xmorph: Unmaintained since 2000 2014-04-11 editors/axe: Unmaintained since 2000 2014-04-11 www/cgic: Unmaintained since 2000
Notes
Notes: svn path=/head/; revision=350942
Diffstat (limited to 'print')
-rw-r--r--print/Makefile1
-rw-r--r--print/rtf2latex/Makefile24
-rw-r--r--print/rtf2latex/distinfo2
-rw-r--r--print/rtf2latex/files/Makefile76
-rw-r--r--print/rtf2latex/files/patch-reader.c28
-rw-r--r--print/rtf2latex/pkg-descr4
-rw-r--r--print/rtf2latex/pkg-plist6
7 files changed, 0 insertions, 141 deletions
diff --git a/print/Makefile b/print/Makefile
index 5626e7494f9e..691228eb140c 100644
--- a/print/Makefile
+++ b/print/Makefile
@@ -260,7 +260,6 @@
SUBDIR += qt5-printsupport
SUBDIR += rlpr
SUBDIR += rprint
- SUBDIR += rtf2latex
SUBDIR += rtf2latex2e
SUBDIR += ruby-panda
SUBDIR += rubygem-afm
diff --git a/print/rtf2latex/Makefile b/print/rtf2latex/Makefile
deleted file mode 100644
index 1e7f2dd6b2d4..000000000000
--- a/print/rtf2latex/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# Created by: Thomas Gellekum <tg@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= rtf2latex
-PORTVERSION= 1.5
-CATEGORIES= print
-MASTER_SITES= ${MASTER_SITE_TEX_CTAN}
-MASTER_SITE_SUBDIR= support/rtf2latex
-DISTNAME= rtf2LaTeX.${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A filter that converts RTF (MS Rich Text Format) into LaTeX
-
-DEPRECATED= Unmaintained since 1999
-EXPIRATION_DATE= 2014-04-10
-WRKSRC= ${WRKDIR}/rtf2LaTeX
-
-MAN1= rtf2LaTeX.1
-
-NO_STAGE= yes
-post-extract:
- ${CP} ${FILESDIR}/Makefile ${WRKSRC}
-
-.include <bsd.port.mk>
diff --git a/print/rtf2latex/distinfo b/print/rtf2latex/distinfo
deleted file mode 100644
index 319bf0ee1d79..000000000000
--- a/print/rtf2latex/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (rtf2LaTeX.1.5.tar.gz) = 36b035c394592dd6fd1a491aec2efce44cd25ec2cc2d338fc6b7d218dfa51ec5
-SIZE (rtf2LaTeX.1.5.tar.gz) = 52075
diff --git a/print/rtf2latex/files/Makefile b/print/rtf2latex/files/Makefile
deleted file mode 100644
index dc631a96ce48..000000000000
--- a/print/rtf2latex/files/Makefile
+++ /dev/null
@@ -1,76 +0,0 @@
-SHELL=/bin/sh
-INSTALL_PROGRAM=${BSD_INSTALL_PROGRAM}
-INSTALL_MAN=${BSD_INSTALL_MAN}
-INSTALL_DATA=${BSD_INSTALL_DATA}
-LD=cc -s
-PREFIX?=/usr/local
-# if your compiler needs -o option for creating .o files uncomment this line:
-#OOPT = -o $@
-#
-# XCFLAGS holds a combination of -DNO_MALLOC_H -DSTDARG -DVARARGS -DSYSV.
-# -DSTDARG and -DVARARGS are mutually exclusive. -DNO_MALLOC_H is only
-# needed if you don't have a standard C compiler AND you don't have malloc.h
-# if you have a standard C compiler, it is automatically asumed you have stdarg
-# you can override this by specifying -DVARARGS. If you don't specify
-# any of -DSTDARG and -DVARARGS, an uggly replacement that works on most
-# K&R compilers will be used.
-# -DSYSV is currently used only for defining index to strchr. You may
-# want to specify this for ULTRIX - ULTRIX has both, strchr and index but
-# lacks prototypes for the latter.
-#
-# uncomment this line and delete unnecessary flags if needed.
-#XCFLAGS=-DNO_MALLOC_H -DSTDARG -DVARARGS -DSYSV
-#XCFLAGS = -DSYSV
-
-# This is where executables, man-pages and support files are installed
-BINDIR = ${PREFIX}/bin
-MANDIR = ${PREFIX}/man/man1
-RTFDIR = ${PREFIX}/share/rtf
-
-############### No configuration parameters below this line ###############
-
-# RTF-to-LaTeX translator
-COMMONOBJS = reader.o
-LATEXOBJS = rtf2LaTeX.o $(COMMONOBJS)
-SOURCES = rtf.h Makefile.2LaTeX fonts.h rtf2LaTeX.c r2L_version.h \
- rtf2LaTeX.h reader.c
-SUPPORT = mac.code ansi.code english.land german.land
-DOCFILS = Copyright interna.tex README.2LaTeX interna.rtf rtf2LaTeX.man \
- INSTALL.2LaTeX
-MACFILES = getopt.c macintosh.h macintosh.c readme.mac
-
-all: rtf2LaTeX
-
-rtf2LaTeX: $(LATEXOBJS)
- $(LD) $(LDFLAGS) -o $@ $(LATEXOBJS)
-install: rtf2LaTeX $(DOCFILS) $(SUPPORT)
- $(INSTALL_PROGRAM) rtf2LaTeX $(BINDIR)
- $(INSTALL_MAN) rtf2LaTeX.man $(MANDIR)/rtf2LaTeX.1
- -mkdir $(RTFDIR)
- $(INSTALL_DATA) ansi.code mac.code german.land english.land $(RTFDIR)
-tags:
- etags -et *.[ch]
-clean::
- -rm -f rtf2LaTeX *~ core *.o *.aux *.log *.dvi TAGS \
- rtf2LaTeX.tar.z rtf2LaTeX.tar.gz
-test:
- ./rtf2LaTeX interna.rtf > interna.test
- diff interna.test interna.tex
- rm interna.test
-#
-reader.o : rtf.h
- $(CC) $(CFLAGS) $(XCFLAGS) -c $(OOPT) reader.c
-
-rtf2LaTeX.o : fonts.h r2L_version.h rtf2LaTeX.h rtf.h
- $(CC) $(CFLAGS) $(XCFLAGS) -c -DRTFDIR=\"$(RTFDIR)\" $(OOPT) rtf2LaTeX.c
-
-sources: $(SOURCES) $(DOCFILS) $(SUPPORT) $(MACFILES)
-
-$(SOURCES) $(DOCFILS) $(SUPPORT) $(MACFILES):
- co $@
-
-dist: sources
- mkdir rtf2LaTeX
- ln $(SOURCES) $(DOCFILS) $(SUPPORT) $(MACFILES) rtf2LaTeX
- tar cf - rtf2LaTeX | gzip -best > rtf2LaTeX.tar.gz
- rm -rf rtf2LaTeX
diff --git a/print/rtf2latex/files/patch-reader.c b/print/rtf2latex/files/patch-reader.c
deleted file mode 100644
index bf182c2f8ea7..000000000000
--- a/print/rtf2latex/files/patch-reader.c
+++ /dev/null
@@ -1,28 +0,0 @@
---- reader.c.orig Sun May 12 00:57:41 2002
-+++ reader.c Sun May 12 01:00:39 2002
-@@ -118,7 +118,7 @@
- static RTFStyle *styleList = (RTFStyle *) NULL;
-
-
--static FILE *rtffp = stdin;
-+static FILE *rtffp = NULL;
-
-
- /*
-@@ -135,6 +135,7 @@
- RTFStyle *sp;
- RTFStyleElt *eltList, *ep;
-
-+ rtffp = stdin;
- /* initialize lookup table */
- LookupInit ();
-
-@@ -584,6 +585,8 @@
- {
- int c;
-
-+ if (rtffp == NULL)
-+ rtffp = stdin;
- if ((c = getc (rtffp)) != EOF)
- {
- if (c & 0x80)
diff --git a/print/rtf2latex/pkg-descr b/print/rtf2latex/pkg-descr
deleted file mode 100644
index 3b4163f5495a..000000000000
--- a/print/rtf2latex/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-rtf2LaTeX is a filter built on Paul DuBois' RTF reader that converts
-RTF (Microsoft's Rich Text Format) into LaTeX.
-rtf2LaTeX expends a good deal of effort in an attempt to make the resulting
-LaTeX maintainable and modifiable.
diff --git a/print/rtf2latex/pkg-plist b/print/rtf2latex/pkg-plist
deleted file mode 100644
index 26894bebf5f1..000000000000
--- a/print/rtf2latex/pkg-plist
+++ /dev/null
@@ -1,6 +0,0 @@
-bin/rtf2LaTeX
-share/rtf/ansi.code
-share/rtf/english.land
-share/rtf/german.land
-share/rtf/mac.code
-@dirrm share/rtf