pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/global



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Dec  1 10:08:28 UTC 2014

Modified Files:
        pkgsrc/devel/global: Makefile PLIST distinfo
Added Files:
        pkgsrc/devel/global/patches: patch-gozilla_Makefile.in

Log Message:
Update to 6.3.3.

[CHANGES]
New facilities:
o Pygments plug-in parser: Support python 3.
o gozilla: added support of OSX's default browser.
  Please set environment variable BROWSER to 'osx-default'.

        $ htags --suggest --map-file
        $ export BROWSER=osx-default
        $ gozilla +120 main.c   # shows line 120 in main.c
        $ gozilla -d main       # shows definitions of main()

o vim74-gtags-cscope.patch: New patch for vim + gtags-cscope to treat
  file names which include spaces correctly. Please see README.PATCHES.

Release for beta test:
o Added --sqlite3 option which uses SQLite3 API instead of BSD/DB API for
  making tag files. If you will test the code then please do as follows:

        [configuration phase]
        $ ./configure --with-sqlite3    # use sqlite3 API

        [execution phase]
        $ gtags --sqlite3               # make sqlite3 tag files

[FIXED BUGS]
o gtags-cscope.vim: There was a calling to undefined function.
  Now it works.


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/devel/global/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/global/PLIST
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/global/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/global/patches/patch-gozilla_Makefile.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index