Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 May 1998 20:20:26 +0400 (MSD)
From:      Andrey Zakhvatov <andy@icc.surw.chel.su>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/6511: New port: xabacus-5.4.4
Message-ID:  <199805041620.UAA22116@icc.surw.chel.su>

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

>Number:         6511
>Category:       ports
>Synopsis:       New port: xabacus-5.4.4
>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:   Mon May  4 09:20: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 Abacus for X Window System.

This is abacus for X Window System. Essentially, this is a proof
by induction that a computer is more powerful than an abacus, since
a computer program can contain an abacus. (But then again, you can
simulate a computer within a computer, so what does that show).
Actually, with a real abacus, one can move more than one row at a
time with 10 fingers.  But on the other hand, a real abacus does
not have the current sum displayed as an integer.


# 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:
#
#	xabacus-5.4.4
#	xabacus-5.4.4/Makefile
#	xabacus-5.4.4/files
#	xabacus-5.4.4/files/md5
#	xabacus-5.4.4/patches
#	xabacus-5.4.4/patches/patch-aa
#	xabacus-5.4.4/pkg
#	xabacus-5.4.4/pkg/PLIST
#	xabacus-5.4.4/pkg/COMMENT
#	xabacus-5.4.4/pkg/DESCR
#
echo c - xabacus-5.4.4
mkdir -p xabacus-5.4.4 > /dev/null 2>&1
echo x - xabacus-5.4.4/Makefile
sed 's/^X//' >xabacus-5.4.4/Makefile << 'END-of-xabacus-5.4.4/Makefile'
X# New ports collection makefile for:	xabacus
X# Version required:			5.4.4
X# Date created:				3 May 1998
X# Whom:					Andrey Zakhvatov
X#
X# $Id$
X#
X
XDISTNAME=		xabacus-5.4.4
XCATEGORIES=		games x11
XMASTER_SITES=		ftp://ftp.tux.org/pub/people/david-bagley/xabacus/ \
X			${MASTER_SITE_XCONTRIB}
XMASTER_SITE_SUBDIR=	applications
X
XMAINTAINER=		andy@icc.surw.chel.su
X
XGNU_CONFIGURE=		yes
XUSE_X11=		yes
XREQUIRES_MOTIF=		yes
XWRKSRC=			${WRKDIR}/xabacus
X
XMAN1=			xabacus.1
X
Xdo-install:
X	@ ${INSTALL_PROGRAM} ${WRKSRC}/xabacus ${PREFIX}/bin
X	@ ${INSTALL_PROGRAM} ${WRKSRC}/xmabacus ${PREFIX}/bin
X	@ ${INSTALL_DATA} ${WRKSRC}/Abacus.ad ${X11BASE}/lib/X11/app-defaults/Abacus
X	@ ${INSTALL_MAN} ${WRKSRC}/xabacus.man ${PREFIX}/man/man1/xabacus.1
X
X.include <bsd.port.mk>
END-of-xabacus-5.4.4/Makefile
echo c - xabacus-5.4.4/files
mkdir -p xabacus-5.4.4/files > /dev/null 2>&1
echo x - xabacus-5.4.4/files/md5
sed 's/^X//' >xabacus-5.4.4/files/md5 << 'END-of-xabacus-5.4.4/files/md5'
XMD5 (xabacus-5.4.4.tar.gz) = 853452525520fc4f791b86eec6e7a968
END-of-xabacus-5.4.4/files/md5
echo c - xabacus-5.4.4/patches
mkdir -p xabacus-5.4.4/patches > /dev/null 2>&1
echo x - xabacus-5.4.4/patches/patch-aa
sed 's/^X//' >xabacus-5.4.4/patches/patch-aa << 'END-of-xabacus-5.4.4/patches/patch-aa'
X--- Abacus.c	Sat Feb 15 02:57:06 1997
X+++ /home/andy/tmp/wrk/Abacus.c	Sun May  3 11:33:29 1998
X@@ -184,6 +184,7 @@
X #endif /* !LESS_THAN_AIX3_2 */
X #endif /* defined(SYSV) || defined(SVR4) */
X 
X+#ifndef __FreeBSD__
X static int
X usleep(long unsigned int usec)
X {
X@@ -225,6 +226,7 @@
X #endif
X 	return 0;
X }
X+#endif
X #endif
X 
X static void
END-of-xabacus-5.4.4/patches/patch-aa
echo c - xabacus-5.4.4/pkg
mkdir -p xabacus-5.4.4/pkg > /dev/null 2>&1
echo x - xabacus-5.4.4/pkg/PLIST
sed 's/^X//' >xabacus-5.4.4/pkg/PLIST << 'END-of-xabacus-5.4.4/pkg/PLIST'
Xbin/xabacus
Xbin/xmabacus
Xlib/X11/app-defaults/Abacus
Xman/man1/xabacus.1.gz
END-of-xabacus-5.4.4/pkg/PLIST
echo x - xabacus-5.4.4/pkg/COMMENT
sed 's/^X//' >xabacus-5.4.4/pkg/COMMENT << 'END-of-xabacus-5.4.4/pkg/COMMENT'
XAbacus for X Window System.
END-of-xabacus-5.4.4/pkg/COMMENT
echo x - xabacus-5.4.4/pkg/DESCR
sed 's/^X//' >xabacus-5.4.4/pkg/DESCR << 'END-of-xabacus-5.4.4/pkg/DESCR'
XThis is abacus for X Window System. Essentially, this is a proof
Xby induction that a computer is more powerful than an abacus, since
Xa computer program can contain an abacus. (But then again, you can
Xsimulate a computer within a computer, so what does that show).
XActually, with a real abacus, one can move more than one row at a
Xtime with 10 fingers.  But on the other hand, a real abacus does
Xnot have the current sum displayed as an integer.
END-of-xabacus-5.4.4/pkg/DESCR
exit


>How-To-Repeat:

>Fix:

   Please, check and commit this port.

>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



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