pkgsrc/misc/git/PLIST

62 lines
1.3 KiB
Text
Raw Normal View History

@comment $NetBSD: PLIST,v 1.7 2006/04/05 23:01:16 jlam Exp $
bin/.gitaction
1997-10-11 23:53:59 +02:00
bin/git
bin/gitaction
1997-10-11 23:53:59 +02:00
bin/gitkeys
bin/gitmkdirs
1997-10-11 23:53:59 +02:00
bin/gitmount
bin/gitps
bin/gitrgrep
1998-03-16 09:52:11 +01:00
bin/gitunpack
bin/gitview
Update git to git-4.3.20. Remove BUILD_TARGET. Change pre-install target to post-extract and don't patch manually, just uses patches/ framework. This adds gitwhich command and removes gitregrep and gitrfgrep. Moves terminal files from lib/git/term/ to share/git. Update patch-ac -- for location of html document. (Now only installs one.) Update patch-ab -- to add .gitrc.cons25 Add patch-ad for the .gitrc.cons25 (this was in files, but recreated patch). (Note I only slightly tested git. I updated this because I saw old Makefile.in didn't honor the @mandir@ and @infodir@ as provided by configure. I patched this, but then saw this was an old version and new version already had this fixed.) Changes here: * Version 4.3.20 ================ ** Moving across filesystems now preserves file ownership. ** Copying no longer preserves file ownership. ** F7 (`make-directory') creates all the intermediate directories. ** Fixed a long standing bug in the xid code for long user names (I could finally reproduce it myself). ** Fixed a crash in the incremental search code. * Version 4.3.19 ================ ** Fixed 2 compilation problems on non-ANSI C compilers. ** Minor fixes in gitaction. * Version 4.3.18 ================ ** The build/installation procedure is now based on automake. ** `make prefix=some_path' no longer recompiles git. According to the new GNU coding standards this is the correct behaviour. ** The key sequence typed so far is displayed in the status bar, if not completed in one second. ** `select-extension'/`unselect-extension': new builtin commands, bound on `Alt-+'/`Alt--' (or `ESC +'/`ESC -'). These commands select/unselect all the files in the current directory that have the same extension as the current file. That is, if the current file is "git.c", `select-extension' will select all the "*.c" files in the current directory. If the current file does not have an extension (including the case where its name starts with a dot), no selections/unselections are made. ** The insertion of file/directory names in the command line (Alt-Enter) is a little bit smarter. Quotes are added only when necessary and when before the current possition there is a /, no space is added before the name, to allow for path building. ** The incremental forward/backwards search mechanism can recall the last searched string if the user types ^S/^R while the string is empty. This is similar to what Emacs does. ** F2 works on *.pgp files (will ask for a passphrase). ** `ESC m f' mounts the first floppy in /mnt/floppy. `ESC r f' unmounts it. ** A simple scroll-bar thumb (#) has been added on the right side of the panel's frame. ** The shell command currently being executed is displayed on the title of the xterm window. ** GIT_BROWSER: new environment variable. If set, git will use this to view html documents. If GIT_BROWSER is not set, lynx will be used instead. ** A more Unix like key sequence structure in gitps and gitview. You can scroll up and down with `Space' and `Backspace' and quit with `q'. ** Binary file split on `^C /' and (in background) on `^C b /'. ** The inconsistency between the keys and the signal names in gitps have been fixed. Signal selection is done with upper case letters only. ** Other bug fixes.
2006-01-26 18:58:18 +01:00
bin/gitwhich
bin/gitwipe
bin/gitxgrep
info/git.info
man/man1/git.1
man/man1/gitaction.1
man/man1/gitkeys.1
man/man1/gitmount.1
man/man1/gitrgrep.1
man/man1/gitunpack.1
Update git to git-4.3.20. Remove BUILD_TARGET. Change pre-install target to post-extract and don't patch manually, just uses patches/ framework. This adds gitwhich command and removes gitregrep and gitrfgrep. Moves terminal files from lib/git/term/ to share/git. Update patch-ac -- for location of html document. (Now only installs one.) Update patch-ab -- to add .gitrc.cons25 Add patch-ad for the .gitrc.cons25 (this was in files, but recreated patch). (Note I only slightly tested git. I updated this because I saw old Makefile.in didn't honor the @mandir@ and @infodir@ as provided by configure. I patched this, but then saw this was an old version and new version already had this fixed.) Changes here: * Version 4.3.20 ================ ** Moving across filesystems now preserves file ownership. ** Copying no longer preserves file ownership. ** F7 (`make-directory') creates all the intermediate directories. ** Fixed a long standing bug in the xid code for long user names (I could finally reproduce it myself). ** Fixed a crash in the incremental search code. * Version 4.3.19 ================ ** Fixed 2 compilation problems on non-ANSI C compilers. ** Minor fixes in gitaction. * Version 4.3.18 ================ ** The build/installation procedure is now based on automake. ** `make prefix=some_path' no longer recompiles git. According to the new GNU coding standards this is the correct behaviour. ** The key sequence typed so far is displayed in the status bar, if not completed in one second. ** `select-extension'/`unselect-extension': new builtin commands, bound on `Alt-+'/`Alt--' (or `ESC +'/`ESC -'). These commands select/unselect all the files in the current directory that have the same extension as the current file. That is, if the current file is "git.c", `select-extension' will select all the "*.c" files in the current directory. If the current file does not have an extension (including the case where its name starts with a dot), no selections/unselections are made. ** The insertion of file/directory names in the command line (Alt-Enter) is a little bit smarter. Quotes are added only when necessary and when before the current possition there is a /, no space is added before the name, to allow for path building. ** The incremental forward/backwards search mechanism can recall the last searched string if the user types ^S/^R while the string is empty. This is similar to what Emacs does. ** F2 works on *.pgp files (will ask for a passphrase). ** `ESC m f' mounts the first floppy in /mnt/floppy. `ESC r f' unmounts it. ** A simple scroll-bar thumb (#) has been added on the right side of the panel's frame. ** The shell command currently being executed is displayed on the title of the xterm window. ** GIT_BROWSER: new environment variable. If set, git will use this to view html documents. If GIT_BROWSER is not set, lynx will be used instead. ** A more Unix like key sequence structure in gitps and gitview. You can scroll up and down with `Space' and `Backspace' and quit with `q'. ** Binary file split on `^C /' and (in background) on `^C b /'. ** The inconsistency between the keys and the signal names in gitps have been fixed. Signal selection is done with upper case letters only. ** Other bug fixes.
2006-01-26 18:58:18 +01:00
share/doc/git/git.html
share/git/.gitrc.aixterm
share/git/.gitrc.ansi
share/git/.gitrc.common
share/git/.gitrc.cons25
share/git/.gitrc.console
share/git/.gitrc.dtterm
share/git/.gitrc.eterm
share/git/.gitrc.generic
share/git/.gitrc.hft
share/git/.gitrc.hp
share/git/.gitrc.hpterm
share/git/.gitrc.iris-ansi
share/git/.gitrc.iris-ansi-net
share/git/.gitrc.linux
share/git/.gitrc.mach
share/git/.gitrc.minix
share/git/.gitrc.pc3
share/git/.gitrc.rxvt
share/git/.gitrc.screen
share/git/.gitrc.sun
share/git/.gitrc.sun-cmd
share/git/.gitrc.thix
share/git/.gitrc.vt100
share/git/.gitrc.vt102
share/git/.gitrc.vt125
share/git/.gitrc.vt200
share/git/.gitrc.vt201
share/git/.gitrc.vt220
share/git/.gitrc.vt240
share/git/.gitrc.vt300
share/git/.gitrc.vt320
share/git/.gitrc.vt400
share/git/.gitrc.vt420
share/git/.gitrc.xterm
share/git/.gitrc.xterm-color
share/git/.gitrc.xterm-debian
share/git/.gitrc.xterms
@dirrm share/git
@dirrm share/doc/git