|
|||||||||
Wednesday the 3rd of December, 2008 |
|||||||||
odcctools most recent diffversion 20061117
Scroll down toward the bottom of the page to get installation instructions for odcctools. The raw portfile for odcctools 20061117 is located here: http://odcctools.darwinports.com/dports/devel/odcctools/Portfile Find related portfiles with the unique DarwinPorts.com search feature. Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/odcctools # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 # $Id: Portfile 42018 2008-11-13 16:31:37Z devans PortSystem 1.0 Name: odcctools Version: 20061117 Category: devel Maintainers: nomaintainer Homepage: http://odcctools.macosforge.org/ Platform: darwin Description: Darwin cctools build system. Long Description: The odcctools project is geared towards improving the Darwin cctools build system and code base to support Darwin development. Darwin cctools has several components, including the assembler odas(1), the static linker odld(1), various tools for manipulating and analyzing Mach-O and fat files, and support libraries. fetch.type svn svn.tag 150 svn.url http://svn.macosforge.org/repository/${name}/trunk ${name} worksrcdir ${name}/${name} set od_extract "" extract { system "cd ${workpath}/${name} && ./extract.sh $od_extract" } depends_build bin:svn:subversion configure.args --mandir=${prefix}/share/man --program-prefix=od build.target default post-destroot { set mandir ${destroot}${prefix}/share/man/man1 foreach manpage [glob -d ${mandir} *.1] { file rename ${manpage} [strsed ${manpage} "s%${mandir}/%${mandir}/od%"] } } Variant: nosdk description {Without SDK} { set od_extract "--nosdk" } platform darwin 7 { depends_build-append port:gnutar pre-extract { system "cd ${workpath}/${name} && patch -p0 < ${filespath}/patch-extract.sh" } } livecheck.check none If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page. Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:
% cd /opt/local/bin/portslocation/dports/odcctoolsYou will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to: Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using odcctools with these commands: % man odcctools Where to find more information:
|
![]() |
![]() Digg odcctools on MacOSX
Other Helpful SitesMacOSForgeDebian Packages MacPorts - SVN Freshports - FreeBSD Fink Package List RPM for MacOSX Port Categories
aqua
archivers audio benchmarks cad comms cross databases devel editors emulators games genealogy gnome gnustep graphics irc java kde lang math multimedia net news palm perl python ruby science security shells sysutils textproc www x11 xfce zope
Current CVS DownloadsDarwin Ports Current :nightly CVS snapshot OpenDarwin CVSWeb SSH Key Gen |
|||||||
| |



