112cb FreshPorts -- devel/ncurses
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
ncurses 5.9_1 devel on this many watch lists=21 search for ports that depend on this port
Library for terminal-independent, full-screen output
Maintained by: rafan@FreeBSD.org search for ports maintained by this maintainer
Port Added: unknown
License: not specified in port


The ncurses software includes a SVr4 and XSI-Curses compatible
curses library as well as terminfo tools including "tic", "infocmp",
and "captoinfo".  The library is used by other programs for text-mode
support of color, multiple highlights, forms-drawing characters,
automatic recognition of keypad and function-key sequences, and
more.

The ncurses library uses a terminfo database (included), but can
be configured to use BSD's /etc/termcap file instead.  This has
been approved by the old 4.4BSD curses maintainer as the official
4.4BSD curses successor.

WWW:  http://invisible-island.net/ncurses/ncurses.html
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

This port is required by:

for Build for Libraries for Run

To install the port: cd /usr/ports/devel/ncurses/ && make install clean
To add the package: pkg_add -r ncurses


Configuration Options
===> The following configuration options are available for ncurses-5.9_1:
     EXTCOLORS=off: Enable 256-color support (only for ncursesw)
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/ncurses/
  2. ftp://ftp.dti.ad.jp/pub/GNU/ncurses/
  3. ftp://ftp.gnu.org/gnu/ncurses/
  4. ftp://ftp.informatik.hu-berlin.de/pub/gnu/gnu/ncurses/
  5. ftp://ftp.informatik.rwth-aachen.de/pub/mirror/ftp.gnu.org/pub/gnu/ncurses/
  6. ftp://ftp.kddlabs.co.jp/GNU/ncurses/
  7. ftp://ftp.mirrorservice.org/sites/ftp.gnu.org/gnu/ncurses/
  8. http://ftp.funet.fi/pub/gnu/prep/ncurses/
  9. http://ftp.gnu.org/gnu/ncurses/
  10. http://mirrors.kernel.org/gnu/ncurses/
  11. http://ring.nict.go.jp/archives/GNU/ncurses/
  12. http://www.gtlib.gatech.edu/pub/gnu/gnu/ncurses/

Number of commits found: 48

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
09 Oct 2012 22:38:56
Original commit files touched by this commit  5.9_1
linimon search for other commits by this committer
Back out USE_GCC=any.  I failed to notice that the build had been fixed
with clang while my tests were still running.

Hat:		portmgr
09 Oct 2012 22:12:14
Original commit files touched by this commit  5.9_1
linimon search for other commits by this committer
Force numerous ports that fail to build with clang over to instead always
rely on gcc.  The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to
accomplish this.

The ports chosen were ports that blocked 2 or more ports from building with
clang.  (There are several hundred other ports that still fail to build with
clang, even with this patch.  This is merely one step along the way.)

Those interested in fixing these ports with clang, and have clang as their
default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes.

For those who have gcc as their default compiler, this change is believed
to cause no change.

Hat:		portmgr
Tested with:	multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various
		combinations of patch/no-patch and flag settings.
08 Oct 2012 14:19:46
Original commit files touched by this commit  5.9_1
rafan search for other commits by this committer
- Fix build with clang

PR:		ports/172357
Submitted by:	arrowdodger <6yearold at gmail.com>
Obtained from:	upstream (20110409 and 20120608 patch)
28 Feb 2012 16:20:41
Original commit files touched by this commit  5.9
rafan search for other commits by this committer
- Make post-install tic(1) happy when there are too many terminfo files
  installed, e.g. installed by other ports

PR:             ports/165520
Submitted by:   IWAMOTO Kouichi <sue at iwmt.org>
14 May 2011 15:32:37
Original commit files touched by this commit  5.9
rafan search for other commits by this committer
- Update to 5.9
09 Mar 2011 14:19:57
Original commit files touched by this commit  5.8
rafan search for other commits by this committer
- Fix plist when WITH_EXTCOLORS is turned on

PR:             ports/155401
Submitted by:   Pierre Guinoiseau <geekounet at poildetroll.net> (with
modification)
06 Mar 2011 09:19:31
Original commit files touched by this commit  5.8
rafan search for other commits by this committer
- Update to 5.8
20 Nov 2009 22:53:09
Original commit files touched by this commit  5.7
pav search for other commits by this committer
- Mark MAKE_JOBS_UNSAFE

Reported by:    pointyhat
05 Jan 2009 19:44:02
Original commit files touched by this commit  5.7
pav search for other commits by this committer
- Remove conditional checks for FreeBSD 5.x and older
17 Nov 2008 12:59:31
Original commit files touched by this commit  5.7
rafan search for other commits by this committer
- Correct plist when EXTCOLORS is defined
17 Nov 2008 09:00:27
Original commit files touched by this commit  5.7
rafan search for other commits by this committer
- Pet portlint(1)
12 Nov 2008 09:12:35
Original commit files touched by this commit  5.7
rafan search for other commits by this committer
- Add an option to enable 256 color support

