pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/scmgit Removal of devel/scmgit in preparation fo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0193c62e3704
branches:  trunk
changeset: 536381:0193c62e3704
user:      bjs <bjs%pkgsrc.org@localhost>
date:      Wed Dec 12 04:00:52 2007 +0000

description:
Removal of devel/scmgit in preparation for new meta-pkg-based hierarchy

diffstat:

 devel/scmgit/DESCR            |    9 -
 devel/scmgit/Makefile         |   74 ---------
 devel/scmgit/PLIST            |  330 ------------------------------------------
 devel/scmgit/distinfo         |   12 -
 devel/scmgit/patches/patch-aa |   87 -----------
 devel/scmgit/patches/patch-ab |   22 --
 devel/scmgit/patches/patch-ae |   16 --
 devel/scmgit/patches/patch-af |   29 ---
 devel/scmgit/patches/patch-ag |   12 -
 devel/scmgit/patches/patch-ah |   34 ----
 devel/scmgit/patches/patch-ai |   17 --
 11 files changed, 0 insertions(+), 642 deletions(-)

diffs (truncated from 686 to 300 lines):

diff -r cf057ef39485 -r 0193c62e3704 devel/scmgit/DESCR
--- a/devel/scmgit/DESCR        Wed Dec 12 01:33:25 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-GIT is a "directory content manager" designed to handle absolutely massive
-projects with speed and efficiency, and the release of the 2.6.12 (and later)
-versions of the Linux kernel as well as more and more other projects switching
-to it would indicate that it does this task well.
-
-GIT falls in the category of distributed source code management tools, similar
-to e.g. GNU Arch or Monotone (or, in the commercial world, BitKeeper). Every
-GIT working directory is a full-fledged repository with full revision tracking
-capabilities, not dependent on network access to a central server.
diff -r cf057ef39485 -r 0193c62e3704 devel/scmgit/Makefile
--- a/devel/scmgit/Makefile     Wed Dec 12 01:33:25 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,74 +0,0 @@
-# $NetBSD: Makefile,v 1.20 2007/11/19 06:31:55 bjs Exp $
-#
-
-DISTNAME=      git-1.5.3.6
-PKGNAME=       scm${DISTNAME}
-CATEGORIES=    devel scm
-MASTER_SITES=  http://www.kernel.org/pub/software/scm/git/
-
-MAINTAINER=    pancake%phreaker.net@localhost
-HOMEPAGE=      http://git.or.cz/
-COMMENT=       Tree History Storage Tool
-
-PKG_DESTDIR_SUPPORT=   user-destdir
-
-CONFLICTS+=    git-[0-9]*              # misc/git
-BUILD_DEPENDS+=        asciidoc-[0-9]*:../../textproc/asciidoc
-BUILD_DEPENDS+=        xmlto-[0-9]*:../../textproc/xmlto
-
-MAKE_ENV+=     HOME=${PREFIX:Q}
-USE_LANGUAGES= c99
-USE_TOOLS+=    gmake perl:run sh:run wish:run tar
-EXTRACT_USING= gtar
-
-MAKE_ENV+=     CURLDIR=${BUILDLINK_PREFIX.curl:Q}
-MAKE_ENV+=     PERL_PATH=${PERL5:Q}
-MAKE_ENV+=     PYTHON_PATH=${PYTHONBIN:Q}
-MAKE_ENV+=     SHELL_PATH=${SH:Q}
-MAKE_ENV+=     TAR=${TAR:Q}
-BUILD_TARGET=  all doc
-INSTALL_TARGET=        install install-doc
-MAKE_FLAGS+=   mandir=${PREFIX}/${PKGMANDIR}
-LDFLAGS=       ${COMPILER_RPATH_FLAG}${PREFIX}/lib
-LIBS.SunOS+=   -liconv
-CFLAGS.NetBSD+=        -D_NETBSD_SOURCE
-
-PERL5_PACKLIST=        auto/Git/.packlist
-PERL5_CONFIGURE_DIRS=  ${WRKSRC}/perl
-
-.include "../../mk/bsd.prefs.mk"
-
-###
-### XXX Do all the BSDs fit this category?
-###
-.if ${OPSYS} == "NetBSD"
-.  include "../../converters/libiconv/builtin.mk"
-.  if ${ICONV_TYPE} == "native"
-CFLAGS+=       -DOLD_ICONV
-.  endif
-.endif
-
-.include "../../lang/python/application.mk"
-
-NEEDS_SUBPROCESS_PY!= \
-       if ok=`${PYTHONBIN} -c 'import subprocess; print "OK"' 2>/dev/null` \
-       && ${TEST} "$$ok" = "OK"; then echo "no"; else echo "yes"; fi
-.if ${NEEDS_SUBPROCESS_PY} == "yes"
-PLIST_SUBST+=  IF_NEEDS_SUBPROCESS_PY=""
-.else
-PLIST_SUBST+=  IF_NEEDS_SUBPROCESS_PY="@comment "
-.endif
-
-#.include "../../mk/emacs.mk" # XXX TODO (see patch-ad)
-
-post-install:
-       chmod 644 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/git*.1
-       chmod 644 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man7/git*.7
-
-.include "../../lang/perl5/module.mk"
-.include "../../converters/libiconv/buildlink3.mk"
-.include "../../devel/zlib/buildlink3.mk"
-.include "../../security/openssl/buildlink3.mk"
-.include "../../textproc/expat/buildlink3.mk"
-.include "../../www/curl/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r cf057ef39485 -r 0193c62e3704 devel/scmgit/PLIST
--- a/devel/scmgit/PLIST        Wed Dec 12 01:33:25 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,330 +0,0 @@
-@comment $NetBSD: PLIST,v 1.9 2007/09/21 23:13:26 bjs Exp $
-bin/git
-bin/git-add
-bin/git-add--interactive
-bin/git-am
-bin/git-annotate
-bin/git-apply
-bin/git-archimport
-bin/git-archive
-bin/git-bisect
-bin/git-blame
-bin/git-branch
-bin/git-bundle
-bin/git-cat-file
-bin/git-check-attr
-bin/git-check-ref-format
-bin/git-checkout
-bin/git-checkout-index
-bin/git-cherry
-bin/git-cherry-pick
-bin/git-citool
-bin/git-clean
-bin/git-clone
-bin/git-commit
-bin/git-commit-tree
-bin/git-config
-bin/git-convert-objects
-bin/git-count-objects
-bin/git-cvsexportcommit
-bin/git-cvsimport
-bin/git-cvsserver
-bin/git-daemon
-bin/git-describe
-bin/git-diff
-bin/git-diff-files
-bin/git-diff-index
-bin/git-diff-tree
-bin/git-fast-import
-bin/git-fetch
-bin/git-fetch--tool
-bin/git-fetch-pack
-bin/git-filter-branch
-bin/git-fmt-merge-msg
-bin/git-for-each-ref
-bin/git-format-patch
-bin/git-fsck
-bin/git-fsck-objects
-bin/git-gc
-bin/git-get-tar-commit-id
-bin/git-grep
-bin/git-gui
-bin/git-hash-object
-bin/git-http-fetch
-bin/git-http-push
-bin/git-imap-send
-bin/git-index-pack
-bin/git-init
-bin/git-init-db
-bin/git-instaweb
-bin/git-local-fetch
-bin/git-log
-bin/git-lost-found
-bin/git-ls-files
-bin/git-ls-remote
-bin/git-ls-tree
-bin/git-mailinfo
-bin/git-mailsplit
-bin/git-merge
-bin/git-merge-base
-bin/git-merge-file
-bin/git-merge-index
-bin/git-merge-octopus
-bin/git-merge-one-file
-bin/git-merge-ours
-bin/git-merge-recursive
-bin/git-merge-resolve
-bin/git-merge-stupid
-bin/git-merge-subtree
-bin/git-merge-tree
-bin/git-mergetool
-bin/git-mktag
-bin/git-mktree
-bin/git-mv
-bin/git-name-rev
-bin/git-pack-objects
-bin/git-pack-redundant
-bin/git-pack-refs
-bin/git-parse-remote
-bin/git-patch-id
-bin/git-peek-remote
-bin/git-prune
-bin/git-prune-packed
-bin/git-pull
-bin/git-push
-bin/git-quiltimport
-bin/git-read-tree
-bin/git-rebase
-bin/git-rebase--interactive
-bin/git-receive-pack
-bin/git-reflog
-bin/git-relink
-bin/git-remote
-bin/git-repack
-bin/git-repo-config
-bin/git-request-pull
-bin/git-rerere
-bin/git-reset
-bin/git-rev-list
-bin/git-rev-parse
-bin/git-revert
-bin/git-rm
-bin/git-runstatus
-bin/git-send-email
-bin/git-send-pack
-bin/git-sh-setup
-bin/git-shell
-bin/git-shortlog
-bin/git-show
-bin/git-show-branch
-bin/git-show-index
-bin/git-show-ref
-bin/git-ssh-fetch
-bin/git-ssh-pull
-bin/git-ssh-push
-bin/git-ssh-upload
-bin/git-stash
-bin/git-status
-bin/git-stripspace
-bin/git-submodule
-bin/git-svn
-bin/git-svnimport
-bin/git-symbolic-ref
-bin/git-tag
-bin/git-tar-tree
-bin/git-unpack-file
-bin/git-unpack-objects
-bin/git-update-index
-bin/git-update-ref
-bin/git-update-server-info
-bin/git-upload-archive
-bin/git-upload-pack
-bin/git-var
-bin/git-verify-pack
-bin/git-verify-tag
-bin/git-whatchanged
-bin/git-write-tree
-bin/gitk
-man/man1/git-add.1
-man/man1/git-am.1
-man/man1/git-annotate.1
-man/man1/git-apply.1
-man/man1/git-archimport.1
-man/man1/git-archive.1
-man/man1/git-bisect.1
-man/man1/git-blame.1
-man/man1/git-branch.1
-man/man1/git-bundle.1
-man/man1/git-cat-file.1
-man/man1/git-check-attr.1
-man/man1/git-check-ref-format.1
-man/man1/git-checkout-index.1
-man/man1/git-checkout.1
-man/man1/git-cherry-pick.1
-man/man1/git-cherry.1
-man/man1/git-citool.1
-man/man1/git-clean.1
-man/man1/git-clone.1
-man/man1/git-commit-tree.1
-man/man1/git-commit.1
-man/man1/git-config.1
-man/man1/git-convert-objects.1
-man/man1/git-count-objects.1
-man/man1/git-cvsexportcommit.1
-man/man1/git-cvsimport.1
-man/man1/git-cvsserver.1
-man/man1/git-daemon.1
-man/man1/git-describe.1
-man/man1/git-diff-files.1
-man/man1/git-diff-index.1
-man/man1/git-diff-tree.1
-man/man1/git-diff.1
-man/man1/git-fast-import.1
-man/man1/git-fetch-pack.1
-man/man1/git-fetch.1
-man/man1/git-filter-branch.1
-man/man1/git-fmt-merge-msg.1
-man/man1/git-for-each-ref.1
-man/man1/git-format-patch.1
-man/man1/git-fsck-objects.1
-man/man1/git-fsck.1
-man/man1/git-gc.1
-man/man1/git-get-tar-commit-id.1
-man/man1/git-grep.1
-man/man1/git-gui.1
-man/man1/git-hash-object.1
-man/man1/git-http-fetch.1
-man/man1/git-http-push.1
-man/man1/git-imap-send.1
-man/man1/git-index-pack.1
-man/man1/git-init-db.1
-man/man1/git-init.1
-man/man1/git-instaweb.1
-man/man1/git-local-fetch.1
-man/man1/git-log.1
-man/man1/git-lost-found.1



Home | Main Index | Thread Index | Old Index