Re: Gsoc 18 Project | Collect build statistics

2018-04-28 Thread Ken Cunningham
> On Apr 28, 2018, at 5:06 PM, Vishnu wrote: > > am i supposed to install port tclsh ? > > There's no port named tclsh. > you should have it /opt/local/bin/port-tclsh but your path is probably calling /usr/bin/tclsh Ken

Re: Gsoc 18 Project | Collect build statistics

2018-04-28 Thread Vishnu
am i supposed to install port tclsh ? There's no port named tclsh. On 29 April 2018 at 05:24, Joshua Root wrote: > On 2018-4-29 09:36 , Vishnu wrote: > > Hi > > > > I had created the user. > > > > But when trying /opt/local/libexec/mpstats > > > > root@vishnupc:/#

Re: Gsoc 18 Project | Collect build statistics

2018-04-28 Thread Vishnu
Hi I had created the user. But when trying /opt/local/libexec/mpstats root@vishnupc:/# /opt/local/libexec/mpstats can't find package macports while executing "package require macports" (file "/opt/local/libexec/mpstats" line 42) What's wrong. On 26 April 2018 at 01:24, Jackson Isaac

Re: Gsoc 18 Project | Collect build statistics

2018-04-25 Thread Mojca Miklavec
Dear Vishnu, On 26 April 2018 at 06:44, Jackson Isaac wrote: > On Thu, Apr 26, 2018 at 3:42 AM, Vishnu wrote: >> Finally was able to install it. >> And successfully run mpstats. > > Great to hear that! You are making a good progress. Keep it up. > >> root@vishnupc:~# /opt/local/bin/port content

Re: Gsoc 18 Project | Collect build statistics

2018-04-25 Thread Jackson Isaac
Hi Vishnu, On Thu, Apr 26, 2018 at 3:42 AM, Vishnu wrote: > Finally was able to install it. > And successfully run mpstats. Great to hear that! You are making a good progress. Keep it up. > root@vishnupc:~# /opt/local/bin/port content mpstats > Port mpstats contains: >

Re: Gsoc 18 Project | Collect build statistics

2018-04-25 Thread Vishnu
Finally was able to install it. And successfully run mpstats. root@vishnupc:~# /opt/local/bin/port content mpstats Port mpstats contains: /Library/LaunchDaemons/org.macports.mpstats.plist /opt/local/etc/LaunchDaemons/org.macports.mpstats/org.macports.mpstats.plist.default

Re: Gsoc 18 Project | Collect build statistics

2018-04-25 Thread Jackson Isaac
On Thu, Apr 26, 2018 at 1:02 AM, Vishnu wrote: > these are the errors. > > On 26 April 2018 at 00:59, Vishnu wrote: >> >> Yes I did add 'revupgrade_autorun no' line to >> /opt/local/etc/macports/macports.conf >> with sudo.. >> I cross checked it..it

Re: Gsoc 18 Project | Collect build statistics

2018-04-25 Thread Vishnu
Yes I did add 'revupgrade_autorun no' line to /opt/local/etc/macports/macports.conf with sudo.. I cross checked it..it has been updated. On 26 April 2018 at 00:54, Jackson Isaac wrote: > On Thu, Apr 26, 2018 at 12:49 AM, Vishnu wrote: > > It is

Re: Gsoc 18 Project | Collect build statistics

2018-04-25 Thread Vishnu
It is exactly the same error as in previous one. > ---> Cleaning mpstats > ---> Updating database of binaries > Warning: Error determining file type of `/opt/local/bin/captoinfo': > invalid command name "fileIsBinary" > Warning: A file belonging to the `ncurses' port is missing or > unreadable.

Re: Gsoc 18 Project | Collect build statistics

2018-04-25 Thread Jackson Isaac
Hi Vishnu, On Thu, Apr 26, 2018 at 12:33 AM, Vishnu wrote: > anyone? > > On 25 April 2018 at 21:49, Vishnu wrote: >> >> Hi >> >> Still same error..Dont know what to do. >> Could you please paste the error that you are getting somewhere e.g.,

Re: Gsoc 18 Project | Collect build statistics

2018-04-25 Thread Vishnu
anyone? On 25 April 2018 at 21:49, Vishnu wrote: > Hi > > Still same error..Dont know what to do. > > > On 25 April 2018 at 21:24, Joshua Root wrote: > >> On 2018-4-26 01:39 , Vishnu wrote: >> > Hi >> > >> > I think its best if you can create a

