Add openverse 0.8.3, a visual chat program written in Tcl/Tk.
PR: 25341, 25760 Submitted by: Michael Johnson <ahze@ahze.net>
This commit is contained in:
parent
6689176a7f
commit
1817f01ddf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40074
@ -199,6 +199,7 @@
|
||||
SUBDIR += openldap
|
||||
SUBDIR += openldap2
|
||||
SUBDIR += openmcu
|
||||
SUBDIR += openverse
|
||||
SUBDIR += oproute
|
||||
SUBDIR += p0f
|
||||
SUBDIR += p5-Archie
|
||||
|
40
net/openverse/Makefile
Normal file
40
net/openverse/Makefile
Normal file
@ -0,0 +1,40 @@
|
||||
# Ports collection makefile for: OpenVerse
|
||||
# Date created: 24 Feb 2001
|
||||
# Whom: Michael Johnson <ahze@ahze.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= OpenVerse
|
||||
PORTVERSION= 0.8.3
|
||||
CATEGORIES= net tk82
|
||||
MASTER_SITES= http://sisko.se.wp.cc.nc.us/~ahze/
|
||||
|
||||
MAINTAINER= ahze@ahze.net
|
||||
|
||||
RUN_DEPENDS= tclsh8.2:${PORTSDIR}/lang/tcl82 \
|
||||
wish8.2:${PORTSDIR}/x11-toolkits/tk82
|
||||
|
||||
NO_BUILD= yes
|
||||
WRKSRC= ${WRKDIR}/OpenVerse
|
||||
|
||||
pre-build:
|
||||
${PERL} -pi -e "s@set OvRunDir /usr/lib/OpenVerse@set OvRunDir ${PREFIX}/lib/OpenVerse@g ; \
|
||||
s@/usr/bin/wish@${LOCALBASE}/bin/wish8.2@g" ${WRKSRC}/OpenVerse.tcl
|
||||
|
||||
do-install:
|
||||
.for DIR in anims icons images language lib panels plugins/Query rooms
|
||||
${MKDIR} ${PREFIX}/lib/OpenVerse/${DIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/${DIR}/* ${PREFIX}/lib/OpenVerse/${DIR}
|
||||
.endfor
|
||||
${INSTALL_DATA} ${WRKSRC}/OpenVerse.tcl ${WRKSRC}/server.cfg ${WRKSRC}/server.tcl \
|
||||
${WRKSRC}/passageways.txt ${PREFIX}/lib/OpenVerse/
|
||||
${MKDIR} ${PREFIX}/share/doc/OpenVerse/help
|
||||
${INSTALL_DATA} ${WRKSRC}/help/* ${PREFIX}/share/doc/OpenVerse/help
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/OpenVerse/README
|
||||
|
||||
post-install:
|
||||
@${ECHO} "Please read the documentation for OpenVerse located in"
|
||||
@${ECHO} "${PREFIX}/share/doc/OpenVerse/help and ${PREFIX}/share/doc/OpenVerse/README."
|
||||
${LN} -sf ${PREFIX}/lib/OpenVerse/OpenVerse.tcl ${PREFIX}/bin/OpenVerse
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/openverse/distinfo
Normal file
1
net/openverse/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (OpenVerse-0.8.3.tar.gz) = bc599bcf8dac44cac9dc6a33557eee7b
|
1
net/openverse/pkg-comment
Normal file
1
net/openverse/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A visual chat program written in Tcl/Tk
|
11
net/openverse/pkg-descr
Normal file
11
net/openverse/pkg-descr
Normal file
@ -0,0 +1,11 @@
|
||||
From Web Page:
|
||||
OpenVerse is a visual chat program written in Tcl/Tk. The program
|
||||
connects to any OpenVerse server (server and client code included).
|
||||
|
||||
The OpenVerse is similar to other graphical chat systems like The
|
||||
Palace and Microsoft Chat with the main difference being that it
|
||||
is much more OPEN and also runs on a variety of systems including
|
||||
Windows, *nix (Yes Linux too), Macintosh OS/2 you name it! Anything
|
||||
which Tcl/Tk is available for should run OpenVerse just fine!
|
||||
|
||||
WWW: http://openverse.org/END-of-OpenVerse/pkg-descr
|
99
net/openverse/pkg-plist
Normal file
99
net/openverse/pkg-plist
Normal file
@ -0,0 +1,99 @@
|
||||
bin/OpenVerse
|
||||
lib/OpenVerse/anims/default.av
|
||||
lib/OpenVerse/anims/SexyTux.av
|
||||
lib/OpenVerse/anims/Bob.av
|
||||
lib/OpenVerse/anims/BSDdevil.av
|
||||
lib/OpenVerse/icons/bulb.gif
|
||||
lib/OpenVerse/icons/wink.gif
|
||||
lib/OpenVerse/icons/vhandle.xbm
|
||||
lib/OpenVerse/icons/vhandle.mask
|
||||
lib/OpenVerse/icons/unlocked.gif
|
||||
lib/OpenVerse/icons/unknown.gif
|
||||
lib/OpenVerse/icons/steam.gif
|
||||
lib/OpenVerse/icons/smile.gif
|
||||
lib/OpenVerse/icons/rubber.gif
|
||||
lib/OpenVerse/icons/rateit.gif
|
||||
lib/OpenVerse/icons/pinfo.gif
|
||||
lib/OpenVerse/icons/ov2.ico
|
||||
lib/OpenVerse/icons/notes.gif
|
||||
lib/OpenVerse/icons/mvi.xbm
|
||||
lib/OpenVerse/icons/mv2.xpm
|
||||
lib/OpenVerse/icons/mv2.xbm
|
||||
lib/OpenVerse/icons/mv2.gif
|
||||
lib/OpenVerse/icons/minimv.ico
|
||||
lib/OpenVerse/icons/minimv.gif
|
||||
lib/OpenVerse/icons/log.gif
|
||||
lib/OpenVerse/icons/locked.gif
|
||||
lib/OpenVerse/icons/loading.gif
|
||||
lib/OpenVerse/icons/hhandle.xbm
|
||||
lib/OpenVerse/icons/hhandle.mask
|
||||
lib/OpenVerse/icons/hearts.gif
|
||||
lib/OpenVerse/icons/ftpurl.gif
|
||||
lib/OpenVerse/icons/frown.gif
|
||||
lib/OpenVerse/icons/emailurl.gif
|
||||
lib/OpenVerse/icons/default.gif
|
||||
lib/OpenVerse/icons/dccfile.gif
|
||||
lib/OpenVerse/icons/wwwurl.gif
|
||||
lib/OpenVerse/images/ov_tram_logo.gif
|
||||
lib/OpenVerse/images/devil.gif
|
||||
lib/OpenVerse/images/default.gif
|
||||
lib/OpenVerse/images/bob.gif
|
||||
lib/OpenVerse/language/Arabic
|
||||
lib/OpenVerse/language/ValSpeak
|
||||
lib/OpenVerse/language/PigLatin
|
||||
lib/OpenVerse/language/Jive
|
||||
lib/OpenVerse/language/Italiano
|
||||
lib/OpenVerse/language/Francais
|
||||
lib/OpenVerse/language/Finnish
|
||||
lib/OpenVerse/language/Españoles
|
||||
lib/OpenVerse/language/English
|
||||
lib/OpenVerse/language/Convert.tcl
|
||||
lib/OpenVerse/language/Chef
|
||||
lib/OpenVerse/language/h4x0r
|
||||
lib/OpenVerse/lib/AvEd.tcl
|
||||
lib/OpenVerse/lib/header.mv
|
||||
lib/OpenVerse/lib/URL.tcl
|
||||
lib/OpenVerse/lib/SetFuncs.tcl
|
||||
lib/OpenVerse/lib/ServGUI.tcl
|
||||
lib/OpenVerse/lib/Plugin.tcl
|
||||
lib/OpenVerse/lib/Passage.tcl
|
||||
lib/OpenVerse/lib/Objects.tcl
|
||||
lib/OpenVerse/lib/InitMain.tcl
|
||||
lib/OpenVerse/lib/IOFuncs.tcl
|
||||
lib/OpenVerse/lib/Globals.tcl
|
||||
lib/OpenVerse/lib/GifHeader.tcl
|
||||
lib/OpenVerse/lib/Debug.tcl
|
||||
lib/OpenVerse/lib/ChtFuncs.tcl
|
||||
lib/OpenVerse/lib/BugRpt.tcl
|
||||
lib/OpenVerse/lib/Bubble.tcl
|
||||
lib/OpenVerse/lib/BaseFunc.tcl
|
||||
lib/OpenVerse/lib/Avatars.tcl
|
||||
lib/OpenVerse/lib/tkohlp.tcl
|
||||
lib/OpenVerse/panels/NotFun
|
||||
lib/OpenVerse/panels/KDE
|
||||
lib/OpenVerse/panels/Fun
|
||||
lib/OpenVerse/plugins/Query/PlugInit.tcl
|
||||
lib/OpenVerse/rooms/room.gif
|
||||
lib/OpenVerse/OpenVerse.tcl
|
||||
lib/OpenVerse/server.cfg
|
||||
lib/OpenVerse/server.tcl
|
||||
lib/OpenVerse/passageways.txt
|
||||
share/doc/OpenVerse/help/server.vars
|
||||
share/doc/OpenVerse/help/jive_About.ohlp
|
||||
share/doc/OpenVerse/help/Technical.ohlp
|
||||
share/doc/OpenVerse/help/PServ.ohlp
|
||||
share/doc/OpenVerse/help/OpenVerse.ohlp
|
||||
share/doc/OpenVerse/help/About.ohlp
|
||||
share/doc/OpenVerse/README
|
||||
@dirrm lib/OpenVerse/anims
|
||||
@dirrm lib/OpenVerse/icons
|
||||
@dirrm lib/OpenVerse/images
|
||||
@dirrm lib/OpenVerse/language
|
||||
@dirrm lib/OpenVerse/lib
|
||||
@dirrm lib/OpenVerse/panels
|
||||
@dirrm lib/OpenVerse/plugins/Query
|
||||
@dirrm lib/OpenVerse/plugins
|
||||
@dirrm lib/OpenVerse/rooms
|
||||
@dirrm share/doc/OpenVerse/help
|
||||
@dirrm lib/OpenVerse/
|
||||
@dirrm share/doc/OpenVerse/
|
Loading…
Reference in New Issue
Block a user