Bug 7097 - New port: bb-1.2
Summary: New port: bb-1.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1998-06-28 14:40 UTC by Andrey Zakhvatov
Modified: 1998-07-13 00:46 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Zakhvatov 1998-06-28 14:40:00 UTC
   This is a port of high quality audio-visual demonstration 
for text terminal.  BB is an high quality audio-visual demonstration
for your text terminal. It is portable demo, so you can run it on plenty
of operating systems and DOS.


# 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:
#
#	bb-1.2
#	bb-1.2/Makefile
#	bb-1.2/files
#	bb-1.2/files/md5
#	bb-1.2/pkg
#	bb-1.2/pkg/PLIST
#	bb-1.2/pkg/COMMENT
#	bb-1.2/pkg/DESCR
#	bb-1.2/patches
#	bb-1.2/patches/patch-aa
#
echo c - bb-1.2
mkdir -p bb-1.2 > /dev/null 2>&1
echo x - bb-1.2/Makefile
sed 's/^X//' >bb-1.2/Makefile << 'END-of-bb-1.2/Makefile'
X# New ports collection makefile for:	bb
X# Version required:			1.2
X# Date created:				22 June 1998
X# Whom:					Andrey Zakhvatov
X#
X# $Id$
X#
X
XDISTNAME=		bb-1.2
XCATEGORIES=		misc
XMASTER_SITES=		ftp://ftp.ta.jcu.cz/pub/aa/bb/ \
X			${MASTER_SITE_SUNSITE}
XMASTER_SITE_SUBDIR=	games
X
XMAINTAINER=		andy@icc.surw.chel.su
X
XLIB_DEPENDS=		aa\\.1\\.:${PORTSDIR}/graphics/aalib
X
XMAKEFILE=		makefile
XGNU_CONFIGURE=		yes
X
Xpre-build:
X	@ cd ${WRKSRC}/mikunix; make
X
Xdo-install:
X	@ ${INSTALL_PROGRAM} ${WRKSRC}/bb ${PREFIX}/bin
X	@ ${INSTALL_PROGRAM} ${WRKSRC}/bb_snd_server ${PREFIX}/bin
X	@ ${MKDIR} ${PREFIX}/share/bb
X.for file in bb bb2 bb3
X	@ ${INSTALL_DATA} ${WRKSRC}/${file}.s3m ${PREFIX}/share/bb
X.endfor
X.if !defined(NOPORTDOCS)
X	@ ${MKDIR} ${PREFIX}/share/doc/bb
X.for file in ANNOUNCE COPYING README
X	@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/bb
X.endfor
X.endif
X
X.include <bsd.port.mk>
END-of-bb-1.2/Makefile
echo c - bb-1.2/files
mkdir -p bb-1.2/files > /dev/null 2>&1
echo x - bb-1.2/files/md5
sed 's/^X//' >bb-1.2/files/md5 << 'END-of-bb-1.2/files/md5'
XMD5 (bb-1.2.tar.gz) = 1c5c2777900002beb247ce6ec7c5f2bc
END-of-bb-1.2/files/md5
echo c - bb-1.2/pkg
mkdir -p bb-1.2/pkg > /dev/null 2>&1
echo x - bb-1.2/pkg/PLIST
sed 's/^X//' >bb-1.2/pkg/PLIST << 'END-of-bb-1.2/pkg/PLIST'
Xbin/bb
Xbin/bb_snd_server
Xshare/bb/bb.s3m
Xshare/bb/bb2.s3m
Xshare/bb/bb3.s3m
Xshare/doc/bb/ANNOUNCE
Xshare/doc/bb/COPYING
Xshare/doc/bb/README
X@dirrm share/bb
X@dirrm share/doc/bb
END-of-bb-1.2/pkg/PLIST
echo x - bb-1.2/pkg/COMMENT
sed 's/^X//' >bb-1.2/pkg/COMMENT << 'END-of-bb-1.2/pkg/COMMENT'
XHigh quality audio-visual demonstration for text terminal.
END-of-bb-1.2/pkg/COMMENT
echo x - bb-1.2/pkg/DESCR
sed 's/^X//' >bb-1.2/pkg/DESCR << 'END-of-bb-1.2/pkg/DESCR'
XBB is an high quality audio-visual demonstration for your text
Xterminal. It is portable demo, so you can run it on plenty of operating
Xsystems and DOS.
X
XSupports: dos (VGA + MDA), stdio, curses, slang, X11, gpm, linux-console
XSound:  OSS, Sun audio, SGI, DEC Aplha, AIX, HP-UX, DOS (GUS CLASSIC, GUS
X        CLASSIC, GUS MAX, GUS ACE, GUS PNP, SB, ESS, PC-buzzer
END-of-bb-1.2/pkg/DESCR
echo c - bb-1.2/patches
mkdir -p bb-1.2/patches > /dev/null 2>&1
echo x - bb-1.2/patches/patch-aa
sed 's/^X//' >bb-1.2/patches/patch-aa << 'END-of-bb-1.2/patches/patch-aa'
X--- unix.c	Tue Mar 10 22:42:39 1998
X+++ /home/andy/tmp/wrk/unix.c	Mon Jun 22 14:26:36 1998
X@@ -86,7 +86,7 @@
X     pid = fork();
X     if (pid == (pid_t) 0) {	/* This is the child process.  */
X 	char str[256];
X-	sprintf(str, "bb_snd_server %i %i %i bb.s3m bb2.s3m bb3.s3m", freq, stereo, _16bit);
X+	sprintf(str, "bb_snd_server %i %i %i /usr/local/share/bb/bb.s3m /usr/local/share/bb/bb2.s3m /usr/local/share/bb/bb3.s3m", freq, stereo, _16bit);
X 	close(mypipe[0]);
X 	close(mypipe2[1]);
X 	close(1);
END-of-bb-1.2/patches/patch-aa
exit

Fix: 

Please, check and commit this port.
Comment 1 Bill Fumerola 1998-06-29 01:40:12 UTC
there already is a [different] port by the name of bb (big brother), I
don't know if this would cause any sort of problem...

-bill

On Sun, 28 Jun 1998, Andrey Zakhvatov wrote:

> 
> >Number:         7097
> >Category:       ports
> >Synopsis:       New port: bb-1.2
> >Confidential:   no
> >Severity:       non-critical
> >Priority:       low
> >Responsible:    freebsd-ports
> >State:          open
> >Quarter:
> >Keywords:
> >Date-Required:
> >Class:          change-request
> >Submitter-Id:   current-users
> >Arrival-Date:   Sun Jun 28 06:40:00 PDT 1998
> >Last-Modified:
> >Originator:     Andrey Zakhvatov
> >Organization:
> South Ural Railway ICC
> >Release:        FreeBSD 2.2.2-RELEASE i386
> >Environment:
> 
> >Description:
> 
>    This is a port of high quality audio-visual demonstration 
> for text terminal.  BB is an high quality audio-visual demonstration
> for your text terminal. It is portable demo, so you can run it on plenty
> of operating systems and DOS.


	 bill fumerola (root/billf)@chc-chimes.com
     computer horizons corp - www.computerhorizons.com
    ph:(248)641-1500 x107 / bill.fumerola@chc.fabrik.com
Comment 2 Steve Price freebsd_committer freebsd_triage 1998-07-13 00:41:50 UTC
State Changed
From-To: open->closed

New port committed, thanks!