Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Jun 2021 16:18:16 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6b748a8ea686 - main - textproc/p5-PDF-Table: Add NO_ARCH
Message-ID:  <202106201618.15KGIGaC079499@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6b748a8ea686916743c9a6f76eff5e000ac0da25

commit 6b748a8ea686916743c9a6f76eff5e000ac0da25
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-06-20 16:03:55 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-06-20 16:15:56 +0000

    textproc/p5-PDF-Table: Add NO_ARCH
    
    - Convert PORTEXAMPLES to PLIST entries
---
 textproc/p5-PDF-Table/Makefile  | 4 ++--
 textproc/p5-PDF-Table/pkg-plist | 9 +++++++++
 2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/textproc/p5-PDF-Table/Makefile b/textproc/p5-PDF-Table/Makefile
index defad2b2a5b9..3243779f0259 100644
--- a/textproc/p5-PDF-Table/Makefile
+++ b/textproc/p5-PDF-Table/Makefile
@@ -15,9 +15,9 @@ RUN_DEPENDS=	p5-PDF-API2>=0:textproc/p5-PDF-API2
 USES=		perl5
 USE_PERL5=	configure
 
-OPTIONS_DEFINE=	EXAMPLES
+NO_ARCH=	yes
 
-PORTEXAMPLES=	*
+OPTIONS_DEFINE=	EXAMPLES
 
 post-install-EXAMPLES-on:
 	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
diff --git a/textproc/p5-PDF-Table/pkg-plist b/textproc/p5-PDF-Table/pkg-plist
index a68c08ac8d6b..08504d832732 100644
--- a/textproc/p5-PDF-Table/pkg-plist
+++ b/textproc/p5-PDF-Table/pkg-plist
@@ -1,2 +1,11 @@
 %%SITE_PERL%%/PDF/Table.pm
 %%PERL5_MAN3%%/PDF::Table.3.gz
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/010_fonts.pl
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/PDFpref
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/border_rules.pl
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/chess.pl
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/colspan.pl
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/header.pl
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/header_repeat_with_cell_props.pl
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/row_height.pl
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sample1.pl



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