Re: Some minor issues on Linux (was: Gsoc 18 Project | Collect build statistics)

2018-04-25 Thread Joshua Root
On 2018-4-26 02:19 , Mojca Miklavec wrote: > On 25 April 2018 at 17:54, Joshua Root wrote: >> Our build system only knows how to create users on macOS. You'll have to >> create the macports user manually. > > Should we at least place a more helpful message somewhere? > Perhaps at the end of "make

Some minor issues on Linux (was: Gsoc 18 Project | Collect build statistics)

2018-04-25 Thread Mojca Miklavec
On 25 April 2018 at 17:54, Joshua Root wrote: > On 2018-4-26 01:39 , Vishnu wrote: >> Hi >> >> I think its best if you can create a repository under Macports. >> I'll be coding there. >> >> Also while trying to install mpstats . >> I am getting these error >> >> Warning: configured user/group

Re: Gsoc 18 Project | Collect build statistics

2018-04-25 Thread Vishnu
Hi Still same error..Dont know what to do. On 25 April 2018 at 21:24, Joshua Root wrote: > On 2018-4-26 01:39 , Vishnu wrote: > > Hi > > > > I think its best if you can create a repository under Macports. > > I'll be coding there. > > > > Also while trying to install

Re: Gsoc 18 Project | Collect build statistics

2018-04-25 Thread Joshua Root
On 2018-4-26 01:39 , Vishnu wrote: > Hi > > I think its best if you can create a repository under Macports. > I'll be coding there. > > Also while trying to install mpstats . > I am getting these error > > Warning: configured user/group macports does not exist, will build as root Our build

Re: Gsoc 18 Project | Collect build statistics

2018-04-25 Thread Vishnu
Hi I think its best if you can create a repository under Macports. I'll be coding there. Also while trying to install mpstats . I am getting these error Warning: configured user/group macports does not exist, will build as root ---> Cleaning mpstats ---> Updating database of binaries Warning:

Re: Gsoc 18 Project | Collect build statistics

2018-04-25 Thread Mojca Miklavec
On 25 April 2018 at 14:45, Vishnu wrote: > Hello > > Succesfully ran the portindex2json. > and saved it ino a json. > > So what next? Wonderful, that's very good news, that will make it much easier to proceed with the rest of the tasks. Now: - play a bit with "port search python", "port info

Re: Gsoc 18 Project | Collect build statistics

2018-04-25 Thread Vishnu
Hello Succesfully ran the portindex2json. and saved it ino a json. So what next? On 25 April 2018 at 17:22, Mojca Miklavec wrote: > On 25 April 2018 at 13:45, Vishnu wrote: > > Hi > > > > I ran portindex. > > It gives me 2 files Portindex and Portindex.quick > > I suggest

Re: Gsoc 18 Project | Collect build statistics

2018-04-24 Thread Jackson Isaac
Hi Vishnu, On Wed, Apr 25, 2018 at 3:36 AM, Mojca Miklavec wrote: > See last email from Ryan. Can you try to clone macports-ports and run > portindex there? (Sorry, typing on my phone.) You can also go to our IRC > channel for more real-time help. > For specific steps you

Re: Gsoc 18 Project | Collect build statistics

2018-04-24 Thread Mojca Miklavec
See last email from Ryan. Can you try to clone macports-ports and run portindex there? (Sorry, typing on my phone.) You can also go to our IRC channel for more real-time help. Mojca V tor., 24. apr. 2018 23:37 je oseba Vishnu napisala: > Hi all > > was succesfully able

Re: Gsoc 18 Project | Collect build statistics

2018-04-24 Thread Vishnu
Hi all was succesfully able to install macports using |$| *|cd /opt/mports/macports-base|* > |$| *|./configure --enable-readline|* > |$| *|make|* > |$| *|sudo make install|* > |$| *|make distclean|* but right now problem is root@vishnupc:~# /opt/local/bin/port -v selfupdate

Re: Gsoc 18 Project | Collect build statistics

2018-04-24 Thread Joshua Root
On 2018-4-25 02:36 , Vishnu wrote: > I tried using these > > 1. > > *|mkdir -p /opt/mports|* > |$| *|cd /opt/mports|* > |$| *|git clone https://github.com/macports/macports-base.git|* > |$| *|git checkout v2.4.3 # skip this if you want to use the development > version|* > >

Re: Gsoc 18 Project | Collect build statistics

