summaryrefslogtreecommitdiff
path: root/devel/easygit
diff options
context:
space:
mode:
authorplunky <plunky@pkgsrc.org>2010-02-21 09:11:14 +0000
committerplunky <plunky@pkgsrc.org>2010-02-21 09:11:14 +0000
commite4885ec437d88a27cf720f925cdbd9cf8cc0db74 (patch)
treee9336da3b16f78906f82e4b7c49ba07b3451d5e0 /devel/easygit
parent338fd65bfe5cc6f8cad90cfed688c29185410b0e (diff)
downloadpkgsrc-e4885ec437d88a27cf720f925cdbd9cf8cc0db74.tar.gz
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 (limited to 'devel/easygit')
-rw-r--r--devel/easygit/DESCR6
-rw-r--r--devel/easygit/Makefile28
-rw-r--r--devel/easygit/PLIST3
-rw-r--r--devel/easygit/distinfo5
4 files changed, 42 insertions, 0 deletions
diff --git a/devel/easygit/DESCR b/devel/easygit/DESCR
new file mode 100644
index 00000000000..9c67da87886
--- /dev/null
+++ b/devel/easygit/DESCR
@@ -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 --git a/devel/easygit/Makefile b/devel/easygit/Makefile
new file mode 100644
index 00000000000..a7a4e89674b
--- /dev/null
+++ b/devel/easygit/Makefile
@@ -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"
diff --git a/devel/easygit/PLIST b/devel/easygit/PLIST
new file mode 100644
index 00000000000..ce2a817d65f
--- /dev/null
+++ b/devel/easygit/PLIST
@@ -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 --git a/devel/easygit/distinfo b/devel/easygit/distinfo
new file mode 100644
index 00000000000..69d8a5834ed
--- /dev/null
+++ b/devel/easygit/distinfo
@@ -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