FreshPorts -- The Place For Ports notbug Sat, 26 May 2012 11:36 PM BST
Port details
jed 0.99.19_3 editors on this many watch lists=12 search for ports that depend on this port
A SLang-based text editor
Maintained by: garga@FreeBSD.org search for ports maintained by this maintainer
Port Added: unknown
License: not specified in port


	JED is a highly customizable text editor offering most of the
commonly used features of EMACS without the proportions of EMACS.  The default
configuration uses EMACS keystrokes, though WordStar keystrokes are
available, and most any keystrokes can be programmed.n  JED is customizable 
and programmable in the language SLANG, which can look like forth or c, 
depending on your preferences.

WWW: http://www.jedsoft.org/jed/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: x11/libX11, x11/libICE, x11-toolkits/libXt
Required To Run: x11/libX11, x11/libICE, x11-toolkits/libXt
Required Libraries: devel/libslang2
There are no ports dependent upon this port

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


Configuration Options
===> The following configuration options are available for jed-0.99.19_3:
     X11=on (default) "Build xjed (depends of X11)"
     PERMS=off (default) "Respect permissions by Root"
     HOSTLOOKUP=on (default) "Look-up for hostname"
===> Use 'make config' to modify these settings

Master Sites:
ftp://space.mit.edu/pub/davis/jed/v0.99/
ftp://ftp.fu-berlin.de/pub/unix/editors/jed/v0.99/
ftp://ftp.ntua.gr/pub/lang/slang/jed/v0.99/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/jed/

Number of commits found: 36

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
20 Mar 2011 12:54:45
Original commit files touched by this commit  0.99.19_3
miwi search for other commits by this committer
- Get Rid MD5 support
30 Sep 2010 17:17:27
Original commit files touched by this commit  0.99.19_3
garga search for other commits by this committer
cleanup MASTER_SITES
12 May 2010 20:37:17
Original commit files touched by this commit  0.99.19_3
pav search for other commits by this committer
- Remove references to now non-existant devel/libslang

PR:             ports/145245
Submitted by:   Anatoly Borodin <anatoly.borodin@gmail.com>
06 Apr 2010 12:42:49
Original commit files touched by this commit  0.99.19_3
garga search for other commits by this committer
Add 2 more OPTIONS to respect read-only files and don't try to host lookup

PR:             ports/145006
Submitted by:   Grzegorz Blach <magik@roorback.net>
28 Mar 2010 06:47:48
Original commit files touched by this commit  0.99.19_2
dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
21 Dec 2009 14:53:02
Original commit files touched by this commit  0.99.19_1
garga search for other commits by this committer
After upgrade to 0.99.19 jed was freezing when called with -c, fix it now.

Reported by:    andrew clarke <mail@ozzmosis.com>
Obtained from:  Author by email
15 Dec 2009 10:07:48
Original commit files touched by this commit  0.99.19
garga search for other commits by this committer
Update to 0.99.19
29 Mar 2009 15:20:49
Original commit files touched by this commit  0.99.18_3
garga search for other commits by this committer
- Mark it as MAKE_JOBS_UNSAFE, i did it wrong on last commit

Reported by:    QAT
28 Mar 2009 17:53:24
Original commit files touched by this commit  0.99.18_3
garga search for other commits by this committer
Mark all my ports as MAKE_JOBS_SAFE and MAKE_JOBS_UNSAFE
08 Feb 2009 03:14:14
Original commit files touched by this commit  0.99.18_3
pgollucci search for other commits by this committer
- devel/libslang2 has completely replaced devel/libslang which has not been
  released in ~5yrs.

- WITH_SLANG2 is now no longer a valid ports knob
- WITH_SLANG implies devel/libslang2 now
- devel/libslang -> devel/libslang2 is a SHARED LIB bump
  so bump PORTREVISION for affected ports

- Take MAINTAINER for most unmaintained ports in this chain
- some SF macro conversions

- BROKEN with devel/libslang2 and DEPRECATE
    math/slsc (abandoned upstream)
- BROKEN with devel/libslang2
    japanese/slirc

PR:             ports/125255
Reviewed by:    garga (libslang maintainer), portmgr (pav)
Exp Run by:     pav
21 Aug 2008 06:18:49
Original commit files touched by this commit  0.99.18_2
rafan search for other commits by this committer
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 View all of this commit message)
02 Jun 2008 11:28:24
Original commit files touched by this commit  0.99.18_2
garga search for other commits by this committer
- Fix installation when NOPORTDOCS is set, preventing it to create doc dirs.
  Bump PORTREVISION is unecessary since the default package will be untouched

Reported by:    itetcu
19 Apr 2008 17:56:05
Original commit files touched by this commit  0.99.18_2
  Sanity Test Failure
