Port details |
- mrxvt-devel Development version of mrxvt
- 0.5.4_11 x11
=5 Version 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: 2006-04-27 01:21:15
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: links, cdrtools, screen, coreutils, net-snmp
- License: GPLv2
- Description:
- Mrxvt (previously named as materm) is a lightweight and powerful
multi-tabbed X terminal emulator based on the popular rxvt and
aterm. It implements many useful features seen in some modern X
terminal emulators, like gnome-terminal and konsole, but keep to
be lightweight and independent from the GNOME and KDE desktop
environment. The following are the major features of mrxvt (* are
new features compared with rxvt, + are enhanced features compared
with rxvt):
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- mrxvt-devel>0:x11/mrxvt-devel
- Conflicts:
- CONFLICTS:
- Conflicts Matches:
-
There are no Conflicts Matches for this port. This is usually an error.
- To install the port:
- cd /usr/ports/x11/mrxvt-devel/ && make install clean
- To add the package, run one of these commands:
- pkg install x11/mrxvt-devel
- pkg install mrxvt-devel
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: mrxvt-devel
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (mrxvt-0.5.4.tar.gz) = f403ad5a908fcd38a55ed0a7e1b85584cb77be8781199653a39b8af1a9ad10d7
SIZE (mrxvt-0.5.4.tar.gz) = 603978
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:
-
- ice.pc : x11/libICE
- x11.pc : x11/libX11
- sm.pc : x11/libSM
- xpm.pc : x11/libXpm
- xrender.pc : x11/libXrender
- xft.pc : x11-fonts/libXft
- Runtime dependencies:
-
- ice.pc : x11/libICE
- x11.pc : x11/libX11
- sm.pc : x11/libSM
- xpm.pc : x11/libXpm
- xrender.pc : x11/libXrender
- xft.pc : x11-fonts/libXft
- Library dependencies:
-
- libfontconfig.so : x11-fonts/fontconfig
- libpng.so : graphics/png
- libjpeg.so : graphics/jpeg-turbo
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for mrxvt-devel-0.5.4_11:
24BITS=on: Prefer 24 bits color
BACKGROUND=on: Background images
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
FRILLS=on: Internal borders and smart resizing
JAPANESE=on: Support for Japanese language
JPEG=on: JPEG image format support
MENUBAR=on: Menubar
PNG=on: PNG image format support
SWAPSCREEN=on: Swapscreen
TEXTSHADOW=on: Text shadow
TRANSPARENCY=on: Transparent background
XFT=on: Xft font library support
===> Use 'make config' to modify these settings
- Options name:
- x11_mrxvt-devel
- USES:
- shebangfix xorg iconv jpeg
- pkg-message:
- For install:
- Sample configuration files have been installed to /usr/local/etc/mrxvt
Useful scripts have been installed to /usr/local/share/examples/mrxvt-devel/scripts
- WWW: http://materm.sourceforge.net/
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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) |
0.5.4_11 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 ) |
0.5.4_11 20 Jul 2022 14:23:32
    |
Tobias C. Berner (tcberner)  |
x11: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Adam Weinberger <adam@vectors.cx>
* Adam Weinberger <adamw@FreeBSD.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexander Matey <matey@cis.ohio-state.edu>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey Dokuchaev <danfe@regency.nsu.ru>
* Alexey Mikhailov <karma@ez.pereslavl.ru>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Anton Berezin <tobez@FreeBSD.org>
* Anton Toernqvist <antont@inbox.lv> (Only the first 15 lines of the commit message are shown above ) |
0.5.4_11 28 Jul 2021 20:34:51
    |
Lars Engels (lme)  |
*: Drop maintainership on most of my ports.
Unfortunately I cannot give them the love they deserve at the moment. |
0.5.4_11 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.5.4_11 07 Feb 2021 22:31:03
  |
lme  |
x11/mxrvt-devel:
- Fix build by adding -fnocommon to CFLAGS [1]
- Add missing LIB_DEPENDS and USE_XORG components
PR: 253330 [1]
Submitted by: jjuanino <jjuanino@gmail.com>
MFH: 2021Q1 |
0.5.4_11 07 Nov 2019 18:36:56
  |
zeising  |
Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
0.5.4_11 14 Aug 2019 12:25:52
  |
mat  |
Convert to UCL & cleanup pkg-message (categories x) |
0.5.4_11 10 Sep 2018 13:15:48
  |
mat  |
Add EXAMPLES options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
0.5.4_11 01 Apr 2016 14:33:58
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
0.5.4_11 10 Oct 2015 14:03:01
  |
tijl  |
Remove iconv(), iconv_open() and iconv_close() symbols from libiconv.
These were FreeBSD specific aliases for libiconv(), libiconv_open() and
libiconv_close() that are now also provided by libc which complicates
writing configure tests that work correctly when both libc iconv and
libiconv are available.
Also, because the libiconv iconv.h header redefines iconv* to libiconv*
correct use of the header implies that the aliases aren't used.
The following ports needed fixes because there was something wrong with
the way they tried to detect or use iconv:
audio/deadbeef: Remove LIBICONV_PLUG from a source file. It's a
compile-time option and should not be set in source code. (Only the first 15 lines of the commit message are shown above ) |
0.5.4_10 01 Oct 2015 21:35:01
  |
amdmi3  |
- Drop 8.x support
Approved by: portmgr blanket |
0.5.4_10 22 Jun 2015 18:33:22
  |
antoine  |
Convert to USES=jpeg |
0.5.4_10 25 Dec 2014 20:54:43
  |
bapt  |
Bump portrevision after png update |
0.5.4_9 25 Dec 2014 19:04:27
  |
