Git Product home page Git Product logo

macports-base's People

Contributors

anddam avatar blair avatar blb avatar danielluke avatar drkp avatar g5pw avatar grimreaper avatar ionic avatar jacksonisaac avatar jdberry avatar jeremyhu avatar jmpalacios avatar jmroot avatar kurthindenburg avatar landonf avatar larryv avatar lilyball avatar marcuscalhoun-lopez avatar mojca avatar nerdling avatar neverpanic avatar petrrr avatar pguyot avatar pixilla avatar pjl avatar raimue avatar ryandesign avatar satraul avatar tobypeterson avatar willbarton avatar

Watchers

 avatar  avatar  avatar  avatar

macports-base's Issues

--livecheck argument for port bump

This would first get the latest version according to livecheck, then fetches the distfile. If successfully fetched, all values are automatically updated. This argument conflicts with @​version since it both overrides the version.

manpage for port bump

@neverpanic

You should also write a manpage for port bump, see the files in the doc/ directory. Copy one of them into port-bump.1.txt, write the manpage, then commit the source first and the generated port-bump.1 file in a separate commit.

@​version argument for port bump

Currently the flag @​version is supported to activate old versions of a Port which are already installed by the user, using port activate [portname] @​version. With port bump, the @​version argument would override the existing ${version} specified in the Portfile. Then, port bump will try to fetch the distfile with the overridden version. If successfully fetched, the new version number and values are inserted to the Portfile.

Setup development environment

Portfile Xcode flag

Portfile should support use_xcode, a flag for Xcode dependency.

# Portfile
...
use_zip yes
use_configure no
use_xcode yes
extract.mkdir yes
...

Then, when port build (a port1.0 target action) is run, this flag is checked and warnings and/or errors are issued correspondingly.

# src/port1.0/portbuild.tcl
...
# define options
options build.asroot \
        build.jobs \
        build.target \
        use_parallel_build \
        use_xcode \
        use_xcode_clt
...
if​ { [tbool use_xcode] && ![tbool xcodeInstalled] } {
    ​return​ -code ​error​ ​"Xcode was not found on this system!"
}
...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.