aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-12-25 14:44:09 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-12-25 14:44:09 +0000
commitdc6c4956854679742d6525a7986b3ea6f950f128 (patch)
tree867f1a960eaa53df0e9c316e22ea2b30705fd9ed
parent53b4ce9b173e999d58604eb9a0c23e31003e1695 (diff)
downloadports-dc6c4956854679742d6525a7986b3ea6f950f128.tar.gz
ports-dc6c4956854679742d6525a7986b3ea6f950f128.zip
Remove abandonware blocking decomissioning imlib
Notes
Notes: svn path=/head/; revision=375575
-rw-r--r--MOVED1
-rw-r--r--x11/Makefile1
-rw-r--r--x11/peeper/Makefile30
-rw-r--r--x11/peeper/distinfo2
-rw-r--r--x11/peeper/pkg-descr3
-rw-r--r--x11/peeper/pkg-plist2
6 files changed, 1 insertions, 38 deletions
diff --git a/MOVED b/MOVED
index 4966a056dd1a..ce58cc2ba997 100644
--- a/MOVED
+++ b/MOVED
@@ -7340,3 +7340,4 @@ graphics/picturebook||2014-12-25|Abandonware, depends on imlib
graphics/show||2014-12-25|Abandonware, depends on imlib
japanese/ebview|japanese/ebview-gtk2|2014-12-25|Use GTK2 version
japanese/xjtext||2014-12-25|Abandonware, depends on imlib
+x11/peeper||2014-12-25|Abandonware, depends on imlib
diff --git a/x11/Makefile b/x11/Makefile
index 6084556c4f06..cba90cb44936 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -219,7 +219,6 @@
SUBDIR += p5-X11-IdleTime
SUBDIR += p5-X11-Protocol
SUBDIR += p5-X11-Resolution
- SUBDIR += peeper
SUBDIR += pixman
SUBDIR += plasma-scriptengine-python
SUBDIR += plasma-scriptengine-ruby
diff --git a/x11/peeper/Makefile b/x11/peeper/Makefile
deleted file mode 100644
index e3648f6eff3a..000000000000
--- a/x11/peeper/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# Created by: ijliao
-# $FreeBSD$
-
-PORTNAME= peeper
-PORTVERSION= 0.1
-PORTREVISION= 11
-CATEGORIES= x11
-MASTER_SITES= http://peeper.sourceforge.net/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= View an area of the screen at a certain magnification
-
-USE_GNOME= imlib
-USES= gmake
-MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} `${IMLIB_CONFIG} --cflags-gdk`" \
- LIBS="`${IMLIB_CONFIG} --libs-gdk`"
-ALL_TARGET= peeper
-
-OPTIONS_DEFINE= DOCS
-
-.include <bsd.port.options.mk>
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/peeper ${STAGEDIR}${PREFIX}/bin
-.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
-.endif
-
-.include <bsd.port.mk>
diff --git a/x11/peeper/distinfo b/x11/peeper/distinfo
deleted file mode 100644
index 60ad1599c19e..000000000000
--- a/x11/peeper/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (peeper-0.1.tar.gz) = d8f2b5b4894164b5827cecac17d5d9ad3f13bbe3526709810f20a50648ff3f93
-SIZE (peeper-0.1.tar.gz) = 15569
diff --git a/x11/peeper/pkg-descr b/x11/peeper/pkg-descr
deleted file mode 100644
index 60269e0bd2eb..000000000000
--- a/x11/peeper/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Peeper is a GTK program to view an area of the screen at a certain
-magnification. It has the ability to magnify animations, and view
-the screen at different levels of magnification.
diff --git a/x11/peeper/pkg-plist b/x11/peeper/pkg-plist
deleted file mode 100644
index 6fce0792034e..000000000000
--- a/x11/peeper/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-bin/peeper
-%%PORTDOCS%%%%DOCSDIR%%/README