notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
bed Variable dataformat binary editor
0.2.23_1 editors Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.2.23_1Version of this port present on the latest quarterly branch.
Ignore IGNORE: has a broken test for pthread_create() (wrong prototype and calling conventions) causing an infinite loop.
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 search for ports maintained by this maintainer
Port Added: 2003-10-07 20:30:17
Last Update: 2009-09-13 18:38:47
SVN Revision: UNKNOWN
License: not specified in port
WWW:
http://bedlinux.tripod.com/
Description:
Menu driven binary editor. Dataformats are ascii, unsigned and signed integers, float, bitflags, bitfields, labels, ebcdic and time_t. Different sizes and byte ordenings are possible. Datatypes can be used in structures. Other dataformats, filters and procedures can be defined in plugins. Contains copy, past, undo, redo, search, replace, marks, record/play and context sensitive help. Linux & FreeBSD: edit block devices (linux limit 1023 gigabyte). WWW: http://bedlinux.tripod.com/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • bed>0:editors/bed
No installation instructions:
This port has been deleted.
PKGNAME: bed
Flavors: there is no flavor information for this port.
distinfo:
There is no distinfo for this port.

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. bash : shells/bash
  2. gmake : devel/gmake
Runtime dependencies:
  1. rxvt : x11/rxvt
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for bed-0.2.23_1: X11=on (default) "Enable X11 support" ===> Use 'make config' to modify these settings
Options name:
N/A
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://bedlinux.tripod.com/download/
Collapse this list.

Number of commits found: 25

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.2.23_1
13 Sep 2009 18:38:47
Original commit files touched by this commit
gerald search for other commits by this committer
Remove editors/bed.  It has been marked IGNORE for more than two years
and also still depends on lang/gcc34, failing to work with any reasonably
recent version of GCC.  Plus, it lacks a maintainer.
0.2.23_1
19 Apr 2008 17:56:05
Original commit files touched by this commit 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)
0.2.23_1
17 Jun 2007 06:27:45
Original commit files touched by this commit
kris search for other commits by this committer
This port contains an incorrect configure test that tries to test for the
pthread_create() function by doing the following

| char pthread_create ();
| int
| main ()
| {
| pthread_create ();
|   ;
|   return 0;
| }

This is completely bogus (pthread_create() requires arguments), so this
causes undefined behaviour.  One such undefined behaviour seen in practise
is an infinite loop.  Disable the port until someone cares to fix this.

Also shuffle the rxvt PATCH_DEPENDS (!) later, to give a chance for the
WITHOUT_X11 to be set.  This also looks pretty bogus, rxvt in fact does not
appear to be needed for patching.
0.2.23_1
19 May 2007 20:32:57
Original commit files touched by this commit
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}.
0.2.23
20 Jan 2007 17:59:28
Original commit files touched by this commit
alepulver search for other commits by this committer
- Add USE_GCC=3.4 (requires many changes to build with 4.x).

