Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Nov 2013 14:49:24 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r332736 - in head/games: p5-Acme-GuessNumber p5-Algorithm-Pair-Best p5-Algorithm-Pair-Swiss p5-Baseball-Sabermetrics p5-Games-Alak p5-Games-AlphaBeta p5-Games-GuessWord p5-Games-Tournam...
Message-ID:  <201311041449.rA4EnObB011102@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Mon Nov  4 14:49:24 2013
New Revision: 332736
URL: http://svnweb.freebsd.org/changeset/ports/332736

Log:
  Support STAGEDIR.

Added:
  head/games/p5-Acme-GuessNumber/pkg-plist   (contents, props changed)
Modified:
  head/games/p5-Acme-GuessNumber/Makefile
  head/games/p5-Algorithm-Pair-Best/Makefile
  head/games/p5-Algorithm-Pair-Best/pkg-plist
  head/games/p5-Algorithm-Pair-Swiss/Makefile
  head/games/p5-Algorithm-Pair-Swiss/pkg-plist
  head/games/p5-Baseball-Sabermetrics/Makefile
  head/games/p5-Baseball-Sabermetrics/pkg-plist
  head/games/p5-Games-Alak/Makefile
  head/games/p5-Games-Alak/pkg-plist   (contents, props changed)
  head/games/p5-Games-AlphaBeta/Makefile
  head/games/p5-Games-AlphaBeta/pkg-plist
  head/games/p5-Games-GuessWord/Makefile
  head/games/p5-Games-GuessWord/pkg-plist
  head/games/p5-Games-Tournament-RoundRobin/Makefile
  head/games/p5-Games-Tournament-RoundRobin/pkg-plist

Modified: head/games/p5-Acme-GuessNumber/Makefile
==============================================================================
--- head/games/p5-Acme-GuessNumber/Makefile	Mon Nov  4 14:47:25 2013	(r332735)
+++ head/games/p5-Acme-GuessNumber/Makefile	Mon Nov  4 14:49:24 2013	(r332736)
@@ -13,12 +13,5 @@ COMMENT=	Automatic number guessing game 
 
 USES=		perl5
 USE_PERL5=	configure
-MAN3=		Acme::GuessNumber.3
 
-PLIST_FILES=	%%SITE_PERL%%/Acme/GuessNumber.pm \
-		%%SITE_PERL%%/%%PERL_ARCH%%/auto/Acme-GuessNumber/.packlist
-PLIST_DIRS=	%%SITE_PERL%%/%%PERL_ARCH%%/auto/Acme-GuessNumber \
-		%%SITE_PERL%%/Acme
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Added: head/games/p5-Acme-GuessNumber/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/p5-Acme-GuessNumber/pkg-plist	Mon Nov  4 14:49:24 2013	(r332736)
@@ -0,0 +1,5 @@
+%%PERL5_MAN3%%/Acme::GuessNumber.3.gz
+%%SITE_PERL%%/Acme/GuessNumber.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Acme-GuessNumber/.packlist
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Acme-GuessNumber
+@dirrmtry %%SITE_PERL%%/Acme

Modified: head/games/p5-Algorithm-Pair-Best/Makefile
==============================================================================
--- head/games/p5-Algorithm-Pair-Best/Makefile	Mon Nov  4 14:47:25 2013	(r332735)
+++ head/games/p5-Algorithm-Pair-Best/Makefile	Mon Nov  4 14:49:24 2013	(r332736)
@@ -15,7 +15,4 @@ DEPRECATED=	Use games/p5-Algorithm-Pair-
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=		Algorithm::Pair::Best.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/games/p5-Algorithm-Pair-Best/pkg-plist
==============================================================================
--- head/games/p5-Algorithm-Pair-Best/pkg-plist	Mon Nov  4 14:47:25 2013	(r332735)
+++ head/games/p5-Algorithm-Pair-Best/pkg-plist	Mon Nov  4 14:49:24 2013	(r332736)
@@ -1,6 +1,7 @@
+%%PERL5_MAN3%%/Algorithm::Pair::Best.3.gz
 %%SITE_PERL%%/Algorithm/Pair/Best.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Pair/Best/.packlist
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Pair/Best
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Pair/Best
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Pair
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm
 @dirrmtry %%SITE_PERL%%/Algorithm/Pair

Modified: head/games/p5-Algorithm-Pair-Swiss/Makefile
==============================================================================
--- head/games/p5-Algorithm-Pair-Swiss/Makefile	Mon Nov  4 14:47:25 2013	(r332735)
+++ head/games/p5-Algorithm-Pair-Swiss/Makefile	Mon Nov  4 14:49:24 2013	(r332736)
@@ -12,10 +12,7 @@ COMMENT=	Generate unique pairings for to
 
 TEST_DEPENDS=	p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
 
