aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2014-08-01 04:44:58 +0800
committerrene <rene@FreeBSD.org>2014-08-01 04:44:58 +0800
commit392e4b317a960366a18c7302ee3833154f812793 (patch)
tree9c8db7cf306e12ce53ec0e870e943a9d9f8ebc48 /print
parentb9a67bf4e6f11f315be21fba1ee826f7e02112e2 (diff)
downloadfreebsd-ports-gnome-392e4b317a960366a18c7302ee3833154f812793.tar.gz
freebsd-ports-gnome-392e4b317a960366a18c7302ee3833154f812793.tar.zst
freebsd-ports-gnome-392e4b317a960366a18c7302ee3833154f812793.zip
Remove expired ports:
2014-07-30 mail/postfix27: No longer supported by upstream 2014-07-30 misc/freecode-submit: This software is obsolete. Freecode does not accept updates anymore. 2014-07-30 mail/exim-doc-info: yes 2014-07-31 misc/gman: Depends on expiring ghostview 2014-07-31 print/ghostview: project dead nearly a decade ago; use print/gv instead
Diffstat (limited to 'print')
-rw-r--r--print/Makefile1
-rw-r--r--print/ghostview/Makefile32
-rw-r--r--print/ghostview/distinfo2
-rw-r--r--print/ghostview/files/patch-Dir.c10
-rw-r--r--print/ghostview/files/patch-aa22
-rw-r--r--print/ghostview/files/patch-ab13
-rw-r--r--print/ghostview/pkg-descr24
-rw-r--r--print/ghostview/pkg-install9
8 files changed, 0 insertions, 113 deletions
diff --git a/print/Makefile b/print/Makefile
index ef37f824e72e..412f6d7c31b4 100644
--- a/print/Makefile
+++ b/print/Makefile
@@ -86,7 +86,6 @@
SUBDIR += ghostscript9-agpl
SUBDIR += ghostscript9-agpl-nox11
SUBDIR += ghostscript9-nox11
- SUBDIR += ghostview
SUBDIR += gimp-gutenprint
SUBDIR += gl2ps
SUBDIR += gnome-cups-manager
diff --git a/print/ghostview/Makefile b/print/ghostview/Makefile
deleted file mode 100644
index 3bf8add5384a..000000000000
--- a/print/ghostview/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# Created by: jkh
-# $FreeBSD$
-
-PORTNAME= ghostview
-PORTVERSION= 1.5
-PORTREVISION= 3
-CATEGORIES= print
-MASTER_SITES= http://ftp.gnu.org/old-gnu/ghostview/ \
- http://ftp.sunet.se/pub/text-processing/postscript/interpreters/ghostscript/gnu/ghostview/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= X11 front-end for ghostscript, the GNU postscript previewer
-
-LICENSE= GPLv2 # (or later)
-
-DEPRECATED= project dead nearly a decade ago; use print/gv instead
-EXPIRATION_DATE=2014-07-31
-
-USES= imake
-USE_XORG= xbitmaps xaw
-USE_GHOSTSCRIPT_RUN= yes
-CFLAGS+= -Wno-error=return-type
-
-MAN1= ghostview.1
-PLIST_FILES= bin/ghostview \
- lib/X11/app-defaults/Ghostview
-
-NO_STAGE= yes
-post-install:
- @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
-
-.include <bsd.port.mk>
diff --git a/print/ghostview/distinfo b/print/ghostview/distinfo
deleted file mode 100644
index 2e66d386fe68..000000000000
--- a/print/ghostview/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (ghostview-1.5.tar.gz) = 56c7968085ec196c0cd52026382def2a073c846262055d0f21a16a750a2d3945
-SIZE (ghostview-1.5.tar.gz) = 139742
diff --git a/print/ghostview/files/patch-Dir.c b/print/ghostview/files/patch-Dir.c
deleted file mode 100644
index 2964dde8131a..000000000000
--- a/print/ghostview/files/patch-Dir.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- Dir.c.orig
-+++ Dir.c
-@@ -25,6 +25,7 @@
- */
-
- #include <stdio.h>
-+#include <stdlib.h>
-
- #ifdef SEL_FILE_IGNORE_CASE
- #include <ctype.h>
diff --git a/print/ghostview/files/patch-aa b/print/ghostview/files/patch-aa
deleted file mode 100644
index 8be2e3ad3f4d..000000000000
--- a/print/ghostview/files/patch-aa
+++ /dev/null
@@ -1,22 +0,0 @@
---- misc.c.orig Sat Jul 24 03:29:12 1993
-+++ misc.c Wed Jun 5 22:41:39 2002
-@@ -24,6 +24,8 @@
- */
-
- #include <stdio.h>
-+#include <stdlib.h>
-+
- #ifndef SEEK_SET
- #define SEEK_SET 0
- #endif
-@@ -60,8 +62,9 @@
- #ifdef VMS
- #include <perror.h>
- #else
-+#ifndef __FreeBSD__
- extern int sys_nerr;
--extern char *sys_errlist[];
-+#endif
- #endif
-
- #include "Ghostview.h"
diff --git a/print/ghostview/files/patch-ab b/print/ghostview/files/patch-ab
deleted file mode 100644
index 9a5135290338..000000000000
--- a/print/ghostview/files/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
---- SelFile.c.orig Sat Jul 24 03:29:12 1993
-+++ SelFile.c Wed Jun 5 22:43:26 2002
-@@ -45,8 +45,9 @@
- #include <errno.h>
- /* BSD 4.3 errno.h does not declare errno */
- extern int errno;
-+#ifndef __FreeBSD__
- extern int sys_nerr;
--extern char *sys_errlist[];
-+#endif
-
- #include <sys/param.h>
- #include <X11/cursorfont.h>
diff --git a/print/ghostview/pkg-descr b/print/ghostview/pkg-descr
deleted file mode 100644
index 61ac06fbe909..000000000000
--- a/print/ghostview/pkg-descr
+++ /dev/null
@@ -1,24 +0,0 @@
-Ghostview is an X11 interface for ghostscript 2.4 and later. It features:
-
- - Ghostview parses any known version of Adobe's Document Structuring
- Conventions.
- - Page size is automatically determined from the Document Structuring
- Comments. The user is able to override the values from the comments.
- - Window size is set to the bounding box for Encapsulated PostScript figures.
- - Default page size is Letter and can be changed via Xresources or
- application defaults file to A4 (or any other valid size) for our
- European friends.
- - Scrollbars appear when necessary.
- - Page orientation is automatically determined from the Document Structuring
- Comments. The user is able to override the values from the comments.
- - Ability to view at 4 orientations: Portrait, Landscape, Upside-down,
- and Seascape (for those who rotate landscape the other direction).
- - Ability to restrict rendering to grayscale or monochrome. (Requires
- ghostscript 2.6.1.)
- - Ability to mark pages for printing, or saving. (Good for people that
- printed a 100 page document and lost page 59 due to a printer jam.)
- - Can popup zoom windows at printer resolution
- (1 display dot = 1 printer dot).
-
-The Ghostview distribution includes a Ghostview Widget that people are
-encouraged to use in other programs.
diff --git a/print/ghostview/pkg-install b/print/ghostview/pkg-install
deleted file mode 100644
index 2d7c72fb0528..000000000000
--- a/print/ghostview/pkg-install
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-if [ "$2" != "POST-INSTALL" ]; then
- exit 0
-fi
-if ! which gs >/dev/null; then
- echo "I can't find ghostscript (gs) in your search path."
- echo "Please install your favorite version of ghostscript,"
- echo "otherwise this program is useless."
-fi