Port details |
- pdcurses Curses library implementation for Win32, DOS, OS/2, and X11
- 3.5 devel
=2 3.5Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2006-07-03 00:24:12
- Last Update: 2021-10-29 09:50:18
- Commit Hash: 819f25b
- People watching this port, also watch:: coreutils, glib, showfont, screen
- License: PD
- Description:
- PDCurses is a public domain curses library for Win32, DOS, OS/2 and X11,
implementing most of the functions available in System V R4 curses. It
supports most compilers for these platforms. The X11 port allows existing
text-mode curses programs to be re-compiled and linked with PDCurses to
produce native X11 applications.
WWW: http://pdcurses.sourceforge.net/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- For RUN/BUILD depends:
- pdcurses>0:devel/pdcurses
- For LIB depends:
- libXCurses.so:devel/pdcurses
- Conflicts:
- CONFLICTS:
- Conflicts Matches:
-
There are no Conflicts Matches for this port. This is usually an error.
- To install the port:
- cd /usr/ports/devel/pdcurses/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/pdcurses
- pkg install pdcurses
- PKGNAME: pdcurses
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1518595893
SHA256 (PDCurses-3.5.tar.gz) = 941544c9c813cd96009f7d0f501e800261cd8e7509b9c7e099bab0df3531dcc8
SIZE (PDCurses-3.5.tar.gz) = 346361
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- as : devel/binutils
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- sm.pc : x11/libSM
- ice.pc : x11/libICE
- xt.pc : x11-toolkits/libXt
- xaw7.pc : x11-toolkits/libXaw
- xmu.pc : x11-toolkits/libXmu
- xpm.pc : x11/libXpm
- Runtime dependencies:
-
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- sm.pc : x11/libSM
- ice.pc : x11/libICE
- xt.pc : x11-toolkits/libXt
- xaw7.pc : x11-toolkits/libXaw
- xmu.pc : x11-toolkits/libXmu
- xpm.pc : x11/libXpm
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for pdcurses-3.5:
DEBUG=off: Build with debugging support
LATIN1=off: Latin1 keys support
NEXTAW=off: Link with NeXtaw
XAW3D=off: Link with Xaw3d
===> Use 'make config' to modify these settings
- Options name:
- devel_pdcurses
- USES:
- xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
29 Oct 2021 09:50:18 3.5
|
Stefan Eßer (se)  |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
06 Apr 2021 14:31:07 3.5
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
04 Nov 2019 22:20:31
3.5
|
zeising  |
Add USES=xorg USES=gl, ports categories d
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'd'. |
29 Mar 2018 15:02:05
3.5
|
emaste  |
Use BINARY_ALIAS to make LLD_UNSAFE more widely applicable
Some ports do not honour $LD or -fuse-ld=bfd in $CFLAGS, but do invoke
ld via $PATH. Automatically set BINARY_ALIAS+=ld=${LD} when LLD_UNSAFE
is active to use ld.bfd for these ports.
Approved by: portmgr (antoine)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D14876 |
28 Mar 2018 12:58:19
3.5
|
emaste  |
Also set LLD_UNSAFE when using BINARY_ALIAS to choose ld.bfd
arm64 provides no /usr/bin/ld.bfd by default. LLD_UNSAFE automatically
adds a dependency on binutils for this case, so is needed in addition
to BINARY_ALIAS=ld=ld.bfd.
Approved by: portmgr (LLD_UNSAFE blanket)
Sponsored by: The FreeBSD Foundation |
27 Mar 2018 21:11:25
3.5
|
emaste  |
devel/pdcurses: use BINARY_ALIAS to ensure linker is ld.bfd
lld has no built-in search paths (/lib, /usr/lib). Normally the linker
is invoked from the compiler driver, and the search paths are added by
the compiler. If lld is invoked directly library search paths must be
specified explicitly, with -L/lib -L/usr/lib.
This port does not honour LD or -fuse-ld in CFLAGS via LLD_UNSAFE, but
BINARY_ALIAS can be used to ensure we use the BFD linker.
PR: 226979
Approved by: portmgr (LLD_UNSAFE blanket)
Sponsored by: The FreeBSD Foundation |
14 Feb 2018 20:33:35
3.5
|
yuri  |
devel/pdcurses: Fixed spaces in WRKSRC; Replaced with WRKSRC_SUBDIR
Spaces were missed by portlint: bug#225900
Reported by: tcberner
Approved by: tcberner (mentor, implicit) |
14 Feb 2018 08:59:15
3.5
|
yuri  |
devel/pdcurses: Update to 3.5
Additional port changes:
* Changed to DISTVERSION
* Added LICENSE=PD (PD is in the project name)
* Added to USE_XORG
* WRKSRC is now needed due to project tree restructuring
* MAKE_ARGS is needed since Makefile doesn't know
some variables, and build is not standard
* Moved patching from post-patch to files/
* Added SONAME to the shared lib
* Fixed some oddness with $(srcdir) in Makefile.in
Reported SONAME and $srcdir problems to the upstream maintainer.
Testing:
* Ran few testcases
* Built 2 depending ports
Reported by: portscout
Approved by: tcberner (mentor, implicit) |
01 Apr 2016 14:00:57
3.4
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
27 Oct 2014 11:03:01
3.4
|
bapt  |
Cleanup plist |
02 Apr 2014 18:06:42
3.4
|
pawel  |
- Add staging support
- Use options helpers
- Strip library |
20 Sep 2013 17:13:47
3.4
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
09 Mar 2013 21:43:02
3.4
|
bapt  |
Get rid of XAWVER option in bsd.port.mk it does not need to be specified there
also remove a useless global XAWVER PLIST_SUB |
25 Jul 2012 06:32:08
3.4
|
cs  |
Fix typos in COMMENT |
12 Jun 2012 09:17:03
3.4
|
bapt  |
Convert to new options framework |
03 Jul 2011 14:59:23
3.4
|
ohauer  |
-remove MD5 |
27 Feb 2011 04:54:41
3.4
|
tabthorpe  |
- Reassign ports to heap
Submitted by: alepulver |
11 Oct 2010 03:51:27
3.4
|
alepulver  |
- Update to version 3.4. |
28 Oct 2009 02:22:10
3.3_3
|
amdmi3  |
- Mark MAKE_JOBS_UNSAFE as it fais with forced jobs
PR: 139109
Submitted by: myself
Approved by: maintainer timeout |
18 Mar 2009 02:30:17
3.3_3
|
alepulver  |
- Downgrade devel/pdcurses-the version to 3.2 (comes from a repocopy).
- Add devel/pdcurses-the to the category Makefile.
- Add CONFLICTS between pdcurses (also bump PORTREVISION so it gets
recorded) and pdcurses-the.
- Change dependency in editors/the to use devel/pdcurses-the (which fixes a
problem with the cursor). |
23 Jan 2009 16:28:36
3.3_2
|
flz  |
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG). |
22 Mar 2008 08:55:40
3.3_1
|
miwi  |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
05 Sep 2007 02:47:44
3.3
|
alepulver  |
- Update to version 3.3. |
24 Jul 2007 13:51:36
3.2
|
alepulver  |
- Update to version 3.2. |
04 Jun 2007 19:33:59
3.1
|
alepulver  |
- Update to version 3.1. |
19 May 2007 20:32:57
3.0_1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
04 May 2007 00:35:51
3.0
|
alepulver  |
- Update to version 3.0. |
09 Aug 2006 20:14:32
2.8
|
alepulver  |
- Use 2 as the shared library major version.
- Install shared library as libXCurses.so.2, then symlink to libXCurses.so
(not the other way around). |
07 Aug 2006 03:23:11
2.8
|
alepulver  |
- Add a symlink (lib/libXCurses.so -> libXCurses.so.8) so "editors/the" can
find it.
PR: ports/101528
Submitted by: User1001 <supraexpress@globaleyes.net> |
03 Jul 2006 00:22:32
2.8
|
alepulver  |
PDCurses is a public domain curses library for Win32, DOS, OS/2 and X11,
implementing most of the functions available in System V R4 curses. It
supports most compilers for these platforms. The X11 port allows existing
text-mode curses programs to be re-compiled and linked with PDCurses to
produce native X11 applications.
WWW: http://pdcurses.sourceforge.net/ |