2018-04-24 Thread Jackson Isaac
On Tue, Apr 24, 2018 at 10:06 PM, Vishnu wrote: > I tried using these > > mkdir -p /opt/mports > $ cd /opt/mports > $ git clone https://github.com/macports/macports-base.git > $ git checkout v2.4.3 # skip this if you want to use the development > version > > Build and

Re: Gsoc 18 Project | Collect build statistics

2018-04-24 Thread Jackson Isaac
Hi Vishnu, On Tue, Apr 24, 2018 at 9:58 PM, Vishnu wrote: > Hey > > I have been trying to install Macports on ubuntu. > And am unable to do so. > > Downloaded the tar. > Somehelp would be appreciated. > > Could you please try to build it from source [1] ? Are you getting

Re: Gsoc 18 Project | Collect build statistics

2018-04-24 Thread Vishnu
I tried using these 1. *mkdir -p /opt/mports*$ *cd /opt/mports*$ *git clone https://github.com/macports/macports-base.git *$ *git checkout v2.4.3 # skip this if you want to use the development version* 2. Build and Install MacPorts

Re: Gsoc 18 Project | Collect build statistics

2018-04-24 Thread Vishnu
Hey I have been trying to install Macports on ubuntu. And am unable to do so. Downloaded the tar. Somehelp would be appreciated. On 24 April 2018 at 08:55, Jackson Isaac wrote: > Hi Vishnu, > > Welcome to The MacPorts Project! > > On Tue, Apr 24, 2018 at 4:15 AM,

Re: Gsoc 18 Project | Collect build statistics

2018-04-24 Thread Mojca Miklavec
Dear Vishnu, On 24 April 2018 at 00:45, Vishnu wrote: > >> (c.3) Plan the API to get the data from the database in JSON format >> (so that someone else could write an independent app with the same >> display functionality). >> More in a separate email, I guess. > > (c.3) You are talking about

Re: Gsoc 18 Project | Collect build statistics

2018-04-23 Thread Jackson Isaac
Hi Vishnu, Welcome to The MacPorts Project! On Tue, Apr 24, 2018 at 4:15 AM, Vishnu wrote: > Hey, > > So first thing. > (a.1) I am planning to install ubuntu on my pc in a day. > I guess We can install Macports on that. That's great. Let us know if you face any

Re: Gsoc 18 Project | Collect build statistics

2018-04-23 Thread Vishnu
Hey, So first thing. (a.1) I am planning to install ubuntu on my pc in a day. I guess We can install Macports on that. (a.2 , a.3) Once macports is installed i'll install mpstats ,buildbot too. (b.1) I went and completed week 1.But i am unable to access week 3 , week 4.Because the course

Re: Gsoc 18 Project | Collect build statistics

2018-04-23 Thread Mojca Miklavec
Dear Vishnu, Let me congratulate you for being accepted to the GSOC program with MacPorts. Since your project is of vital importance for MacPorts, we will require pretty high coding standards, including good documentation and test cases, and strive towards early deployment, leaving sufficient

Re: GSoC 2018: Congratulations to the selected student and mentors

2018-04-23 Thread Vishnu
Hello I am overwhelmed by the results. I would definitely keep in mind all the points mentioned by you. Thanks On Tue, Apr 24, 2018, 2:31 AM Umesh Singla wrote: > Hello everyone, > > Google just announced 1,264 projects for this year's summer of code. I'm > happy to

GSoC 2018: Congratulations to the selected student and mentors

2018-04-23 Thread Umesh Singla
Hello everyone, Google just announced 1,264 projects for this year's summer of code. I'm happy to share with you all that as requested MacPorts got one slot for the following project: 1. Vishnu M Project: Creating a dynamic website for Ports Index [1] Mentors: Mojca Miklavec and Jackson

Re: GSOC

2018-04-23 Thread Mojca Miklavec
response, but in short: Google only granted us a single slot for GSOC this year. Compared to the proposal that won that slot, we did not get any chance to evaluate your skillset based on some sample code or some minimal proof-of-concept code. Some further general advice ... One of the important su

GSOC

2018-04-23 Thread Abhishek Kashyap
Why my proposals was rejected.What is the reason behind it? I have tried my best.I have given my precious time to create my proposals.Reply soon as possible.

Re: Gsoc

2018-04-11 Thread Mojca Miklavec
Dear Abhishek, On 11 April 2018 at 19:06, Abhishek Kashyap wrote: > On Tue, 10 Apr 2018 at 3:56 PM, Abhishek Kashyap wrote: >> >> Is there any notification about my proposals.Whats going on. >> I am enclosing my proposals with this mail. > > What happened there is no reply from anyone.Please

