Port details |
- joe2 Joe's Own Editor
- 2.9.8_1 editors
=1 2.9.8_1Version of this port present on the latest quarterly branch.
- Maintainer: toasty@dragondata.com
- Port Added: 2005-10-21 08:02:38
- Last Update: 2018-08-13 02:11:47
- SVN Revision: 477048
- People watching this port, also watch:: nethack32, svk, tmpreaper, uk-aspell
- License: not specified in port
- WWW:
- https://sourceforge.net/projects/joe-editor/
- Description:
- JOE is the professional freeware ASCII text screen editor for UNIX.
It makes full use of the power and versatility of UNIX, but lacks the steep
learning curve and basic nonsense you have to deal with in every other UNIX
editor. JOE has the feel of most IBM PC text editors: The key-sequences are
reminiscent of WordStar and Turbo-C. JOE is much more powerful than those
editors, however. JOE has all of the features a UNIX user should expect:
full use of termcap/terminfo, excellent screen update optimizations (JOE is
fully useable at 2400 baud), simple installation, and all of the
UNIX-integration features of VI.
WWW: https://sourceforge.net/projects/joe-editor/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: joe2
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (joe-2.9.8.tar.gz) = af1093a21f54d3c63278af7ac4b2479cc78afbf75dec6862eda6c19eb8b198a1
SIZE (joe-2.9.8.tar.gz) = 283596
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake : devel/gmake
- Runtime dependencies:
-
- ispell : textproc/aspell-ispell
- Library dependencies:
-
- libiconv.so : converters/libiconv
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for joe2-2.9.8_1:
DOCS=on: Build and/or install documentation
ISPELL=on: Spell checking support via Ispell
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- iconv gmake
- 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 |
2.9.8_1 13 Aug 2018 02:11:47 |
zi |
- Remove unnecessary port
- Add MOVED entry to point editors/joe2 users to editors/joe
PR: 230582
Submitted by: kevin@your.org
Approved by: maintainer |
2.9.8_1 28 May 2017 23:17:09 |
sunpoet |
Fix OPTIONS_DEFAULT: remove DOCS which is added by framework
- Convert to options target helper
Approved by: portmgr (blanket) |
2.9.8_1 20 Jan 2017 20:33:31 |
sunpoet |
Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ |
2.9.8_1 26 Jun 2016 09:44:15 |
riggs |
Make dependency on ispell a default OPTION
While on it:
- Fix typo in makefile (PORTREIVSION -> PORTREVISION)
PR: 208914
Submitted by: olexander.v.melnyk@gmail.com
Approved by: maintainer timeout |
2.9.8 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
2.9.8 27 Oct 2014 12:19:13 |
bapt |
Cleanup plist |
2.9.8 11 Jun 2014 14:50:00 |
tijl |
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above ) |
2.9.8 28 Jan 2014 12:56:57 |
bapt |
Support stage
Use aspell-ispell instead of textproc/ispell
USE_GMAKE -> USES=gmake |
2.9.8 07 Oct 2013 12:23:06 |
bapt |
Fix pkgname collision |
2.9.8 20 Sep 2013 16:36:24 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
editors) |
2.9.8 04 Sep 2013 18:06:08 |
madpilot |
- Make ports use the libc provided iconv implementation on 10-CURRENT
after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc
Reviewed by: bapt
Approved by: portmgr (bapt)
Discussed with: bapt, bsam (who both contributed ideas and code) |
2.9.8 27 Apr 2013 08:50:47 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm |
2.9.8 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 |
2.9.8 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
2.9.8 22 Aug 2009 00:20:34 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with E,F |
2.9.8 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
2.9.8 22 Jan 2006 08:34:46 |
edwin |
SHA256ify
Approved by: krion@ |
2.9.8 22 Jan 2006 05:52:28 |
edwin |
eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
2.9.8 22 Jan 2006 01:50:18 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
2.9.8 23 Oct 2005 10:09:52 |
pav |
- Fix LATEST_LINK in chinese/joe port
Reported by: kris |
2.9.8 21 Oct 2005 09:15:22 |
pav |
- Restore prefix on chinese/joe, fix INDEX breakage
Pointy hat to: pav |
2.9.8 21 Oct 2005 08:53:33 |
pav |
- Update to 2.9.8
PR: ports/80690
Submitted by: chinsan <chinsan@mail2000.com.tw>
Approved by: Kevin Day <toasty@dragondata.com> (maintainer) |
2.8_5 21 Oct 2005 08:00:42 |
pav |
- After repocopy, connect editors/joe2 to the build
- Set LATEST_LINK, CONFLICTS
- Set chinese/joe to use editors/joe2
Suggested by: Kevin Day <toasty@dragondata.com> (maintainer)
Repocopy by: marcus |