Date: Sat, 26 Feb 2005 02:09:29 +0000 (GMT) From: Dominic Mitchell <dom@happygiraffe.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/78105: new port: devel/p5-SVN-Notify Message-ID: <20050226020929.DC75DBA9D@happygiraffe.net> Resent-Message-ID: <200502260210.j1Q2AMK5012576@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 78105 >Category: ports >Synopsis: new port: devel/p5-SVN-Notify >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Feb 26 02:10:22 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Dominic Mitchell >Release: FreeBSD 6.0-CURRENT i386 >Organization: >Environment: System: FreeBSD ppe.happygiraffe.net 6.0-CURRENT FreeBSD 6.0-CURRENT #0: Tue Jan 4 21:51:37 GMT 2005 root@ppe.happygiraffe.net:/usr/obj/usr/src/sys/PPE i386 perl 5.8.6 subversion 1.1.3 >Description: This is a new port of SVN::Notify, a small perl module to send email about changes to a subversion repository. >How-To-Repeat: n/a >Fix: Here's the port. # 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-SVN-Notify # p5-SVN-Notify/Makefile # p5-SVN-Notify/distinfo # p5-SVN-Notify/pkg-descr # p5-SVN-Notify/pkg-plist # echo c - p5-SVN-Notify mkdir -p p5-SVN-Notify > /dev/null 2>&1 echo x - p5-SVN-Notify/Makefile sed 's/^X//' >p5-SVN-Notify/Makefile << 'END-of-p5-SVN-Notify/Makefile' X# Ports collection Makefile for: SVN::Notify X# Date created: 22 Feb 2005 X# Whom: dom@happygiraffe.net X# X# $FreeBSD$ X# X XPORTNAME= SVN-Notify XPORTVERSION= 2.43 XCATEGORIES= devel XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= ../by-authors/id/D/DW/DWHEELER/ XPKGNAMEPREFIX= p5- X XMAINTAINER= dom@happygiraffe.net XCOMMENT= Subversion activity notification X XPERL_MODBUILD= yes X XMAN1= svnnotify.1 XMAN3= SVN::Notify.3 SVN::Notify::HTML.3 SVN::Notify::HTML::ColorDiff.3 X X.include <bsd.port.mk> END-of-p5-SVN-Notify/Makefile echo x - p5-SVN-Notify/distinfo sed 's/^X//' >p5-SVN-Notify/distinfo << 'END-of-p5-SVN-Notify/distinfo' XMD5 (SVN-Notify-2.43.tar.gz) = b4ae61a73ecf1bf1a50f5bc8dc03cf8e XSIZE (SVN-Notify-2.43.tar.gz) = 35852 END-of-p5-SVN-Notify/distinfo echo x - p5-SVN-Notify/pkg-descr sed 's/^X//' >p5-SVN-Notify/pkg-descr << 'END-of-p5-SVN-Notify/pkg-descr' XThis class may be used for sending email messages for Subversion repos- Xitory activity. There are a number of different modes supported, and XSVN::Notify is fully subclassable, to easily add new functionality. By Xdefault, a list of all the files affected by the commit will be assem- Xbled and listed in a single message. An additional option allows diffs Xto be calculated for the changes and either appended to the message or Xadded as an attachment. X XWWW: http://search.cpan.org/dist/SVN-Notify/ END-of-p5-SVN-Notify/pkg-descr echo x - p5-SVN-Notify/pkg-plist sed 's/^X//' >p5-SVN-Notify/pkg-plist << 'END-of-p5-SVN-Notify/pkg-plist' Xbin/svnnotify X%%SITE_PERL%%/SVN/Notify.pm X%%SITE_PERL%%/SVN/Notify/HTML.pm X%%SITE_PERL%%/SVN/Notify/HTML/ColorDiff.pm X@unexec rmdir %D/%%SITE_PERL%%/SVN/Notify/HTML 2>/dev/null || true X@unexec rmdir %D/%%SITE_PERL%%/SVN/Notify 2>/dev/null || true X@unexec rmdir %D/%%SITE_PERL%%/SVN 2>/dev/null || true END-of-p5-SVN-Notify/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050226020929.DC75DBA9D>