Re: Gsoc

2018-04-11 Thread Abhishek Kashyap
On Tue, 10 Apr 2018 at 3:56 PM, Abhishek Kashyap < abhishek.kasya...@gmail.com> wrote: > Is there any notification about my proposals.Whats going on. > I am enclosing my proposals with this mail. > What happened there is no reply from anyone.Please reply I am very curious to know about my

Re: Gsoc 18 Project | Collect build statistics

2018-04-06 Thread Mojca Miklavec
Dear Vishnu, To address some of your earlier non-technical questions with respect to GSOC, here's what our admin wrote: As per GSOC policy, we cannot comment on selection process before April 23rd. We are evaluating all the proposals and might ask some clarifications if required

Re: Gsoc 18 Project | Collect build statistics

2018-04-06 Thread Vishnu
Yes i wanted to get some feedback on the updated demo project. And what should i do now? Thanks On Fri, Apr 6, 2018, 10:27 PM Jackson Isaac wrote: > Hi Vishnu, > > > On Fri 6 Apr, 2018, 22:19 Vishnu, wrote: > >> Could i get a reply please. >> > >

Re: Gsoc 18 Project | Collect build statistics

2018-04-05 Thread Vishnu
Hello Here is the git repository i made and am working on for demo project. https://github.com/VishnuM-sopho/demo-macports Thanks On 5 April 2018 at 21:31, Vishnu wrote: > Hello Jackson > > > I am sorry . > I was in a hurry to finish the demo as early as possible. So, I

Re: Gsoc 18 Project | Collect build statistics

2018-04-05 Thread Vishnu
Hello Jackson I am sorry . I was in a hurry to finish the demo as early as possible. So, I didnt yet make a git rep for this folder so you cant see any history. Right now we can only compare the files i sent earlier thrugh mails earlier to see changes. Thanks On 5 April 2018 at 19:53, Jackson

Re: Gsoc 18 Project | Collect build statistics

2018-04-05 Thread Vishnu
Hello Jackson I am sorry . I was in a hurry to finish the demo as early as possible. So, I didnt yet make a git rep for this folder so you cant see any history. Right now we can only compare the files i sent earlier through mails earlier to see changes. Will be making one now.So that the

Re: Gsoc 18 Project | Collect build statistics

2018-04-05 Thread Jackson Isaac
Hi, On Thu 5 Apr, 2018, 19:38 Vishnu, wrote: > Dear mentors, > > I further improved my demo project based on feedback. > > I am now able to parse the ports(stored in json locally) using the website > itself(by accessing {url}/port/parser). > This will read the json file

Re: Gsoc 18 Project | Collect build statistics

2018-04-05 Thread Vishnu
Dear mentors, I further improved my demo project based on feedback. I am now able to parse the ports(stored in json locally) using the website itself(by accessing {url}/port/parser). This will read the json file and fill the port table using django models. also upon adding the ports to the

Re: Gsoc 18 Project | Collect build statistics

2018-04-04 Thread Vishnu
Hello I wanted to get feedback on the demo project i submitted https://drive.google.com/open?id=1LbMnyHjaRCbg7IrAUMM042eD7O2Br-jU Thanks On Wed, Apr 4, 2018, 11:08 AM Mojca Miklavec wrote: > Dear Vishnu, > > On 3 April 2018 at 23:54, Vishnu wrote: > > > > Hello > > > >

Re: Gsoc 18 Project | Collect build statistics

2018-04-03 Thread Mojca Miklavec
Dear Vishnu, On 3 April 2018 at 23:54, Vishnu wrote: > > Hello > > I have finished the mini project given to me. > I am now successfully able to scrape data from json into the database. > And have integrated the database and website to display all the ports and > their basic information as it

Re: Gsoc 18 Project | Collect build statistics

2018-04-03 Thread Vishnu
Hello Yes that's what I have been doing. Its almost ready.. Now integrating it with my front-end website.so that table is updated automatically. Will be mailing you very soon. All the screenshots. On Wed, Apr 4, 2018, 1:05 AM Mojca Miklavec wrote: > Dear Vishnu, > > On 3

Re: Gsoc 18 Project | Collect build statistics

2018-04-03 Thread Mojca Miklavec
Dear Vishnu, On 3 April 2018 at 20:10, Vishnu wrote: > > Hello > > Yes portindex.json is very useful. > > I tried my hands with python and sql. > And am successfully able to parse the json and store the data into the table . Thank you very much. The initial steps look promising. Now, try to

