pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/xfractint Imported xfractint.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5ecf1c71efbf
branches:  trunk
changeset: 514444:5ecf1c71efbf
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Jun 12 14:13:55 2006 +0000

description:
Imported xfractint.

Xfractint draws a wide variety of fractals.  Xfractint is a port of the
IBM PC program fractint.  Xfractint has online documentation which
should be referenced for most operation information.  Note that the
online documentation is from fractint, and does not always accurately
describe xfractint.

diffstat:

 math/xfractint/DESCR            |   5 +++++
 math/xfractint/Makefile         |  23 +++++++++++++++++++++++
 math/xfractint/PLIST            |   1 +
 math/xfractint/distinfo         |   6 ++++++
 math/xfractint/patches/patch-aa |  17 +++++++++++++++++
 5 files changed, 52 insertions(+), 0 deletions(-)

diffs (72 lines):

diff -r 6704e74e2592 -r 5ecf1c71efbf math/xfractint/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/xfractint/DESCR      Mon Jun 12 14:13:55 2006 +0000
@@ -0,0 +1,5 @@
+Xfractint draws a wide variety of fractals.  Xfractint is a port of the
+IBM PC program fractint.  Xfractint has online documentation which
+should be referenced for most operation information.  Note that the
+online documentation is from fractint, and does not always accurately
+describe xfractint.
diff -r 6704e74e2592 -r 5ecf1c71efbf math/xfractint/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/xfractint/Makefile   Mon Jun 12 14:13:55 2006 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/06/12 14:13:55 rillig Exp $
+#
+
+DISTNAME=              xfrac310
+PKGNAME=               xfractint-3.10
+CATEGORIES=            math
+MASTER_SITES=          http://spanky.triumf.ca/pub/fractals/programs/unix/
+EXTRACT_SUFX=          .zip
+
+MAINTAINER=            rillig%NetBSD.org@localhost
+HOMEPAGE=              http://spanky.triumf.ca/pub/fractals/programs/unix/
+COMMENT=               Fractint for X11
+
+WRKSRC=                        ${WRKDIR}
+USE_LIBTOOL=           yes
+
+MAKE_FLAGS+=           BINDIR=${PREFIX}/bin
+MAKE_FLAGS+=           MANDIR=${PREFIX}/${PKGMANDIR}/man1
+BUILD_TARGET=          xfractint
+BUILDLINK_TRANSFORM+=  l:ncurses:curses
+
+.include "../../mk/curses.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 6704e74e2592 -r 5ecf1c71efbf math/xfractint/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/xfractint/PLIST      Mon Jun 12 14:13:55 2006 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/06/12 14:13:55 rillig Exp $
diff -r 6704e74e2592 -r 5ecf1c71efbf math/xfractint/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/xfractint/distinfo   Mon Jun 12 14:13:55 2006 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/06/12 14:13:55 rillig Exp $
+
+SHA1 (xfrac310.zip) = 420de4ca20623b4fe6b6367a269e5525b6bff3af
+RMD160 (xfrac310.zip) = ede481d77f8f5b71a6cef9d7ec4b2e09d9662f5b
+Size (xfrac310.zip) = 1074760 bytes
+SHA1 (patch-aa) = c3635fc834ab66888fae6bb6daf8d61864a53641
diff -r 6704e74e2592 -r 5ecf1c71efbf math/xfractint/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/xfractint/patches/patch-aa   Mon Jun 12 14:13:55 2006 +0000
@@ -0,0 +1,17 @@
+$NetBSD: patch-aa,v 1.1.1.1 2006/06/12 14:13:55 rillig Exp $
+
+Solaris does not define __sighandler_t.
+
+--- unixscr.c.orig     1999-04-29 06:12:03.000000000 +0200
++++ unixscr.c  2006-06-12 16:01:41.382816500 +0200
+@@ -44,6 +44,10 @@
+ # define FNDELAY O_NONBLOCK
+ #endif
+ 
++#if defined(__sun)
++typedef int (*__sighandler_t)(int);
++#endif
++
+ /* Check if there is a character waiting for us.  */
+ #define input_pending() (ioctl(0,FIONREAD,&iocount),(int)iocount)
+ 



Home | Main Index | Thread Index | Old Index