Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Jun 2001 16:03:05 -0400 (EDT)
From:      marcus@marcuscom.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/27945: New port devel/p5-Glade-Perl
Message-ID:  <200106072003.f57K35V62425@shumai.marcuscom.com>

next in thread | raw e-mail | index | archive | help

>Number:         27945
>Category:       ports
>Synopsis:       New port devel/p5-Glade-Perl
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 07 13:10:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Joe Marcus Clarke
>Release:        FreeBSD 4.3-RELEASE i386
>Organization:
MarcusCom
>Environment:
System: FreeBSD shumai.marcuscom.com 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Sun May 6 01:46:59 EDT 2001 root@shumai.marcuscom.com:/usr/src/sys/compile/SHUMAI i386


	
>Description:
	This is a port of Glade-Perl to FreeBSD.  Glade-Perl is collection
of Perl modules that allows Glade to create Perl projects.  This extends
the Glade functionality from C and Python into the Perl realm.
>How-To-Repeat:
>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	p5-Glade-Perl
#	p5-Glade-Perl/files
#	p5-Glade-Perl/files/patch-aa
#	p5-Glade-Perl/Makefile
#	p5-Glade-Perl/distinfo
#	p5-Glade-Perl/pkg-comment
#	p5-Glade-Perl/pkg-descr
#	p5-Glade-Perl/pkg-plist
#
echo c - p5-Glade-Perl
mkdir -p p5-Glade-Perl > /dev/null 2>&1
echo c - p5-Glade-Perl/files
mkdir -p p5-Glade-Perl/files > /dev/null 2>&1
echo x - p5-Glade-Perl/files/patch-aa
sed 's/^X//' >p5-Glade-Perl/files/patch-aa << 'END-of-p5-Glade-Perl/files/patch-aa'
X--- Makefile.PL.orig	Thu Jun  7 15:29:59 2001
X+++ Makefile.PL	Thu Jun  7 15:30:13 2001
X@@ -49,12 +49,6 @@
X # Allow us to suppress all program installation with the -n (library only)
X # option.  This is for those that don't want to mess with the configuration
X # section of this file.
X-use Getopt::Std;
X-use vars qw($opt_n);
X-unless (getopts("n")) {
X-    die "Usage: $0 [-n]\n";
X-}
X-@programs_to_install = () if $opt_n;
X 
X # Check for non-standard modules that are used by this library.
X $| = 1; # autoflush on
END-of-p5-Glade-Perl/files/patch-aa
echo x - p5-Glade-Perl/Makefile
sed 's/^X//' >p5-Glade-Perl/Makefile << 'END-of-p5-Glade-Perl/Makefile'
X# New ports collection makefile for:	p5-Glade-Perl
X# Date created:				07-Jun-2001
X# Whom:					marcus
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Glade-Perl
XPORTVERSION=	0.57
XCATEGORIES=	devel perl5 gnome
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Glade
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	marcus@marcuscom.com
X
XBUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Gnome.pm:${PORTSDIR}/x11-toolkits/p5-Gnome
XRUN_DEPENDS=	${BUILD_DEPENDS} \
X		glade:${PORTSDIR}/devel/glade
X
XUSE_GNOME=	yes
XPERL_CONFIGURE=	yes
X
XMAN3PREFIX=     ${LOCALBASE}/lib/perl5/${PERL_VERSION}
XMAN3=           Glade::PerlGenerate.3
X
X.include <bsd.port.mk>
END-of-p5-Glade-Perl/Makefile
echo x - p5-Glade-Perl/distinfo
sed 's/^X//' >p5-Glade-Perl/distinfo << 'END-of-p5-Glade-Perl/distinfo'
XMD5 (Glade-Perl-0.57.tar.gz) = 4d015f8ea83e8b7ad0398f9ede6cd771
END-of-p5-Glade-Perl/distinfo
echo x - p5-Glade-Perl/pkg-comment
sed 's/^X//' >p5-Glade-Perl/pkg-comment << 'END-of-p5-Glade-Perl/pkg-comment'
XThe Perl project building code for Glade
END-of-p5-Glade-Perl/pkg-comment
echo x - p5-Glade-Perl/pkg-descr
sed 's/^X//' >p5-Glade-Perl/pkg-descr << 'END-of-p5-Glade-Perl/pkg-descr'
XThis is a collection of modules that will read a <GTK-Interface> XML file 
Xproduced by Glade (the Gtk+/Gnome UI builder), construct and optionally show 
Xthe UI using the Gtk-Perl bindings. It is possible, using Glade from version 
X0.5.0, for you to specify a language of 'Perl' and generate source code from 
XGlade's 'Build' button. 
X
XWWW: http://www.glade.perl.connectfree.co.uk
END-of-p5-Glade-Perl/pkg-descr
echo x - p5-Glade-Perl/pkg-plist
sed 's/^X//' >p5-Glade-Perl/pkg-plist << 'END-of-p5-Glade-Perl/pkg-plist'
Xbin/glade2perl
Xlib/perl5/site_perl/%%PERL_VER%%/Glade/PerlProject.pm
Xlib/perl5/site_perl/%%PERL_VER%%/Glade/PerlGenerate.pm
Xlib/perl5/site_perl/%%PERL_VER%%/Glade/PerlUI.pm
Xlib/perl5/site_perl/%%PERL_VER%%/Glade/PerlXML.pm
Xlib/perl5/site_perl/%%PERL_VER%%/Glade/PerlSource.pm
Xlib/perl5/site_perl/%%PERL_VER%%/Glade/PerlUIExtra.pm
Xlib/perl5/site_perl/%%PERL_VER%%/Glade/PerlUIGtk.pm
Xlib/perl5/site_perl/%%PERL_VER%%/Glade/PerlRun.pm
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Glade/.packlist
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/Glade
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Glade
END-of-p5-Glade-Perl/pkg-plist
exit

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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