Re: Gsoc 18 Project | Collect build statistics

2018-04-03 Thread Mojca Miklavec
Dear Vishnu, On 3 April 2018 at 16:56, Vishnu wrote: > Regarding mini django project. What would you suggest i do? > > I was thinking on code to populate the port table from portindex.json > > Would that act as a sample for my Coding skill? > Or should i do something else? That sounds ok and is

Re: Gsoc 18 Project | Collect build statistics

2018-04-03 Thread Vishnu
Hello, First thing. I am. Not clear about what document you are talking about perfecting. And i will now focus attention on django as mentioned in my earlier mails. And thanks a lot For that in depth reply. Will work on all things related to Html after I complete working with django. Thanks

Re: Gsoc 18 Project | Collect build statistics

2018-04-03 Thread Mojca Miklavec
Dear Vishnu, Thank you very much for sharing the document. The purpose of this HTML was two-fold: - demonstrating your skills - first step of the planning phase for the actual implementation Below I'm providing some feedback, but I would suggest to concentrate on a simple django app at this

Re: Gsoc 18 Project | Collect build statistics

2018-04-03 Thread Vishnu
Sure thanks a lot for the prompt reply. Will start working on the idea and produce results very quickly. On Tue, Apr 3, 2018, 8:32 PM Jackson Isaac wrote: > Hi Vishnu, > > On Tue 3 Apr, 2018, 20:26 Vishnu, wrote: > >> Regarding mini django project.

Re: Gsoc 18 Project | Collect build statistics

2018-04-03 Thread Jackson Isaac
Hi Vishnu, On Tue 3 Apr, 2018, 20:26 Vishnu, wrote: > Regarding mini django project. What would you suggest i do? > > I was thinking on code to populate the port table from portindex.json > Please go ahead and implement your idea :) > Would that act as a sample for my

Re: Gsoc 18 Project | Collect build statistics

2018-04-03 Thread Vishnu
Regarding mini django project. What would you suggest i do? I was thinking on code to populate the port table from portindex.json Would that act as a sample for my Coding skill? Or should i do something else? On Tue, Apr 3, 2018, 8:03 PM Mojca Miklavec wrote: > On 3 April

Re: Gsoc 18 Project | Collect build statistics

2018-04-02 Thread Vishnu
Hi Please go through this https://jsfiddle.net/vishnum98/3r4vL4L3/21/ I did some changes. Thanks On 3 April 2018 at 03:02, Mojca Miklavec wrote: > > V pon., 2. apr. 2018 19:49 je oseba Vishnu napisala: > >> In the database. >> Because then it would be very easy to count

Re: Gsoc 18 Project | Collect build statistics

2018-04-02 Thread Mojca Miklavec
V pon., 2. apr. 2018 19:49 je oseba Vishnu napisala: > In the database. > Because then it would be very easy to count the number of os for that port. > I'll explain tomorrow why this is suboptimal. (But there's no need to further optimise the database design right now.) Just plan the final

Re: Gsoc 18 Project | Collect build statistics

2018-04-02 Thread Vishnu
In the database. Because then it would be very easy to count the number of os for that port. Ok. would be updating the html. On 2 April 2018 at 22:54, Mojca Miklavec wrote: > On 2 April 2018 at 18:50, Vishnu wrote: > > Hi > > > > Here is the basic structure i prepared. > >

Re: Gsoc 18 Project | Collect build statistics

2018-04-02 Thread Mojca Miklavec
On 2 April 2018 at 18:50, Vishnu wrote: > Hi > > Here is the basic structure i prepared. > > https://jsfiddle.net/3r4vL4L3/5/ > > And i wanted to know what all am i supposed to show in installation > statistics mandatorily? > > Top port Versions of a month? > Top os of that port? > Number of

Re: Gsoc 18 Project | Collect build statistics

2018-04-02 Thread Vishnu
Hi Here is the basic structure i prepared. https://jsfiddle.net/3r4vL4L3/5/ And i wanted to know what all am i supposed to show in installation statistics mandatorily? Top port Versions of a month? Top os of that port? Number of installations versus time ? (of that particular port) what else?

Re: Gsoc 18 Project | Collect build statistics

