summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2013-08-02 18:52:07 +0000
committerMathieu Arnold <mat@FreeBSD.org>2013-08-02 18:52:07 +0000
commit4819ca343bfee8a3b54e7ff3ac26d280d1c1696f (patch)
treea4a613f80a0e443c044c2319e43ce75e14c50813 /x11-toolkits
parent- Fix build with PYTHON_DEFAULT_VERSION of 3+. [1] (diff)
- Convert to new perl framework
- Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default.
Notes
Notes: svn path=/head/; revision=324174
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/p5-Gtk2-Ex-FormFactory/Makefile9
-rw-r--r--x11-toolkits/p5-Gtk2-ImageView/Makefile9
-rw-r--r--x11-toolkits/p5-Gtk2-TrayIcon/Makefile9
-rw-r--r--x11-toolkits/p5-Prima/Makefile3
-rw-r--r--x11-toolkits/p5-Tk-Autoscroll/Makefile9
-rw-r--r--x11-toolkits/p5-Tk-ColourChooser/Makefile9
-rw-r--r--x11-toolkits/p5-Tk-Contrib/Makefile9
-rw-r--r--x11-toolkits/p5-Tk-DKW/Makefile9
-rw-r--r--x11-toolkits/p5-Tk-Date/Makefile9
-rw-r--r--x11-toolkits/p5-Tk-DynaTabFrame/Makefile9
-rw-r--r--x11-toolkits/p5-Tk-Enscript/Makefile9
-rw-r--r--x11-toolkits/p5-Tk-GBARR/Makefile9
-rw-r--r--x11-toolkits/p5-Tk-Getopt/Makefile9
-rw-r--r--x11-toolkits/p5-Tk-HistEntry/Makefile9
-rw-r--r--x11-toolkits/p5-Tk-JComboBox/Makefile9
-rw-r--r--x11-toolkits/p5-Tk-ResizeButton/Makefile3
-rw-r--r--x11-toolkits/p5-Tk-TableMatrix/Makefile9
-rw-r--r--x11-toolkits/p5-Tk/Makefile3
-rw-r--r--x11-toolkits/p5-Wx-Perl-ProcessStream/Makefile3
19 files changed, 53 insertions, 94 deletions
diff --git a/x11-toolkits/p5-Gtk2-Ex-FormFactory/Makefile b/x11-toolkits/p5-Gtk2-Ex-FormFactory/Makefile
index f8c746939f20..edacf1676c95 100644
--- a/x11-toolkits/p5-Gtk2-Ex-FormFactory/Makefile
+++ b/x11-toolkits/p5-Gtk2-Ex-FormFactory/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Gtk2-Ex-FormFactory
-# Date created: 2006/12/22
-# Whom: chinsan
-#
+# Created by: chinsan
# $FreeBSD$
-#
PORTNAME= Gtk2-Ex-FormFactory
PORTVERSION= 0.67
@@ -22,7 +18,8 @@ RUN_DEPENDS= p5-Glib2>=1.00:${PORTSDIR}/devel/p5-Glib2 \
p5-Gtk2>=1.060:${PORTSDIR}/x11-toolkits/p5-Gtk2 \
p5-Gtk2-Ex-Simple-List>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2-Ex-Simple-List
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Gtk2::Ex::FormFactory.3 \
Gtk2::Ex::FormFactory::Button.3 \
diff --git a/x11-toolkits/p5-Gtk2-ImageView/Makefile b/x11-toolkits/p5-Gtk2-ImageView/Makefile
index f544a7195daf..117f1de87044 100644
--- a/x11-toolkits/p5-Gtk2-ImageView/Makefile
+++ b/x11-toolkits/p5-Gtk2-ImageView/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Gtk2-ImageView
-# Date created: 2008/11/27
-# Whom: chinsan
-#
+# Created by: chinsan
# $FreeBSD$
-#
PORTNAME= Gtk2-ImageView
PORTVERSION= 0.05
@@ -23,7 +19,8 @@ BUILD_DEPENDS= p5-Cairo>=0:${PORTSDIR}/graphics/p5-Cairo \
LIB_DEPENDS= gtkimageview:${PORTSDIR}/x11-toolkits/gtkimageview
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Gtk2::ImageView.3 \
Gtk2::Gdk::Pixbuf::Draw::Cache.3 \
diff --git a/x11-toolkits/p5-Gtk2-TrayIcon/Makefile b/x11-toolkits/p5-Gtk2-TrayIcon/Makefile
index 4764b6950630..4063c7b12be2 100644
--- a/x11-toolkits/p5-Gtk2-TrayIcon/Makefile
+++ b/x11-toolkits/p5-Gtk2-TrayIcon/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Gtk2-TrayIcon
-# Date created: Jan 11 2005
-# Whom: Florent Thoumie <flz@FreeBSD.org>
-#
+# Created by: Florent Thoumie <flz@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Gtk2-TrayIcon
PORTVERSION= 0.06
@@ -22,7 +18,8 @@ BUILD_DEPENDS= p5-Cairo>=0:${PORTSDIR}/graphics/p5-Cairo \
p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Gtk2::TrayIcon.3
diff --git a/x11-toolkits/p5-Prima/Makefile b/x11-toolkits/p5-Prima/Makefile
index 16f1c1c806ca..7abeb32ff2e4 100644
--- a/x11-toolkits/p5-Prima/Makefile
+++ b/x11-toolkits/p5-Prima/Makefile
@@ -21,7 +21,8 @@ OPTIONS_DEFINE= GTK2 ICONV XFT
OPTIONS_DEFAULT=ICONV XFT
CONFIGURE_ARGS= X11BASE=${LOCALBASE}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
USE_XORG= x11 xext xpm xrender
MAKE_JOBS_UNSAFE= yes
diff --git a/x11-toolkits/p5-Tk-Autoscroll/Makefile b/x11-toolkits/p5-Tk-Autoscroll/Makefile
index daf31ab71846..f7758b65781d 100644
--- a/x11-toolkits/p5-Tk-Autoscroll/Makefile
+++ b/x11-toolkits/p5-Tk-Autoscroll/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Tk-Autoscroller
-# Date created: May 28 2001
-# Whom: vanilla
-#
+# Created by: vanilla
# $FreeBSD$
-#
PORTNAME= Tk-Autoscroll
PORTVERSION= 1.14
@@ -18,7 +14,8 @@ COMMENT= Tk::Autoscroll - space invaders-like scrolling
BUILD_DEPENDS= p5-Tk>=0:${PORTSDIR}/x11-toolkits/p5-Tk
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Tk::Autoscroll.3
diff --git a/x11-toolkits/p5-Tk-ColourChooser/Makefile b/x11-toolkits/p5-Tk-ColourChooser/Makefile
index 47aa4ae64c7b..2029d2109d28 100644
--- a/x11-toolkits/p5-Tk-ColourChooser/Makefile
+++ b/x11-toolkits/p5-Tk-ColourChooser/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Tk-ColourChooser
-# Date created: May 28 2001
-# Whom: vanilla
-#
+# Created by: vanilla
# $FreeBSD$
-#
PORTNAME= Tk-ColourChooser
PORTVERSION= 1.52
@@ -18,7 +14,8 @@ COMMENT= Perl/Tk module providing a Colour selection dialogue box
BUILD_DEPENDS= p5-Tk>=0:${PORTSDIR}/x11-toolkits/p5-Tk
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Tk::ColourChooser.3
diff --git a/x11-toolkits/p5-Tk-Contrib/Makefile b/x11-toolkits/p5-Tk-Contrib/Makefile
index cf6f29bc6916..2c58e90ecb9c 100644
--- a/x11-toolkits/p5-Tk-Contrib/Makefile
+++ b/x11-toolkits/p5-Tk-Contrib/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Tk-Contrib
-# Date created: 17 April 2007
-# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
-#
+# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Tk-Contrib
PORTVERSION= 0.07
@@ -18,7 +14,8 @@ COMMENT= Contributed Tk widgets
BUILD_DEPENDS= p5-Tk>=804:${PORTSDIR}/x11-toolkits/p5-Tk
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Tk::Axis.3 Tk::Dial.3 Tk::OlWm.3 Tk::TiedListbox.3
.include <bsd.port.mk>
diff --git a/x11-toolkits/p5-Tk-DKW/Makefile b/x11-toolkits/p5-Tk-DKW/Makefile
index f06b41e0d60b..0accff8e237c 100644
--- a/x11-toolkits/p5-Tk-DKW/Makefile
+++ b/x11-toolkits/p5-Tk-DKW/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Tk-DKW
-# Date created: 16 April 2007
-# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
-#
+# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Tk-DKW
PORTVERSION= 0.03
@@ -19,7 +15,8 @@ BUILD_DEPENDS= p5-Tk>=804:${PORTSDIR}/x11-toolkits/p5-Tk \
p5-Tk-Contrib>=0.07:${PORTSDIR}/x11-toolkits/p5-Tk-Contrib
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
DKW_MODULES= CheckBox Columns ComboEntry CornerBox DockFrame IconCanvas\
Menustrip ProgressIndicator SplitFrame TabFrame TabbedForm\
TableEdit
diff --git a/x11-toolkits/p5-Tk-Date/Makefile b/x11-toolkits/p5-Tk-Date/Makefile
index c5a8248e0bd0..ce69aefe8f14 100644
--- a/x11-toolkits/p5-Tk-Date/Makefile
+++ b/x11-toolkits/p5-Tk-Date/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Tk-Date
-# Date created: May 28 2001
-# Whom: vanilla
-#
+# Created by: vanilla
# $FreeBSD$
-#
PORTNAME= Tk-Date
PORTVERSION= 0.44
@@ -18,7 +14,8 @@ COMMENT= Tk::Date - a date/time widget for perl/Tk
BUILD_DEPENDS= p5-Tk-GBARR>=0:${PORTSDIR}/x11-toolkits/p5-Tk-GBARR
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Tk::Date.3
diff --git a/x11-toolkits/p5-Tk-DynaTabFrame/Makefile b/x11-toolkits/p5-Tk-DynaTabFrame/Makefile
index a6c386e332aa..5fbdba752259 100644
--- a/x11-toolkits/p5-Tk-DynaTabFrame/Makefile
+++ b/x11-toolkits/p5-Tk-DynaTabFrame/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Tk-DynaTabFrame
-# Date created: 28 August 2006
-# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
-#
+# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Tk-DynaTabFrame
PORTVERSION= 0.23
@@ -18,7 +14,8 @@ COMMENT= NoteBook widget with orientable, dynamically stacking tabs
BUILD_DEPENDS= p5-Tk>=804.027:${PORTSDIR}/x11-toolkits/p5-Tk
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= ${PORTNAME:S/-/::/g}.3
diff --git a/x11-toolkits/p5-Tk-Enscript/Makefile b/x11-toolkits/p5-Tk-Enscript/Makefile
index 8aa1a5cd9f11..14d73fcc9992 100644
--- a/x11-toolkits/p5-Tk-Enscript/Makefile
+++ b/x11-toolkits/p5-Tk-Enscript/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Tk-Enscript
-# Date created: May 28 2001
-# Whom: vanilla
-#
+# Created by: vanilla
# $FreeBSD$
-#
PORTNAME= Tk-Enscript
PORTVERSION= 1.10
@@ -18,7 +14,8 @@ COMMENT= Tk::Enscript - a text-to-postscript converter using Tk::Canvas
BUILD_DEPENDS= p5-Tk>=0:${PORTSDIR}/x11-toolkits/p5-Tk
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Tk::Enscript.3
diff --git a/x11-toolkits/p5-Tk-GBARR/Makefile b/x11-toolkits/p5-Tk-GBARR/Makefile
index 93fcd019eecb..b5e1f5b11656 100644
--- a/x11-toolkits/p5-Tk-GBARR/Makefile
+++ b/x11-toolkits/p5-Tk-GBARR/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Tk-GBARR
-# Date created: May 28 2001
-# Whom: vanilla
-#
+# Created by: vanilla
# $FreeBSD$
-#
PORTNAME= Tk-GBARR
PORTVERSION= 2.08
@@ -18,7 +14,8 @@ COMMENT= Some collection of Tk Widgets
BUILD_DEPENDS= p5-Tk>=0:${PORTSDIR}/x11-toolkits/p5-Tk
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Tk::Cloth.3 \
Tk::FireButton.3 \
diff --git a/x11-toolkits/p5-Tk-Getopt/Makefile b/x11-toolkits/p5-Tk-Getopt/Makefile
index 941c043ca6f6..3715a8f7ccde 100644
--- a/x11-toolkits/p5-Tk-Getopt/Makefile
+++ b/x11-toolkits/p5-Tk-Getopt/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Tk-Getopt
-# Date created: May 28 2001
-# Whom: vanilla
-#
+# Created by: vanilla
# $FreeBSD$
-#
PORTNAME= Tk-Getopt
PORTVERSION= 0.50
@@ -18,7 +14,8 @@ COMMENT= User configuration window for Tk with interface to Getopt::Long
BUILD_DEPENDS= p5-Tk>=0:${PORTSDIR}/x11-toolkits/p5-Tk
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Tk::Getopt.3
diff --git a/x11-toolkits/p5-Tk-HistEntry/Makefile b/x11-toolkits/p5-Tk-HistEntry/Makefile
index b3312a9092e9..9e08423ea35c 100644
--- a/x11-toolkits/p5-Tk-HistEntry/Makefile
+++ b/x11-toolkits/p5-Tk-HistEntry/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Tk-HistEntry
-# Date created: May 28 2001
-# Whom: vanilla
-#
+# Created by: vanilla
# $FreeBSD$
-#
PORTNAME= Tk-HistEntry
PORTVERSION= 0.43
@@ -18,7 +14,8 @@ COMMENT= Tk::HistEntry - Entry widget with history capability
BUILD_DEPENDS= p5-Tk>=0:${PORTSDIR}/x11-toolkits/p5-Tk
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Tk::HistEntry.3
diff --git a/x11-toolkits/p5-Tk-JComboBox/Makefile b/x11-toolkits/p5-Tk-JComboBox/Makefile
index 078cfda0ac89..22cf4691c4f3 100644
--- a/x11-toolkits/p5-Tk-JComboBox/Makefile
+++ b/x11-toolkits/p5-Tk-JComboBox/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Tk-JComboBox
-# Date created: 31 August 2006
-# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
-#
+# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Tk-JComboBox
PORTVERSION= 1.14
@@ -18,7 +14,8 @@ COMMENT= Contains a Label or Entry, a Button, and a Listbox
BUILD_DEPENDS= p5-Tk>=804.027:${PORTSDIR}/x11-toolkits/p5-Tk
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= ${PORTNAME:S/-/::/g}.3 Tk::CWidget.3 Tk::JComboBox::tutorial.3
diff --git a/x11-toolkits/p5-Tk-ResizeButton/Makefile b/x11-toolkits/p5-Tk-ResizeButton/Makefile
index e3cdf45bdec7..4fdc02ac22a1 100644
--- a/x11-toolkits/p5-Tk-ResizeButton/Makefile
+++ b/x11-toolkits/p5-Tk-ResizeButton/Makefile
@@ -14,7 +14,8 @@ COMMENT= Resizeable button to be used in a Tk::HList column header
BUILD_DEPENDS= p5-Tk>=0:${PORTSDIR}/x11-toolkits/p5-Tk
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Tk::ResizeButton.3
diff --git a/x11-toolkits/p5-Tk-TableMatrix/Makefile b/x11-toolkits/p5-Tk-TableMatrix/Makefile
index cfd76307888f..f2b6a261b68c 100644
--- a/x11-toolkits/p5-Tk-TableMatrix/Makefile
+++ b/x11-toolkits/p5-Tk-TableMatrix/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Tk-TableMatrix
-# Date created: Mon Nov 4 01:15:53 UTC 2002
-# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
-#
+# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Tk-TableMatrix
PORTVERSION= 1.23
@@ -18,7 +14,8 @@ COMMENT= Table/matrix extension to perl/tk for displaying table formatted data
BUILD_DEPENDS= p5-Tk>=0:${PORTSDIR}/x11-toolkits/p5-Tk
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
CONFIGURE_ARGS= X11LIB=${LOCALBASE}/lib X11INC=${LOCALBASE}/include
MAN3= Tk::TableMatrix.3 \
diff --git a/x11-toolkits/p5-Tk/Makefile b/x11-toolkits/p5-Tk/Makefile
index 4b182d285ae9..af1ac2d9664c 100644
--- a/x11-toolkits/p5-Tk/Makefile
+++ b/x11-toolkits/p5-Tk/Makefile
@@ -20,7 +20,8 @@ XFT_DESC= Client-side fonts via libXft
CONFIGURE_ARGS= X11INC=${LOCALBASE}/include X11LIB=${LOCALBASE}/lib
MAKE_JOBS_UNSAFE= yes
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
USE_XORG= x11
MAN1= ptked.1 \
diff --git a/x11-toolkits/p5-Wx-Perl-ProcessStream/Makefile b/x11-toolkits/p5-Wx-Perl-ProcessStream/Makefile
index b3f86370ce84..ce7759d14878 100644
--- a/x11-toolkits/p5-Wx-Perl-ProcessStream/Makefile
+++ b/x11-toolkits/p5-Wx-Perl-ProcessStream/Makefile
@@ -16,7 +16,8 @@ RUN_DEPENDS= p5-Wx>=0.50:${PORTSDIR}/x11-toolkits/p5-Wx
USE_WX= 2.6+
WX_COMPS= wx contrib
WX_UNICODE= yes
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Wx::Perl::ProcessStream.3