From owner-freebsd-ports Thu Jun 7 13:10:13 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EF4A037B403 for ; Thu, 7 Jun 2001 13:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f57KA1G20030; Thu, 7 Jun 2001 13:10:01 -0700 (PDT) (envelope-from gnats) Received: from shumai.marcuscom.com (rdu26-228-058.nc.rr.com [66.26.228.58]) by hub.freebsd.org (Postfix) with ESMTP id 4AFEB37B405 for ; Thu, 7 Jun 2001 13:03:04 -0700 (PDT) (envelope-from marcus@shumai.marcuscom.com) Received: (from marcus@localhost) by shumai.marcuscom.com (8.11.3/8.11.3) id f57K35V62425; Thu, 7 Jun 2001 16:03:05 -0400 (EDT) (envelope-from marcus) Message-Id: <200106072003.f57K35V62425@shumai.marcuscom.com> Date: Thu, 7 Jun 2001 16:03:05 -0400 (EDT) From: marcus@marcuscom.com Reply-To: marcus@marcuscom.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27945: New port devel/p5-Glade-Perl Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 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 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