Bug#652891: ITP: nerdtree -- Nerdtree is a vim plugin which gives a tree view of all the directories
Package: nerdtree Severity: wishlist Owner: medhamsh * Package name: nerdtree Version : 4.1.0 Upstream Author : Marty Grenfell * URL : http://www.vim.org/scripts/script.php?script_id=1658 * License : (Public Domain) Programming Lang: (Ruby) Description : Nerdtree is a vim plugin which gives a tree view of all the directories The NERD tree allows you to explore your filesystem and to open files and directories. It presents the filesystem to you in the form of a tree which you manipulate with the keyboard and/or mouse. It also allows you to perform simple filesystem operations. -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20111221135458.14358.33993.report...@hackersbox.iiit.ac.in
Re: Bug#652891: ITP: nerdtree -- Nerdtree is a vim plugin which gives a tree view of all the directories
Hi, Should I close this bug and resubmit with proper information? Thanks, -- Medhamsh On Wed, December 21, 2011 10:49 pm, James McCoy wrote: > On Wed, Dec 21, 2011 at 07:24:58PM +0530, medhamsh wrote: > >> * Package name: nerdtree >> > > The binary package should be vim-nerdtree. > > >> Version : 4.1.0 >> Upstream Author : Marty Grenfell >> * URL : http://www.vim.org/scripts/script.php?script_id=1658 >> * License : (Public Domain) >> > > It's WTFPL, not Public Domain. > > >> Programming Lang: (Ruby) >> > > It's vimscript, not Ruby. > > >> Description : Nerdtree is a vim plugin which gives a tree view of >> all the directories > > The short description should be everything after "Nerdtree is a". See > §6.2.2 of the developer's reference. > > > I'd been delaying adding this, or any new script, to vim-scripts (as > requested in #624661) since vim-addon-manager needs to be fixed to better > handle new/removed/renamed files. Currently, if any of that happens, the > user has to notice it and remove/re-add the plugin. Seeing how NERD tree > now has plugins, this may be something you run into in later versions. > > -- > James > GPG Key: 4096R/331BA3DB 2011-12-05 James McCoy > > -- Medhamsh Hacktivist | http://medhamsh.org -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/15257.122.169.163.158.1324491122.squir...@mail.medhamsh.org
Re: Bug#652891: ITP: nerdtree -- Nerdtree is a vim plugin which gives a tree view of all the directories
Hi, On Thu, December 22, 2011 12:42 am, James McCoy wrote: > No, you don't need to. The intent of the bug (declaring your intent to > package NERD tree) is still valid. These are just comments to keep in mind > as you prepare the packaging. Thanks! By the way I have started working on this and how do I get a mentor? Should I write to pkg-vim-maintainers? Sincerely, -- Medhamsh Hacktivist | http://medhamsh.org -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/37412.14.139.82.6.1324714364.squir...@mail.medhamsh.org
Re: Bug#652891: ITP: nerdtree -- Nerdtree is a vim plugin which gives a tree view of all the directories
Hi Martin, On Sat, December 24, 2011 1:59 pm, martin f krafft wrote: > Again, your plugin should not be a package of its own, but submitted > as a patch to vim-scripts. Definitely! Should I now write this to vim-scripts maintainer and to the pkg-vim-maintainers list? Sincerely, -- Medhamsh Hacktivist | http://medhamsh.org -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/37564.14.139.82.6.1324717408.squir...@mail.medhamsh.org
Bug#655235: ITP: vim-pyclewn -- Pyclewn allows using vim as a front end to a debugger. Currently it supports gdb and pdb
Package: wnpp Severity: wishlist Owner: medhamsh * Package name: vim-pyclewn Version : 1.7 Upstream Author : Xavier de Gaye * URL : http://pyclewn.sourceforge.net/index.html * License : GPL Programming Lang: Python Description : Pyclewn allows using vim as a front end to a debugger. Currently it supports gdb and pdb The debugger output is redirected to a vim window, the pyclewn console. The debugger commands are mapped to vim user-defined commands with a common letter prefix, and with completion available on the commands and their first argument. On unix when running gvim, the controlling terminal of the program to debug is the terminal used to launch pyclewn. Any other terminal can be used when the debugger allows it, for example after using the attach or tty gdb commands or using the --tty option with pdb. On Windows, gdb pops up a console attached to the program to debug. -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20120109152109.6946.69996.report...@hackersbox.iiit.ac.in
Bug#656632: ITP: sqlbuddy -- web based MySQL administriation
Package: wnpp Severity: wishlist Owner: medhamsh * Package name: sqlbuddy Version : 1.3.3 Upstream Author : Calvin Lough * URL : http://www.sqlbuddy.com * License : (MIT) Programming Lang: (PHP) Description : web based database administration client Light weight web based client written in PHP for database administration. Currently it supports MySQL database and sqlite database. Logins are directly handled by MySQL. -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20120119171712.3014.86566.report...@hackersbox.iiit.ac.in
Bug#658347: ITP: rudecgi -- C++ parser library for CGI applications
Package: wnpp Severity: wishlist Owner: medhamsh * Package name: rudecgi Version : 5.0.0 Upstream Author : Matthew Flood * URL : http://www.rudeserver.com/cgiparser/index.html * License : (GPL) Programming Lang: (C++) Description : C++ parser library for CGI applications The RudeCGI C++ CGI Parser library is used for accessing HTTP form data, path info, and cookie data from CGI applications. In addition to normal GET and POST data, the component supports file uploads (multipart/form-data), and simple xml content types (text/xml) - allowing easy use with xml based clients such as Flash applications. Furthermore, the component supports path-mapping, allowing information to be specified without identifying keywords. In addition to normal CGI operation, if the component detects that it is not in a web-environment, it provides an interactive console dialog to let you supply formdata in real-time as the application requests it. The component does not parse the environment until the application first accesses the instance object. As such, no parsing overhead will occur if the application does not explicitly access the component. -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20120202093526.18458.66199.report...@hackersbox.iiit.ac.in
Bug#658693: ITP: rudeconfig -- C++ config library for reading and writing configuration in .ini files
Package: wnpp Severity: wishlist Owner: medhamsh * Package name: rudeconfig Version : 5.0.5 Upstream Author : Matthew Flood * URL : http://rudeserver.com/config/index.html * License : (GPL) Programming Lang: (C++) Description : C++ config library for reading and writing configuration in .ini files The C++ Config File library is used for reading and writing configuration / .ini files. The Config component provides fully customizable delimiters and comment characters, ensuring compatability with most existing config/ini file formats. It allows multiline values using backslash escapes. Comments within the config file are fully preserved when the contents are re-saved. Furthermore, deleted values can become commented out when the object is re-saved - preserving old data. -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20120205104400.8706.61481.report...@hackersbox.iiit.ac.in
Bug#658861: ITP: adminer -- Light weight Web based database administration
Package: wnpp Severity: wishlist Owner: medhamsh * Package name: adminer Version : 3.3.3 Upstream Author : Jakub Vrana * URL : http://adminer.org * License : (GPL, Apache) Programming Lang: (PHP) Description : Light weight Web based database administration Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP. Conversely to phpMyAdmin, it consist of a single file ready to deploy to the target server. Adminer is available for MySQL, PostgreSQL, SQLite, MS SQL and Oracle. Depending upon the target server one chooses, a single file can be generated to upload to it, else the software can be used on any server with multiple php files in the web root. -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20120206133216.18661.57477.report...@hackersbox.iiit.ac.in