Port details |
- xwpe Borland-like IDE programming environment
- 1.5.30a_1 devel =6 1.5.30a_1Version 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: unknown
- Last Update: 2024-01-11 08:23:51
- Commit Hash: 6cd7e3c
- People watching this port, also watch:: openssl, p5-libwww, libunicode, autoconf, nasm
- License: not specified in port
- WWW:
- http://www.identicalsoftware.com/xwpe/
- Description:
- xwpe is a X-window programming environment designed for UNIX systems.
It is similar to 'Borland C++' MS-DOS programming IDE environment.
xwpe supports many compilers, linkers, and debuggers, so you are not tied to
any particular set of tools. There is both a curses and X11 interface
(the later with mouse support).
Errors that occur while compiling and linking a program can be examined in
the sources -- the cursor will jump to the corresponding line in the
source file. Programs composed of more than one source file, can be
managed with the project-option. Your program may be run and debugged from
within xwpe -- allowing the user to set breakpoints and watch variables.
Note: there are both English and German language version of the man pages,
and help files. The German language version will be installed if
"GERMAN_LANG" is set during ``make install'' of the port.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/xwpe/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/xwpe
- pkg install xwpe
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: xwpe
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (xwpe-1.5.30a.tar.gz) = fce37a5dd3afd7102a73d187eda8b9d1ab88bf5db649f385b8cd13e72e0c7961
SIZE (xwpe-1.5.30a.tar.gz) = 325043
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:
-
- sm.pc : x11/libSM
- ice.pc : x11/libICE
- x11.pc : x11/libX11
- Runtime dependencies:
-
- sm.pc : x11/libSM
- ice.pc : x11/libICE
- x11.pc : x11/libX11
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_xwpe
- USES:
- desthack ncurses xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.5.30a_1 11 Jan 2024 08:23:51 |
Baptiste Daroussin (bapt) |
desthack: stop using MANPREFIX
While here prefer share/man over man for manpages |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.5.30a 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.5.30a 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.5.30a 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.5.30a 04 Nov 2019 22:20:31 |
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'. |
1.5.30a 22 Feb 2017 15:02:18 |
bapt |
Drop useless dependency on gmake (bmake build those fine) |
1.5.30a 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
1.5.30a 07 Feb 2016 19:22:06 |
marino |
devel/xwpe: USES+= ncurses |
1.5.30a 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
1.5.30a 10 Dec 2014 22:29:15 |
gahr |
- Reset maintainership of my ports |
1.5.30a 27 Oct 2014 11:09:47 |
bapt |
Cleanup plist |
1.5.30a 27 Jan 2014 08:41:45 |
bapt |
Support stage
This port was using DESTDIR for a non standard purpose, to use STAGEDIR for
the DESTDIRNAME, use desthack to make the configure stagedir aware |
1.5.30a 20 Sep 2013 17:17:45 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4) |
1.5.30a 24 Oct 2011 09:11:38 |
dougb |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
1.5.30a 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
1.5.30a 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
1.5.30a 01 Jun 2008 09:42:37 |
olgeni |
Large round of typo fixes in ports/devel (pkg-descr). |
1.5.30a 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
1.5.30a 19 Mar 2008 18:39:37 |
gahr |
- Update to 1.5.30a
- Adopt maintainship
- USE_XLIB --> USE_XORG
Approved by: miwi (mentor) |
1.5.29a_2 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.5.29a_1 07 Apr 2006 09:50:47 |
edwin |
[PATCH] devel/xwpe: make portlint happy
- fix pkg-plist (use DATADIR)
- remove USE_REINPLACE
PR: ports/95463
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>ZZ |
1.5.29a_1 24 Nov 2005 15:40:04 |
pav |
- Add some SHA256 checksums |
1.5.29a_1 15 Aug 2004 17:18:51 |
arved |
Fix build with gcc 3.4 |
1.5.29a_1 10 Apr 2004 17:26:55 |
trevor |
Tidy up whitespace. |
1.5.29a_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
1.5.29a 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
1.5.29a 20 Feb 2003 17:07:10 |
knu |
De-pkg-comment. |
1.5.29a 13 Jul 2002 17:53:44 |
ijliao |
upgrade to 1.5.29a
PR: 40493
Submitted by: Ports Fury |
1.5.22a 08 May 2002 20:45:54 |
obrien |
To ports@freebsd.org. |
11 Nov 2000 10:01:22 |
kris |
Remove directory on deinstall |
11 Nov 2000 10:01:22 |
kris |
Remove directory on deinstall |
08 Oct 2000 02:10:04 |
asami |
Convert category devel to new layout. |