pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

p5-SDL: updated in pkgsrc, remove it and its dependencies



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Tue Sep 26 13:18:44 2017 +0200
Changeset:	d4ca7c32707c23c0b12d6ed569cae8be321d094a

Modified Files:
	Makefile
Removed Files:
	p5-Alien-SDL/DESCR
	p5-Alien-SDL/Makefile
	p5-Alien-SDL/TODO
	p5-Alien-SDL/distinfo
	p5-Alien-SDL/patches/patch-Build_PL
	p5-SDL/DESCR
	p5-SDL/Makefile
	p5-SDL/distinfo
	p5-Tie-Simple/DESCR
	p5-Tie-Simple/Makefile
	p5-Tie-Simple/TODO
	p5-Tie-Simple/distinfo

Log Message:
p5-SDL: updated in pkgsrc, remove it and its dependencies

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d4ca7c32707c23c0b12d6ed569cae8be321d094a

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                            |  3 ---
 p5-Alien-SDL/DESCR                  |  5 ----
 p5-Alien-SDL/Makefile               | 53 -------------------------------------
 p5-Alien-SDL/TODO                   |  8 ------
 p5-Alien-SDL/distinfo               |  7 -----
 p5-Alien-SDL/patches/patch-Build_PL | 23 ----------------
 p5-SDL/DESCR                        |  7 -----
 p5-SDL/Makefile                     | 47 --------------------------------
 p5-SDL/distinfo                     |  6 -----
 p5-Tie-Simple/DESCR                 |  8 ------
 p5-Tie-Simple/Makefile              | 18 -------------
 p5-Tie-Simple/TODO                  |  6 -----
 p5-Tie-Simple/distinfo              |  6 -----
 13 files changed, 197 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index ae4380cdd2..ed46f3e766 100644
--- a/Makefile
+++ b/Makefile
@@ -2299,7 +2299,6 @@ SUBDIR+=	p5-AI-NeuralNet-Simple
 SUBDIR+=	p5-AI-Prolog
 SUBDIR+=	p5-Aceperl
 SUBDIR+=	p5-Algorithm-Combinatorics
-SUBDIR+=	p5-Alien-SDL
 SUBDIR+=	p5-AnyEvent-I3
 SUBDIR+=	p5-Apache-AuthenNTLM
 SUBDIR+=	p5-Apache-Gallery
@@ -2458,7 +2457,6 @@ SUBDIR+=	p5-Proc-Fork
 SUBDIR+=	p5-RPC-PlClient
 SUBDIR+=	p5-RT-Authen-ExternalAuth
 SUBDIR+=	p5-RTF-Writer
-SUBDIR+=	p5-SDL
 SUBDIR+=	p5-Shell-Command
 SUBDIR+=	p5-Spread
 SUBDIR+=	p5-Startup
@@ -2484,7 +2482,6 @@ SUBDIR+=	p5-Text-Quote
 SUBDIR+=	p5-Text-Trim
 SUBDIR+=	p5-Text-VimColor
 SUBDIR+=	p5-Tie-DB_Lock
-SUBDIR+=	p5-Tie-Simple
 SUBDIR+=	p5-Time-Piece-Range
 SUBDIR+=	p5-URI-Find-Rule
 SUBDIR+=	p5-URI-Title
