1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Add easygit 0.98, easy wrapper for git.

This commit is contained in:
Lars Thegler 2009-03-11 10:31:49 +00:00
parent 5f468fb8ef
commit 6577368654
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=229871
4 changed files with 39 additions and 0 deletions

View File

@ -285,6 +285,7 @@
SUBDIR += e00compr
SUBDIR += e4graph
SUBDIR += e_dbus
SUBDIR += easygit
SUBDIR += ebnf2yacc
SUBDIR += eboxy
SUBDIR += ecb

31
devel/easygit/Makefile Normal file
View File

@ -0,0 +1,31 @@
# New ports collection makefile for: devel/easygit
# Date created: 11 March 2009
# Whom: Lars Thegler <lth@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= easygit
PORTVERSION= 0.98
CATEGORIES= devel
MASTER_SITES= http://www.gnome.org/~newren/eg/download/${PORTVERSION}/
DISTNAME= eg
EXTRACT_SUFX= # none
EXTRACT_ONLY= # none
MAINTAINER= lth@FreeBSD.org
COMMENT= Easy wrapper for git
RUN_DEPENDS= git:${PORTSDIR}/devel/git
DIST_SUBDIR= eg/${PORTVERSION}_${PORTREVISION}
USE_PERL5_RUN= yes
NO_WRKSUBDIR= yes
NO_BUILD= yes
PLIST_FILES= bin/eg bin/easygit
do-install:
${INSTALL_SCRIPT} ${_DISTDIR}/eg ${PREFIX}/bin/
${LN} -s ${PREFIX}/bin/eg ${PREFIX}/bin/easygit
.include <bsd.port.mk>

3
devel/easygit/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (eg/0.98_0/eg) = 8aa532804268376a74adbac0b99b115c
SHA256 (eg/0.98_0/eg) = 18cf11c0af2fe23cebbdd2f7c93184bd33b55c668b3f009c5b6537762a7620a4
SIZE (eg/0.98_0/eg) = 239400

4
devel/easygit/pkg-descr Normal file
View File

@ -0,0 +1,4 @@
Easy GIT is a single-file wrapper script for git, designed to make
git easy to learn and use.
WWW: http://www.gnome.org/~newren/eg/