Date: Sat, 15 Nov 2008 03:21:50 +0800 (CST) From: Gea-Suan Lin <gslin@gslin.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: gslin@gslin.org Subject: ports/128876: [NEW PORT] devel/p5-github_creator: Create a Github repository for your Perl module Message-ID: <200811141921.mAEJLod2032060@host-1.pixnet.tw> Resent-Message-ID: <200811141930.mAEJU1fS005331@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 128876 >Category: ports >Synopsis: [NEW PORT] devel/p5-github_creator: Create a Github repository for your Perl module >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: Fri Nov 14 19:30:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 7.0-STABLE amd64 >Organization: >Environment: System: FreeBSD host-1.pixnet.tw 7.0-STABLE FreeBSD 7.0-STABLE #1: Wed Jul 16 13:00:27 CST 2008 >Description: This is a short script you can run from within an existing git repository to create a remote repo on Github using a previously created account. This does not create Github accounts (and that violates the terms of service). WWW: http://search.cpan.org/dist/github_creator/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-github_creator-0.13.shar begins here --- # 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-github_creator # p5-github_creator/pkg-descr # p5-github_creator/Makefile # p5-github_creator/pkg-plist # p5-github_creator/distinfo # echo c - p5-github_creator mkdir -p p5-github_creator > /dev/null 2>&1 echo x - p5-github_creator/pkg-descr sed 's/^X//' >p5-github_creator/pkg-descr << '6b9e71f5243f24bff7657efea7cc035b' XThis is a short script you can run from within an existing git Xrepository to create a remote repo on Github using a previously Xcreated account. This does not create Github accounts (and that Xviolates the terms of service). X XWWW: http://search.cpan.org/dist/github_creator/ 6b9e71f5243f24bff7657efea7cc035b echo x - p5-github_creator/Makefile sed 's/^X//' >p5-github_creator/Makefile << 'a5c86a8b102f40115718d2c9b3f8b6d8' X# New ports collection makefile for: p5-github_creator X# Date created: 2008-11-15 X# Whom: Gea-Suan Lin <gslin@gslin.org> X# X# $FreeBSD$ X# X XPORTNAME= github_creator XPORTVERSION= 0.13 XCATEGORIES= devel perl5 XMASTER_SITES= CPAN XMASTER_SITE_SUBDIR= ../../authors/id/B/BD/BDFOY XPKGNAMEPREFIX= p5- X XMAINTAINER= gslin@gslin.org XCOMMENT= Create a Github repository for your Perl module X XRUN_DEPENDS= p5-Config-IniFiles>0:${PORTSDIR}/devel/p5-Config-IniFiles \ X p5-File-Find-Closures>0:${PORTSDIR}/devel/p5-File-Find-Closures \ X p5-Log-Log4perl>0:${PORTSDIR}/devel/p5-Log-Log4perl \ X p5-WWW-Mechanize>0:${PORTSDIR}/www/p5-WWW-Mechanize \ X p5-YAML>0:${PORTSDIR}/textproc/p5-YAML X XPERL_CONFIGURE= yes X XMAN1= github_creator.1 X X.include <bsd.port.mk> a5c86a8b102f40115718d2c9b3f8b6d8 echo x - p5-github_creator/pkg-plist sed 's/^X//' >p5-github_creator/pkg-plist << '425553d4fc555740a08c1609e5633a72' X@comment $FreeBSD$ X%%SITE_PERL%%/%%PERL_ARCH%%/auto/github_creator/.packlist Xbin/github_creator X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/github_creator 425553d4fc555740a08c1609e5633a72 echo x - p5-github_creator/distinfo sed 's/^X//' >p5-github_creator/distinfo << '7023eb4bad3231c2a928dc883b44614a' XMD5 (github_creator-0.13.tar.gz) = 26ee6220340222c8719f331d55a8df7a XSHA256 (github_creator-0.13.tar.gz) = 7ecd58e898b20d743faca571f3354fce6238cb8d6e4a3f78e1f7d5a25bb62ea7 XSIZE (github_creator-0.13.tar.gz) = 4386 7023eb4bad3231c2a928dc883b44614a exit --- p5-github_creator-0.13.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811141921.mAEJLod2032060>