Git

If you are looking for a specific 64-bit package and you can't find it in any of the 64-bit repos, please post a request for it here
rych
Warlord
Warlord
Posts: 733
Joined: 04 Jan 2014, 04:27
Distribution: Porteus 5.0 x64 OpenBox
Location: NZ
Contact:

Git

Post#1 by rych » 09 Jan 2018, 06:52

I'd like to request for an up-to-date, stand-alone git module to exist outside 05-devel.xzm (it's a rather old version there too, 2.9). I've seen the git-core-2.15.1-1.2.x86_64.rpm and built an xzm module from it but of course is misses a lot of dependencies. USM does list git-2.14.1 but on a broken database, so it's useless. Besides, why would one want to use previous versions.

Alternatively, I'd be happy to find an updated 05-devel.xzm. Although, I actually use git for document back-up only, so I won't use the other development tools per se.

User avatar
wread
Module Guard
Module Guard
Posts: 1256
Joined: 09 Jan 2011, 18:48
Distribution: Porteus v5.0-kde-64 bits
Location: Santo Domingo
Contact:

Git

Post#2 by wread » 09 Jan 2018, 10:44

Your gift from Melchor, Gaspar and Baltazar...
...because you were a good guy in 2017!

Enjoy!
Porteus is proud of the FASTEST KDE ever made.....(take akonadi, nepomuk and soprano out and you will have a decent OS).
The Porteus Community never sleeps!

rych
Warlord
Warlord
Posts: 733
Joined: 04 Jan 2014, 04:27
Distribution: Porteus 5.0 x64 OpenBox
Location: NZ
Contact:

Git

Post#3 by rych » 10 Jan 2018, 05:52

bravo! and so fast! You must be doing something smarter rather than chasing down dependencies one by one on pkgs.org?

mhens
White ninja
White ninja
Posts: 5
Joined: 30 Jul 2018, 10:07
Distribution: Porteus 4.0

Git

Post#4 by mhens » 31 Jul 2018, 11:10

Nice. Thanks.

masquer
Ronin
Ronin
Posts: 3
Joined: 08 Feb 2021, 03:56
Distribution: porteus 5.0 rc2 KDE

Git

Post#5 by masquer » 09 Feb 2021, 00:30

Thanks too. that module works perfect in porteus 5.0rc2, but i would like a more recent version of git if is posible or explain how can i do it. thanks.

Shadow0815
Black ninja
Black ninja
Posts: 33
Joined: 16 Jul 2015, 03:50
Distribution: Porteus,Xubuntu,Arch
Location: DE

Git

Post#6 by Shadow0815 » 12 Feb 2021, 18:53

masquer wrote:
09 Feb 2021, 00:30
Thanks too. that module works perfect in porteus 5.0rc2, but i would like a more recent version of git if is posible or explain how can i do it. thanks.
git-v2.29.2.xzm

md5sum
6ec1b64a367b2dd47036e606b1962e02 git-v2.29.2.xzm
Compiled with Porteus 4.0 xfce


Building Git:

Code: Select all

# execute as root:

git clone https://github.com/git/git.git
cd git
# GIT_VERSION to check out, show a list with:
# git ls-remote --tags origin | grep -oE 'v[0-9]+(.[0-9]+){2}$' |less
export GIT_VERSION=v2.29.2
echo "Checking out GIT_VERSION: $GIT_VERSION"
git checkout $GIT_VERSION
export DEFAULT_HELP_FORMAT="man"
autoconf
./configure
mkdir git-$GIT_VERSION

make && make install prefix=/usr DESTDIR=$(pwd)/git-$GIT_VERSION

# making manpages disabled, todo: Make them work right...
# make man && make install-man prefix=/usr DESTDIR=$(pwd)/git-$GIT_VERSION

dir2xzm $(pwd)/git-$GIT_VERSION git-$GIT_VERSION.xzm

User avatar
wread
Module Guard
Module Guard
Posts: 1256
Joined: 09 Jan 2011, 18:48
Distribution: Porteus v5.0-kde-64 bits
Location: Santo Domingo
Contact:

Git

Post#7 by wread » 03 May 2021, 20:39

Hi, all!

Meanwhile I have a newer version of Git, version 3.31. It requires a new version of glib. Both are included in the Folder.https://www.mediafire.com/folder/guryc9xlsgq9g/Git

Servus!
Porteus is proud of the FASTEST KDE ever made.....(take akonadi, nepomuk and soprano out and you will have a decent OS).
The Porteus Community never sleeps!

rych
Warlord
Warlord
Posts: 733
Joined: 04 Jan 2014, 04:27
Distribution: Porteus 5.0 x64 OpenBox
Location: NZ
Contact:

Git

Post#8 by rych » 15 Oct 2024, 11:01


roro
Black ninja
Black ninja
Posts: 75
Joined: 04 Aug 2022, 08:41
Distribution: Porteus 5.0 XFCE

Git

Post#9 by roro » 15 Oct 2024, 14:38

Hi rych,
not everyone uses telegram, I don't use telegram either,

so I can't download the Git module

User avatar
ncmprhnsbl
DEV Team
DEV Team
Posts: 4126
Joined: 20 Mar 2012, 03:42
Distribution: v5.0-64bit
Location: australia
Contact:

Git

Post#10 by ncmprhnsbl » 15 Oct 2024, 21:59

roro wrote:
15 Oct 2024, 14:38
not everyone uses telegram, I don't use telegram either,

so I can't download the Git module
fyi, git-2.46.2 is now in slackware 15.0 patches, so

Code: Select all

getpkg git
will offer that.
the next update of 05-devel will include that version (it appeared a few days after the last update)
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44

rych
Warlord
Warlord
Posts: 733
Joined: 04 Jan 2014, 04:27
Distribution: Porteus 5.0 x64 OpenBox
Location: NZ
Contact:

Git

Post#11 by rych » 17 Oct 2024, 11:25

ncmprhnsbl wrote:
15 Oct 2024, 21:59
getpkg git
So easy and great! I didn't know/forgot about getpkg, is it new?

Sorry, I have known about it for a while https://www.google.com/search?q=site%3A ... etpkg+rych it's just I'm always confused about which one to use first getmod, pmod, or getpkg?! Or, there is there something even more preferred these days?
Last edited by rych on 17 Oct 2024, 11:32, edited 4 times in total.

rych
Warlord
Warlord
Posts: 733
Joined: 04 Jan 2014, 04:27
Distribution: Porteus 5.0 x64 OpenBox
Location: NZ
Contact:

Git

Post#12 by rych » 17 Oct 2024, 11:26

roro wrote:
15 Oct 2024, 14:38
not everyone uses telegram
I'll be uploading all my modules into https://github.com/rychphd/Porteus/tree/modules
Last edited by rych on 18 Oct 2024, 11:33, edited 1 time in total.

User avatar
Ed_P
Contributor
Contributor
Posts: 8663
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

Git

Post#13 by Ed_P » 17 Oct 2024, 17:28

rych wrote:
17 Oct 2024, 11:25
Or, there is there something even more preferred these days?
slapt-mod

Package Managers, Module Builders (Post by Ed_P #99608)

Post Reply