2018-04-02 Thread Vishnu
Hello, I would be getting back on the project from now. Sorry i could not deliver soon because i was having my exams going on. Now i would deliver my best. Thanks On 2 April 2018 at 00:36, Mojca Miklavec wrote: > On 1 April 2018 at 20:33, Vishnu

Re: GSOC

2018-03-26 Thread Abhishek Kashyap
Abhishek, > > On 26 March 2018 at 08:00, Abhishek Kashyap wrote: > > Yes,I can totally ageee with you.But i focus more attention towards the > goal > > of the project almost from GSOC period.I am not doing for money instead i > > want to be part of open source. This wil

Re: Gsoc 18 Project | Collect build statistics

2018-03-26 Thread Vishnu
Hello The database i am planning to make. https://docs.google.com/spreadsheets/d/1Kgbpl1aHn-10fjXh-f4Wz24-TQw4Coaucidpxp7ZqOQ/edit?usp=sharing Please go through it. On 26 March 2018 at 18:37, Mojca Miklavec wrote: > On 26 March 2018 at 14:47, Vishnu wrote: > > Ok . > > I

GSOC

2018-03-26 Thread Abhishek Kashyap
ocus more attention towards the > goal > > of the project almost from GSOC period.I am not doing for money instead i > > want to be part of open source. This will be my achivements.So please > view > > my proposals and suggest changes.Even i not able to contact my mentor

Re: Gsoc 18 Project | Collect build statistics

2018-03-26 Thread Mojca Miklavec
On 26 March 2018 at 14:47, Vishnu wrote: > Ok . > I will be writing Milestones seperately very soon. > What is your irc id? and on what channel are you available.i use freenode. You can join #macports > Also rather than irc could we use comments in docs.google to interact.And > simultaneously

Re: Gsoc 18 Project | Collect build statistics

2018-03-26 Thread Vishnu
gt; and what categories the port belongs to and you need to store that > information. You cannot afford to read the file and iterate through > all entries to check whether maintainer A maintains that port every > single time when someone loads the website. > > Asking `port` to ret

Re: Gsoc 18 Project | Collect build statistics

2018-03-26 Thread Mojca Miklavec
ly be equally slow, but it will also make the website difficult to deploy. > It would be best if i start working gmy gsoc with 3 most important things . > 1) Basic Port information through portindex2json Yes, this is probably the most important piece of information that will lay foundatio

Re: Gsoc 18 Project | Collect build statistics

2018-03-26 Thread Vishnu
show all ports of a category?say python? > > > It would be best if i start working gmy gsoc with 3 most important things . > 1) Basic Port information through portindex2json > 2) Port Build history. It would use JSON API > 3) Buildbot code updation to send updates to the logs. >

Re: GSOC

2018-03-26 Thread Mojca Miklavec
(Resending the email since I initially posted from the wrong email address) Dear Abhishek, On 26 March 2018 at 08:00, Abhishek Kashyap wrote: > Yes,I can totally ageee with you.But i focus more attention towards the goal > of the project almost from GSOC period.I am not doing for money ins

GSoC 18: Proof of Enrollment reminder

2018-03-26 Thread Umesh Singla
Dear students, While you're busy writing the proposal, discussing with your mentors or getting feedback, please keep in mind to upload the proof of university enrollment on the official GSoC portal before the deadline as the participation stands canceled on failure to do so. More details

Re: Gsoc

2018-03-25 Thread Mojca Miklavec
Dear Abhishek, On 25 March 2018 at 22:22, Abhishek Kashyap wrote: > I think it is not mandatory to submit a patch. No, it is not mandatory as per GSOC general rules, but individual organisations have their own criteria to select students. Plenty of organisations simply ignore any applicat

Re: Gsoc

2018-03-25 Thread Umesh Singla
Hi Abhishek On Mon, Mar 26, 2018, 01:52 Abhishek Kashyap <abhishek.kasya...@gmail.com> wrote: > I think it is not mandatory to submit a patch.First priority is Best > proposals. > A/c to your template there is no need to mention vision and Gsoc period is > from > Comunity bo

Re: GSOC

2018-03-25 Thread Rainer Müller
Hello Abhishek, On 2018-03-25 16:43, Abhishek Kashyap wrote: > I have drafted my proposals through GSOC portal.Please review it,give > feedback and suggest changes.As time is very less (only 2 days left) So > i hope you plase take steps soon as possible. Your proposal is well-s

Re: Gsoc

