diff options
author | obache <obache@pkgsrc.org> | 2010-02-22 09:15:56 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-02-22 09:15:56 +0000 |
commit | 0cc8bc638205a3f65355f50db7d6534f0531157d (patch) | |
tree | 9d525088bf70e17ca6bed7825ba2281a98b6165e /misc | |
parent | 846706dc43cac51fc8bb8d0ccdc8b1e67c47a1b0 (diff) | |
download | pkgsrc-0cc8bc638205a3f65355f50db7d6534f0531157d.tar.gz |
Subserve last jump update from 4.3.20 to 4.9.5 without note of notable changes.
* add missing PLIST entries.
* need termcap library.
* exactly disable transition script, resolve conflicts with scmgit-* packages
("git" command was renamed to "gitfm" in version 4.9.2,
and "git" command is just a transitional script now.
it also notate git-scm command, but not fit to pkgsrc's devel/scmgit).
* skip lib/charset.alias, suggested by joreg.
* set LICENSE=gnu-gpl-v3
* marked as user-destdir support
* some pkglint clean.
Bump PKGREVISION.
XXX: this package should be renamed to "gnuit"?
Diffstat (limited to 'misc')
-rw-r--r-- | misc/git/Makefile | 13 | ||||
-rw-r--r-- | misc/git/PLIST | 24 |
2 files changed, 32 insertions, 5 deletions
diff --git a/misc/git/Makefile b/misc/git/Makefile index 2d123c3bd9d..416b57bb573 100644 --- a/misc/git/Makefile +++ b/misc/git/Makefile @@ -1,18 +1,27 @@ -# $NetBSD: Makefile,v 1.31 2010/02/21 12:24:59 obache Exp $ -PKGNAME= git-4.9.5 +# $NetBSD: Makefile,v 1.32 2010/02/22 09:15:56 obache Exp $ + DISTNAME= gnuit-4.9.5 +PKGNAME= ${DISTNAME:S/gnuit-/git-/} +PKGREVISION= 1 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GNU:=git/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://hulubei.net/tudor/git/ COMMENT= GNU Interactive Tools - a file system browser for UNIX systems +LICENSE= gnu-gpl-v3 + +PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= YES CONFIGURE_ARGS+= --htmldir=${PREFIX}/share/doc/gnuit +CONFIGURE_ARGS+= --disable-transition INFO_FILES= YES post-extract: ${CP} ${WRKSRC}/term/gnuitrc.ansi.in ${WRKSRC}/term/gnuitrc.cons25.in +CHECK_FILES_SKIP+= lib/charset.alias + +.include "../../mk/termcap.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/git/PLIST b/misc/git/PLIST index dc909061feb..65167283a05 100644 --- a/misc/git/PLIST +++ b/misc/git/PLIST @@ -1,11 +1,14 @@ -@comment $NetBSD: PLIST,v 1.9 2010/01/18 02:23:52 christos Exp $ +@comment $NetBSD: PLIST,v 1.10 2010/02/22 09:15:56 obache Exp $ bin/.gitaction -bin/git bin/gitaction +bin/gitdpkgname +bin/gitfm bin/gitkeys bin/gitmkdirs bin/gitmount bin/gitps +bin/gitregrep +bin/gitrfgrep bin/gitrgrep bin/gitunpack bin/gitview @@ -13,18 +16,31 @@ bin/gitwhich bin/gitwipe bin/gitxgrep info/gnuit.info -man/man1/git.1 man/man1/gitaction.1 +man/man1/gitdpkgname.1 +man/man1/gitfm.1 +man/man1/gitinternal.1 man/man1/gitkeys.1 +man/man1/gitmkdirs.1 man/man1/gitmount.1 +man/man1/gitps.1 +man/man1/gitregrep.1 +man/man1/gitrfgrep.1 man/man1/gitrgrep.1 man/man1/gitunpack.1 +man/man1/gitview.1 +man/man1/gitwhich.1 +man/man1/gitwipe.1 +man/man1/gitxgrep.1 share/doc/gnuit/gnuit.html +share/gnuit/dpkg-help.txt +share/gnuit/gnuitrc.Eterm share/gnuit/gnuitrc.aixterm share/gnuit/gnuitrc.ansi share/gnuit/gnuitrc.common share/gnuit/gnuitrc.cons25 share/gnuit/gnuitrc.console +share/gnuit/gnuitrc.cygwin share/gnuit/gnuitrc.dtterm share/gnuit/gnuitrc.eterm share/gnuit/gnuitrc.generic @@ -34,10 +50,12 @@ share/gnuit/gnuitrc.hpterm share/gnuit/gnuitrc.iris-ansi share/gnuit/gnuitrc.iris-ansi-net share/gnuit/gnuitrc.linux +share/gnuit/gnuitrc.linux-m share/gnuit/gnuitrc.mach share/gnuit/gnuitrc.minix share/gnuit/gnuitrc.pc3 share/gnuit/gnuitrc.rxvt +share/gnuit/gnuitrc.rxvt-unicode share/gnuit/gnuitrc.screen share/gnuit/gnuitrc.sun share/gnuit/gnuitrc.sun-cmd |