-MAN3=	Algorithm::Pair::Swiss.3
-
 USES=		perl5
 USE_PERL5=	modbuild
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/games/p5-Algorithm-Pair-Swiss/pkg-plist
==============================================================================
--- head/games/p5-Algorithm-Pair-Swiss/pkg-plist	Mon Nov  4 14:47:25 2013	(r332735)
+++ head/games/p5-Algorithm-Pair-Swiss/pkg-plist	Mon Nov  4 14:49:24 2013	(r332736)
@@ -1,3 +1,4 @@
+%%PERL5_MAN3%%/Algorithm::Pair::Swiss.3.gz
 %%SITE_PERL%%/Algorithm/Pair/Swiss.pm
 @dirrmtry %%SITE_PERL%%/Algorithm/Pair
 @dirrmtry %%SITE_PERL%%/Algorithm

Modified: head/games/p5-Baseball-Sabermetrics/Makefile
==============================================================================
--- head/games/p5-Baseball-Sabermetrics/Makefile	Mon Nov  4 14:47:25 2013	(r332735)
+++ head/games/p5-Baseball-Sabermetrics/Makefile	Mon Nov  4 14:49:24 2013	(r332736)
@@ -18,7 +18,4 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=		Baseball::Sabermetrics.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/games/p5-Baseball-Sabermetrics/pkg-plist
==============================================================================
--- head/games/p5-Baseball-Sabermetrics/pkg-plist	Mon Nov  4 14:47:25 2013	(r332735)
+++ head/games/p5-Baseball-Sabermetrics/pkg-plist	Mon Nov  4 14:49:24 2013	(r332736)
@@ -1,10 +1,11 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Baseball/Sabermetrics/.packlist
+%%PERL5_MAN3%%/Baseball::Sabermetrics.3.gz
 %%SITE_PERL%%/Baseball/Sabermetrics.pm
+%%SITE_PERL%%/Baseball/Sabermetrics/League/CPB2.pm
+%%SITE_PERL%%/Baseball/Sabermetrics/League/CPBL.pm
+%%SITE_PERL%%/Baseball/Sabermetrics/Player.pm
 %%SITE_PERL%%/Baseball/Sabermetrics/Team.pm
 %%SITE_PERL%%/Baseball/Sabermetrics/abstract.pm
-%%SITE_PERL%%/Baseball/Sabermetrics/Player.pm
-%%SITE_PERL%%/Baseball/Sabermetrics/League/CPBL.pm
-%%SITE_PERL%%/Baseball/Sabermetrics/League/CPB2.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Baseball/Sabermetrics/.packlist
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Baseball/Sabermetrics
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Baseball
 @dirrmtry %%SITE_PERL%%/Baseball/Sabermetrics/League

Modified: head/games/p5-Games-Alak/Makefile
==============================================================================
--- head/games/p5-Games-Alak/Makefile	Mon Nov  4 14:47:25 2013	(r332735)
+++ head/games/p5-Games-Alak/Makefile	Mon Nov  4 14:49:24 2013	(r332736)
@@ -16,9 +16,6 @@ TEST_DEPENDS=	p5-Test-Pod>=0:${PORTSDIR}
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=		Games::Alak.3
-
-NO_STAGE=	yes
 post-patch:
 	${REINPLACE_CMD} -e "s,^build_.*,,g" ${WRKSRC}/Makefile.PL
 

Modified: head/games/p5-Games-Alak/pkg-plist
==============================================================================
--- head/games/p5-Games-Alak/pkg-plist	Mon Nov  4 14:47:25 2013	(r332735)
+++ head/games/p5-Games-Alak/pkg-plist	Mon Nov  4 14:49:24 2013	(r332736)
@@ -1,5 +1,6 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Games/Alak/.packlist
+%%PERL5_MAN3%%/Games::Alak.3.gz
 %%SITE_PERL%%/Games/Alak.pm
-@dirrmtry %%SITE_PERL%%/Games
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Games/Alak/.packlist
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Games/Alak
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Games
+@dirrmtry %%SITE_PERL%%/Games

Modified: head/games/p5-Games-AlphaBeta/Makefile
==============================================================================
--- head/games/p5-Games-AlphaBeta/Makefile	Mon Nov  4 14:47:25 2013	(r332735)
+++ head/games/p5-Games-AlphaBeta/Makefile	Mon Nov  4 14:49:24 2013	(r332736)
@@ -14,10 +14,4 @@ COMMENT=	Game-tree search with object or
 USES=		perl5
 USE_PERL5=	modbuild
 