antoine  |
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade |
0.5.4_9 24 Nov 2014 20:22:00
  |
antoine  |
Cleanup plist |
0.5.4_9 16 Jul 2014 03:34:57
  |
adamw  |
Add DOCS option to the remaining staged ports where PORTDOCS appears
in the plist. |
0.5.4_9 30 Dec 2013 20:10:26
  |
lme  |
- Enable all port options by default [1]
- Add license
- Stage support
- Use shebangfix
- Re-word the description for the transparency option
- Use new LIB_DEPENDS syntax
- Bump PORTREVISION
PR: ports/185095 [1]
Submitted by: Jose Garcia Juanino <jjuanino@gmail.com> |
0.5.4_8 22 Oct 2013 14:04:02
  |
amdmi3  |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (remaining categories)
- Add note on mtree change to CHANGES
Approved by: portmgr (bdrewery) |
0.5.4_8 20 Sep 2013 23:43:20
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11) |
0.5.4_8 22 Mar 2013 08:16:08
  |
bapt  |
Convert to new options framework left unconverted ports in x* categories |
0.5.4_8 23 Jan 2013 15:00:19
  |
makc  |
Bump PORTREVISION after DESKTOP_ENTRIES update |
0.5.4_7 01 Jun 2012 05:26:28
 |
dinoex  |
- update png to 1.5.10 |
0.5.4_6 24 Oct 2011 04:17:38
 |
dougb  |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
0.5.4_6 21 Jun 2011 18:21:03
 |
lme  |
- Proper fix for utmpx [1]
- Disable no longer needed setuid bit
- Remove no longer needed CPPFLAGS and LIBS
- Bump PORTREVISION
Fixed by: ed |
0.5.4_5 19 Mar 2011 12:38:54
 |
miwi  |
- Get Rid MD5 support |
0.5.4_5 16 Oct 2010 22:03:42
 |
lme  |
- Add desktop entry
- Bump PORTREVISION |
0.5.4_4 28 Mar 2010 06:47:48
 |
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.5.4_3 05 Feb 2010 11:46:55
 |
dinoex  |
- update to jpeg-8 |
0.5.4_2 21 Jan 2010 10:12:51
 |
gj  |
Modify Makefile to use the proper CONFIGURE_ARGS to support utmpx.
Make the binary setuid, otherwise it cannot log to utmp/utx/wtmp.
Bump PORTREVISION.
Approved-by: lem@ (maintainer, per e-mail) |
0.5.4_1 22 Aug 2009 00:39:37
 |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with X |
0.5.4_1 18 Jul 2009 11:11:29
 |
dinoex  |
- update to jpeg7
Tested by: pav on pointyhat |
0.5.4 04 Sep 2008 12:24:26
 |
lme  |
Update to 0.5.4 |
0.5.3_3 09 Jul 2008 18:09:32
 |
itetcu  |
- fix plist for -DNOPORTDOCS
- bump PORTREVISION
Prompted by: QA Tindy run
Approved by: maintainer timeout on BotMail |
0.5.3_2 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) |
0.5.3_1 21 Mar 2008 23:55:13
 |
miwi  |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
0.5.3 04 Oct 2007 06:27:14
 |
edwin  |
Remove always-false/true conditions based on OSVERSION 500000 |
0.5.3 09 Sep 2007 16:53:43
 |
lme  |
Update to 0.5.3.
Approved by: miwi (mentor) |
0.5.2_2 12 Jul 2007 18:52:00
 |
lme  |
Change e-mail address of my ports to my FreeBSD.org one.
Approved by: miwi (mentor) |
0.5.2_2 18 Jun 2007 16:14:39
 |
miwi  |
- Add a application icon to mrxvt. (by Stanislav Mekhanoshin <rampitec AT
gmail.com> )
- Bump PORTREVISION
PR: 113782
Submitted by: Lars Engels <lars.engels@0x20.net> (maintainer) |
0.5.2_1 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}. |
0.5.2 18 Nov 2006 19:16:39
 |
miwi  |
- Add options knobs
PR: ports/105551
Submitted by: Eygene <rea-fbsd@codelabs.ru>
Approved by: maintainer (via irc) |
0.5.2 31 Oct 2006 08:50:35
 |
miwi  |
- Add a patch for disable debug
PR: ports/104491
Submitted by: Lars Engels <lars.engels@0x20.net> (maintainer) |
0.5.2 06 Oct 2006 18:37:31
 |
miwi  |
- Update to 0.5.2
PR: ports/104060
Submitted by: Lars Engels (maintainer) |
0.5.1 23 Jun 2006 20:42:04
 |
itetcu  |
- Update to 0.5.1 [1]
- use pkg-message instead of echo in post-install: so people using packages get
the instructions too [2]
PR: ports/99358
Submitted by: maintianer [1], itetcu (me) [2] |
0.5.0_1 22 May 2006 06:39:12
 |
edwin  |
Mark broken on 4.x
Submitted by: Lars Engels <lars.engels@0x20.net> |
0.5.0_1 28 Apr 2006 21:47:33
 |
edwin  |
dirrm etc/mrxt -> dirrmtry etc/mrxt
PR: ports/96487
Submitted by: Lars Engels <lars.engels@0x20.net> |
0.5.0_1 28 Apr 2006 21:41:03
 |
edwin  |
Fix pkg-plist |
0.5.0 27 Apr 2006 01:20:48
 |
edwin  |
[New Port] x11/mrxvt-devel
Add the development version of mrxvt.
PR: ports/96361
Submitted by: Lars Engels <lars.engels@0x20.net> |