CVSROOT:        /cvs
Module name:    ports
Changes by:     t...@cvs.openbsd.org    2019/09/02 12:11:46

Log message:
    import devel/nuget, the package manager for .NET
    tweaks and ok abieber@
    
    Description:
    
    NuGet is the package manager for .NET. The NuGet client tools provide the
    ability to produce and consume packages. The NuGet Gallery is the central
    package repository used by all package authors and consumers.
    
    For .NET (including .NET Core), the Microsoft-supported mechanism for 
sharing
    code is NuGet, which defines how packages for .NET are created, hosted, and
    consumed, and provides the tools for each of those roles.
    
    Put simply, a NuGet package is a single ZIP file with the .nupkg extension 
that
    contains compiled code (DLLs), other files related to that code, and a
    descriptive manifest that includes information like the package's version
    number. Developers with code to share create packages and publish them to a
    public or private host. Package consumers obtain those packages from 
suitable
    hosts, add them to their projects, and then call a package's functionality 
in
    their project code. NuGet itself then handles all of the intermediate 
details.
    
    Status:
    
    Vendor Tag: thfr
    Release Tags:       thfr_20190902
    
    N ports/devel/nuget/Makefile
    N ports/devel/nuget/distinfo
    N ports/devel/nuget/files/nuget.sh
    N ports/devel/nuget/pkg/DESCR
    N ports/devel/nuget/pkg/PLIST
    
    No conflicts created by this import

Reply via email to