summaryrefslogtreecommitdiffstats
path: root/x11/fireflies
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-14 18:33:48 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-14 18:33:48 +0800
commit1b3327761c8bcb98d89b529daeae9600844b4361 (patch)
tree0be1cd4eb5fec6661da4798906b0d9bd522e794f /x11/fireflies
parenta65aedbb59fd9dfb33a4633611777da99ec4dcd5 (diff)
downloadmarcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.gz
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.bz2
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.lz
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.xz
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.zst
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.zip
Clean out MarcusCom after the big import into ports.
Next stop, GNOME 2.17. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7799 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/fireflies')
-rw-r--r--x11/fireflies/Makefile37
-rw-r--r--x11/fireflies/distinfo3
-rw-r--r--x11/fireflies/files/patch-Make.include.in13
-rw-r--r--x11/fireflies/files/patch-Makefile25
-rw-r--r--x11/fireflies/files/patch-src-main.cc22
-rw-r--r--x11/fireflies/pkg-descr3
-rw-r--r--x11/fireflies/pkg-plist5
7 files changed, 0 insertions, 108 deletions
diff --git a/x11/fireflies/Makefile b/x11/fireflies/Makefile
deleted file mode 100644
index 1d8886a17..000000000
--- a/x11/fireflies/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# New ports collection makefile for: fireflies
-# Date created: 11 Feb 2006
-# Whom: UMENO Takashi <umeno@rr.iij4u.or.jp>
-#
-# $FreeBSD$
-#
-
-PORTNAME= fireflies
-PORTVERSION= 2.07
-PORTREVISION= 2
-CATEGORIES= x11
-MASTER_SITES= http://somewhere.fscked.org/fireflies/
-
-MAINTAINER= umeno@rr.iij4u.or.jp
-COMMENT= Fireflies is a extention of xscreensaver
-
-USE_XLIB= yes
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-USE_GL= yes
-
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include/GL" \
- LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
-CONFIGURE_ARGS= --with-bindir=${LOCALBASE}/bin/xscreensaver-hacks \
- --with-confdir=${LOCALBASE}/share/xscreensaver/config
-PLIST_SUB= VERSION=${PORTVERSION}
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN= does not compile
-.endif
-
-post-extract:
- (cd ${WRKSRC}; ${TAR} zxvpf libgfx-1.0.1.tar.gz)
-
-.include <bsd.port.post.mk>
diff --git a/x11/fireflies/distinfo b/x11/fireflies/distinfo
deleted file mode 100644
index a46dd1ad8..000000000
--- a/x11/fireflies/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (fireflies-2.07.tar.gz) = 212b644a939f37db3bc92daea7957c5a
-SHA256 (fireflies-2.07.tar.gz) = e215d5306340aed25a103bd6af34b6d3ef0d9f2628c56d3a67b2eb4a9f19a648
-SIZE (fireflies-2.07.tar.gz) = 199917
diff --git a/x11/fireflies/files/patch-Make.include.in b/x11/fireflies/files/patch-Make.include.in
deleted file mode 100644
index 9369f93ae..000000000
--- a/x11/fireflies/files/patch-Make.include.in
+++ /dev/null
@@ -1,13 +0,0 @@
---- Make.include.in.orig Thu Apr 17 14:02:52 2003
-+++ Make.include.in Sat Feb 11 15:17:29 2006
-@@ -5,8 +5,8 @@
- GL_LIBS = @GL_LIBS@
- OPT_LIBS = @OPT_LIBS@
-
--CFLAGS = -Wall -I../libgfx/include/ $(SDL_CFLAGS) @CFLAGS@
--LIBS = ../libgfx/src/libgfx.a $(GL_LIBS) $(SDL_LIBS) $(OPT_LIBS) @LIBS@
-+CFLAGS = -Wall -I$(X11BASE)/include -I../libgfx/include/ $(SDL_CFLAGS) @CFLAGS@
-+LIBS = ../libgfx/src/libgfx.a $(SDL_LIBS) $(OPT_LIBS) -L$(X11BASE)/lib $(GL_LIBS) @LIBS@
-
- OBJECTS = arrow.o bait.o firefly.o scene.o tail.o utils.o modes.o @OPT_OBJS@
- PROGRAM = @PROGRAM@
diff --git a/x11/fireflies/files/patch-Makefile b/x11/fireflies/files/patch-Makefile
deleted file mode 100644
index 91be8db14..000000000
--- a/x11/fireflies/files/patch-Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
---- Makefile.orig Tue May 6 16:00:40 2003
-+++ Makefile Sat Feb 11 14:38:36 2006
-@@ -21,18 +21,17 @@
- win32/
-
- all: libgfx/src/libgfx.a
-- cd src && make
-+ cd src && ${MAKE}
-
- libgfx/src/libgfx.a:
-- gunzip -c libgfx-1.0.1.tar.gz | tar x
-- cd libgfx && ./configure && cd src && make
-+ cd libgfx && ./configure && cd src && ${MAKE}
-
- install: all
- sh ./installit $(DESTDIR)
-
- clean:
-- make -C src clean
-- make -C win32 clean
-+ ${MAKE} -C src clean
-+ ${MAKE} -C win32 clean
-
- dist:
- rm -rf fireflies-$(VERSION)
diff --git a/x11/fireflies/files/patch-src-main.cc b/x11/fireflies/files/patch-src-main.cc
deleted file mode 100644
index ac5a04040..000000000
--- a/x11/fireflies/files/patch-src-main.cc
+++ /dev/null
@@ -1,22 +0,0 @@
---- src/main.cc.orig Tue Jun 24 05:55:04 2003
-+++ src/main.cc Wed Feb 15 02:32:39 2006
-@@ -15,8 +15,10 @@
- #ifdef WIN32
- #include <windows.h>
- #else
-+#ifdef HAVE_ARGP_H
- #include <argp.h>
- #endif
-+#endif
-
- CanvasBase *canvas;
- Scene scene;
-@@ -26,7 +28,7 @@
- int mspf = 1000/30;
- bool full_screen = false;
-
--#ifdef WIN32
-+#if defined(WIN32) || !defined (HAVE_ARGP_H)
- // mingw doesn't have argp. implement half-assed version
-
- #define OPTION_HIDDEN 1
diff --git a/x11/fireflies/pkg-descr b/x11/fireflies/pkg-descr
deleted file mode 100644
index 2c67d97a6..000000000
--- a/x11/fireflies/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-fireflies is a extention of xscreensaver.
-
-WWW: http://somewhere.fscked.org/fireflies/
diff --git a/x11/fireflies/pkg-plist b/x11/fireflies/pkg-plist
deleted file mode 100644
index 731f65616..000000000
--- a/x11/fireflies/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-bin/xscreensaver-hacks/fireflies
-share/xscreensaver/config/fireflies.xml
-@dirrmtry share/xscreensaver/config
-@dirrmtry share/xscreensaver
-@dirrmtry bin/xscreensaver-hacks