Changes between Version 4 and Version 5 of SummerOfCode2015Libsolv


Ignore:
Timestamp:
Sep 14, 2015, 12:59:32 PM (9 years ago)
Author:
JacksonIsaac (Jackson Isaac)
Comment:

Add Headings. Add appendix of files modified and created along with a brief description.

Legend:

Unmodified
Added
Removed
Modified
  • SummerOfCode2015Libsolv

    v4 v5  
    33|| '''Student''' || '''Mentor''' ||
    44|| [wiki:ijackson Jackson Isaac] || [wiki:cal Clemens Lang] ||
     5
     6
     7== Installation and Testing ==
    58
    69'''Installing gsoc15-dependency branch'''
     
    5154}}}
    5255
    53 '''Note:''' portlibsolv is our alias for gsoc15-dependecy branch's port command.
     56'''Note:''' portlibsolv is our alias for gsoc15-dependecy branch's port command.
     57
     58
     59== Appendix ==
     60
     61|| '''Filename''' || '''Description''' ||
     62|| configure.ac || Add libsolv as a subproject. This will set up libsolv while installing MacPorts. ||
     63|| doc/port.1.txt || Add documentation related to libsolv ||
     64|| src/port/port.tcl || Add option for libsolv. [[BR]]In proc action_target add call to mportinstall which handles libsolv dependency engine in src/macports1.0/macports.tcl, when libsolv option passed. ||
     65|| src/port/portindex.tcl || Add conflicts field to portindex. This is required for conflict resolution using libsolv. ||
     66|| src/macports1.0/Makefile.in || Add macports_libsolv.tcl to SRCS. ||
     67|| src/macports1.0/tests/macports_libsolv.test || Create unit test for libsolv related modules. ||
     68|| src/macports1.0/macports.tcl || Add proc mportinstall to handle libsolv dependency engine and install packages returned by libsolv. Update mportsearch to call libsolv search, when -l option passed. ||
     69|| src/macports1.0/macports_libsolv.tcl || Create new file macports_libsolv.tcl to define libsolv related modules. ||
     70|| vendor/Makefile.in || Add rules to make libsolv package ||
     71|| vendor/libsolv.tar.gz || Add libsolv tarball with autoconf build ||