The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD print : gv

A PostScript and PDF previewer

 GNU gv allows to view and navigate through PostScript and PDF documents on
an X display by providing a user interface for the ghostscript interpreter. 

http://www.gnu.org/software/gv/



gv history


v. 1.53
date: 2007/10/14 16:52:36;  author: araujo;  state: Exp;  lines: +1 -1
- Fix pkg-plist.

Approved by:	stas (mentor)

v. 1.52 date: 2007/10/10 01:08:58; author: araujo; state: Exp; lines: +3 -4 - Update to 3.6.3. PR: ports/116433 Submitted by: Marcus von Appen Approved by: stas (mentor), maintainer timeout (2 weeks)
v. 1.51 date: 2007/07/23 09:36:24; author: rafan; state: Exp; lines: +1 -3 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
v. 1.50 date: 2007/05/19 20:21:02; author: flz; state: Exp; lines: +1 -0 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.49 date: 2006/11/15 21:48:46; author: miwi; state: Exp; lines: +4 -7 - Update to 3.6.2 PR: ports/105034 Submitted by: KATO Tsuguru Approved by: maintainer timeout
v. 1.48 date: 2006/11/01 11:23:29; author: miwi; state: Exp; lines: +1 -1 - Pass maintainership to submitter (Notes: request of ports@ http://lists.freebsd.org/pipermail/freebsd-ports/2006-October/036304.html ) Submitted by: Conrad J. Sabatier
v. 1.47 date: 2005/04/12 03:26:23; author: obrien; state: Exp; lines: +1 -1 At Kris's request, back out the MACHINE_ARCH spelling correction until after 5.4-RELEASE.
v. 1.46 date: 2005/04/11 08:03:46; author: obrien; state: Exp; lines: +1 -1 Assist getting more ports working on AMD64 by obeying the Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.45 date: 2005/04/10 05:39:56; author: lesi; state: Exp; lines: +1 -1 Remove XAWVER from Xaw3d LIB_DEPENDS re. Xaw3d will be depended upon just fine without explicit version in there, while specifying it can occasionally confuse (cf. ports/78527). Packages depend on specific versions of Xaw3d and X libraries anyway and ports will get the right version number through imake.
v. 1.44 date: 2005/01/01 11:26:44; author: krion; state: Exp; lines: +6 -1 Fix plist. Approved by: portmgr (implicit)
v. 1.43 date: 2004/12/30 09:14:59; author: krion; state: Exp; lines: +22 -15 Update to version 3.6.1 PR: ports/75627 Submitted by: Ports Fury
v. 1.42 date: 2004/12/11 10:08:35; author: josef; state: Exp; lines: +2 -0 Add missing ghostscript dependency. Approved by: edwin
v. 1.41 date: 2003/12/21 00:22:24; author: sergei; state: Exp; lines: +1 -1 - Use canonical form (ports@FreeBSD.org) in MAINTAINER line
v. 1.40 date: 2003/04/06 15:50:55; author: nork; state: Exp; lines: +1 -1 Drop a line which contain apLineDel key, and bump PORTREVISION accordingly. PR: ports/50074 Submitted by: Daniel Lang
v. 1.39 date: 2003/02/20 18:55:45; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.38 date: 2003/02/12 01:11:28; author: naddy; state: Exp; lines: +1 -1 Fix breakage introduced with recent security update. PR: 47776 Submitted by: tmm
v. 1.37 date: 2002/11/10 16:47:42; author: lioux; state: Exp; lines: +0 -2 o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
v. 1.36 date: 2002/11/06 22:46:38; author: adamw; state: Exp; lines: +2 -0 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.35 date: 2002/10/21 16:33:55; author: obrien; state: Exp; lines: +1 -1 Sync with the Debian "26" patch set.
v. 1.34 date: 2002/10/18 09:43:43; author: sobomax; state: Exp; lines: +5 -2 Fix security vulnerability described in bugtraq id 5808 and bump PORTREVISION. Obtained from: Debian
v. 1.33 date: 2002/10/18 08:48:14; author: sobomax; state: Exp; lines: +2 -0 Also affected by bugtraq id 5808, so mark as FORBIDDEN.
v. 1.32 date: 2002/05/08 20:56:21; author: obrien; state: Exp; lines: +2 -2 To ports@freebsd.org.
v. 1.31 date: 2001/02/26 02:41:28; author: obrien; state: Exp; lines: +2 -2 - Support PREFIX properly - Fix Imakefile breakage under XFree86 4.x PR: 25325 Submitted by: KATO Tsuguru
v. 1.30 date: 2000/10/08 10:22:43; author: asami; state: Exp; lines: +2 -2 Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
v. 1.29 date: 2000/08/28 23:57:34; author: obrien; state: Exp; lines: +2 -2 Look for the correct shared version of Xaw3d.
v. 1.28 date: 2000/08/27 04:18:33; author: obrien; state: Exp; lines: +2 -2 Look for proper version of Xaw3d, as this wasn't done when someone upgraded the Xaw3d port. Submitted by: Bernie Doehner
v. 1.27 date: 2000/04/09 17:49:50; author: cpiazza; state: Exp; lines: +3 -3 Accidental whitespace
v. 1.26 date: 2000/04/09 17:40:20; author: cpiazza; state: Exp; lines: +3 -3 Update with the new PORTNAME/PORTVERSION variables
v. 1.25 date: 2000/03/22 00:26:57; author: obrien; state: Exp; lines: +2 -1 Restore useless version required comments.
v. 1.24 date: 2000/03/20 02:36:30; author: obrien; state: Exp; lines: +1 -2 Remove the "version required" line.
v. 1.23 date: 2000/02/13 03:23:26; author: obrien; state: Exp; lines: +5 -5 Style nits in the ports I maintain.
v. 1.22 date: 1999/10/31 23:47:45; author: obrien; state: Exp; lines: +2 -2 Update MASTERSITE.
v. 1.21 date: 1999/08/31 01:44:51; author: peter; state: Exp; lines: +1 -1 $Id$ -> $FreeBSD$
v. 1.20 date: 1998/12/08 09:43:26; author: obrien; state: Exp; lines: +6 -3 * Make fetchable by adding MASTER_SITEs. * portlint
v. 1.19 date: 1998/10/20 01:48:37; author: steve; state: Exp; lines: +2 -1 Move manpages from pkg/PLIST to Makefile.
v. 1.18 date: 1998/09/21 01:35:32; author: steve; state: Exp; lines: +2 -2 Remove regexp support for Xaw3d since it can now be built in an ELF world.
v. 1.17 date: 1998/08/07 23:56:46; author: asami; state: Exp; lines: +2 -2 Fix up dependencies for ports that moved into the x11-toolkits category.
v. 1.16 date: 1997/07/13 18:49:29; author: max; state: Exp; lines: +2 -2 /bin/sh -> ${SH}
v. 1.15 date: 1997/06/23 07:35:15; author: tg; state: Exp; lines: +3 -3 Upgrade to 3.5.8. PR: 3929 Submitted by: Brian Handy
v. 1.14 date: 1997/06/11 05:02:06; author: asami; state: Exp; lines: +1 -4 USE_X11 is not necessary if USE_IMAKE is defined. While I'm here, remove a couple of extra newlines in the post-install target.
v. 1.13 date: 1997/06/10 11:10:11; author: tg; state: Exp; lines: +10 -4 Upgrade to 3.5.3. PR: 3832 Submitted by: Brian Handy Remove myself as maintainer.
v. 1.12 date: 1997/06/07 07:40:43; author: max; state: Exp; lines: +3 -3 Upgrade, 3.4.3 -> 3.4.12. PR: 3803 Submitted by: Brian Handy
v. 1.11 date: 1997/05/29 07:21:19; author: asami; state: Exp; lines: +3 -3 Upgrade to 3.4.3. PR: 3703 Submitted by: Brian Handy (except PLIST)
v. 1.10 date: 1997/04/18 10:09:56; author: asami; state: Exp; lines: +1 -2 Delete PATCH_STRIP so this port compiles. This one is a huge mystery to me. (1) I have no idea how this port worked for anyone. (2) I have no idea why this variable was here to begin with.
v. 1.9 date: 1997/04/18 06:36:11; author: tg; state: Exp; lines: +3 -3 Upgrade to 3.2.4.
v. 1.8 date: 1997/04/02 07:46:33; author: tg; state: Exp; lines: +3 -3 Upgrade to 3.0.4.
v. 1.7 date: 1997/03/28 10:49:55; author: asami; state: Exp; lines: +2 -2 Fiix master site's pathname.
v. 1.6 date: 1997/03/27 07:43:04; author: tg; state: Exp; lines: +5 -7 Upgrade to 2.9.4.
v. 1.5 date: 1997/01/14 09:13:13; author: asami; state: Exp; lines: +4 -3 Remove RUN_DEPENDS to gs, there are too many versions around (3 English and 3 Japanese) and we don't want the package to have a @pkgdep on a particular version.
v. 1.4 date: 1996/11/12 07:06:28; author: tg; state: Exp; lines: +5 -5 Upgrade from 2.7b5 to 2.7.6
v. 1.3 date: 1996/08/27 07:25:43; author: tg; state: Exp; lines: +7 -10 Upgrade to 2.7b5. Should handle PDF now.
v. 1.2 date: 1996/04/18 07:52:35; author: tg; state: Exp; lines: +2 -1 Oops. Add RUN_DEPENDS=gs.
v. 1.1 date: 1996/04/17 07:01:09; author: tg; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1996/04/17 07:01:09; author: tg; state: Exp; lines: +0 -0 Add gv, a postscript previewer based on ghostscript, but with a nicer screen layout. ============================================================================= v. 1.53 date: 2007/10/14 16:52:36; author: araujo; state: Exp; lines: +1 -1 - Fix pkg-plist. Approved by: stas (mentor)
v. 1.52 date: 2007/10/10 01:08:58; author: araujo; state: Exp; lines: +3 -4 - Update to 3.6.3. PR: ports/116433 Submitted by: Marcus von Appen Approved by: stas (mentor), maintainer timeout (2 weeks)
v. 1.51 date: 2007/07/23 09:36:24; author: rafan; state: Exp; lines: +1 -3 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
v. 1.50 date: 2007/05/19 20:21:02; author: flz; state: Exp; lines: +1 -0 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.49 date: 2006/11/15 21:48:46; author: miwi; state: Exp; lines: +4 -7 - Update to 3.6.2 PR: ports/105034 Submitted by: KATO Tsuguru Approved by: maintainer timeout
v. 1.48 date: 2006/11/01 11:23:29; author: miwi; state: Exp; lines: +1 -1 - Pass maintainership to submitter (Notes: request of ports@ http://lists.freebsd.org/pipermail/freebsd-ports/2006-October/036304.html ) Submitted by: Conrad J. Sabatier
v. 1.47 date: 2005/04/12 03:26:23; author: obrien; state: Exp; lines: +1 -1 At Kris's request, back out the MACHINE_ARCH spelling correction until after 5.4-RELEASE.
v. 1.46 date: 2005/04/11 08:03:46; author: obrien; state: Exp; lines: +1 -1 Assist getting more ports working on AMD64 by obeying the Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.45 date: 2005/04/10 05:39:56; author: lesi; state: Exp; lines: +1 -1 Remove XAWVER from Xaw3d LIB_DEPENDS re. Xaw3d will be depended upon just fine without explicit version in there, while specifying it can occasionally confuse (cf. ports/78527). Packages depend on specific versions of Xaw3d and X libraries anyway and ports will get the right version number through imake.
v. 1.44 date: 2005/01/01 11:26:44; author: krion; state: Exp; lines: +6 -1 Fix plist. Approved by: portmgr (implicit)
v. 1.43 date: 2004/12/30 09:14:59; author: krion; state: Exp; lines: +22 -15 Update to version 3.6.1 PR: ports/75627 Submitted by: Ports Fury
v. 1.42 date: 2004/12/11 10:08:35; author: josef; state: Exp; lines: +2 -0 Add missing ghostscript dependency. Approved by: edwin
v. 1.41 date: 2003/12/21 00:22:24; author: sergei; state: Exp; lines: +1 -1 - Use canonical form (ports@FreeBSD.org) in MAINTAINER line
v. 1.40 date: 2003/04/06 15:50:55; author: nork; state: Exp; lines: +1 -1 Drop a line which contain apLineDel key, and bump PORTREVISION accordingly. PR: ports/50074 Submitted by: Daniel Lang
v. 1.39 date: 2003/02/20 18:55:45; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.38 date: 2003/02/12 01:11:28; author: naddy; state: Exp; lines: +1 -1 Fix breakage introduced with recent security update. PR: 47776 Submitted by: tmm
v. 1.37 date: 2002/11/10 16:47:42; author: lioux; state: Exp; lines: +0 -2 o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
v. 1.36 date: 2002/11/06 22:46:38; author: adamw; state: Exp; lines: +2 -0 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.35 date: 2002/10/21 16:33:55; author: obrien; state: Exp; lines: +1 -1 Sync with the Debian "26" patch set.
v. 1.34 date: 2002/10/18 09:43:43; author: sobomax; state: Exp; lines: +5 -2 Fix security vulnerability described in bugtraq id 5808 and bump PORTREVISION. Obtained from: Debian
v. 1.33 date: 2002/10/18 08:48:14; author: sobomax; state: Exp; lines: +2 -0 Also affected by bugtraq id 5808, so mark as FORBIDDEN.
v. 1.32 date: 2002/05/08 20:56:21; author: obrien; state: Exp; lines: +2 -2 To ports@freebsd.org.
v. 1.31 date: 2001/02/26 02:41:28; author: obrien; state: Exp; lines: +2 -2 - Support PREFIX properly - Fix Imakefile breakage under XFree86 4.x PR: 25325 Submitted by: KATO Tsuguru
v. 1.30 date: 2000/10/08 10:22:43; author: asami; state: Exp; lines: +2 -2 Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
v. 1.29 date: 2000/08/28 23:57:34; author: obrien; state: Exp; lines: +2 -2 Look for the correct shared version of Xaw3d.
v. 1.28 date: 2000/08/27 04:18:33; author: obrien; state: Exp; lines: +2 -2 Look for proper version of Xaw3d, as this wasn't done when someone upgraded the Xaw3d port. Submitted by: Bernie Doehner
v. 1.27 date: 2000/04/09 17:49:50; author: cpiazza; state: Exp; lines: +3 -3 Accidental whitespace
v. 1.26 date: 2000/04/09 17:40:20; author: cpiazza; state: Exp; lines: +3 -3 Update with the new PORTNAME/PORTVERSION variables
v. 1.25 date: 2000/03/22 00:26:57; author: obrien; state: Exp; lines: +2 -1 Restore useless version required comments.
v. 1.24 date: 2000/03/20 02:36:30; author: obrien; state: Exp; lines: +1 -2 Remove the "version required" line.
v. 1.23 date: 2000/02/13 03:23:26; author: obrien; state: Exp; lines: +5 -5 Style nits in the ports I maintain.
v. 1.22 date: 1999/10/31 23:47:45; author: obrien; state: Exp; lines: +2 -2 Update MASTERSITE.
v. 1.21 date: 1999/08/31 01:44:51; author: peter; state: Exp; lines: +1 -1 $Id$ -> $FreeBSD$
v. 1.20 date: 1998/12/08 09:43:26; author: obrien; state: Exp; lines: +6 -3 * Make fetchable by adding MASTER_SITEs. * portlint
v. 1.19 date: 1998/10/20 01:48:37; author: steve; state: Exp; lines: +2 -1 Move manpages from pkg/PLIST to Makefile.
v. 1.18 date: 1998/09/21 01:35:32; author: steve; state: Exp; lines: +2 -2 Remove regexp support for Xaw3d since it can now be built in an ELF world.
v. 1.17 date: 1998/08/07 23:56:46; author: asami; state: Exp; lines: +2 -2 Fix up dependencies for ports that moved into the x11-toolkits category.
v. 1.16 date: 1997/07/13 18:49:29; author: max; state: Exp; lines: +2 -2 /bin/sh -> ${SH}
v. 1.15 date: 1997/06/23 07:35:15; author: tg; state: Exp; lines: +3 -3 Upgrade to 3.5.8. PR: 3929 Submitted by: Brian Handy
v. 1.14 date: 1997/06/11 05:02:06; author: asami; state: Exp; lines: +1 -4 USE_X11 is not necessary if USE_IMAKE is defined. While I'm here, remove a couple of extra newlines in the post-install target.
v. 1.13 date: 1997/06/10 11:10:11; author: tg; state: Exp; lines: +10 -4 Upgrade to 3.5.3. PR: 3832 Submitted by: Brian Handy Remove myself as maintainer.
v. 1.12 date: 1997/06/07 07:40:43; author: max; state: Exp; lines: +3 -3 Upgrade, 3.4.3 -> 3.4.12. PR: 3803 Submitted by: Brian Handy
v. 1.11 date: 1997/05/29 07:21:19; author: asami; state: Exp; lines: +3 -3 Upgrade to 3.4.3. PR: 3703 Submitted by: Brian Handy (except PLIST)
v. 1.10 date: 1997/04/18 10:09:56; author: asami; state: Exp; lines: +1 -2 Delete PATCH_STRIP so this port compiles. This one is a huge mystery to me. (1) I have no idea how this port worked for anyone. (2) I have no idea why this variable was here to begin with.
v. 1.9 date: 1997/04/18 06:36:11; author: tg; state: Exp; lines: +3 -3 Upgrade to 3.2.4.
v. 1.8 date: 1997/04/02 07:46:33; author: tg; state: Exp; lines: +3 -3 Upgrade to 3.0.4.
v. 1.7 date: 1997/03/28 10:49:55; author: asami; state: Exp; lines: +2 -2 Fiix master site's pathname.
v. 1.6 date: 1997/03/27 07:43:04; author: tg; state: Exp; lines: +5 -7 Upgrade to 2.9.4.
v. 1.5 date: 1997/01/14 09:13:13; author: asami; state: Exp; lines: +4 -3 Remove RUN_DEPENDS to gs, there are too many versions around (3 English and 3 Japanese) and we don't want the package to have a @pkgdep on a particular version.
v. 1.4 date: 1996/11/12 07:06:28; author: tg; state: Exp; lines: +5 -5 Upgrade from 2.7b5 to 2.7.6
v. 1.3 date: 1996/08/27 07:25:43; author: tg; state: Exp; lines: +7 -10 Upgrade to 2.7b5. Should handle PDF now.
v. 1.2 date: 1996/04/18 07:52:35; author: tg; state: Exp; lines: +2 -1 Oops. Add RUN_DEPENDS=gs.
v. 1.1 date: 1996/04/17 07:01:09; author: tg; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1996/04/17 07:01:09; author: tg; state: Exp; lines: +0 -0 Add gv, a postscript previewer based on ghostscript, but with a nicer screen layout. ============================================================================= v. 1.53 date: 2007/10/14 16:52:36; author: araujo; state: Exp; lines: +1 -1 - Fix pkg-plist. Approved by: stas (mentor)
v. 1.52 date: 2007/10/10 01:08:58; author: araujo; state: Exp; lines: +3 -4 - Update to 3.6.3. PR: ports/116433 Submitted by: Marcus von Appen Approved by: stas (mentor), maintainer timeout (2 weeks)
v. 1.51 date: 2007/07/23 09:36:24; author: rafan; state: Exp; lines: +1 -3 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
v. 1.50 date: 2007/05/19 20:21:02; author: flz; state: Exp; lines: +1 -0 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.49 date: 2006/11/15 21:48:46; author: miwi; state: Exp; lines: +4 -7 - Update to 3.6.2 PR: ports/105034 Submitted by: KATO Tsuguru Approved by: maintainer timeout
v. 1.48 date: 2006/11/01 11:23:29; author: miwi; state: Exp; lines: +1 -1 - Pass maintainership to submitter (Notes: request of ports@ http://lists.freebsd.org/pipermail/freebsd-ports/2006-October/036304.html ) Submitted by: Conrad J. Sabatier
v. 1.47 date: 2005/04/12 03:26:23; author: obrien; state: Exp; lines: +1 -1 At Kris's request, back out the MACHINE_ARCH spelling correction until after 5.4-RELEASE.
v. 1.46 date: 2005/04/11 08:03:46; author: obrien; state: Exp; lines: +1 -1 Assist getting more ports working on AMD64 by obeying the Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.45 date: 2005/04/10 05:39:56; author: lesi; state: Exp; lines: +1 -1 Remove XAWVER from Xaw3d LIB_DEPENDS re. Xaw3d will be depended upon just fine without explicit version in there, while specifying it can occasionally confuse (cf. ports/78527). Packages depend on specific versions of Xaw3d and X libraries anyway and ports will get the right version number through imake.
v. 1.44 date: 2005/01/01 11:26:44; author: krion; state: Exp; lines: +6 -1 Fix plist. Approved by: portmgr (implicit)
v. 1.43 date: 2004/12/30 09:14:59; author: krion; state: Exp; lines: +22 -15 Update to version 3.6.1 PR: ports/75627 Submitted by: Ports Fury
v. 1.42 date: 2004/12/11 10:08:35; author: josef; state: Exp; lines: +2 -0 Add missing ghostscript dependency. Approved by: edwin
v. 1.41 date: 2003/12/21 00:22:24; author: sergei; state: Exp; lines: +1 -1 - Use canonical form (ports@FreeBSD.org) in MAINTAINER line
v. 1.40 date: 2003/04/06 15:50:55; author: nork; state: Exp; lines: +1 -1 Drop a line which contain apLineDel key, and bump PORTREVISION accordingly. PR: ports/50074 Submitted by: Daniel Lang
v. 1.39 date: 2003/02/20 18:55:45; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.38 date: 2003/02/12 01:11:28; author: naddy; state: Exp; lines: +1 -1 Fix breakage introduced with recent security update. PR: 47776 Submitted by: tmm
v. 1.37 date: 2002/11/10 16:47:42; author: lioux; state: Exp; lines: +0 -2 o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
v. 1.36 date: 2002/11/06 22:46:38; author: adamw; state: Exp; lines: +2 -0 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.35 date: 2002/10/21 16:33:55; author: obrien; state: Exp; lines: +1 -1 Sync with the Debian "26" patch set.
v. 1.34 date: 2002/10/18 09:43:43; author: sobomax; state: Exp; lines: +5 -2 Fix security vulnerability described in bugtraq id 5808 and bump PORTREVISION. Obtained from: Debian
v. 1.33 date: 2002/10/18 08:48:14; author: sobomax; state: Exp; lines: +2 -0 Also affected by bugtraq id 5808, so mark as FORBIDDEN.
v. 1.32 date: 2002/05/08 20:56:21; author: obrien; state: Exp; lines: +2 -2 To ports@freebsd.org.
v. 1.31 date: 2001/02/26 02:41:28; author: obrien; state: Exp; lines: +2 -2 - Support PREFIX properly - Fix Imakefile breakage under XFree86 4.x PR: 25325 Submitted by: KATO Tsuguru
v. 1.30 date: 2000/10/08 10:22:43; author: asami; state: Exp; lines: +2 -2 Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
v. 1.29 date: 2000/08/28 23:57:34; author: obrien; state: Exp; lines: +2 -2 Look for the correct shared version of Xaw3d.
v. 1.28 date: 2000/08/27 04:18:33; author: obrien; state: Exp; lines: +2 -2 Look for proper version of Xaw3d, as this wasn't done when someone upgraded the Xaw3d port. Submitted by: Bernie Doehner
v. 1.27 date: 2000/04/09 17:49:50; author: cpiazza; state: Exp; lines: +3 -3 Accidental whitespace
v. 1.26 date: 2000/04/09 17:40:20; author: cpiazza; state: Exp; lines: +3 -3 Update with the new PORTNAME/PORTVERSION variables
v. 1.25 date: 2000/03/22 00:26:57; author: obrien; state: Exp; lines: +2 -1 Restore useless version required comments.
v. 1.24 date: 2000/03/20 02:36:30; author: obrien; state: Exp; lines: +1 -2 Remove the "version required" line.
v. 1.23 date: 2000/02/13 03:23:26; author: obrien; state: Exp; lines: +5 -5 Style nits in the ports I maintain.
v. 1.22 date: 1999/10/31 23:47:45; author: obrien; state: Exp; lines: +2 -2 Update MASTERSITE.
v. 1.21 date: 1999/08/31 01:44:51; author: peter; state: Exp; lines: +1 -1 $Id$ -> $FreeBSD$
v. 1.20 date: 1998/12/08 09:43:26; author: obrien; state: Exp; lines: +6 -3 * Make fetchable by adding MASTER_SITEs. * portlint
v. 1.19 date: 1998/10/20 01:48:37; author: steve; state: Exp; lines: +2 -1 Move manpages from pkg/PLIST to Makefile.
v. 1.18 date: 1998/09/21 01:35:32; author: steve; state: Exp; lines: +2 -2 Remove regexp support for Xaw3d since it can now be built in an ELF world.
v. 1.17 date: 1998/08/07 23:56:46; author: asami; state: Exp; lines: +2 -2 Fix up dependencies for ports that moved into the x11-toolkits category.
v. 1.16 date: 1997/07/13 18:49:29; author: max; state: Exp; lines: +2 -2 /bin/sh -> ${SH}
v. 1.15 date: 1997/06/23 07:35:15; author: tg; state: Exp; lines: +3 -3 Upgrade to 3.5.8. PR: 3929 Submitted by: Brian Handy
v. 1.14 date: 1997/06/11 05:02:06; author: asami; state: Exp; lines: +1 -4 USE_X11 is not necessary if USE_IMAKE is defined. While I'm here, remove a couple of extra newlines in the post-install target.
v. 1.13 date: 1997/06/10 11:10:11; author: tg; state: Exp; lines: +10 -4 Upgrade to 3.5.3. PR: 3832 Submitted by: Brian Handy Remove myself as maintainer.
v. 1.12 date: 1997/06/07 07:40:43; author: max; state: Exp; lines: +3 -3 Upgrade, 3.4.3 -> 3.4.12. PR: 3803 Submitted by: Brian Handy
v. 1.11 date: 1997/05/29 07:21:19; author: asami; state: Exp; lines: +3 -3 Upgrade to 3.4.3. PR: 3703 Submitted by: Brian Handy (except PLIST)
v. 1.10 date: 1997/04/18 10:09:56; author: asami; state: Exp; lines: +1 -2 Delete PATCH_STRIP so this port compiles. This one is a huge mystery to me. (1) I have no idea how this port worked for anyone. (2) I have no idea why this variable was here to begin with.
v. 1.9 date: 1997/04/18 06:36:11; author: tg; state: Exp; lines: +3 -3 Upgrade to 3.2.4.
v. 1.8 date: 1997/04/02 07:46:33; author: tg; state: Exp; lines: +3 -3 Upgrade to 3.0.4.
v. 1.7 date: 1997/03/28 10:49:55; author: asami; state: Exp; lines: +2 -2 Fiix master site's pathname.
v. 1.6 date: 1997/03/27 07:43:04; author: tg; state: Exp; lines: +5 -7 Upgrade to 2.9.4.
v. 1.5 date: 1997/01/14 09:13:13; author: asami; state: Exp; lines: +4 -3 Remove RUN_DEPENDS to gs, there are too many versions around (3 English and 3 Japanese) and we don't want the package to have a @pkgdep on a particular version.
v. 1.4 date: 1996/11/12 07:06:28; author: tg; state: Exp; lines: +5 -5 Upgrade from 2.7b5 to 2.7.6
v. 1.3 date: 1996/08/27 07:25:43; author: tg; state: Exp; lines: +7 -10 Upgrade to 2.7b5. Should handle PDF now.
v. 1.2 date: 1996/04/18 07:52:35; author: tg; state: Exp; lines: +2 -1 Oops. Add RUN_DEPENDS=gs.
v. 1.1 date: 1996/04/17 07:01:09; author: tg; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1996/04/17 07:01:09; author: tg; state: Exp; lines: +0 -0 Add gv, a postscript previewer based on ghostscript, but with a nicer screen layout. =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm