mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
New port: wb 1.59, the LBL whiteboard.
Note: this is a "just-install-the-binary" port like netscape, no source is available for wb.
This commit is contained in:
parent
e0fe359db3
commit
753492eaa2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=4377
33
mbone/wb/Makefile
Normal file
33
mbone/wb/Makefile
Normal file
@ -0,0 +1,33 @@
|
||||
# New ports collection makefile for: wb
|
||||
# Version required: 1.59
|
||||
# Date created: 2 Novermber 1996
|
||||
# Whom: fenner
|
||||
#
|
||||
# $Id: $
|
||||
#
|
||||
|
||||
DISTNAME= wb-1.59
|
||||
CATEGORIES+= mbone
|
||||
MASTER_SITES= ftp://ftp.ee.lbl.gov/conferencing/wb/
|
||||
DISTFILES= i386-wb-1.59.tar.Z
|
||||
|
||||
MAINTAINER= fenner@FreeBSD.ORG
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
NO_BUILD= yes
|
||||
USE_X11= yes
|
||||
|
||||
# XXX ghostscript, ghostscript3 or ghostscript4 will all do.
|
||||
RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript4
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/wb ${PREFIX}/bin
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${PREFIX}/share/doc/wb
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/wb
|
||||
${INSTALL_DATA} ${WRKSRC}/CHANGES ${PREFIX}/share/doc/wb
|
||||
${INSTALL_DATA} ${WRKSRC}/NOTES ${PREFIX}/share/doc/wb
|
||||
${INSTALL_DATA} ${WRKSRC}/lblwb.ps ${PREFIX}/share/doc/wb
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
mbone/wb/distinfo
Normal file
1
mbone/wb/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (i386-wb-1.59.tar.Z) = 7601eb1192ee2774940d805500c0a9ce
|
1
mbone/wb/pkg-comment
Normal file
1
mbone/wb/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A shared drawing (whiteboard) tool using multicast.
|
16
mbone/wb/pkg-descr
Normal file
16
mbone/wb/pkg-descr
Normal file
@ -0,0 +1,16 @@
|
||||
This is a beta-release of the LBL 'whiteboard'.
|
||||
|
||||
Before using wb, read the file NOTES from the distribution (note
|
||||
especially the .sd.tcl change needed if you are running sd v1.14
|
||||
or earlier) and print and read the postscript file lblwb.ps.
|
||||
|
||||
If you simply want a shared "whiteboard" drawing surface, you
|
||||
don't need to do anything but install wb. But wb can also be
|
||||
used to export, view and annotate arbitrary PostScript files.
|
||||
If you want to include PostScript images in your wb conference,
|
||||
either your X server has to support Display PostScript (the DEC
|
||||
& SGI X servers do) or wb has to be able to exec the public
|
||||
domain postscript renderer `GhostScript'. If you want to
|
||||
render postscript with Ghostscript, it has to be installed on
|
||||
your machine and has to be in your shell search path with the
|
||||
name "gs".
|
5
mbone/wb/pkg-plist
Normal file
5
mbone/wb/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
bin/wb
|
||||
share/doc/wb/README
|
||||
share/doc/wb/CHANGES
|
||||
share/doc/wb/NOTES
|
||||
share/doc/wb/lblwb.ps
|
33
net/wb/Makefile
Normal file
33
net/wb/Makefile
Normal file
@ -0,0 +1,33 @@
|
||||
# New ports collection makefile for: wb
|
||||
# Version required: 1.59
|
||||
# Date created: 2 Novermber 1996
|
||||
# Whom: fenner
|
||||
#
|
||||
# $Id: $
|
||||
#
|
||||
|
||||
DISTNAME= wb-1.59
|
||||
CATEGORIES+= mbone
|
||||
MASTER_SITES= ftp://ftp.ee.lbl.gov/conferencing/wb/
|
||||
DISTFILES= i386-wb-1.59.tar.Z
|
||||
|
||||
MAINTAINER= fenner@FreeBSD.ORG
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
NO_BUILD= yes
|
||||
USE_X11= yes
|
||||
|
||||
# XXX ghostscript, ghostscript3 or ghostscript4 will all do.
|
||||
RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript4
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/wb ${PREFIX}/bin
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${PREFIX}/share/doc/wb
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/wb
|
||||
${INSTALL_DATA} ${WRKSRC}/CHANGES ${PREFIX}/share/doc/wb
|
||||
${INSTALL_DATA} ${WRKSRC}/NOTES ${PREFIX}/share/doc/wb
|
||||
${INSTALL_DATA} ${WRKSRC}/lblwb.ps ${PREFIX}/share/doc/wb
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/wb/distinfo
Normal file
1
net/wb/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (i386-wb-1.59.tar.Z) = 7601eb1192ee2774940d805500c0a9ce
|
1
net/wb/pkg-comment
Normal file
1
net/wb/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A shared drawing (whiteboard) tool using multicast.
|
16
net/wb/pkg-descr
Normal file
16
net/wb/pkg-descr
Normal file
@ -0,0 +1,16 @@
|
||||
This is a beta-release of the LBL 'whiteboard'.
|
||||
|
||||
Before using wb, read the file NOTES from the distribution (note
|
||||
especially the .sd.tcl change needed if you are running sd v1.14
|
||||
or earlier) and print and read the postscript file lblwb.ps.
|
||||
|
||||
If you simply want a shared "whiteboard" drawing surface, you
|
||||
don't need to do anything but install wb. But wb can also be
|
||||
used to export, view and annotate arbitrary PostScript files.
|
||||
If you want to include PostScript images in your wb conference,
|
||||
either your X server has to support Display PostScript (the DEC
|
||||
& SGI X servers do) or wb has to be able to exec the public
|
||||
domain postscript renderer `GhostScript'. If you want to
|
||||
render postscript with Ghostscript, it has to be installed on
|
||||
your machine and has to be in your shell search path with the
|
||||
name "gs".
|
5
net/wb/pkg-plist
Normal file
5
net/wb/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
bin/wb
|
||||
share/doc/wb/README
|
||||
share/doc/wb/CHANGES
|
||||
share/doc/wb/NOTES
|
||||
share/doc/wb/lblwb.ps
|
Loading…
Reference in New Issue
Block a user