diff options
author | vs <vs@FreeBSD.org> | 2006-02-15 01:00:47 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2006-02-15 01:00:47 +0800 |
commit | a496b3728c38f296edd789c31688a0dbe33c12a7 (patch) | |
tree | 07b7d986e83bb144e0dec92413d356ac32443f40 /x11 | |
parent | 62a88d9f4361f87c37b765b72afbedeefc22555f (diff) | |
download | freebsd-ports-gnome-a496b3728c38f296edd789c31688a0dbe33c12a7.tar.gz freebsd-ports-gnome-a496b3728c38f296edd789c31688a0dbe33c12a7.tar.zst freebsd-ports-gnome-a496b3728c38f296edd789c31688a0dbe33c12a7.zip |
Remove expired port x11/gyroscope
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/gyroscope/Makefile | 28 | ||||
-rw-r--r-- | x11/gyroscope/distinfo | 3 | ||||
-rw-r--r-- | x11/gyroscope/files/patch-aa | 31 | ||||
-rw-r--r-- | x11/gyroscope/files/patch-gtkcolorsel.c | 15 | ||||
-rw-r--r-- | x11/gyroscope/pkg-descr | 5 |
6 files changed, 0 insertions, 83 deletions
diff --git a/x11/Makefile b/x11/Makefile index 9c1cc8298708..16de82cd8282 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -85,7 +85,6 @@ SUBDIR += gtkterm2 SUBDIR += gtstarter SUBDIR += gxset - SUBDIR += gyroscope SUBDIR += idesk SUBDIR += imwheel SUBDIR += kb2mb2 diff --git a/x11/gyroscope/Makefile b/x11/gyroscope/Makefile deleted file mode 100644 index 028237b6cd83..000000000000 --- a/x11/gyroscope/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: gyroscope -# Date created: 31 July 1999 -# Whom: Jim Mock <jim@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gyroscope -PORTVERSION= 1.0 -PORTREVISION= 1 -CATEGORIES= x11 -MASTER_SITES= # disappeared - -MAINTAINER= ports@FreeBSD.org -COMMENT= HTML color picker written using GTK - -DEPRECATED= no longer available on mastersite -EXPIRATION_DATE= 2006-01-26 - -PLIST_FILES= bin/gyroscope -WRKSRC= ${WRKDIR}/${PORTNAME} - -USE_X_PREFIX= yes -USE_GNOME= gtk12 - -ALL_TARGET= # empty - -.include <bsd.port.mk> diff --git a/x11/gyroscope/distinfo b/x11/gyroscope/distinfo deleted file mode 100644 index 635d165c5324..000000000000 --- a/x11/gyroscope/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gyroscope-1.0.tar.gz) = d2f51c415fb3e10be8a43043e2c818ad -SHA256 (gyroscope-1.0.tar.gz) = 7bf92d04f666c6661a6db169a20192063a865fc9967f9ec8024e6053f825f208 -SIZE (gyroscope-1.0.tar.gz) = 19667 diff --git a/x11/gyroscope/files/patch-aa b/x11/gyroscope/files/patch-aa deleted file mode 100644 index c012ee216243..000000000000 --- a/x11/gyroscope/files/patch-aa +++ /dev/null @@ -1,31 +0,0 @@ ---- Makefile.orig Sun Jan 31 01:30:22 1999 -+++ Makefile Sat Jul 1 17:49:53 2000 -@@ -1,20 +1,20 @@ --CC = gcc -+CC ?= gcc - BINARYNAME = gyroscope --BIN_DIR = /usr/local/bin/ --GTKINC = `gtk-config --cflags` -Wall -O2 --GTKLIB = `gtk-config --libs` -+BIN_DIR = ${PREFIX}/bin -+GTKINC = `$(GTK_CONFIG) --cflags` -+GTKLIB = `$(GTK_CONFIG) --libs` - - $(BINARYNAME): main.o gtkcolorsel.o -- $(CC) -o $(BINARYNAME) main.o gtkcolorsel.o $(GTKLIB) -+ $(CC) $(CFLAGS) -o $(BINARYNAME) main.o gtkcolorsel.o $(GTKLIB) - - gtkcolorsel.o:gtkcolorsel.c gtkcolorsel.h -- $(CC) gtkcolorsel.c -c $(GTKINC) -+ $(CC) $(CFLAGS) gtkcolorsel.c -c $(GTKINC) - - main.o: main.c -- $(CC) main.c -c $(GTKINC) -+ $(CC) $(CFLAGS) main.c -c $(GTKINC) - - clean: - -@ rm core -f *.o ./$(BINARYNAME) - - install: -- cp ./$(BINARYNAME) $(BIN_DIR)$(BINARYNAME) -+ ${BSD_INSTALL_PROGRAM} ${BINARYNAME} ${BIN_DIR}/${BINARYNAME} diff --git a/x11/gyroscope/files/patch-gtkcolorsel.c b/x11/gyroscope/files/patch-gtkcolorsel.c deleted file mode 100644 index d90da47c8b9e..000000000000 --- a/x11/gyroscope/files/patch-gtkcolorsel.c +++ /dev/null @@ -1,15 +0,0 @@ ---- gtkcolorsel.c.orig Tue Oct 21 22:18:28 2003 -+++ gtkcolorsel.c Tue Oct 21 22:18:28 2003 -@@ -320,9 +320,9 @@ - gtk_container_add (GTK_CONTAINER (about_window), vbox); - gtk_widget_show (vbox); - -- label = gtk_label_new ("\nGyrosCoPe HTML colour picker\nVersion 1.0\n30th January, 1999 -- \n http://www.millar.u-net.com/gyroscope.html \n -- neil@millar.u-net.com\n"); -+ label = gtk_label_new ("\nGyrosCoPe HTML colour picker\nVersion 1.0\n30th January, 1999\n"\ -+" \n http://www.millar.u-net.com/gyroscope.html \n"\ -+" neil@millar.u-net.com\n"); - gtk_box_pack_start (GTK_BOX (vbox), label, TRUE, TRUE, 0); - gtk_widget_show (label); - diff --git a/x11/gyroscope/pkg-descr b/x11/gyroscope/pkg-descr deleted file mode 100644 index f747198af8ba..000000000000 --- a/x11/gyroscope/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Gyroscope is an HTML color picker written using GTK. You slide the -sliders and click in the appropriate places to choose a color and -it displays the #123456 type format for it. - -- Jim <jim@FreeBSD.org> |