Index: head/games/xabacus/Makefile =================================================================== --- head/games/xabacus/Makefile (nonexistent) +++ head/games/xabacus/Makefile (revision 10850) @@ -0,0 +1,30 @@ +# New ports collection makefile for: xabacus +# Version required: 5.4.4 +# Date created: 3 May 1998 +# Whom: Andrey Zakhvatov +# +# $Id$ +# + +DISTNAME= xabacus-5.4.4 +CATEGORIES= games x11 +MASTER_SITES= ftp://ftp.tux.org/pub/people/david-bagley/xabacus/ \ + ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= applications + +MAINTAINER= andy@icc.surw.chel.su + +GNU_CONFIGURE= yes +USE_X11= yes +REQUIRES_MOTIF= yes +WRKSRC= ${WRKDIR}/xabacus + +MAN1= xabacus.1 + +do-install: + @ ${INSTALL_PROGRAM} ${WRKSRC}/xabacus ${PREFIX}/bin + @ ${INSTALL_PROGRAM} ${WRKSRC}/xmabacus ${PREFIX}/bin + @ ${INSTALL_DATA} ${WRKSRC}/Abacus.ad ${X11BASE}/lib/X11/app-defaults/Abacus + @ ${INSTALL_MAN} ${WRKSRC}/xabacus.man ${PREFIX}/man/man1/xabacus.1 + +.include Property changes on: head/games/xabacus/Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/games/xabacus/distinfo =================================================================== --- head/games/xabacus/distinfo (nonexistent) +++ head/games/xabacus/distinfo (revision 10850) @@ -0,0 +1 @@ +MD5 (xabacus-5.4.4.tar.gz) = 853452525520fc4f791b86eec6e7a968 Property changes on: head/games/xabacus/distinfo ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/games/xabacus/files/patch-aa =================================================================== --- head/games/xabacus/files/patch-aa (nonexistent) +++ head/games/xabacus/files/patch-aa (revision 10850) @@ -0,0 +1,18 @@ +--- Abacus.c Sat Feb 15 02:57:06 1997 ++++ /home/andy/tmp/wrk/Abacus.c Sun May 3 11:33:29 1998 +@@ -184,6 +184,7 @@ + #endif /* !LESS_THAN_AIX3_2 */ + #endif /* defined(SYSV) || defined(SVR4) */ + ++#ifndef __FreeBSD__ + static int + usleep(long unsigned int usec) + { +@@ -225,6 +226,7 @@ + #endif + return 0; + } ++#endif + #endif + + static void Property changes on: head/games/xabacus/files/patch-aa ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/games/xabacus/pkg-comment =================================================================== --- head/games/xabacus/pkg-comment (nonexistent) +++ head/games/xabacus/pkg-comment (revision 10850) @@ -0,0 +1 @@ +Abacus for X Window System. Property changes on: head/games/xabacus/pkg-comment ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/games/xabacus/pkg-descr =================================================================== --- head/games/xabacus/pkg-descr (nonexistent) +++ head/games/xabacus/pkg-descr (revision 10850) @@ -0,0 +1,7 @@ +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. Property changes on: head/games/xabacus/pkg-descr ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/games/xabacus/pkg-plist =================================================================== --- head/games/xabacus/pkg-plist (nonexistent) +++ head/games/xabacus/pkg-plist (revision 10850) @@ -0,0 +1,4 @@ +bin/xabacus +bin/xmabacus +lib/X11/app-defaults/Abacus +man/man1/xabacus.1.gz Property changes on: head/games/xabacus/pkg-plist ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property