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 || |