2013-09-20 22:50:57 +02:00
|
|
|
# Created by: torstenb@FreeBSD.org
|
1999-08-25 09:23:21 +02:00
|
|
|
# $FreeBSD$
|
1995-07-16 01:26:42 +02:00
|
|
|
|
Update to gnuit version 4.9.4 now that the project is active again, up
from the old version 4.3.20 dating back to 2000 which was still called
git.
Most configuration files, environment variables, the HTML documention,
subdirectory names, etc have been renamed to carry gnuit instead of git
in their names. Support for large files has been improved, new terminal
types rxvt-unicode, linux-m, cygwin, and Eterm, have been added, and
many bugs have been fixed.
The git file manager is now called gitfm, there is no longer a command
called git. Among others this helps reduce confusing with devel/git.
PR: 126234
2008-12-26 16:45:08 +01:00
|
|
|
PORTNAME= gnuit
|
2009-02-24 01:26:08 +01:00
|
|
|
PORTVERSION= 4.9.5
|
1995-11-26 11:48:46 +01:00
|
|
|
CATEGORIES= misc
|
2015-05-14 12:15:04 +02:00
|
|
|
MASTER_SITES= GNU
|
1995-07-16 01:26:42 +02:00
|
|
|
|
2009-02-27 02:01:15 +01:00
|
|
|
MAINTAINER= gerald@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= GNU Interactive Tools - a file system browser for UNIX systems
|
1997-10-07 10:56:32 +02:00
|
|
|
|
2016-02-03 00:47:59 +01:00
|
|
|
USES= ncurses
|
1995-07-16 01:26:42 +02:00
|
|
|
GNU_CONFIGURE= YES
|
2009-02-27 02:01:15 +01:00
|
|
|
CONFIGURE_ARGS= --disable-transition
|
1995-07-16 01:26:42 +02:00
|
|
|
|
Update to gnuit version 4.9.4 now that the project is active again, up
from the old version 4.3.20 dating back to 2000 which was still called
git.
Most configuration files, environment variables, the HTML documention,
subdirectory names, etc have been renamed to carry gnuit instead of git
in their names. Support for large files has been improved, new terminal
types rxvt-unicode, linux-m, cygwin, and Eterm, have been added, and
many bugs have been fixed.
The git file manager is now called gitfm, there is no longer a command
called git. Among others this helps reduce confusing with devel/git.
PR: 126234
2008-12-26 16:45:08 +01:00
|
|
|
post-install:
|
2014-02-16 11:51:24 +01:00
|
|
|
# Clean stage from orphans.
|
|
|
|
${RM} -f ${STAGEDIR}${PREFIX}/man/man1/gitmkdirs.1
|
|
|
|
${RM} -f ${STAGEDIR}${PREFIX}/man/man1/gitwhich.1
|
|
|
|
${RM} -f ${STAGEDIR}${PREFIX}/man/man1/gitxgrep.1
|
1996-06-17 10:33:47 +02:00
|
|
|
|
1995-07-16 01:26:42 +02:00
|
|
|
.include <bsd.port.mk>
|