-MAN1=		othello-demo.1
-MAN3=		Games::AlphaBeta.3 Games::AlphaBeta::Position.3 \
-		Games::AlphaBeta::Reversi.3 \
-		Games::Sequential.3 Games::Sequential::Position.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/games/p5-Games-AlphaBeta/pkg-plist
==============================================================================
--- head/games/p5-Games-AlphaBeta/pkg-plist	Mon Nov  4 14:47:25 2013	(r332735)
+++ head/games/p5-Games-AlphaBeta/pkg-plist	Mon Nov  4 14:49:24 2013	(r332736)
@@ -1,9 +1,15 @@
 bin/othello-demo
+%%PERL5_MAN3%%/Games::AlphaBeta.3.gz
+%%PERL5_MAN3%%/Games::AlphaBeta::Position.3.gz
+%%PERL5_MAN3%%/Games::AlphaBeta::Reversi.3.gz
+%%PERL5_MAN3%%/Games::Sequential.3.gz
+%%PERL5_MAN3%%/Games::Sequential::Position.3.gz
 %%SITE_PERL%%/Games/AlphaBeta.pm
 %%SITE_PERL%%/Games/AlphaBeta/Position.pm
 %%SITE_PERL%%/Games/AlphaBeta/Reversi.pm
 %%SITE_PERL%%/Games/Sequential.pm
 %%SITE_PERL%%/Games/Sequential/Position.pm
-@dirrm %%SITE_PERL%%/Games/AlphaBeta
-@dirrm %%SITE_PERL%%/Games/Sequential
+man/man1/othello-demo.1.gz
+@dirrmtry %%SITE_PERL%%/Games/Sequential
+@dirrmtry %%SITE_PERL%%/Games/AlphaBeta
 @dirrmtry %%SITE_PERL%%/Games

Modified: head/games/p5-Games-GuessWord/Makefile
==============================================================================
--- head/games/p5-Games-GuessWord/Makefile	Mon Nov  4 14:47:25 2013	(r332735)
+++ head/games/p5-Games-GuessWord/Makefile	Mon Nov  4 14:49:24 2013	(r332736)
@@ -10,10 +10,7 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Guess the letters in a word (ie Hangman)
 
-MAN3=	Games::GuessWord.3
-
 USES=		perl5
 USE_PERL5=	configure
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/games/p5-Games-GuessWord/pkg-plist
==============================================================================
--- head/games/p5-Games-GuessWord/pkg-plist	Mon Nov  4 14:47:25 2013	(r332735)
+++ head/games/p5-Games-GuessWord/pkg-plist	Mon Nov  4 14:49:24 2013	(r332736)
@@ -1,5 +1,6 @@
+%%PERL5_MAN3%%/Games::GuessWord.3.gz
 %%SITE_PERL%%/Games/GuessWord.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Games/GuessWord/.packlist
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Games/GuessWord
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Games/GuessWord
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Games
 @dirrmtry %%SITE_PERL%%/Games

Modified: head/games/p5-Games-Tournament-RoundRobin/Makefile
==============================================================================
--- head/games/p5-Games-Tournament-RoundRobin/Makefile	Mon Nov  4 14:47:25 2013	(r332735)
+++ head/games/p5-Games-Tournament-RoundRobin/Makefile	Mon Nov  4 14:49:24 2013	(r332736)
@@ -10,11 +10,7 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Round-Robin Tournament Schedule Pairings
 
-MAN3=	Games::Tournament::RoundRobin.3 \
-	Games::League::Member.3
-
 USES=		perl5
 USE_PERL5=	configure
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/games/p5-Games-Tournament-RoundRobin/pkg-plist
==============================================================================
--- head/games/p5-Games-Tournament-RoundRobin/pkg-plist	Mon Nov  4 14:47:25 2013	(r332735)
+++ head/games/p5-Games-Tournament-RoundRobin/pkg-plist	Mon Nov  4 14:49:24 2013	(r332736)
@@ -1,3 +1,5 @@
+%%PERL5_MAN3%%/Games::League::Member.3.gz
+%%PERL5_MAN3%%/Games::Tournament::RoundRobin.3.gz
 %%SITE_PERL%%/Games/League/Member.pm
 %%SITE_PERL%%/Games/Tournament/RoundRobin.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Games/Tournament/RoundRobin/.packlist



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311041449.rA4EnObB011102>