aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2018-07-17 01:07:19 +0800
committerrene <rene@FreeBSD.org>2018-07-17 01:07:19 +0800
commit0704491c14f945b59c40daeaa24eb9a746541df8 (patch)
treecb9f3c94ecfa8cd891ef6bb8b221242e62539a99 /graphics
parent20e36464f2065fb98a3aae92e8669f83184cd898 (diff)
downloadfreebsd-ports-gnome-0704491c14f945b59c40daeaa24eb9a746541df8.tar.gz
freebsd-ports-gnome-0704491c14f945b59c40daeaa24eb9a746541df8.tar.zst
freebsd-ports-gnome-0704491c14f945b59c40daeaa24eb9a746541df8.zip
Remove expired ports:
2018-07-15 net/p5-ZConf-Bookmarks: Unmaintained 2018-07-15 net/p5-ZConf: Unmaintained 2018-07-15 textproc/p5-Text-SpellChecker-GUI: Unmaintained 2018-07-15 deskutils/p5-ZConf-Runner-GUI-GTK: Unmaintained 2018-07-15 deskutils/p5-ZConf-BGSet: Unmaintained 2018-07-15 deskutils/p5-ZConf-Runner: Unmaintained 2018-07-15 graphics/p5-Image-Size-FillFullSelect: Unmaintained 2018-07-15 graphics/p5-Imager-AverageGray: Unmaintained 2018-07-15 mail/p5-Mail-IMAPTalk-MailCache: Unmaintained 2018-07-15 mail/p5-ZConf-Mail: Unmaintained 2018-07-15 mail/p5-Mail-Cache: Unmaintained 2018-07-15 www/p5-ZConf-RSS: Unmaintained 2018-07-15 www/p5-ZConf-RSS-GUI-GTK: Unmaintained 2018-07-15 devel/p5-ZConf-GUI: Unmaintained 2018-07-15 net-im/mastodon: Breaks too frequently 2018-07-15 x11-fm/p5-PerlFM: Unmaintained 2018-07-15 astro/p5-ZConf-Weather: Unmaintained 2018-07-15 sysutils/p5-ZConf-Cron: Unmaintained
Diffstat (limited to 'graphics')
-rw-r--r--graphics/Makefile2
-rw-r--r--graphics/p5-Image-Size-FillFullSelect/Makefile24
-rw-r--r--graphics/p5-Image-Size-FillFullSelect/distinfo2
-rw-r--r--graphics/p5-Image-Size-FillFullSelect/pkg-descr9
-rw-r--r--graphics/p5-Image-Size-FillFullSelect/pkg-plist2
-rw-r--r--graphics/p5-Imager-AverageGray/Makefile22
-rw-r--r--graphics/p5-Imager-AverageGray/distinfo2
-rw-r--r--graphics/p5-Imager-AverageGray/pkg-descr4
-rw-r--r--graphics/p5-Imager-AverageGray/pkg-plist2
9 files changed, 0 insertions, 69 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index d2e1bd3dd4d0..bbdc1f8fc53f 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -762,9 +762,7 @@
SUBDIR += p5-Image-Sane
SUBDIR += p5-Image-Scale
SUBDIR += p5-Image-Size
- SUBDIR += p5-Image-Size-FillFullSelect
SUBDIR += p5-Imager
- SUBDIR += p5-Imager-AverageGray
SUBDIR += p5-Imager-Graph
SUBDIR += p5-Imager-Plot
SUBDIR += p5-Imager-QRCode
diff --git a/graphics/p5-Image-Size-FillFullSelect/Makefile b/graphics/p5-Image-Size-FillFullSelect/Makefile
deleted file mode 100644
index 973b17a8050f..000000000000
--- a/graphics/p5-Image-Size-FillFullSelect/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# Created by: Zane C, Bowers <vvelox@vvelox.net>
-# $FreeBSD$
-
-PORTNAME= Image-Size-FillFullSelect
-PORTVERSION= 0.1.0
-PORTREVISION= 1
-CATEGORIES= graphics perl5
-MASTER_SITES= CPAN
-MASTER_SITE_SUBDIR= CPAN:VVELOX
-PKGNAMEPREFIX= p5-
-
-MAINTAINER= vvelox@vvelox.net
-COMMENT= Pick whether an image fill setting for a image should be fill or full
-
-DEPRECATED= Unmaintained
-EXPIRATION_DATE= 2018-07-15
-
-BUILD_DEPENDS= p5-Image-Size>=3.230:graphics/p5-Image-Size
-RUN_DEPENDS:= ${BUILD_DEPENDS}
-
-USES= perl5
-USE_PERL5= configure
-
-.include <bsd.port.mk>
diff --git a/graphics/p5-Image-Size-FillFullSelect/distinfo b/graphics/p5-Image-Size-FillFullSelect/distinfo
deleted file mode 100644
index 25d13dea6014..000000000000
--- a/graphics/p5-Image-Size-FillFullSelect/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (Image-Size-FillFullSelect-0.1.0.tar.gz) = 4630ec4ca6ecdd61acda212fc15401ff0d9b8b45af47cf1593ad9473ff686abb
-SIZE (Image-Size-FillFullSelect-0.1.0.tar.gz) = 3821
diff --git a/graphics/p5-Image-Size-FillFullSelect/pkg-descr b/graphics/p5-Image-Size-FillFullSelect/pkg-descr
deleted file mode 100644
index 2c3b2f5bd4c0..000000000000
--- a/graphics/p5-Image-Size-FillFullSelect/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-Decides if the fill setting for an image should be either fill, in meaning the
-image should be resized to fix the screen, or full which means it should be
-scaled to fit the screen.
-
-use Image::Size::FillFullSelect;
-my $iffs = Image::Size::FillFullSelect->new();
-my $FFselection = $iffs->select("someImage.gif");
-
-WWW: https://metacpan.org/release/Image-Size-FillFullSelect
diff --git a/graphics/p5-Image-Size-FillFullSelect/pkg-plist b/graphics/p5-Image-Size-FillFullSelect/pkg-plist
deleted file mode 100644
index 5df14b7e93ff..000000000000
--- a/graphics/p5-Image-Size-FillFullSelect/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-%%SITE_PERL%%/Image/Size/FillFullSelect.pm
-%%PERL5_MAN3%%/Image::Size::FillFullSelect.3.gz
diff --git a/graphics/p5-Imager-AverageGray/Makefile b/graphics/p5-Imager-AverageGray/Makefile
deleted file mode 100644
index 2e542854dec3..000000000000
--- a/graphics/p5-Imager-AverageGray/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# Created by: vvelox@vvelox.net
-# $FreeBSD$
-
-PORTNAME= Imager-AverageGray
-PORTVERSION= 0.0.0
-PORTREVISION= 4
-CATEGORIES= graphics perl5
-MASTER_SITES= CPAN
-PKGNAMEPREFIX= p5-
-
-MAINTAINER= vvelox@vvelox.net
-COMMENT= Finds the average gray for a Imager object or image
-
-DEPRECATED= Unmaintained
-EXPIRATION_DATE= 2018-07-15
-
-RUN_DEPENDS= p5-Imager>=0:graphics/p5-Imager
-
-USES= perl5
-USE_PERL5= configure
-
-.include <bsd.port.mk>
diff --git a/graphics/p5-Imager-AverageGray/distinfo b/graphics/p5-Imager-AverageGray/distinfo
deleted file mode 100644
index 0de9abee2651..000000000000
--- a/graphics/p5-Imager-AverageGray/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (Imager-AverageGray-0.0.0.tar.gz) = 42b97dee722b53fe97341f8714aef15c4ca04dadbb5c137afdec14d2409866a1
-SIZE (Imager-AverageGray-0.0.0.tar.gz) = 3475
diff --git a/graphics/p5-Imager-AverageGray/pkg-descr b/graphics/p5-Imager-AverageGray/pkg-descr
deleted file mode 100644
index e110d352696f..000000000000
--- a/graphics/p5-Imager-AverageGray/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-This uses the Imager to find the average gray value
-for a image.
-
-WWW: https://metacpan.org/release/Imager-AverageGray
diff --git a/graphics/p5-Imager-AverageGray/pkg-plist b/graphics/p5-Imager-AverageGray/pkg-plist
deleted file mode 100644
index e820ddf8755f..000000000000
--- a/graphics/p5-Imager-AverageGray/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-%%SITE_PERL%%/Imager/AverageGray.pm
-%%PERL5_MAN3%%/Imager::AverageGray.3.gz