pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/easygit Easy GIT is a single-file wrapper Perl s...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e3389511e48a
branches:  trunk
changeset: 572155:e3389511e48a
user:      plunky <plunky%pkgsrc.org@localhost>
date:      Sun Feb 21 09:11:14 2010 +0000

description:
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

diffstat:

 devel/easygit/DESCR    |   6 ++++++
 devel/easygit/Makefile |  28 ++++++++++++++++++++++++++++
 devel/easygit/PLIST    |   3 +++
 devel/easygit/distinfo |   5 +++++
 4 files changed, 42 insertions(+), 0 deletions(-)

diffs (58 lines):

diff -r c6a2c720f50a -r e3389511e48a devel/easygit/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/easygit/DESCR       Sun Feb 21 09:11:14 2010 +0000
@@ -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
diff -r c6a2c720f50a -r e3389511e48a devel/easygit/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/easygit/Makefile    Sun Feb 21 09:11:14 2010 +0000
@@ -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@localhost
+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"
diff -r c6a2c720f50a -r e3389511e48a devel/easygit/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/easygit/PLIST       Sun Feb 21 09:11:14 2010 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2010/02/21 09:11:14 plunky Exp $
+bin/easygit
+bin/eg
diff -r c6a2c720f50a -r e3389511e48a devel/easygit/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/easygit/distinfo    Sun Feb 21 09:11:14 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index