aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2014-02-26 03:32:51 +0800
committerrene <rene@FreeBSD.org>2014-02-26 03:32:51 +0800
commitf750568e8d7776196554662973c490a8970760ae (patch)
tree67f5e797bcd6deed883cdf5b34e98fb02c7ba883 /graphics
parent4e56cd8f670158cfbbb161bb474f7bef5a8dd405 (diff)
downloadfreebsd-ports-gnome-f750568e8d7776196554662973c490a8970760ae.tar.gz
freebsd-ports-gnome-f750568e8d7776196554662973c490a8970760ae.tar.zst
freebsd-ports-gnome-f750568e8d7776196554662973c490a8970760ae.zip
Remove expired ports:
2014-02-25 japanese/ruby-man: Documents EOLd version of Ruby and unmaintained 2014-02-25 lang/ruby-programmingruby: Documents EOLd version of Ruby and unmaintained 2014-02-25 lang/ruby-man: Documents EOLd version of Ruby and unmaintained 2014-02-25 lang/ruby-usersguide: Documents EOLd version of Ruby and unmaintained 2014-02-25 graphics/wmgrabimage: No more public distfiles
Diffstat (limited to 'graphics')
-rw-r--r--graphics/Makefile1
-rw-r--r--graphics/wmgrabimage/Makefile26
-rw-r--r--graphics/wmgrabimage/distinfo2
-rw-r--r--graphics/wmgrabimage/files/patch-GrabImage14
-rw-r--r--graphics/wmgrabimage/files/patch-aa42
-rw-r--r--graphics/wmgrabimage/files/patch-ab11
-rw-r--r--graphics/wmgrabimage/files/patch-ac11
-rw-r--r--graphics/wmgrabimage/pkg-descr22
-rw-r--r--graphics/wmgrabimage/pkg-plist2
9 files changed, 0 insertions, 131 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index 033f2691c840..14e8777ebadd 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -1030,7 +1030,6 @@
SUBDIR += whirlgif
SUBDIR += white_dune
SUBDIR += wings
- SUBDIR += wmgrabimage
SUBDIR += wmicons
SUBDIR += wxsvg
SUBDIR += xaos
diff --git a/graphics/wmgrabimage/Makefile b/graphics/wmgrabimage/Makefile
deleted file mode 100644
index b2e607456887..000000000000
--- a/graphics/wmgrabimage/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# Created by: Sergey Osokin aka oZZ <ozz@FreeBSD.org.ru>
-# $FreeBSD$
-
-PORTNAME= wmGrabImage
-PORTVERSION= 0.72
-PORTREVISION= 7
-CATEGORIES= graphics windowmaker
-MASTER_SITES= http://dockapps.org/files/12/19/
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= sascha@root-login.org
-COMMENT= Monitor your favorite web image
-
-DEPRECATED= No more public distfiles
-EXPIRATION_DATE= 2014-02-25
-
-RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick
-
-WRKSRC= ${WRKDIR}/${DISTNAME}/wmGrabImage
-
-USE_XORG= xpm
-
-MAN1= wmGrabImage.1
-
-NO_STAGE= yes
-.include <bsd.port.mk>
diff --git a/graphics/wmgrabimage/distinfo b/graphics/wmgrabimage/distinfo
deleted file mode 100644
index 48ecfa3a6052..000000000000
--- a/graphics/wmgrabimage/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (wmGrabImage-0.72.tgz) = 06d7511c02e870700880efaee260afcce97f5f59209dcd0471fdb1a43f23d22c
-SIZE (wmGrabImage-0.72.tgz) = 19902
diff --git a/graphics/wmgrabimage/files/patch-GrabImage b/graphics/wmgrabimage/files/patch-GrabImage
deleted file mode 100644
index 14be92bfee27..000000000000
--- a/graphics/wmgrabimage/files/patch-GrabImage
+++ /dev/null
@@ -1,14 +0,0 @@
---- GrabImage.orig Sat Mar 23 14:37:54 2002
-+++ GrabImage Sat Mar 23 14:38:23 2002
-@@ -61,9 +61,9 @@
-
- if (! ($Geometry eq "") ) {
- system "convert -crop $Geometry $home/.wmGrabImage/${ImageName} $home/.wmGrabImage/${ImageName}.tmp.gif" ;
-- system "convert -geom 54x54 $home/.wmGrabImage/${ImageName}.tmp.gif ${home}/.wmGrabImage/${ImageName}.tmp.xpm";
-+ system "convert -geometry 54x54 $home/.wmGrabImage/${ImageName}.tmp.gif ${home}/.wmGrabImage/${ImageName}.tmp.xpm";
- } else {
-- system "convert -geom 54x54 $home/.wmGrabImage/${ImageName} ${home}/.wmGrabImage/${ImageName}.tmp.xpm";
-+ system "convert -geometry 54x54 $home/.wmGrabImage/${ImageName} ${home}/.wmGrabImage/${ImageName}.tmp.xpm";
- }
- system "cat ${home}/.wmGrabImage/${ImageName}.tmp.xpm | sed -e \"s/Transparent/Black/\" \> ${home}/.wmGrabImage/${ImageName}.xpm; rm ${home}/.wmGrabImage/${ImageName}.tmp.xpm";
-
diff --git a/graphics/wmgrabimage/files/patch-aa b/graphics/wmgrabimage/files/patch-aa
deleted file mode 100644
index e81879496f1d..000000000000
--- a/graphics/wmgrabimage/files/patch-aa
+++ /dev/null
@@ -1,42 +0,0 @@
---- Makefile.orig Sun May 27 16:02:18 2001
-+++ Makefile Fri Jul 27 17:06:11 2001
-@@ -1,8 +1,6 @@
--CC = gcc
--CFLAGS = -O2 -Wall
--INCDIR = -I/usr/X11R6/include/X11
--DESTDIR= /usr/X11R6
--LIBDIR = -L/usr/X11R6/lib
-+INCDIR = -I${LOCALBASE}/include
-+DESTDIR= ${PREFIX}
-+LIBDIR = -L${LOCALBASE}/lib
- # for linux
- LIBS = -lXpm -lX11 -lXext
- # for Solaris
-@@ -12,14 +10,14 @@
-
-
- .c.o:
-- $(CC) $(CFLAGS) -D$(shell echo `uname -s`) -c $< -o $*.o $(INCDIR)
-+ $(CC) $(CFLAGS) -D$(OPSYS) -c $< -o $@ $(INCDIR)
-
-
- all: wmGrabImage.o wmGrabImage
-
- wmGrabImage.o: wmGrabImage_master.xpm wmGrabImage_mask.xbm
- wmGrabImage: $(OBJS)
-- $(CC) $(CFLAGS) $(SYSTEM) -o wmGrabImage $^ $(INCDIR) $(LIBDIR) $(LIBS)
-+ $(CC) $(CFLAGS) $(SYSTEM) -o wmGrabImage $(OBJS) $(LIBDIR) $(LIBS)
-
- clean:
- for i in $(OBJS) ; do \
-@@ -28,7 +26,7 @@
- rm -f wmGrabImage
-
- install:: wmGrabImage
-- install -s -m 0755 wmGrabImage $(DESTDIR)/bin
-- install -m 0755 GrabImage $(DESTDIR)/bin
-- install -m 0644 wmGrabImage.1 $(DESTDIR)/man/man1
-+ ${BSD_INSTALL_PROGRAM} wmGrabImage $(DESTDIR)/bin
-+ ${BSD_INSTALL_SCRIPT} GrabImage $(DESTDIR)/bin
-+ ${BSD_INSTALL_MAN} wmGrabImage.1 $(DESTDIR)/man/man1
-
diff --git a/graphics/wmgrabimage/files/patch-ab b/graphics/wmgrabimage/files/patch-ab
deleted file mode 100644
index d7f451a44fde..000000000000
--- a/graphics/wmgrabimage/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- GrabImage.orig Thu Nov 4 01:44:43 1999
-+++ GrabImage Thu Nov 4 01:46:12 1999
-@@ -52,7 +52,7 @@
- # I think some of these wget command line options may cause problems
- # for some people? Dont know why...
- #
-- $GrabCmd = "wget --proxy=off --passive-ftp --tries 0 -q -O $home/.wmGrabImage/$ImageName $URL";
-+ $GrabCmd = "fetch -p -q -o $home/.wmGrabImage/$ImageName $URL";
- system "$GrabCmd";
-
- }
diff --git a/graphics/wmgrabimage/files/patch-ac b/graphics/wmgrabimage/files/patch-ac
deleted file mode 100644
index bea27352d3d9..000000000000
--- a/graphics/wmgrabimage/files/patch-ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- wmGrabImage.1.orig Thu Nov 4 02:20:22 1999
-+++ wmGrabImage.1 Thu Nov 4 02:20:58 1999
-@@ -47,7 +47,7 @@
- The original sized image and the thumbnail XPM image are both stored in
- ~/.wmGrabImage/ which gets created if it doesnt already exist.
- .SH SEE ALSO
--wget and the ImageMagick convert utility.
-+fetch and the ImageMagick convert utility.
- .SH BUGS
- Who knows? -- its still Beta though. (Let me know if you find any). Oldish
- versions of the ImageMagick convert utility have a memory leak -- if you have
diff --git a/graphics/wmgrabimage/pkg-descr b/graphics/wmgrabimage/pkg-descr
deleted file mode 100644
index 6fae9dd24243..000000000000
--- a/graphics/wmgrabimage/pkg-descr
+++ /dev/null
@@ -1,22 +0,0 @@
-wmGrabImage is a Window Maker DockApp that maintains a small thumbnail copy of
-your favorite image from the WWW. The image to monitor is specified via the
-"-url <Image URL>" command-line option and it gets updated approximately every
-5 minutes. The update interval can be overridden via the "-delay <Time>"
-command-line option (Time is in seconds).
-
-Each of the three mouse buttons can be double clicked with the
-following effects:
-
-Left Mouse:
-Brings up the full-sized image in xv.
-
-Middle Mouse:
-Sends a URL (specified via the -http <URL> command-line option) to an already
-running netscape process or in a new netscape process if there arent any
-running.
-
-Right Mouse:
-Updates the image immediately.
-
-Author: Michael G. Henderson <mghenderson@lanl.gov>
-WWW: http://nis-www.lanl.gov/~mgh/WindowMaker/DockApps.shtml
diff --git a/graphics/wmgrabimage/pkg-plist b/graphics/wmgrabimage/pkg-plist
deleted file mode 100644
index 6fc7bc4ec571..000000000000
--- a/graphics/wmgrabimage/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-bin/GrabImage
-bin/wmGrabImage