Ticket #45673: Portfile-logtalk-devel.diff

File Portfile-logtalk-devel.diff, 2.4 KB (added by pmoura (Paulo Moura), 10 years ago)
  • Portfile

    old new  
    55
    66name                logtalk-devel
    77conflicts           logtalk
    8 version             3.00.0-rc3
     8version             3.00.0-rc4
    99
    1010categories          lang
    1111maintainers         logtalk.org:pmoura
     
    1515
    1616description         Logtalk - Open source object-oriented logic programming language
    1717
    18 long_description    Logtalk is an object-oriented logic programming language that can use most   \
    19                     Prolog implementations as a back-end compiler. As a multi-paradigm language, \
    20                     it includes support for both prototypes and classes, protocols (interfaces), \
    21                     component-based programming through category-based composition, event-driven \
    22                     programming, and high-level multi-threading programming.
     18long_description    Logtalk is an object-oriented logic programming language that extends and \
     19                    leverages the Prolog language with a feature set suitable for programming \
     20                    in the large. Logtalk supports modern code encapsulation and code reuse   \
     21                    mechanisms without compromising the declarative programming features of   \
     22                    Prolog. Logtalk is implemented in highly portable code and can use most   \
     23                    modern and standards compliant Prolog implementations as a back-end       \
     24                    compiler. As a multi-paradigm language, it includes support for modules,  \
     25                    prototypes, classes, protocols (interfaces), categories (components and   \
     26                    hot patching), event-driven programming, and high-level multi-threading   \
     27                    programming. Its distribution uses a commercial friendly license and      \
     28                    includes full documentation, portable libraries, a comprehensive set of   \
     29                    portable developer tools, and a large number of programming examples to   \
     30                    help get you started.
    2331
    2432homepage            http://logtalk.org/
    2533
    2634fetch.type          git
    2735git.url             git://github.com/LogtalkDotOrg/logtalk3.git
    28 git.branch          5a1263479e7cb2eef263ab3b159dbbe8317b677c
     36git.branch          533504617445f4d4374265f90357fec1d97045dc
    2937
    3038distname            logtalk-${version}
    3139