[MacPorts] #29818: Add vim info to apache2 port
#29818: Add vim info to apache2 port -----------------------------------------+---------------------------------- Reporter: singingwolfboy@… | Owner: ryandesign@… Type: enhancement | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: apache2 -----------------------------------------+---------------------------------- Since we install files to /opt/local, Vim isn't aware that some of our apache config files are, in fact, apache config files. I've included a patch to make the apache2 port install a file to tell Vim where its configs are. -- Ticket URL: <https://trac.macports.org/ticket/29818> MacPorts <http://www.macports.org/> Ports system for Mac OS
#29818: Add vim info to apache2 port -----------------------------------------+---------------------------------- Reporter: singingwolfboy@… | Owner: ryandesign@… Type: enhancement | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: apache2 -----------------------------------------+---------------------------------- Comment(by singingwolfboy@…): I just realized we'll probably have to create that directory tree before writing a file to that location -- this patch is untested. :) -- Ticket URL: <https://trac.macports.org/ticket/29818#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#29818: Add vim info to apache2 port -----------------------------------------+---------------------------------- Reporter: singingwolfboy@… | Owner: ryandesign@… Type: enhancement | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: apache2 -----------------------------------------+---------------------------------- Comment(by ryandesign@…): I'm not overly familiar with vim, but I guess I'm surprised that any text editor would be expected to know, out of the box, the locations of your config files. -- Ticket URL: <https://trac.macports.org/ticket/29818#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#29818: Add vim info to apache2 port -----------------------------------------+---------------------------------- Reporter: singingwolfboy@… | Owner: ryandesign@… Type: enhancement | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: apache2 -----------------------------------------+---------------------------------- Comment(by singingwolfboy@…): It's for syntax highlighting purposes. Vim knows that files that end in .conf are configuration files, and can highlight accordingly. But .conf files that live in /etc/apache/conf and /etc/apache/conf.d and considered special apache configuration files, and get more specific and useful syntax highlighting. This simply says that the .conf files we install for the apache2 port should be considered to be these special apache configuration files, and get the more useful highlighting. It's a very minor enhancement, but I would find it useful. :) -- Ticket URL: <https://trac.macports.org/ticket/29818#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts