Giter Club home page Giter Club logo

Comments (4)

ellert avatar ellert commented on July 29, 2024

The original package description text says:

The Globus Toolkit is an open source software toolkit used for building Grid
systems and applications. It is being developed by the Globus Alliance and
many others all over the world. A growing number of projects and companies are
using the Globus Toolkit to unlock the potential of grids for their cause.

I would suggest something like:

The Grid Community Toolkit (GCT) is an open source software toolkit used for
building grid systems and applications. It is a fork of the Globus Toolkit
originally created by the Globus Alliance. It is supported by the Grid
Community Forum (GridCF) that provides community-based support for core
software packages in grid computing.

from gct.

fscheiner avatar fscheiner commented on July 29, 2024

We should also include Autoconf input files, e.g.:

./configure.ac:

[...]
AC_INIT([globus_toolkit], gtreleasebuild, [https://github.com/globus/globus-toolkit/issues])

m4_define([short_version], [m4_substr(AC_PACKAGE_VERSION, [0],
    m4_index(AC_PACKAGE_VERSION, [.]))])
AC_PREFIX_DEFAULT([/usr/local/globus-]short_version)
[...]

...changed to maybe:

[...]
AC_INIT([gct], gtreleasebuild, [https://github.com/gridcf/gct/issues])

m4_define([short_version], [m4_substr(AC_PACKAGE_VERSION, [0],
    m4_index(AC_PACKAGE_VERSION, [.]))])
AC_PREFIX_DEFAULT([/usr/local/gct-]short_version)
[...]

But this also comes for a price as long as Globus is still providing patches, because if we e.g. change the issue URL or package name or the content of AC_PREFIX_DEFAULT and Globus changes the same files later we need to be careful not to reintroduce their naming and references when merging their changes (e.g. like Mattias @ellert did in babc258).

from gct.

ellert avatar ellert commented on July 29, 2024

The issue URLs in the AC_INIT macros in the configure.ac files were changed in PR #27, whic also changed the descriptions in the pkg-config (.pc) files. The descriptions in the debian packaging files are changed in PR #31.

from gct.

fscheiner avatar fscheiner commented on July 29, 2024

This issue looks fixed to me, so I'm closing it.

from gct.

Related Issues (20)

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.