Magik6k 17 Posted May 22, 2014 Share Posted May 22, 2014 MPT - Minecraft Packaging Tool is another package manager goal of which is to simplify program development, and unify other package managers. WEB Interface: http://mpt.magik6k.net/ Installation: wget http://mpt.magik6k.net/api/file/mpt/usr/bin/mpt.lua /tmp/mpt.lua /tmp/mpt -S mpt rm /tmp/mpt.lua Usage: mpt -S package1 --Installs package with dependencies mpt -R package --Remove package mpt -u --Upgrade all packages mpt -v --More output mpt -h --help Web-IDE GitHub: https://github.com/magik6k/MPT2 Quote Link to post Share on other sites
Kilobyte 1 Posted June 9, 2014 Share Posted June 9, 2014 You should add pacman style syntax. Like: mpt -S <list of packages> - install packages mpt -Ss <pattern> - search mpt -R <list of packages> - remove mpt -Sy - update package list mpt -Su - update all packages. mpt -U <file> - install package from file mpt -Qs search installed packages ...and more, see pacman manpage Ofc those are combinable: mpt -Syu abc def would first update package db, then update all packages and finally install abc and def Quote Link to post Share on other sites
EchoSeven 0 Posted June 14, 2014 Share Posted June 14, 2014 this is awesome. is there a copy of the hosted ppa website available for people who wish to host their own? or does it only work with that website and you have to make a ppa on that website? Quote Link to post Share on other sites
Magik6k 17 Posted June 14, 2014 Author Share Posted June 14, 2014 Actually you have to do ppa on this page, I'm planning to release the server, but at the time whole code is hudge mess as I work on it pretty hard. Quote Link to post Share on other sites
EchoSeven 0 Posted June 24, 2014 Share Posted June 24, 2014 Actually you have to do ppa on this page, I'm planning to release the server, but at the time whole code is hudge mess as I work on it pretty hard. i can help if you wish. my github is Nekrose483 and if you PM me i can give you my email. i know a lot of languages. i'm also a java tutor.. so i know how to clean up messy code. Quote Link to post Share on other sites
pboachie 0 Posted September 11, 2014 Share Posted September 11, 2014 Iv been having errors running it and installing programs. https://www.dropbox.com/s/jc4goa523wo7ghg/Minecraft%201.6.4_002.png?dl=0 Quote Link to post Share on other sites
EchoSeven 0 Posted February 10, 2015 Share Posted February 10, 2015 is this dead now? D: that's really sad... i actually really want this to be a thing. Quote Link to post Share on other sites
Magik6k 17 Posted February 13, 2015 Author Share Posted February 13, 2015 @EchoSeven it was dead for a while, now I released testing version of MPTv2, see top post Quote Link to post Share on other sites
EchoSeven 0 Posted March 2, 2015 Share Posted March 2, 2015 Actually you have to do ppa on this page, I'm planning to release the server, but at the time whole code is hudge mess as I work on it pretty hard. yay!! its back. when you do release the server, i'd love a copy. if you need any beta testers.. my whole minecraft experience is programming OC computers and making networks and security systems and doing stuff i like while my boyfriend does the survival stuff he likes. needless to say, its really the only game we can play together for long amounts of time... i can beta test or help on whatever. this project in particular is amazing. i hope its good enough to actually get put on the oc's site..and mpt added in the mod by default. Quote Link to post Share on other sites
Magik6k 17 Posted March 7, 2015 Author Share Posted March 7, 2015 @EchoSeven Server is already released at https://github.com/magik6k/MPT2 Quote Link to post Share on other sites
tony1485 3 Posted March 8, 2015 Share Posted March 8, 2015 Hello I'm looking for a way to make updating my scripts an easier task. Can you do this with your programs? I'm not sure because I'm not familiar with GitHub and that "shared repositories" concept. Quote Link to post Share on other sites
Magik6k 17 Posted April 13, 2015 Author Share Posted April 13, 2015 tony1485, Thats what all this is meant for. The only thing I use github for here is secure authentication(secure even without using https). Repository are there to group packages, one repository can be used by more than one person. Packages are like file archieves, they also can say what other packages they'd like to be present in system(i.e. dependencies). You can develop your programs directly in the IDE, and after saving file instantly update it and test in OC computer Quote Link to post Share on other sites
raingloom 0 Posted November 4, 2015 Share Posted November 4, 2015 The pacman-like syntax looks awesome, are you planning on implementing -Q -i -l and others as well? Quote Link to post Share on other sites
jhagrid77 4 Posted January 23, 2016 Share Posted January 23, 2016 Seems kinda dead, but where are the programs? Trying to get into Plan9k but you know, kinda need to have programs... Quote Link to post Share on other sites