78ad FreshPorts -- x11/emu
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
emu 1.31_3 x11 on this many watch lists=1 search for ports that depend on this port
Ignore IGNORE: requires an active X session (and DISPLAY variable) to run xrdb. Please compile this while running X
A terminal emulator for the X Window System

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: unknown
License: not specified in port


The emu program is a terminal emulator for the X Window System.
It provides DEC VT200 as its basis emulation, including features like:

	Full support of DEC's international character set.
	Compose character processing.
	Blinking cursor and blinking text.
	Color.
	Double height / double width characters.

It is also fully programmable, allowing you to define new terminal emulations
on the fly.
SVNWeb : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. x11/xrdb
  2. devel/imake
  3. x11-servers/xorg-vfbserver
  4. x11-fonts/xorg-fonts-miscbitmaps
  5. x11-fonts/font-alias
  6. x11/xkeyboard-config
  7. x11/xkbcomp
  8. x11/libICE
  9. x11/libSM
  10. x11/libX11
  11. x11-toolkits/libXaw
  12. x11/libXext
  13. x11-toolkits/libXmu
  14. x11/libXpm
  15. x11-toolkits/libXt
Required To Run:
  1. x11/xrdb
  2. x11/libICE
  3. x11/libSM
  4. x11/libX11
  5. x11-toolkits/libXaw
  6. x11/libXext
  7. x11-toolkits/libXmu
  8. x11/libXpm
  9. x11-toolkits/libXt
There are no ports dependent upon this port

To install the port: cd /usr/ports/x11/emu/ && make install clean

A package is not available for ports marked as: Forbidden / Broken / Ignore / Restricted


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.dti.ad.jp/pub/X/XFree86/mirror/X.Org/contrib/applications/
  3. ftp://ftp.gwdg.de/pub/x11/x.org/contrib/applications/
  4. ftp://ftp.kddlabs.co.jp/X11/ftp.x.org/contrib/applications/
  5. ftp://ftp.mirrorservice.org/sites/ftp.x.org/contrib/applications/
  6. ftp://ftp.net.ohio-state.edu/pub/X11/contrib/applications/
  7. ftp://ftp.sunet.se/pub/X11/ftp.x.org/contrib/applications/
  8. ftp://ftp.x.org/contrib/applications/
  9. ftp://ftp2.x.org/contrib/applications/
  10. ftp://sunsite.org.uk/sites/ftp.x.org/contrib/applications/
  11. http://ring.nict.go.jp/archives/X/opengroup/contrib/applications/
  12. http://ring.riken.jp/archives/X/opengroup/contrib/applications/

Number of commits found: 19

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
19 Mar 2011 12:38:54
Original commit files touched by this commit  1.31_3
miwi search for other commits by this committer
- Get Rid MD5 support
20 Mar 2010 14:15:49
Original commit files touched by this commit  1.31_3
miwi search for other commits by this committer
- Mark BROKEN on HEAD: fails to build with new utmpx

Reported by:    pointyhat
09 Jun 2009 15:33:28
Original commit files touched by this commit  1.31_3
amdmi3 search for other commits by this committer
Convert most of remaining ports that depend on xorg-libraries to
modular xorg.

- supply corresponding USE_XORG for all imake-using ports that need it
- USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG
- retire USE_X_PREFIX which is not really used anywhere after the
  above change
- a few minor nits like whitespace and SF macro

Tested by:      2 tinderbox runs by pav
Approved by:    portmgr (pav)
19 Apr 2008 17:56:05
Original commit files touched by this commit  1.31_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)
19 May 2007 20:32:57
Original commit files touched by this commit  1.31_2
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}.
25 Nov 2005 19:09:52
Original commit files touched by this commit  1.31_1
pav search for other commits by this committer
- Add SHA256
05 May 2005 00:20:39
Original commit files touched by this commit  1.31_1
kris search for other commits by this committer
Add a dependency on ${X_FONTS_MISC_PORT} to allow Xvfb to work while
package building
03 Mar 2005 00:29:05
Original commit files touched by this commit  1.31_1
pav search for other commits by this committer
- Try to unbreak
01 Jan 2005 22:17:33
Original commit files touched by this commit  1.31_1
kris search for other commits by this committer
Partially fix package building by adding a dependency on Xvfb in the
PACKAGE_BUILDING case.  Mark BROKEN because this package is still
missing a dependency.

Approved by:    portmgr (self)
23 Jul 2004 19:10:32
Original commit files touched by this commit  1.31_1
anholt search for other commits by this committer
- Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,
  and make XFREE86_VERSION map to it.  XFREE86_VERSION is now deprecated.
- Make xorg the default X_WINDOW_SYSTEM on -current.
- Add several new X_*_PORT variables which point to various pieces of X11 based
  on the setting of X_WINDOW_SYSTEM, and make ports use them.
- Add information to CHANGES about how to handle the transition.

PR:             ports/68763
Approved by:    portmgr (marcus)
Approved by:    re (scottl)
16 May 2004 20:49:38
Original commit files touched by this commit  1.31_1
linimon search for other commits by this committer
Change BROKEN to IGNORE when no X session is present.  Will only affect
the build cluster.
29 Jan 2004 16:13:06
Original commit files touched by this commit  1.31_1
trevor search for other commits by this committer
SIZEify.
12 Jan 2004 00:24:20
Original commit files touched by this commit  1.31_1
linimon search for other commits by this committer
Reset maintainer from me@FreeBSD.org to ports@FreeBSD.org.  Apparently
me@ has not been active in the FreeBSD community for some time now.

Reviewed by:    portmgr@FreeBSD.org (a month or so ago)
07 Mar 2003 06:36:20
Original commit files touched by this commit  1.31_1
ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
29 Oct 2002 09:31:12
Original commit files touched by this commit  1.31_1
edwin search for other commits by this committer
Fix errors detected by bento
(actually, XFree86-4 dependency fix)

PR:             ports/33826
Submitted by:   Oliver Lehmann <lehmann@ans-netz.de>
Approved by:    Michael Elbel <Michael.Elbel@consol.de> (maintainer)
07 Jan 2002 14:08:24
files touched by this commit
sf search for other commits by this committer
include pre.mk for XFREE86_VERSION usage.    
07 Jan 2002 04:47:14
files touched by this commit
will search for other commits by this committer
Include XFree86-4-clients for xrdb as necessary.    
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 07:56:00
files touched by this commit
asami search for other commits by this committer
Convert category x11 to new layout.  

Number of commits found: 19

2823
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15

5 vulnerabilities affecting 20 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 24528
Broken 216
Deprecated 473
Ignore 634
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 26
Expired 132
Set to expire 511
Interactive 33
new 24 hours 4
new 48 hours8
new 7 days25
new fortnight57
new month215

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

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0