Port details |
- ghostscript9-x11 Ghostscript 9.x PostScript interpreter, X11 support
- 9.06_12 print
=0 Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2015-08-22 17:49:01
- Last Update: 2022-01-08 18:26:25
- Commit Hash: 9a0b5c02
- License: GPLv3
- Description:
- This package installs X11 support library which adds the following
devices to the installed Ghostscript:
x11, x11alpha. x11cmyk, x11mono, x11_, x11alt_, x11cmyk2, x11cmyk4,
x11cmyk8, x11rg16x, x11rg32x, x11gray2, and x11gray4.
WWW: http://www.cs.wisc.edu/~ghost/doc/GPL/index.htm
http://www.ghostscript.com/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ghostscript9-x11>0:print/ghostscript9-x11
- Conflicts:
- CONFLICTS_INSTALL:
- gambc
- ghostscript[789]
- ghostscript[789]-nox11
- ghostscript9-agpl
- ghostscript9-agpl-nox11
- Conflicts Matches:
-
There are no Conflicts Matches for this port. This is usually an error.
- To install the port:
- cd /usr/ports/print/ghostscript9-x11/ && make install clean
- To add the package, run one of these commands:
- pkg install print/ghostscript9-x11
- pkg install ghostscript9-x11
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ghostscript9-x11
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (ghostscript/ghostscript-9.06.tar.bz2) = 05acd1b576899572ef8ecbc25637cf73cbd0be267e651732db3012db33088e04
SIZE (ghostscript/ghostscript-9.06.tar.bz2) = 29246039
SHA256 (ghostscript/epag-3.09.tar.gz) = ad10eca44c781a5851d5a8993dcd95b2e2b99392cbf2c8372a5a658f3b991b3b
SIZE (ghostscript/epag-3.09.tar.gz) = 12858
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ghostscript9-base>=9.06_11 : print/ghostscript9-base
- gmake>=4.3 : devel/gmake
- autoconf>=2.69 : devel/autoconf
- automake>=1.16.1 : devel/automake
- ice.pc : x11/libICE
- sm.pc : x11/libSM
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- xt.pc : x11-toolkits/libXt
- Runtime dependencies:
-
- ghostscript9-base>=9.06_11 : print/ghostscript9-base
- ice.pc : x11/libICE
- sm.pc : x11/libSM
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- xt.pc : x11-toolkits/libXt
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- print_ghostscript9-x11
- USES:
- autoreconf cpe ghostscript:9 gmake tar:bzip2 xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
08 Jan 2022 18:26:25 9.06_12 |
Danilo G. Baio (dbaio)  |
print/ghostscript*: Return Ghostscript ports to the pool
Approved by: doceng (with hat) |
23 Nov 2021 22:11:40 9.06_12 |
Stefan Eßer (se)  |
*/*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALL
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Approved by: portmgr (blanket) |
30 Sep 2021 15:14:08 9.06_12 |
Bernhard Froehlich (decke)  |
print/ghostscript9-x11: Add CPE information
Approved by: portmgr (blanket) |
07 Apr 2021 08:09:01 9.06_12 |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 9.06_12 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
06 Nov 2019 20:47:27
9.06_12 |
zeising  |
Add USES=xorg USES=gl, ports categories p
Add USES=xorg and USES=gl to ports in categories starting with 'p'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
17 Jun 2016 23:28:05
9.06_12 |
mat  |
Rename all files containing a : in their filename.
While there, run make makepatch on affected ports, and rename patches
accordingly.
Sponsored by: Absolight |
24 Mar 2016 15:47:50
9.06_12 |
tijl  |
Make print/ghostscript9-agpl-base the default Ghostscript port. Upstream
changed the license to the AGPL 3 in version 9.07 so print/ghostscript9-base
is stuck at 9.06 which is almost 4 years old now.
Fix the logic in Uses/ghostscript.mk so "agpl" is treated as a real version
on its own instead of as a variant of other versions.
Fix print/ghostscript9-agpl-base to install eps2write.
Update math/asymptote to 2.37 to support newer Ghostscript.
PR: 208159
Exp-run by: antoine
Approved by: portmgr (antoine) |
22 Aug 2015 17:48:36
9.06_11 |
hrs  |
- Split ghostscript into X11-independent and -dependent parts:
* print/ghostscript{7,8,9,9-agpl}-base
Installs Ghostscript binary, libgs, and related files.
These ports do not depend on X11 libraries (i.e. x11* devices
are not available). USES=ghostscript will set dependency on
one of them depending on GHOSTSCRIPT_DEFAULT.
The default device is set to "display" or "bbox".
* print/ghostscript{7,8,9,9-agpl}-x11
Installs a shared library which provides X11 support to
the installed Ghostscript binaries. x11* devices will be (Only the first 15 lines of the commit message are shown above ) |