Requested by:   Kevin Kobb <kkobb at skylinecorp.com>
06 Nov 2008 04:20:50
Original commit files touched by this commit  5.7
rafan search for other commits by this committer
- Update to 5.7
11 Jun 2008 13:15:07
Original commit files touched by this commit  5.6_2
rafan search for other commits by this committer
- Switch to modern TTY. This is backported from newer ncurses 5.6 snapshot.

PR:             ports/124483
Submitted by:   ed@
20 May 2008 06:04:09
Original commit files touched by this commit  5.6_1
rafan search for other commits by this committer
- Since PORTEXAMPLES is used, no need to add extra entries in pkg-plist

Noticed by:     itetcu
31 Mar 2008 07:26:11
Original commit files touched by this commit  5.6_1
rafan search for other commits by this committer
- Really fix build when WRKDIRPREFIX [1]
  I don't know why the current approach works in my previous test. Now
  really fix the build by changing to .CURDIR (where the port lives).
  Note that I use .CURDIR instead of PORTSDIR/PKGORIGIN as the port may
  live outside somewhere else.
- Respect PORTEXAMPLES
- Add trailing slash for destination directory

PR:             ports/117643 [1]
Submitted by:   Stefan Sperling <stsp at stsp.name> [1]
30 Oct 2007 06:27:08
Original commit files touched by this commit  5.6_1
rafan search for other commits by this committer
- Fix build/install when WRKDIRPREFIX is set

PR:             ports/117643
Reported by:    Stefan Sperling <stsp at stsp.name>
04 Aug 2007 11:41:31
Original commit files touched by this commit  5.6_1
gabor search for other commits by this committer
- Remove the DESTDIR modifications from individual ports as we have a new,
  fully chrooted DESTDIR, which does not need such any more.

Sponsored by:   Google Summer of Code 2007
Approved by:    portmgr (pav)
16 Apr 2007 04:29:24
Original commit files touched by this commit  5.6_1
rafan search for other commits by this committer
- Force commit to note distfiles are changed into ncurses/ subdir
16 Apr 2007 04:19:43
Original commit files touched by this commit  5.6_1
rafan search for other commits by this committer
- Add FreeBSD keyword for easier tracking
16 Apr 2007 04:17:14
Original commit files touched by this commit  5.6_1
rafan search for other commits by this committer
- Make manual pages macros more like what we have in src/lib/ncurses. This
  makes easier update in the base system.