2018-03-25 Thread Umesh Singla
Please keep the discussion on the mailing list. On Mon, Mar 26, 2018 at 2:58 AM, Vishnu wrote: > Hi, > > I wanted some help in build bot summary. > I am not sure i completely understand what's happening here. > Could you please explain me about buildbot summary more? > >

GSOC proposals

2018-03-25 Thread Abhishek Kashyap
What about my proposals? I have already drafted. Where is my mentor?I never talked yet.If you are reading this email plese reply as soon as possible so that i can improve my proposals. mentors-*g5pw, raimue*

Re: Gsoc

2018-03-25 Thread Vishnu
Thanks.. I will work upon the feedback. On Mon, Mar 26, 2018, 2:10 AM Umesh Singla wrote: > Hi Vishnu, > > I think the designated mentor to your project Mojca already gave you a > feedback on the previous mailing thread and I don't see any improvement in > the

Re: Gsoc

2018-03-25 Thread Umesh Singla
Hi Vishnu, I think the designated mentor to your project Mojca already gave you a feedback on the previous mailing thread and I don't see any improvement in the proposal. Here is the link to email if you missed it - https://lists.macports.org/pipermail/macports-dev/2018-March/037885.html.

Gsoc

2018-03-25 Thread Vishnu
Can i please get a feedback for my proposal. Thanks

Re: Gsoc

2018-03-25 Thread Abhishek Kashyap
I think it is not mandatory to submit a patch.First priority is Best proposals. A/c to your template there is no need to mention vision and Gsoc period is from Comunity bonding period to final submission.It is irrelevant to mention the goals after GSOC because its only about GSOC. As we can

Gsoc

2018-03-25 Thread Abhishek Kashyap
Till now i have niether get any feedback nor any sugestion,What can i do? Any tips

GSOC

2018-03-25 Thread Abhishek Kashyap
Hi Everyone I have drafted my proposals through GSOC portal.Please review it,give feedback and suggest changes.As time is very less (only 2 days left) So i hope you plase take steps soon as possible. Thank you

Re: Gsoc 18 Project | Collect build statistics

2018-03-25 Thread Mojca Miklavec
Dear Vishnu, On 25 March 2018 at 11:29, Vishnu wrote: > Hi Mojca, > > I have submitted a draft proposal through GSOC portal. > Please go through it and do review and suggest changes. I'll try to provide a bit more feedback later, but just some quick points. 1.) Stretch goals are no

Re: Gsoc 18 Project | Collect build statistics

2018-03-25 Thread Vishnu
Can someone from MacPorts help me with my proposal? There's not much time left. I really need some suggestion/improvements in the proposal. On 25 March 2018 at 14:59, Vishnu <vishnum1...@gmail.com> wrote: > Hi Mojca, > > I have submitted a draft proposal through GSOC portal. >

Re: Gsoc 18 Project | Collect build statistics

2018-03-25 Thread Vishnu
Hi Mojca, I have submitted a draft proposal through GSOC portal. Please go through it and do review and suggest changes. Thanks Vishnu On 25 March 2018 at 12:59, Mojca Miklavec <mo...@macports.org> wrote: > On 25 March 2018 at 00:42, Vishnu wrote: > > If i take up the proje

Re: Gsoc 18 Project | Collect build statistics

2018-03-25 Thread Mojca Miklavec
On 25 March 2018 at 00:42, Vishnu wrote: > If i take up the project of improving the buildbot or the website. > would it be considered a different project? Or we both still have to > compete? Both :) > The other student could work on Option B and i could work on Option A > Because those also

Re: Gsoc 18 Project | Collect build statistics

2018-03-25 Thread Mojca Miklavec
Hi, Please keep any technical discussion (that doesn't include private/sensitive data) on the mailing list. On 25 March 2018 at 00:42, Vishnu wrote: > > And regarding the individual port page. > I was thinking whenever someone opens the port page.The content is generated > at that time and

Re: Gsoc 18 Project | Collect build statistics

2018-03-24 Thread Mojca Miklavec
Hi, Just so that you know: there is now two students inquiring about the same project. We cannot know in advance how good the proposals will be, but we certainly cannot accept two students for the same project. (That doesn't mean that you should grab a different project, but you might or might

Re: Gsoc 18 Project | Collect build statistics

2018-03-24 Thread Vishnu
l which can be converted into > JSON with an existing script postindex2json, but ideally the Tcl > script should be fixed to generate data in a better format. > This data would then need to be imported at the beginning, but the > application should keep accepting updates about new or dele

Re: Gsoc 18 Project | Collect build statistics

2018-03-24 Thread Mojca Miklavec
orts. > 2) Build Summary: This can be generated by scraping through buildbot > history. For historic data. For the future it would be better to modify the buildbot setup to submit data to the server. > 3) Installation Statistics: Take help from Stats web app(Gsoc 2011 project) > > 4)

