Bug 120640 - [NEW PORT] devel/p5-SVN-Notify-Snapshot: Take snapshots from Subversion activity
Summary: [NEW PORT] devel/p5-SVN-Notify-Snapshot: Take snapshots from Subversion activity
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Beech Rintoul
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-14 14:20 UTC by Greg Larkin
Modified: 2008-02-14 18:20 UTC (History)
1 user (show)

See Also:


Attachments
p5-SVN-Notify-Snapshot-0.03.shar (2.73 KB, text/plain)
2008-02-14 14:20 UTC, Greg Larkin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Greg Larkin 2008-02-14 14:20:03 UTC
This Perl module produces snapshots of a Subversion repository path.
Typically used as part of a postcommit script, it will automatically
create a .tar.gz file for every commit to a specified path.

WWW:    http://search.cpan.org/dist/SVN-Notify-Snapshot/

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-02-14 14:20:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beech

beech@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-02-14 18:15:28 UTC
beech       2008-02-14 18:15:16 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-SVN-Notify-Snapshot Makefile distinfo pkg-descr 
                                 pkg-plist 
  Log:
  This Perl module produces snapshots of a Subversion repository path.
  Typically used as part of a postcommit script, it will automatically
  create a .tar.gz file for every commit to a specified path.
  
  PR:             ports/120640
  Submitted by:   Greg Larkin <glarkin at sourcehosting.net>
  
  Revision  Changes    Path
  1.2982    +1 -0      ports/devel/Makefile
  1.1       +34 -0     ports/devel/p5-SVN-Notify-Snapshot/Makefile (new)
  1.1       +3 -0      ports/devel/p5-SVN-Notify-Snapshot/distinfo (new)
  1.1       +5 -0      ports/devel/p5-SVN-Notify-Snapshot/pkg-descr (new)
  1.1       +6 -0      ports/devel/p5-SVN-Notify-Snapshot/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Beech Rintoul freebsd_committer freebsd_triage 2008-02-14 18:15:55 UTC
State Changed
From-To: open->closed

Committed, Thanks!