Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Jul 2005 22:42:13 -0300
From:      "Alejandro Pulver" <alejandro@varnet.biz>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/84414: [NEW PORT] x11-fm/tdfsb - A 3D Filesystem Browser
Message-ID:  <1122860533.0@phobos.mars.bsd>
Resent-Message-ID: <200508010150.j711oBO2041674@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         84414
>Category:       ports
>Synopsis:       [NEW PORT] x11-fm/tdfsb - A 3D Filesystem Browser
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 01 01:50:11 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Alejandro Pulver
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:





>Description:





>How-To-Repeat:





>Fix:


--- tmp begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	tdfsb
#	tdfsb/Makefile
#	tdfsb/pkg-descr
#	tdfsb/distinfo
#	tdfsb/tmp
#
echo c - tdfsb
mkdir -p tdfsb > /dev/null 2>&1
echo x - tdfsb/Makefile
sed 's/^X//' >tdfsb/Makefile << 'END-of-tdfsb/Makefile'
X# New ports collection makefile for:	tdfsb
X# Date created:				31 Jul 2005
X# Whom:					Alejandro Pulver <alejandro@varnet.biz>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	tdfsb
XPORTVERSION=	0.0.9
XCATEGORIES=	x11-fm
XMASTER_SITES=	http://www.determinate.net/webdata/data/
X
XMAINTAINER=	alejandro@varnet.biz
XCOMMENT=	A 3D Filesystem Browser
X
XLIB_DEPENDS=	smpeg.1:${PORTSDIR}/multimedia/smpeg
X
XUSE_GL=		yes
XUSE_MESA=	yes
XUSE_REINPLACE=	yes
XUSE_SDL=	image sdl
XUSE_X11=	yes
X
XPLIST_FILES=	bin/${PORTNAME}
XPORTDOCS=	README
X
XCOMPILE_SCRIPT=	compile.sh
X
Xdo-build:
X	@(cd ${BUILD_WRKSRC}; ${SH} ${COMPILE_SCRIPT})
X
Xdo-install:
X	@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
X.if !defined(NOPORTDOCS)
X	@${MKDIR} ${DOCSDIR}
X	@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
X.endif
X
X.include <bsd.port.pre.mk>
X
Xpost-patch:
X	@${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}| ; \
X			s|gcc|${CC}| ; \
X			s|/usr/local|${LOCALBASE}|g ; \
X			s|/usr/X11R6|${X11BASE}|g' \
X				${WRKSRC}/${COMPILE_SCRIPT}
X.if !defined(WITH_OPTIMIZED_CFLAGS)
X	@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${COMPILE_SCRIPT}
X.endif
X
X.include <bsd.port.post.mk>
END-of-tdfsb/Makefile
echo x - tdfsb/pkg-descr
sed 's/^X//' >tdfsb/pkg-descr << 'END-of-tdfsb/pkg-descr'
XTDFSB is a '3D - Filesystem Browser' for GNU/Linux. Current version is 0.0.9
X(seems to be stable). This version should also run on BeOS and FreeBSD!
X
XTDFSB reads directory information and displays them as a 3D world, so you can
Xtake a walk through your filesystem. It also reads Images, MPEG and MP3 files
Xas well as some other formats.
X
XTo use this program you should have hardware accelerated 3d graphics.
XOtherwise it may be very slow.
X
XTDFSB is released under the GNU GPL.
X
XWWW: http://www.determinate.net/webdata/seg/tdfsb.html
END-of-tdfsb/pkg-descr
echo x - tdfsb/distinfo
sed 's/^X//' >tdfsb/distinfo << 'END-of-tdfsb/distinfo'
XMD5 (tdfsb-0.0.9.tar.gz) = 96bf14973affe065bdb5cb7301cc7402
XSIZE (tdfsb-0.0.9.tar.gz) = 35336
END-of-tdfsb/distinfo
echo x - tdfsb/tmp
sed 's/^X//' >tdfsb/tmp << 'END-of-tdfsb/tmp'
END-of-tdfsb/tmp
exit

--- tmp ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1122860533.0>