Re: GSOC

2018-03-24 Thread Umesh Singla
Hi You'll need to create an account on GSoC website first: https://summerofcode.withgoogle.com/ and update your personal details. Write your proposal in a Google Doc (or copy-paste it if you already have written) and share the link on the above website with permission for us to comment on it. I

Re: GSOC

2018-03-24 Thread Abhishek Kashyap
ly been posted to > the mentors' mailing list which you might find useful. > > https://google.github.io/gsocguides/student/writing-a-proposal > https://google.github.io/gsocguides/student/proposal-example-1 > https://google.github.io/gsocguides/student/proposal-example-2 > > htt

GSOC

2018-03-24 Thread Abhishek Kashyap
How to draft a proposal ? I want to submit earlier for feedback and review.

Re: GSoC-Announcements distributed over the ports tree

2018-03-24 Thread Mojca Miklavec
ng. In any case this should probably be implemented as some "standalone" module that gets called after the end of selfupdate, after packages have been installed (after port notes) etc. Unrelated to your question: please note that when applying for GSOC you should also be able to "prove"

GSoC-Announcements distributed over the ports tree

2018-03-24 Thread Abhishek Kashyap
Hi *port news* command will work after running *selfupdate.* I want to confirm that code will be implemented in proc action_selfupdate { action portlist opts } section. Please respond soon as deadline is near.

Gsoc 18 Project | Collect build statistics

2018-03-22 Thread Vishnu
Hello all, Thanks for rectifying the mail issues. This is Vishnu. I would Like to participate in GSOC 18 .And would like to work on : #Collect build statistics I needed some help in understanding the idea a bit more. i wanted to understand the idea more deeply. Can someone elaborate the idea

Re: GSoC-Announcements distributed over the ports tree

2018-03-22 Thread Rainer Müller
On 2018-03-22 10:57, Abhishek Kashyap wrote: > Can I use Itcl script for using object oriented features? At the moment, itcl is not used anywhere in base and not shipped with MacPorts. Tcl and its packages shipped with base can be found in the vendor directory:

Re: GSoC-Announcements distributed over the ports tree

2018-03-22 Thread Abhishek Kashyap
Can I use Itcl script for using object oriented features? On 22 March 2018 at 14:56, Abhishek Kashyap wrote: > hey > What are the package require for building Port news items?I have to > implement the code in tcl.that's why i 'm asking. >

Re: Gsoc-Announcements distributed over the ports tree

2018-03-20 Thread Ryan Schmidt
To be honest, I wasn't aware of this GSoC proposal until the emails started showing up on this list recently, so I don't really understand it yet. The entry on the wiki is vague. Could someone give some examples of the types of announcements we're envisioning publishing via this system? We

Re: Gsoc-Announcements distributed over the ports tree

2018-03-20 Thread Mojca Miklavec
On 20 March 2018 at 18:06, Abhishek Kashyap wrote: > hello everyone > > I want the file(s) that contain configuration changes required for this > proposals. > Please guide me. I don't understand. Mojca

Re: Gsoc-Announcements distributed over the ports tree

2018-03-20 Thread Abhishek Kashyap
hello everyone I want the file(s) that contain configuration changes required for this proposals. Please guide me. Thank You On 20 March 2018 at 19:52, Mojca Miklavec wrote: > On 20 March 2018 at 15:10, Abhishek Kashyap wrote: > > Will i also have to implement implement

Re: Gsoc-Announcements distributed over the ports tree

2018-03-20 Thread Mojca Miklavec
On 20 March 2018 at 15:10, Abhishek Kashyap wrote: > Will i also have to implement implement Port Unit Testing Functionality ? > If yes Where we have to add the file. Tests are of course an important part of developing new features. We have them under macports-base/tests and they are run on

Re: Gsoc-Announcements distributed over the ports tree

2018-03-20 Thread Abhishek Kashyap
Will i also have to implement implement Port Unit Testing Functionality ? If yes Where we have to add the file. On 20 March 2018 at 16:21, Mojca Miklavec wrote: > On 20 March 2018 at 10:18, Abhishek Kashyap wrote: > > Currently,on MacPort website there is news tab which

<    1   2   3   4   5   6   7   8   9   >