From ad3c5acfd16f5d29425707446f03920bed105f59 Mon Sep 17 00:00:00 2001 From: hubertf Date: Tue, 30 May 2000 01:35:06 +0000 Subject: Little penguins walking along the tops of your windows (Someone fix the images to display daemons! :-) --- x11/xpenguins/Makefile | 15 +++++++++++++++ x11/xpenguins/files/md5 | 3 +++ x11/xpenguins/files/patch-sum | 3 +++ x11/xpenguins/patches/patch-aa | 24 ++++++++++++++++++++++++ x11/xpenguins/pkg/COMMENT | 1 + x11/xpenguins/pkg/DESCR | 7 +++++++ x11/xpenguins/pkg/PLIST | 3 +++ 7 files changed, 56 insertions(+) create mode 100644 x11/xpenguins/Makefile create mode 100644 x11/xpenguins/files/md5 create mode 100644 x11/xpenguins/files/patch-sum create mode 100644 x11/xpenguins/patches/patch-aa create mode 100644 x11/xpenguins/pkg/COMMENT create mode 100644 x11/xpenguins/pkg/DESCR create mode 100644 x11/xpenguins/pkg/PLIST (limited to 'x11/xpenguins') diff --git a/x11/xpenguins/Makefile b/x11/xpenguins/Makefile new file mode 100644 index 00000000000..a6a7ef2f8c8 --- /dev/null +++ b/x11/xpenguins/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/05/30 01:35:06 hubertf Exp $ +# + +DISTNAME= xpenguins-1.2 +CATEGORIES= games x11 +MASTER_SITES= http://www.met.rdg.ac.uk/~swrhgnrj/xpenguins/ + +MAINTAINER= hubertf@netbsd.org +HOMEPAGE= http://www.met.rdg.ac.uk/~swrhgnrj/xpenguins/ + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/xpenguins ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/xpenguins.1 ${PREFIX}/man/man1 + +.include "../../mk/bsd.pkg.mk" diff --git a/x11/xpenguins/files/md5 b/x11/xpenguins/files/md5 new file mode 100644 index 00000000000..03ffad46d81 --- /dev/null +++ b/x11/xpenguins/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/05/30 01:35:07 hubertf Exp $ + +MD5 (xpenguins-1.2.tar.gz) = d87aabddc455d12d9ccffbe491fa3b5d diff --git a/x11/xpenguins/files/patch-sum b/x11/xpenguins/files/patch-sum new file mode 100644 index 00000000000..28b7d03b889 --- /dev/null +++ b/x11/xpenguins/files/patch-sum @@ -0,0 +1,3 @@ +$NetBSD: patch-sum,v 1.1.1.1 2000/05/30 01:35:07 hubertf Exp $ + +MD5 (patch-aa) = 7ea6e1127a87cef44c997d016f121d76 diff --git a/x11/xpenguins/patches/patch-aa b/x11/xpenguins/patches/patch-aa new file mode 100644 index 00000000000..aad0a4b752b --- /dev/null +++ b/x11/xpenguins/patches/patch-aa @@ -0,0 +1,24 @@ +$NetBSD: patch-aa,v 1.1.1.1 2000/05/30 01:35:07 hubertf Exp $ + +--- Makefile.BAK Wed May 17 23:00:20 2000 ++++ Makefile Tue May 30 03:19:32 2000 +@@ -6,8 +6,8 @@ + CFLAGS = -Wall $(RPM_OPT_FLAGS) + + XLIBS = -lX11 -lXpm -lXext +-XLIBDIR = -L/usr/X11R6/lib -L/usr/local/lib +-XINCLUDEDIRS = -I/usr/X11R6/include -I/usr/local/include ++XLIBDIR = -L${X11BASE}/lib -Wl,-R${X11BASE}/lib ++XINCLUDEDIRS = -I${X11BASE}/include + + OBJS = xpenguins.o toon.o + PROGRAM = xpenguins +@@ -17,7 +17,7 @@ + $(PROGRAM): $(OBJS) + $(CC) $(CFLAGS) $(XLIBDIR) $(XLIBS) $(OBJS) -o $(PROGRAM) + +-%.o: %.c ++.c.o: + $(CC) $(CFLAGS) $(XINCLUDEDIRS) -c $< + + clean: diff --git a/x11/xpenguins/pkg/COMMENT b/x11/xpenguins/pkg/COMMENT new file mode 100644 index 00000000000..86aff4ee409 --- /dev/null +++ b/x11/xpenguins/pkg/COMMENT @@ -0,0 +1 @@ +Little penguins walking along the tops of your windows diff --git a/x11/xpenguins/pkg/DESCR b/x11/xpenguins/pkg/DESCR new file mode 100644 index 00000000000..dfc13d46aec --- /dev/null +++ b/x11/xpenguins/pkg/DESCR @@ -0,0 +1,7 @@ +XPenguins is a simple program that animates a number of penguins that +fall from the top of the screen, walk along the top of windows, up +the side of windows, up the side of the screen, and sometimes even +levitate with their genetically-modified go-go-gadget 'copter +ability. Use the `-h' option to see a list of current options - +currently you can specify the display to send the penguins to, the +delay between frames and the number of penguins that are created. diff --git a/x11/xpenguins/pkg/PLIST b/x11/xpenguins/pkg/PLIST new file mode 100644 index 00000000000..2558f7060e5 --- /dev/null +++ b/x11/xpenguins/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/05/30 01:35:06 hubertf Exp $ +bin/xpenguins +man/man1/xpenguins.1 -- cgit v1.2.3