miwi search for other commits by this committer
- 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)
31 Aug 2007 19:02:53
Original commit files touched by this commit  0.99.18_1
garga search for other commits by this committer
- Add more MASTER_SITES
19 May 2007 20:32:57
Original commit files touched by this commit  0.99.18_1
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
30 May 2006 17:42:55
Original commit files touched by this commit  0.99.18
garga search for other commits by this committer
Add one new master site and remove an old one that's not working anymore.
03 Apr 2006 13:18:04
Original commit files touched by this commit  0.99.18
garga search for other commits by this committer
Update to 0.99.18
09 Nov 2005 08:56:40
Original commit files touched by this commit  0.99.16_1
garga search for other commits by this committer
- Fix PLIST

Noticed by:     krismail
08 Nov 2005 14:33:36
Original commit files touched by this commit  0.99.16_1
garga search for other commits by this committer
- Add SHA256
07 Nov 2005 13:58:50
Original commit files touched by this commit  0.99.16_1
garga search for other commits by this committer
- info files are really old and out of date, so, do not install it anymore
28 Oct 2005 10:48:51
Original commit files touched by this commit  0.99.16_1
garga search for other commits by this committer
- Respect CFLAGS/LDFLAGS
27 Oct 2005 18:04:14
Original commit files touched by this commit  0.99.16_1
garga search for other commits by this committer
- Remove some patches and use REINPLACE_CMD, *_ARGS and *_ENV instead
- Use PORTDOCS
- Polish Makefile
27 Oct 2005 16:47:29
Original commit files touched by this commit  0.99.16_1
garga search for other commits by this committer
- Add more MASTER_SITES
27 Oct 2005 09:59:03
Original commit files touched by this commit  0.99.16_1
garga search for other commits by this committer
- Register CONFLICTS with jed-devel
- OPTIONS'ify
11 Jul 2005 16:47:16
Original commit files touched by this commit  0.99.16_1
garga search for other commits by this committer
Change MAINTAINER to my @FreeBSD.org account

Approved by:    flz (mentor)
15 May 2005 20:01:55
Original commit files touched by this commit  0.99.16_1
jylefort search for other commits by this committer
- Sort the packing list
- Honour ${NOPORTDOCS}
- Use ${INFO} instead of install-info, and add patches to add section
  and dir-entry to info files
- Patch src/Makefile.in instead of installing files in the wrong
  location and removing them
- Move ${STRIP_CMD} commands to src/Makefile.in
- Pass maintainership to Renato Botelho <freebsd@galle.com.br>

PR:             ports/80441
Submitted by:   Renato Botelho <freebsd@galle.com.br> (new maintainer)
Approved by:    former maintainer
01 Nov 2004 19:12:09
Original commit files touched by this commit  0.99.16_1
pav search for other commits by this committer
- Fix losing setuid/setgid bits on files when saving
- Portlint

PR:             ports/72652
Submitted by:   Renato Botelho <renato@galle.com.br>
Approved by:    maintainer timeout (2 weeks)
10 Apr 2004 16:07:10
Original commit files touched by this commit  0.99.16
trevor search for other commits by this committer
Trim whitespace.
31 Mar 2004 03:12:58
Original commit files touched by this commit  0.99.16
trevor search for other commits by this committer
SIZEify (maintainer timeout)
24 Sep 2003 09:37:11
Original commit files touched by this commit  0.99.16
osa search for other commits by this committer
Make portlint(1) happy by changing strip to ${STRIP_CMD}

Submitted by:   Oleg Karachevtsev <ok@etrust.ru>
PR:             56998
23 Feb 2003 06:37:23
Original commit files touched by this commit  0.99.16
edwin search for other commits by this committer
Maintainer update: editors/jed to 0.99.16

PR:             ports/48487
Submitted by:   Benedikt Schmidt <s_bschmi@ira.uka.de>
21 Feb 2003 11:38:28
Original commit files touched by this commit  0.99.15
knu search for other commits by this committer
De-pkg-comment.
19 Oct 2001 05:01:13
files touched by this commit
dwcjr search for other commits by this committer
Updated to 0.99.15    
29 Jun 2001 15:48:09
files touched by this commit
roam search for other commits by this committer
Update to 0.99.14.   Change maintainer - the former maintainer was quite
unresponsive.    
16 Jan 2001 17:33:20
files touched by this commit
sobomax search for other commits by this committer
Massive style enforcement - use ^I instead of spaces for variables identation.  
 
08 Oct 2000 02:02:27
files touched by this commit
asami search for other commits by this committer
Convert category editors to new layout.  

Number of commits found: 36

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 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 23672
Broken 193
Deprecated 147
Ignore 736
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 41
Set to expire 188
Interactive 54
new 24 hours 2
new 48 hours17
new 7 days59
new fortnight183
new month255

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

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.198 seconds.