diff --git a/p5-Alien-SDL/DESCR b/p5-Alien-SDL/DESCR
deleted file mode 100644
index 45269234f1..0000000000
--- a/p5-Alien-SDL/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-`Alien::SDL' can be used to detect and get configuration
-settings from an installed SDL and related libraries.
-  Based on your platform it offers the possibility to download
-and install prebuilt binaries or to build SDL & co. from
-source codes.
diff --git a/p5-Alien-SDL/Makefile b/p5-Alien-SDL/Makefile
deleted file mode 100644
index 39d8c2e35d..0000000000
--- a/p5-Alien-SDL/Makefile
+++ /dev/null
@@ -1,53 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2015/02/12 05:57:59 makoto Exp $
-
-DISTNAME=	Alien-SDL-1.446
-PKGNAME=	p5-${DISTNAME}
-CATEGORIES=	devel
-MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=Alien/}
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	http://search.cpan.org/~froggs/Alien-SDL/lib/Alien/SDL.pm
-COMMENT=	Alien::SDL - building, finding and using SDL binaries
-LICENSE=	${PERL5_LICENSE}
-
-DEPENDS+=	p5-Archive-Zip-[0-9]*:../../archivers/p5-Archive-Zip
-DEPENDS+=	p5-Archive-Extract-[0-9]*:../../archivers/p5-Archive-Extract
-
-DEPENDS+=	p5-File-ShareDir-[0-9]*:../../devel/p5-File-ShareDir
-DEPENDS+=	p5-Module-Build>=0.36:../../devel/p5-Module-Build
-DEPENDS+=	p5-File-Which-[0-9]*:../../devel/p5-File-Which
-DEPENDS+=	p5-Capture-Tiny-[0-9]*:../../devel/p5-Capture-Tiny
-
-DEPENDS+=	p5-Text-Patch>=1.4:../../textproc/p5-Text-Patch
-DEPENDS+=	p5-Digest-SHA-[0-9]*:../../security/p5-Digest-SHA
-DEPENDS+=	p5-Tie-Simple-[0-9]*:../../wip/p5-Tie-Simple
-
-# To set this configure log "checking SDL_INST_DIR env var... yes, /usr/pkg"
-MAKE_ENV+=	SDL_INST_DIR=${PREFIX}
-USE_LANGUAGES=		c
-
-SUBST_CLASSES+=		path
-SUBST_MESSAGE.path=	Adjust path (see console output at configure stage)
-SUBST_FILES.path=	inc/My/Utility.pm
-SUBST_STAGE.path=	pre-configure
-SUBST_SED.path=		-e 's|/usr/local/|${PREFIX}/|g'
-SUBST_SED.path+=	-e 's|/usr/include/|${PREFIX}/include/|g'
-SUBST_SED.path+=	-e 's|/usr/X11R7/|${X11BASE}/|g'
-
-PERL5_MODULE_TYPE=	Module::Build
-PERL5_PACKLIST=		auto/Alien/SDL/.packlist
-PERL5_PACKLIST_DIR=	${PERL5_INSTALLVENDORARCH:S/vendor_perl/site_perl/}
-
-.include "../../audio/libvorbis/buildlink3.mk"
-.include "../../audio/SDL_mixer/buildlink3.mk"
-.include "../../devel/SDL/buildlink3.mk"
-.include "../../devel/SDL_gfx/buildlink3.mk"
-.include "../../devel/SDL_Pango/buildlink3.mk"
-.include "../../devel/SDL_ttf/buildlink3.mk"
-.include "../../graphics/tiff/buildlink3.mk"
-.include "../../graphics/png/buildlink3.mk"
-.include "../../graphics/SDL_image/buildlink3.mk"
-.include "../../multimedia/libogg/buildlink3.mk"
-.include "../../mk/jpeg.buildlink3.mk"
-.include "../../lang/perl5/module.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/p5-Alien-SDL/TODO b/p5-Alien-SDL/TODO
deleted file mode 100644
index e12196b7a5..0000000000
--- a/p5-Alien-SDL/TODO
+++ /dev/null
@@ -1,8 +0,0 @@
-- some (strange) message while building
-
-Removing the old /usr/pkg/lib/perl5/site_perl/5.20.0/x86_64-netbsd-thread-multi/auto/Alien/SDL 
-cannot unlink file for /usr/pkg/lib/perl5/site_perl/5.20.0/x86_64-netbsd-thread-multi/auto/Alien/SDL/.packlist: Permission denied at inc/My/Builder.pm line 53.
-cannot restore permissions to 0100644 for /usr/pkg/lib/perl5/site_perl/5.20.0/x86_64-netbsd-thread-multi/auto/Alien/SDL/.packlist: Permission denied at inc/My/Builder.pm line 53.
-cannot remove directory for /usr/pkg/lib/perl5/site_perl/5.20.0/x86_64-netbsd-thread-multi/auto/Alien/SDL: Permission denied at inc/My/Builder.pm line 53.
-Build option used:
-
diff --git a/p5-Alien-SDL/distinfo b/p5-Alien-SDL/distinfo
deleted file mode 100644
index e605b9778e..0000000000
--- a/p5-Alien-SDL/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.1 2015/02/12 05:20:41 makoto Exp $
-
-SHA1 (Alien-SDL-1.446.tar.gz) = 7272acef859f73e0351686502af02e5c7c2f6c32
-RMD160 (Alien-SDL-1.446.tar.gz) = bfd9eaf167fd84232465a6fa7f07b332b4c57da1
-SHA512 (Alien-SDL-1.446.tar.gz) = dfb5f104f449857b9567ca93a0c3b15aed2618e27019569c95c4b7469e1f7d5cc390fe2dda9c6add41e9648c1f6efe053d08a4bd0fcc5bc546a217721bea824c
-Size (Alien-SDL-1.446.tar.gz) = 350448 bytes
-SHA1 (patch-Build_PL) = 626da15f7f3d113974c65cf68b46e7ecb456dc5e
diff --git a/p5-Alien-SDL/patches/patch-Build_PL b/p5-Alien-SDL/patches/patch-Build_PL
deleted file mode 100644
index 84bd8fa587..0000000000
--- a/p5-Alien-SDL/patches/patch-Build_PL
+++ /dev/null
@@ -1,23 +0,0 @@
-$NetBSD: patch-Build_PL,v 1.1 2015/02/12 05:20:41 makoto Exp $
-
-To force not to build from source. Take [1] from following.
-
-You have the following options:
-[1] Already installed SDL ver=1.2.15 path=/usr/pkg
-    SDL(v1.2.15) SDL_image(v1.2.12) SDL_mixer(v1.2.12) SDL_ttf(v2.0.11) SDL_gfx(v2.0.24) SDL_Pango(v1.3) 
-[2] Already installed SDL ver=1.2.15 path=/usr/pkg
-    SDL(v1.2.15) SDL_image(v1.2.12) SDL_mixer(v1.2.12) SDL_ttf(v2.0.11) SDL_gfx(v2.0.24) SDL_Pango(v1.3) 
-[3] Source code build
-    SDL(v1.2.15) SDL_image(v1.2.11) SDL_mixer(v1.2.12) SDL_ttf(v2.0.11) SDL_gfx(v2.0.25) SDL_Pango(v1.2) 
-[4] Quit installation
-
---- Build.PL.orig	2014-05-14 15:48:03.000000000 +0900
-+++ Build.PL	2015-02-12 13:32:17.000000000 +0900
-@@ -229,6 +229,7 @@ else {
- 
-   if($ans > 0 && $ans < scalar(@candidates)) {
-     $choice = $candidates[$ans - 1];
-+    $choice = $candidates[0];
-   }
- 
-   $| = 0;
diff --git a/p5-SDL/DESCR b/p5-SDL/DESCR
deleted file mode 100644
index fcf56f70c1..0000000000
--- a/p5-SDL/DESCR
+++ /dev/null
@@ -1,7 +0,0 @@
-SDL_perl is a package of Perl modules that provide both functional and
-object oriented interfaces to the Simple DirectMedia Layer for Perl 5.
-
-This package takes some liberties with the SDL API, and attempts to adhere
-to the spirit of both the SDL and Perl. This document describes the
-low-level functional SDL Perl API. For the object oriented programming
-interface please see the documentation provided on a per-class basis.
diff --git a/p5-SDL/Makefile b/p5-SDL/Makefile
deleted file mode 100644
index e8f7d3f852..0000000000
--- a/p5-SDL/Makefile
+++ /dev/null
@@ -1,47 +0,0 @@
-# $NetBSD: Makefile,v 1.1 2015/02/12 06:13:50 makoto Exp $
-
-DISTNAME=	SDL-2.546
-PKGNAME=	p5-${DISTNAME}
-CATEGORIES=	devel perl5
-MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=SDL/}
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	http://search.cpan.org/~froggs/SDL/lib/pods/SDL.pod
-COMMENT=	SDL - Simple DirectMedia Layer for Perl
-LICENSE=	${PERL5_LICENSE}
-
-DEPENDS+=	p5-Alien-SDL-[0-9]*:../../wip/p5-Alien-SDL
-BUILD_DEPENDS+=	p5-Test-Most-[0-9]*:../../devel/p5-Test-Most
-
-PERL5_OPTIONS+=	threads
-PERL5_MODULE_TYPE=	Module::Build
-PERL5_PACKLIST=		auto/SDL/.packlist
-
-REPLACE_PERL+=	lib/SDL.pm
-REPLACE_PERL+=	lib/SDL/Constants.pm
-REPLACE_PERL+=	lib/SDL/SMPEG/Info.pm
-REPLACE_PERL+=	lib/SDL/TTFont.pm
-REPLACE_PERL+=	lib/SDL/Tutorial.pm
-REPLACE_PERL+=	lib/SDL/Tutorial/Animation.pm
-REPLACE_PERL+=	lib/SDL_perl.pm
-REPLACE_PERL+=	lib/SDLx/App.pm
-
-.include "../../audio/SDL_mixer/buildlink3.mk"
-
-.include "../../devel/libexecinfo/buildlink3.mk"
-
-.include "../../devel/SDL/buildlink3.mk"
-.include "../../devel/SDL_gfx/buildlink3.mk"
-.include "../../devel/SDL_ttf/buildlink3.mk"
-.include "../../devel/SDL_Pango/buildlink3.mk"
-
-.include "../../graphics/SDL_image/buildlink3.mk"
-.include "../../graphics/glu/buildlink3.mk"
-.include "../../graphics/png/buildlink3.mk"
-
-.include "../../lang/perl5/module.mk"
-.include "../../multimedia/smpeg/buildlink3.mk"
-.include "../../net/SDL_net/buildlink3.mk"
-
-.include "../../mk/jpeg.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/p5-SDL/distinfo b/p5-SDL/distinfo
deleted file mode 100644
index e2d06d0b2f..0000000000
--- a/p5-SDL/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.1 2015/02/12 06:13:50 makoto Exp $
-
-SHA1 (SDL-2.546.tar.gz) = 567d4a85b4686e188425bc7b5a6f34a6f564b799
-RMD160 (SDL-2.546.tar.gz) = 4936af7a072f848d24c5e9299f67624602080d1e
-SHA512 (SDL-2.546.tar.gz) = 7f7015c90a277b91951a2357bcdf7c3f2f930270d211657c903240ed4529f408c200337ca79e4971eb3912da28ebf1e950053ce4d763c2599c701444c618c71a
-Size (SDL-2.546.tar.gz) = 2487053 bytes
diff --git a/p5-Tie-Simple/DESCR b/p5-Tie-Simple/DESCR
deleted file mode 100644
index cb465bd277..0000000000
--- a/p5-Tie-Simple/DESCR
+++ /dev/null
@@ -1,8 +0,0 @@
-This module adds the ability to quickly create new types of TIE objects
-without creating a complete class. It does so in such a way as to try and
-make the programmers life easier when it comes to single-use ties that I
-find myself wanting to use from time-to-time.
-
-The Tie::Simple package is actually a front-end to other classes which
-really do all the work once tied, but this package does the dwimming to
-automatically figure out what you're trying to do.
diff --git a/p5-Tie-Simple/Makefile b/p5-Tie-Simple/Makefile
deleted file mode 100644
index 71e7d47e5f..0000000000
--- a/p5-Tie-Simple/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD: Makefile,v 1.1 2015/02/12 05:44:00 makoto Exp $
-
-DISTNAME=	Tie-Simple-1.04
-PKGNAME=	p5-${DISTNAME}
-CATEGORIES=	devel
-MASTER_SITES=	http://search.cpan.org/CPAN/authors/id/H/HA/HANENKAMP/
-MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=Tie/}
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	http://search.cpan.org/~hanenkamp/Tie-Simple/Simple.pm
-COMMENT=	Variable ties made easier: much, much, much easier
-LICENSE=	${PERL5_LICENSE}
-
-PERL5_PACKLIST=	auto/Tie/Simple/.packlist
-USE_LANGUAGES=	# none
-
-.include "../../lang/perl5/module.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/p5-Tie-Simple/TODO b/p5-Tie-Simple/TODO
deleted file mode 100644
index 151e05e0c7..0000000000
--- a/p5-Tie-Simple/TODO
+++ /dev/null
@@ -1,6 +0,0 @@
-ting a Unix-style Makefile
-Writing Makefile for Tie::Simple
-Writing MYMETA.yml and MYMETA.json
-Undefined subroutine &main::WriteMakefile called at Makefile.PL line 4.
-Died at /usr/pkg/bin/url2pkg line 194.
-modena@makoto 14:30:08/150212(..wip/p5-Tie-Simple)% 
diff --git a/p5-Tie-Simple/distinfo b/p5-Tie-Simple/distinfo
deleted file mode 100644
index f34cff338f..0000000000
--- a/p5-Tie-Simple/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.1 2015/02/12 05:44:00 makoto Exp $
-
-SHA1 (Tie-Simple-1.04.tar.gz) = a49f1d454dcc0998a5a6ace627f5cc735579fae5
-RMD160 (Tie-Simple-1.04.tar.gz) = 7181342843e82438fea381b73448286aec34c7a9
-SHA512 (Tie-Simple-1.04.tar.gz) = 24843a02565b525ff5ffbd362b1b746a3c576569c3e5c5fff5a0d543c2fbdbb4e1d6a6c45faeaff0a2721f2525996f21d46b7db88a40b49bc2541d0f99806ef2
-Size (Tie-Simple-1.04.tar.gz) = 13190 bytes


Home | Main Index | Thread Index | Old Index