Reported by:    pointyhat
0.2.23
02 Jan 2007 18:13:50
Original commit files touched by this commit
alepulver search for other commits by this committer
- Update to version 0.2.23.
- Rewrite check of 'menubar' feature in x11/rxvt when X11 option is enabled.
- Add dep to ALL_TARGET instead of running ${GMAKE} in post-configure.
- Add OPTIONS.
- Remove BROKEN for amd64 (builds).
- Remove BROKEN for ia64 (let's see what happens now).
- Add WWW line to pkg-descr.
- Added typedef hacks (has a bug that doesn't allow default arguments in
  function pointers, and also doesn't allow arrays of function pointers) to
  allow building with GCC > 2.95 (the problems are known, though).
0.2.19_2
22 Dec 2006 22:21:46
Original commit files touched by this commit
bsam search for other commits by this committer
In preparation to deprecate shells/bash2:
. change BUILD_DEPENDS: shells/bash2 -> shells/bash.
0.2.19_2
23 Nov 2005 08:59:05
Original commit files touched by this commit
vs search for other commits by this committer
- Added more one mastersite as backup to fix fetch problem.
  Somebody should update this to 0.2.22.
- Added SHA256 on distinfo.

PR:             ports/89429
Submitted by:   Jean Milanez Melo
0.2.19_2
19 Sep 2004 01:59:18
Original commit files touched by this commit
leeym search for other commits by this committer
- remove BROKEN which I forgot in previous commit

PR:             71851
Submitted by:   leeym
Approved by:    portmgr (marcus)
0.2.19_2
19 Sep 2004 01:44:48
Original commit files touched by this commit
leeym search for other commits by this committer
- add USE_GCC=2.95 and unbreak this port
- reorder Makefile and make portlint happier
- indent Makefile

PR:             71850
Submitted by:   leeym
Approved by:    portmgr (marcus)
0.2.19_2
17 Sep 2004 23:00:48
Original commit files touched by this commit
kris search for other commits by this committer
BROKEN on 5.x: Does not compile

Approved by:    portmgr (self)
0.2.19_2
04 Apr 2004 02:49:57
Original commit files touched by this commit
kris search for other commits by this committer
Relocate previous commit to prevent error in WITHOUT_X11 case.
0.2.19_2
03 Apr 2004 13:50:54
Original commit files touched by this commit
kris search for other commits by this committer
BROKEN on amd64 (missing -fPIC) and ia64 (hangs during configure)
0.2.19_2
26 Mar 2004 18:19:25
Original commit files touched by this commit
glewis search for other commits by this committer
. Fix the build on 5.x.

Submitted by:   bento via kris
0.2.19_2
06 Feb 2004 22:55:40
Original commit files touched by this commit
kris search for other commits by this committer
BROKEN on 5.x: does not compile
0.2.19_2
04 Feb 2004 05:21:48
Original commit files touched by this commit
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
0.2.19_1
30 Jan 2004 21:19:15
Original commit files touched by this commit
glewis search for other commits by this committer
. Fix the build on alpha by not assuming that you can cast a va_list
  to a char **.  Instead, iterate the va_list and create the char **
  to pass to execvp.
. Don't allow -O3 to be hardwired into CFLAGS, just use what is set.  In
  particular, the 4.x/alpha system gcc produces many warnings about why
  using -O3 with it is bad.
. Bump PORTREVISION since although these fixes wre motivated to fix the
  alpha build, they have non-alpha implications too.

Submitted by:   bento
0.2.19
29 Jan 2004 07:32:45
Original commit files touched by this commit
glewis search for other commits by this committer
. Don't allow -O3 to be hardwired into CFLAGS, just use what is set.  In
  particular, the 4.x/alpha system gcc produces many warnings about why
  using -O3 with it is bad.

Submitted by:   bento
0.2.19
29 Jan 2004 07:24:56
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify.
0.2.19
22 Jan 2004 17:39:08
Original commit files touched by this commit
glewis search for other commits by this committer
. If PACKAGE_BUILDING is set, then set WITHOUT_X11 as we can't guarantee
  that we have an appropriate rxvt.
. Make rxvt a PATCH_DEPENDS as it is tested in pre-configure (there is no
  CONFIGURE_DEPENDS).
. Fix packing list and unbreak.
. Fix some minor whitespace bogons in Makefile.
. Add patches which hopefully fix the build on 5.x.
. Add a patch to stop the port installing stuff outside of ${PREFIX}.
  Some of this could be added back in with a better patch that installed
  it in the right place.
0.2.19
03 Nov 2003 03:56:42
Original commit files touched by this commit
kris search for other commits by this committer
Mark BROKEN (see bento logs).  These ports are scheduled for removal
after Feb 2 2004 if they are still broken at that time and no fixes
have been submitted by PR.
0.2.19
13 Oct 2003 15:42:56
Original commit files touched by this commit
glewis search for other commits by this committer
. Better *_DEPENDS settings.

Submitted by:   bento
0.2.19
12 Oct 2003 21:39:01
Original commit files touched by this commit
kris search for other commits by this committer
Reset bouncing maintainer.
0.2.19
07 Oct 2003 20:29:41
Original commit files touched by this commit
glewis search for other commits by this committer
. No interactive errors on Bento.
0.2.19
07 Oct 2003 20:26:19
Original commit files touched by this commit
glewis search for other commits by this committer
. Add a port of bed:

Menu driven binary editor. Dataformats are
ascii, unsigned and signed integers, float, bitflags,
bitfields, labels, ebcdic and time_t. Different sizes
and byte ordenings are possible. Datatypes can
be used in structures. Other dataformats, filters and
procedures can be defined in plugins. Contains copy,
past, undo, redo, search, replace, marks, record/play and
context sensitive help. Linux & FreeBSD: edit block devices
(linux limit 1023 gigabyte).

PR:             27200
Submitted by:   Jaap Korthals Altes <jkaltes@cyberbrain.com>
                (updated based on the port in the 0.2.19 distfile)

Number of commits found: 25