./wip/giggle, GTK2 graphical frontend to git SCM tool

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.5nb1, Package name: giggle-0.5nb1, Maintainer: netbsd

Giggle is a graphical frontend for the git directory tracker
(think of gitk on GTK+).


Required to run:
[sysutils/desktop-file-utils] [graphics/hicolor-icon-theme] [devel/glib2] [devel/libglade] [x11/gtk2] [x11/vte] [x11/gtksourceview2] [devel/git-base]

Required to build:
[pkgtools/x11-links] [x11/xcb-proto] [x11/fixesproto4] [pkgtools/cwrappers] [x11/xorgproto]

Master sites: (Expand)

RMD160: ee2ff519d7bd29f59a5b4b26342e1dfc7916deb2
Filesize: 475.006 KB

Version history: (Expand)


CVS history: (Expand)


   2013-09-09 16:05:30 by Thomas Klausner | Files touched by this commit (13)
Log message:
Finish git rename from scmgit to git.
   2012-09-29 02:50:33 by Aleksej Saushev | Files touched by this commit (158)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2010-06-14 00:46:55 by Thomas Klausner | Files touched by this commit (271)
Log message:
Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
   2010-04-26 23:08:36 by Guillaume Lasmayous | Files touched by this commit (3)
Log message:
Update wip/giggle to 0.5.

Changes in 0.5
==========

* Several performance improvements
* Fix crash when searching
* Improve responsiveness when executing git commands
* Some memory fixes

TODO: Add man page.
   2009-10-11 13:18:12 by Thomas Klausner | Files touched by this commit (112)
Log message:
Remove unnecessary @comment lines.
Spill a few more @pkgdir.
   2009-10-11 12:44:25 by Thomas Klausner | Files touched by this commit (267)
Log message:
Remove obsolete @dirrm lines.
   2009-07-22 11:53:10 by Thomas Klausner | Files touched by this commit (92)
Log message:
Remove USE_DIRS from pkgsrc.

Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.

Packages needing empty directories can use the @pkgdir command in PLIST.

Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
   2009-05-19 11:00:04 by Thomas Klausner | Files touched by this commit (67)
Log message:
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.