aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2014-04-18 19:17:45 +0800
committerrene <rene@FreeBSD.org>2014-04-18 19:17:45 +0800
commit78278afd9d007ab96d1c9c46d42b625332c970f1 (patch)
tree05eb10cc44d61de9b8f970b16f50e25c5a245d53 /print
parent094f58b175a5fc76f838830cac6305d9f40ebb2c (diff)
downloadfreebsd-ports-gnome-78278afd9d007ab96d1c9c46d42b625332c970f1.tar.gz
freebsd-ports-gnome-78278afd9d007ab96d1c9c46d42b625332c970f1.tar.zst
freebsd-ports-gnome-78278afd9d007ab96d1c9c46d42b625332c970f1.zip
Remove expired ports:
2014-04-16 ports-mgmt/pkgsearch: Upstream disappeared 2014-04-17 science/flounder: Unmaintained since 2002 2014-04-17 security/nbaudit: Unmaintained since 2002 2014-04-17 security/saint: Unmaintained since 2002 2014-04-17 graphics/gozer: Unmaintained since 2002 2014-04-17 misc/pdfmap: Unmaintained since 2002 2014-04-17 devel/showgrammar: Unmaintained since 2002 2014-04-17 biology/libgenome: Unmaintained since 2002 2014-04-17 deskutils/narval: Unmaintained since 2002 2014-04-17 devel/fampp: Unmaintained since 2002 2014-04-17 net-p2p/py-fngrab: Unmaintained since 2002 2014-04-17 misc/wmfirew: Unmaintained since 2002 2014-04-17 x11-wm/e16utils: Unmaintained since 2002 2014-04-17 misc/salias: Unmaintained since 2002 2014-04-17 print/latex2slides: Unmaintained since 2002 2014-04-17 lang/sxm: Unmaintained since 2002 2014-04-17 textproc/pybook: Unmaintained since 2002 2014-04-17 mail/mailcrypt: Unmaintained since 2002 2014-04-17 japanese/elvis: Unmaintained since 2002 2014-04-17 devel/prototype: Unmaintained since 2002 2014-04-17 print/wprint: Unmaintained since 2002 2014-04-17 science/euler: Unmaintained since 2002 2014-04-17 multimedia/gopchop: Unmaintained since 2002 2014-04-17 science/gdis: Unmaintained since 2002 2014-04-17 net/googolplex: Unmaintained since 2002 2014-04-17 lang/logo: Unmaintained since 2002 2014-04-17 textproc/roap: Unmaintained since 2002 2014-04-17 x11-wm/afterstep-i18n: Unmaintained since 2002 2014-04-17 games/yamsweeper: Unmaintained since 2002 2014-04-17 net-mgmt/echolot: Unmaintained since 2002 2014-04-17 security/pam_smb: Unmaintained since 2002 2014-04-18 devel/lua-redis-parser: Broken for more than 6 months 2014-04-18 biology/finchtv: Broken for more than 6 months 2014-04-18 net-im/ari-yahoo: Broken for more than 1 year (http://www.icculus.org/ari-yahoo/)
Diffstat (limited to 'print')
-rw-r--r--print/Makefile2
-rw-r--r--print/latex2slides/Makefile38
-rw-r--r--print/latex2slides/distinfo2
-rw-r--r--print/latex2slides/files/patch-install11
-rw-r--r--print/latex2slides/pkg-descr9
-rw-r--r--print/latex2slides/pkg-plist29
-rw-r--r--print/wprint/Makefile42
-rw-r--r--print/wprint/distinfo2
-rw-r--r--print/wprint/files/patch-Makefile.in13
-rw-r--r--print/wprint/files/patch-hinting-ftface.diff91
-rw-r--r--print/wprint/pkg-descr7
-rw-r--r--print/wprint/pkg-plist14
12 files changed, 0 insertions, 260 deletions
diff --git a/print/Makefile b/print/Makefile
index e167dfe0d8e4..b656426161dd 100644
--- a/print/Makefile
+++ b/print/Makefile
@@ -154,7 +154,6 @@
SUBDIR += latex-tipa
SUBDIR += latex-ucs
SUBDIR += latex2rtf
- SUBDIR += latex2slides
SUBDIR += latexdiff
SUBDIR += latexmk
SUBDIR += lgrind
@@ -316,7 +315,6 @@
SUBDIR += txtbdf2ps
SUBDIR += typetools
SUBDIR += utopia
- SUBDIR += wprint
SUBDIR += xdvi
SUBDIR += xdvik
SUBDIR += xfce4-print
diff --git a/print/latex2slides/Makefile b/print/latex2slides/Makefile
deleted file mode 100644
index fa698ea9fe92..000000000000
--- a/print/latex2slides/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# Created by: ijliao
-# $FreeBSD$
-
-PORTNAME= latex2slides
-PORTVERSION= 1.0
-PORTREVISION= 6
-CATEGORIES= print
-MASTER_SITES= SF
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Produces a set of HTML/JPEG slides from a TeX or LaTeX source
-
-RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick \
- ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter
-
-DEPRECATED= Unmaintained since 2002
-EXPIRATION_DATE= 2014-04-17
-USE_PYTHON= yes
-USE_TEX= dvipsk:run
-NO_BUILD= yes
-PLIST_SUB= PORTNAME="${PORTNAME}" PORTVERSION="${PORTVERSION}"
-
-MANCOMPRESSED= yes
-MAN1= latex2slides.1
-
-NO_STAGE= yes
-post-patch:
-.for file in install latex2slides
- @${REINPLACE_CMD} -e "s,'/usr/bin/,'${PREFIX}/bin/,g ; \
- s,'/usr/share/latex2slides/,'${DATADIR}/,g ; \
- s,'/usr/share/man/,'${MANPREFIX}/man/,g" ${WRKSRC}/${file}
-.endfor
-
-do-install:
- @(cd ${WRKSRC} ; ${PYTHON_CMD} ./install)
-
-.include <bsd.port.mk>
diff --git a/print/latex2slides/distinfo b/print/latex2slides/distinfo
deleted file mode 100644
index e51f9de0f153..000000000000
--- a/print/latex2slides/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (latex2slides-1.0.tgz) = c5d8d60c0f5b9d5a12c952dddee1684821001223be5d108bf571c83eca5c0681
-SIZE (latex2slides-1.0.tgz) = 52488
diff --git a/print/latex2slides/files/patch-install b/print/latex2slides/files/patch-install
deleted file mode 100644
index 65b32b1e461a..000000000000
--- a/print/latex2slides/files/patch-install
+++ /dev/null
@@ -1,11 +0,0 @@
---- install.orig 2003-10-27 15:40:41.000000000 +0000
-+++ install
-@@ -295,8 +295,6 @@ def parse_command_line():
-
- # execution starts here
-
--if not os.access(USER_DIR, os.F_OK):
-- os.mkdir(USER_DIR) # make sure USER_DIR exists
- p=Parameters()
- parse_command_line()
- install()
diff --git a/print/latex2slides/pkg-descr b/print/latex2slides/pkg-descr
deleted file mode 100644
index 582afd8ba560..000000000000
--- a/print/latex2slides/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-latex2slides is a simple graphical program that produces a set of HTML/JPEG
-slides from a LaTeX (or TeX) source FILE. The program first produces a
-multipage postscript, using latex (or tex ) and dvips. Each postscript page
-is converted to a JPEG image using ImageMagick's convert. The program then
-makes one HTML page for each JPEG (or slide), and an index.html page. As a
-result, each slide in your slide presentation corresponds to one of the
-postscript pages you would obtain running latex on the LaTeX source.
-Alternatively, the source can be a multipage postscript, DVI or PDF FILE,and
-the image format for the slides can be set to PNG.
diff --git a/print/latex2slides/pkg-plist b/print/latex2slides/pkg-plist
deleted file mode 100644
index e1c09c53d544..000000000000
--- a/print/latex2slides/pkg-plist
+++ /dev/null
@@ -1,29 +0,0 @@
-bin/latex2slides
-%%DATADIR%%/%%PORTNAME%%-%%PORTVERSION%%/doc/documentation.html
-%%DATADIR%%/%%PORTNAME%%-%%PORTVERSION%%/doc/faq.html
-%%DATADIR%%/%%PORTNAME%%-%%PORTVERSION%%/doc/latex2slides.1.html
-%%DATADIR%%/%%PORTNAME%%-%%PORTVERSION%%/doc/logo.jpg
-%%DATADIR%%/%%PORTNAME%%-%%PORTVERSION%%/doc/manual.html
-%%DATADIR%%/%%PORTNAME%%-%%PORTVERSION%%/doc/style.css
-%%DATADIR%%/%%PORTNAME%%-%%PORTVERSION%%/icons/README
-%%DATADIR%%/%%PORTNAME%%-%%PORTVERSION%%/icons/first.jpg
-%%DATADIR%%/%%PORTNAME%%-%%PORTVERSION%%/icons/first.png
-%%DATADIR%%/%%PORTNAME%%-%%PORTVERSION%%/icons/index.jpg
-%%DATADIR%%/%%PORTNAME%%-%%PORTVERSION%%/icons/index.png
-%%DATADIR%%/%%PORTNAME%%-%%PORTVERSION%%/icons/last.ico
-%%DATADIR%%/%%PORTNAME%%-%%PORTVERSION%%/icons/last.jpg
-%%DATADIR%%/%%PORTNAME%%-%%PORTVERSION%%/icons/last.png
-%%DATADIR%%/%%PORTNAME%%-%%PORTVERSION%%/icons/next.ico
-%%DATADIR%%/%%PORTNAME%%-%%PORTVERSION%%/icons/next.jpg
-%%DATADIR%%/%%PORTNAME%%-%%PORTVERSION%%/icons/next.png
-%%DATADIR%%/%%PORTNAME%%-%%PORTVERSION%%/icons/prev.jpg
-%%DATADIR%%/%%PORTNAME%%-%%PORTVERSION%%/icons/prev.png
-%%DATADIR%%/%%PORTNAME%%-%%PORTVERSION%%/samples/README
-%%DATADIR%%/%%PORTNAME%%-%%PORTVERSION%%/samples/landscape.tex
-%%DATADIR%%/%%PORTNAME%%-%%PORTVERSION%%/samples/landscape2.tex
-%%DATADIR%%/%%PORTNAME%%-%%PORTVERSION%%/samples/portrait.tex
-@dirrm %%DATADIR%%/%%PORTNAME%%-%%PORTVERSION%%/samples
-@dirrm %%DATADIR%%/%%PORTNAME%%-%%PORTVERSION%%/icons
-@dirrm %%DATADIR%%/%%PORTNAME%%-%%PORTVERSION%%/doc
-@dirrm %%DATADIR%%/%%PORTNAME%%-%%PORTVERSION%%
-@dirrm %%DATADIR%%
diff --git a/print/wprint/Makefile b/print/wprint/Makefile
deleted file mode 100644
index 7f0709f6236f..000000000000
--- a/print/wprint/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-# Created by: ijliao
-# $FreeBSD$
-
-PORTNAME= wprint
-PORTVERSION= 2.05
-PORTREVISION= 2
-CATEGORIES= print
-MASTER_SITES= http://programoj.esperanto.org.uy/angle/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Mozilla/HtmlDoc/Netscape Postscript Filter
-
-LICENSE= GPLv2 # (or later)
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2
-
-DEPRECATED= Unmaintained since 2002
-EXPIRATION_DATE= 2014-04-17
-USES= iconv perl5
-GNU_CONFIGURE= yes
-
-MAN1= wprint.1
-
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-
-NO_STAGE= yes
-post-patch:
-.for file in man/wprint.1.pod src/wprint.c
- @${REINPLACE_CMD} -e "s|/etc/wprint\.conf|${PREFIX}/etc/wprint.conf|g" \
- ${WRKSRC}/${file}
-.endfor
- @${REINPLACE_CMD} -e 's,$$(srcdir)/wprint.conf $$(sysconfdir),$$(srcdir)/wprint.conf $$(sysconfdir)/wprint.conf.dist,g' \
- ${WRKSRC}/etc/Makefile.in
-
-post-install:
- @if [ ! -f ${PREFIX}/etc/wprint.conf ]; then \
- ${CP} -p ${PREFIX}/etc/wprint.conf.dist ${PREFIX}/etc/wprint.conf ; \
- fi
-
-.include <bsd.port.mk>
diff --git a/print/wprint/distinfo b/print/wprint/distinfo
deleted file mode 100644
index f666e49c3009..000000000000
--- a/print/wprint/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (wprint-2.05.tar.gz) = 90de9b92b91854cd683c43ef25e15d6a186ef667397d9b5c56d47793c6ca832a
-SIZE (wprint-2.05.tar.gz) = 108561
diff --git a/print/wprint/files/patch-Makefile.in b/print/wprint/files/patch-Makefile.in
deleted file mode 100644
index 93c118f4b6b4..000000000000
--- a/print/wprint/files/patch-Makefile.in
+++ /dev/null
@@ -1,13 +0,0 @@
---- etc/Makefile.in.orig Tue Oct 15 17:09:45 2002
-+++ etc/Makefile.in Tue Oct 15 17:12:13 2002
-@@ -165,8 +165,8 @@
-
-
- install-data-local:
-- $(mkinstalldirs) $(DESTDIR)/etc
-- $(INSTALL_DATA) $(srcdir)/wprint.conf $(DESTDIR)/etc/wprint.conf
-+ $(mkinstalldirs) $(sysconfdir)
-+ $(INSTALL_DATA) $(srcdir)/wprint.conf $(sysconfdir)
-
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
diff --git a/print/wprint/files/patch-hinting-ftface.diff b/print/wprint/files/patch-hinting-ftface.diff
deleted file mode 100644
index 86eaa2800a8b..000000000000
--- a/print/wprint/files/patch-hinting-ftface.diff
+++ /dev/null
@@ -1,91 +0,0 @@
-diff -ur src/wprint-ft2.c.orig src/wprint-ft2.c
---- src/wprint-ft2.c.orig 2001-10-26 02:41:29.000000000 +0800
-+++ src/wprint-ft2.c 2003-07-19 15:18:55.000000000 +0800
-@@ -20,8 +20,11 @@
- Error("Couldn't find suitable Cmap");
-
- index = FT_Get_Char_Index(ti->font.ttface,unicode );
-+
-+ FT_Set_Char_Size (ti->font.ttface, 0, 16*64, 0, 0);
-
-- if((error=FT_Load_Glyph(ti->font.ttface, index, FT_LOAD_NO_SCALE)))
-+ if((error=FT_Load_Glyph(ti->font.ttface, index, FT_LOAD_NO_BITMAP
-+ | FT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH)))
- FTError("Couldn't load glyph", error);
- glyphToPs(out,unicode,ti,b64name);
-
-@@ -280,13 +283,13 @@
- {
- FT_Done_Face(ti->font.ttface);
- }
--int setFont(struct tt_info *ti,char *file)
-+int setFont(struct tt_info *ti,char *file,int faceindex)
- {
- int error;
- int i,l,total;
- FT_SfntName name;
-
-- if ((error = FT_New_Face(ti->ttengine,file,0,&(ti->font.ttface)) != 0))
-+ if ((error = FT_New_Face(ti->ttengine,file,faceindex,&(ti->font.ttface)) != 0))
- {
- FTError("Coudn't set TrueType font", error);
- }
-diff -ur src/wprint.c.orig src/wprint.c
---- src/wprint.c.orig 2002-04-02 04:59:57.000000000 +0800
-+++ src/wprint.c 2003-07-19 15:18:32.000000000 +0800
-@@ -518,6 +518,7 @@
- fnc[i].xr = 72;
- fnc[i].yr = 72;
- fnc[i].pt = 14.0;
-+ fnc[i].faceindex = 0;
-
- comma = strchr(from,',');
- if (comma != NULL)
-@@ -531,8 +532,8 @@
-
- *p = 0;
- if (strchr(p + 1,';') != NULL)
-- sscanf(p + 1,"%[^;];%d;%d;%lf",enco,
-- &fnc[i].xr,&fnc[i].yr,&fnc[i].pt);
-+ sscanf(p + 1,"%[^;];%d;%d;%lf;%d",enco,
-+ &fnc[i].xr,&fnc[i].yr,&fnc[i].pt,&fnc[i].faceindex);
- else
- strcpy(enco,p + 1);
-
-@@ -559,6 +560,7 @@
- fnc[i].xr = fnc[i - 1].xr;
- fnc[i].yr = fnc[i - 1].yr;
- fnc[i].pt = fnc[i - 1].pt;
-+ fnc[i].faceindex = fnc[i - 1].faceindex;
- }
- }
- return(i);
-@@ -925,7 +927,7 @@
- ttglobalinfo.font.xr = fnc[i].xr;
- ttglobalinfo.font.yr = fnc[i].yr;
- ttglobalinfo.font.charsize = fnc[i].pt;
-- setFont(&ttglobalinfo,fnc[i].filename);
-+ setFont(&ttglobalinfo,fnc[i].filename,fnc[i].faceindex);
- generateFont(out,aux,&ttglobalinfo);
- unsetFont(&ttglobalinfo);
- }
-diff -ur src/wprint.h.orig src/wprint.h
---- src/wprint.h.orig 2002-04-02 04:39:04.000000000 +0800
-+++ src/wprint.h 2003-07-19 14:58:57.000000000 +0800
-@@ -152,6 +152,7 @@
- int xr;
- int yr;
- double pt;
-+ int faceindex;
- };
- typedef struct
- {
-@@ -161,7 +162,7 @@
- Font *newFont(unsigned short fid,unsigned short feid);
- Font *addChar(unsigned short unicode,int fontid);
- int initTT(struct tt_info *ti);
--int setFont(struct tt_info *ti,char *);
-+int setFont(struct tt_info *ti,char *,int faceindex);
- int unsetFont(struct tt_info *ti);
- void finalizeTT(struct tt_info *ti);
- FILE *processConfiguration(FILE *in,char *entry,char *encoding);
diff --git a/print/wprint/pkg-descr b/print/wprint/pkg-descr
deleted file mode 100644
index ce90005aa713..000000000000
--- a/print/wprint/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-World Print - Mozilla/HtmlDoc/Netscape Postscript Filter
-
-Wprint is a filter for Mozilla (Galeon, etc.), Htmldoc, and Netscape
-PostScript output that uses TrueType fonts to allow the printing of pages
-written in Unicode, Big5, KOI8, SJIS, the ISO- 8859* charsets, and others.
-
-WWW: http://programoj.esperanto.org.uy/angle/
diff --git a/print/wprint/pkg-plist b/print/wprint/pkg-plist
deleted file mode 100644
index ccf04a2067de..000000000000
--- a/print/wprint/pkg-plist
+++ /dev/null
@@ -1,14 +0,0 @@
-bin/wprint
-@unexec if cmp -s %D/etc/wprint.conf.dist %D/etc/wprint.conf; then rm -f %D/etc/wprint.conf; fi
-etc/wprint.conf.dist
-@exec if [ ! -f %D/etc/wprint.conf ] ; then cp -p %D/%F %B/wprint.conf; fi
-%%DATADIR%%/COURR_SE.TTF
-%%DATADIR%%/COURR_SE.TXT
-%%DATADIR%%/README.test
-%%DATADIR%%/netscape.ps
-%%DATADIR%%/news.eo.gif
-%%DATADIR%%/search.eo.gif
-%%DATADIR%%/test.html
-%%DATADIR%%/test.sh
-%%DATADIR%%/wprint-test.conf
-@dirrm %%DATADIR%%