- Remove 4.x support in devel/ncurses
31 Jan 2007 18:41:08
Original commit files touched by this commit  5.6_1
rafan search for other commits by this committer
- Register conflicts with devel/ncurses-devel
- Reduce diff against devel/ncurses-devel
30 Jan 2007 04:23:59
Original commit files touched by this commit  5.6_1
kris search for other commits by this committer
Retire NO_FILTER_SHLIBS now that it no longer serves a purpose
05 Jan 2007 04:16:39
Original commit files touched by this commit  5.6_1
rafan search for other commits by this committer
- Enable terminfo again, can be turned off via WITHOUT_TERMINFO [1]
  - Partially address bin/71801
  - terminfo and termcap are both enabled by default
  - Additional terminfo should be installed as share/misc/*.terminfo
    When installing/upgrading ncurses port, these *.terminfo will
    be taken care automatically. [2]
- Remove safe-sprintf, we have vsprintf(3) and vsnprintf(3)
  - Fix problem on amd64 with ncursesw
- Remove our own rpath stuffs, use --enable-rpath instead.
  - I think we can safely package it now. So, remove MANUAL_PACKAGE_BUILD.
    Let me know if this causes problem.
- Profiling and debug libraries can be built conditionally
  - By default, profiling libraries is built

Thanks to:      thierry and Thomas Dickey [1]
Submitted by:   thierry [2]
30 Dec 2006 04:37:31
Original commit files touched by this commit  5.6
rafan search for other commits by this committer
- Update to 5.6
30 Dec 2006 03:49:30
Original commit files touched by this commit  5.5
rafan search for other commits by this committer
- Move MAN3 into a separate files for easier maintenance
- Other style changes

This makes 5.6 update easier.
14 Aug 2006 04:16:20
Original commit files touched by this commit  5.5_2
rafan search for other commits by this committer
- Respect DESTDIR
- s/INSTALLS_SHLIB/USE_LDCONFIG/

PR:             ports/101879
Submitted by:   Gea-Suan Lin <gslin at gslin.org>
27 Jun 2006 03:58:58
Original commit files touched by this commit  5.5_2
rafan search for other commits by this committer
Change to my FreeBSD.org email.

Approved by:    delphij (mentor)
22 Jun 2006 23:24:38
Original commit files touched by this commit  5.5_2
garga search for other commits by this committer
Use termcap instead terminfo, like ncurses from base system does

PR:             ports/99212
Submitted by:   maintainer
22 May 2006 11:38:36
Original commit files touched by this commit  5.5_1
garga search for other commits by this committer
- Install widec (wide character) support, and install bith libraries for
  FreeBSD > 5.3
- Bump PORTREVISION
- Pass maintainership to submitter since he did all this job

PR:             ports/97462
Submitted by:   Rong-En Fan <rafan at infor.org>
15 May 2006 20:04:25
Original commit files touched by this commit  5.5
garga search for other commits by this committer
- Update to 5.5
- Take maintainership
11 Feb 2006 21:03:14
Original commit files touched by this commit  5.4
netchild search for other commits by this committer
Reset maintainership to ports@ after ~4 months without any response to any
PR.

Thanks for contributing.

Since the acroread7 port is a somewhat important port for our users, I
will hand it over to emulation@ if no _active_ *committer* takes it
before the ports freeze.

While I'm here:
 - fix a little nit in the csound port (I think the intention was to
   create no backup file instead of creating one with a "-e" extension)
 - set ARCH to i386 in the amd64 case for the acroread7 port. This
   is a work-around to be able to install everything when a dependency
   is not already installed (ARCH is read-only in sub-makes, so the
   dependencies can't change it). This should be removed when the
   dependencies are fixed or converted to use bsd.linux-rpm.mk. [1]

Not objected to by:     portmgr (explicit: krion; silence: rest)
Maintainer timeout:     ~4 months
Submitted by:           Sangwoo Shim <sangwoos@gmail.com> [1]
PR:                     87985 [1]
07 Jan 2006 20:00:09
Original commit files touched by this commit  5.4
trevor search for other commits by this committer
Hash with SHA-256.
06 Aug 2005 18:28:09
Original commit files touched by this commit  5.4
pav search for other commits by this committer
- Fix plist (libraries)
- Fix MLINKS
- Force manpages to gzip format

PR:             ports/83642 [1, 2]
Submitted by:   Marcus Grando <marcus@corp.grupos.com.br>
Approved by:    maintainer timeout (19 days)
Approved by:    portmgr (krion)
09 Apr 2004 07:30:44
Original commit files touched by this commit  5.4
trevor search for other commits by this committer
Update to 5.4.

PR:             63338
Submitted by:   linimon
09 Apr 2004 04:35:11
Original commit files touched by this commit  5.3
trevor search for other commits by this committer
Fix grammar and spalling.  List home page.

PR:             63338
Submitted by:   linimon
27 Jan 2004 16:12:37
Original commit files touched by this commit  5.3
trevor search for other commits by this committer
Add size data.
01 Mar 2003 14:34:34
Original commit files touched by this commit  5.3
trevor search for other commits by this committer
Retire comment file.
01 Nov 2002 06:41:36
Original commit files touched by this commit  5.3
trevor search for other commits by this committer
53 41 54 4F 52
41 52 45 50 4F
54 45 4E 45 54
4F 50 45 52 41
52 4F 54 41 53  I summon ncurses 5.3.
13 Oct 2002 03:41:16
Original commit files touched by this commit  5.2
kris search for other commits by this committer
This has been in the base system and marked FORBIDDEN since 4.0-RELEASE.
Remove it.
05 Feb 2001 14:34:42
files touched by this commit
olgeni search for other commits by this committer
Style police over the devel category.    
01 Jan 2001 10:15:17
files touched by this commit
will search for other commits by this committer
Goodbye, YEAR2000.  Hello, 2001.    
08 Dec 2000 21:07:44
files touched by this commit
ade search for other commits by this committer
Mark FORBIDDEN for 4.x and above which already has this in the   base system -
lots of wonderful breakages with this port installed   too on such systems.    
13 Nov 2000 11:59:46
files touched by this commit
tg search for other commits by this committer
Don't try to installed non-existent files/Makefile.    
10 Nov 2000 12:52:48
files touched by this commit
tg search for other commits by this committer
Upgrade to 5.2. I hope this will work for the Python users on   FreeBSD-3.x out
there.    
07 Nov 2000 09:36:01
files touched by this commit
trevor search for other commits by this committer
Mark forbidden because of reported buffer overflows.    
08 Oct 2000 02:10:04
files touched by this commit
asami search for other commits by this committer
Convert category devel to new layout.  
22 Jun 2000 06:52:16
files touched by this commit
will search for other commits by this committer
Unleash all of these ports upon the people.  I no longer have any interest   in
any of them, but will be happy to assign MAINTAINER to others and commit  
updates for them.    

Number of commits found: 48

2830
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15

5 vulnerabilities affecting 20 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24523
Broken 217
Deprecated 474
Ignore 637
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 27
Expired 133
Set to expire 512
Interactive 33
new 24 hours 5
new 48 hours10
new 7 days26
new fortnight59
new month210

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0