Easy GIT is a single-file wrapper Perl script for git
* makes git easy to learn and use * focuses on documentation and examples * removes obstacles to "getting" git * is biased towards luring existing svn users
This commit is contained in:
parent
185fddbba0
commit
3531b3c55e
4 changed files with 42 additions and 0 deletions
6
devel/easygit/DESCR
Normal file
6
devel/easygit/DESCR
Normal file
|
@ -0,0 +1,6 @@
|
|||
Easy GIT is a single-file wrapper Perl script for git
|
||||
|
||||
* makes git easy to learn and use
|
||||
* focuses on documentation and examples
|
||||
* removes obstacles to "getting" git
|
||||
* is biased towards luring existing svn users
|
28
devel/easygit/Makefile
Normal file
28
devel/easygit/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2010/02/21 09:11:14 plunky Exp $
|
||||
|
||||
DISTNAME= easygit-1.6.5.3
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://people.gnome.org/~newren/eg/download/1.6.5.3/
|
||||
DIST_SUBDIR= ${PKGNAME_NOREV}
|
||||
DISTFILES= eg
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://people.gnome.org/~newren/eg
|
||||
COMMENT= Git porcelain wrapper in Perl
|
||||
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
DEPENDS+= scmgit>=1.6.1:../../devel/scmgit
|
||||
WRKSRC= ${WRKDIR}
|
||||
NO_BUILD= yes
|
||||
USE_TOOLS+= perl
|
||||
REPLACE_PERL= eg
|
||||
INSTALLATION_DIRS= bin
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/eg ${DESTDIR}${PREFIX}/bin/eg
|
||||
${LN} -s ${DESTDIR}${PREFIX}/bin/eg ${DESTDIR}${PREFIX}/bin/easygit
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
3
devel/easygit/PLIST
Normal file
3
devel/easygit/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2010/02/21 09:11:14 plunky Exp $
|
||||
bin/easygit
|
||||
bin/eg
|
5
devel/easygit/distinfo
Normal file
5
devel/easygit/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2010/02/21 09:11:14 plunky Exp $
|
||||
|
||||
SHA1 (eg) = 1129cba0e4fbf1195525bec2bfcfadd34f5e03cb
|
||||
RMD160 (eg) = 8d884788a2c0ce20a2801201b714d4ccbece0348
|
||||
Size (eg) = 281352 bytes
|
Loading…
Reference in a new issue