svn commit: r316032 - head/Mk

Emanuel Haupt ehaupt at FreeBSD.org
Thu Apr 18 18:24:07 UTC 2013


Eitan Adler <eadler at freebsd.org> wrote:
> On 18 April 2013 05:44, Emanuel Haupt <ehaupt at freebsd.org> wrote:
> > Author: ehaupt
> > Date: Thu Apr 18 09:44:29 2013
> > New Revision: 316032
> > URL: http://svnweb.freebsd.org/changeset/ports/316032
> >
> > Log:
> >   Add NCURSES description
> >
> >   Feature safe: yes
> >
> > Modified:
> >   head/Mk/bsd.options.desc.mk
> >
> > Modified: head/Mk/bsd.options.desc.mk
> > ==============================================================================
> > --- head/Mk/bsd.options.desc.mk Thu Apr 18 09:18:02 2013
> > (r316031) +++ head/Mk/bsd.options.desc.mk Thu Apr 18 09:44:29
> > 2013        (r316032) @@ -312,6 +312,7 @@ MUSEPACK_DESC?
> > =             MPC audio format suppor MYSQL_DESC?=           MySQL
> > database support MYSQL_JDBC_DESC?=      JDBC connection to MySQL
> > databases NAS_DESC?=             Network Audio System support
> > +NCURSES_DESC?=         NCURSES support
> 
> "NCURSES support" is implicit from the name "NCURSES".
> 
> What features do ports provide when they depend on ncurses?

In the case of net/httping it provides a ncurses based frontend.
Looking at other ports 'NCURSES frontend' might be more suitable:

/usr/ports/security/pinentry/Makefile:NCURSES_DESC=     Curses frontend
/usr/ports/mail/mutt/Makefile:NCURSES_DESC=     Ncurses support
/usr/ports/astro/gpsd/Makefile:NCURSES_DESC=            Build with ncurses(3)
/usr/ports/audio/mous/Makefile:NCURSES_DESC=            Ncurses frontend
/usr/ports/sysutils/conky/Makefile:NCURSES_DESC=                Use ncurses to draw on terminals
/usr/ports/lang/fpc-units/Makefile:NCURSES_DESC=        Interface to ncurses library
/usr/ports/multimedia/vlc/Makefile:NCURSES_DESC=        ncurses (console) interface

Thoughts?

Emanuel

> 
> 
> 
> -- 
> Eitan Adler
> Source, Ports, Doc committer
> Bugmeister, Ports Security teams
> 


More information about the svn-ports-head mailing list