Port details |
- libXtrans Network API translation layer for X applications and libraries
- 0.1_2 x11
=2 0.1_2Version of this port present on the latest quarterly branch. DEPRECATED: Project is obsoleted, use x11/xtrans instead
This port expired on: 2013-09-26
- Maintainer: x11@FreeBSD.org
![search for ports maintained by this maintainer search for ports maintained by this maintainer](/images/search.jpg) - Port Added: 2003-12-21 19:47:59
- Last Update: 2013-09-26 11:20:25
- SVN Revision: 328348
- People watching this port, also watch:: rpm2cpio, python, mplayer-skins, libmad
- License: not specified in port
- WWW:
- http://www.freedesktop.org/Software/xlibs
- Description:
- This package contains the code for a network API translation layer to insulate X
applications and libraries from OS network vagaries
WWW: http://www.freedesktop.org/Software/xlibs
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ ![SVNWeb SVNWeb](/images/subversion.png)
- 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:
-
- libXtrans>0:x11/libXtrans
- No installation instructions:
- This port has been deleted.
- PKGNAME: libXtrans
- 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. Perhaps there is a build error. Check the fallout link:
![pkg-fallout pkg-fallout](/images/fallout.svg)
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake : devel/gmake
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- 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 |
0.1_2 26 Sep 2013 11:20:25
![Revision:328348 Revision:328348](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
rene ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove expired port:
2013-09-26 x11/libXtrans: Project is obsoleted, use x11/xtrans instead |
0.1_2 20 Sep 2013 23:43:20
![Revision:327777 Revision:327777](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11) |
0.1_2 26 Aug 2013 10:07:02
![Revision:325381 Revision:325381](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
zeising ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add conflicts between x11/libXtrans and x11/xtrans, they install the same
files. [1]
Mark x11/libXtrans as DEPRECATED, since it is obsolteted upstream, and set
removal date one month from now. Nothing in ports uses x11/libXtrans
anyway.
PR: ports/181512 [1]
Submitted by: Gerald Pfeifer <gerald@pfeifer.com> [1] |
0.1_2 25 May 2013 14:37:03
![Revision:319055 Revision:319055](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
zeising ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
The FreeBSD x11 team proudly presents
an zeising, kwm, miwi, bapt, eadler production:
Xorg 7.7
Starring:
xserver 1.12.4 (new xorg only)
Mesa 8.0.4, including libGL, libGLU and dri (new xorg only)
libX11 1.5.0
libxcb 1.9
libdrm 2.4.42 (new xorg only)
freeglut 2.8.1
Also starring:
Updates to drivers and other libraries and utilities
(Only the first 15 lines of the commit message are shown above ) |
0.1_2 19 Mar 2013 13:04:31
![Revision:314640 Revision:314640](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
eadler ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi) |
0.1_2 19 Mar 2011 12:38:54
![files touched by this commit files touched by this commit](/images/logs.gif) |
miwi ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Get Rid MD5 support |
0.1_2 25 Feb 2011 16:52:50
![files touched by this commit files touched by this commit](/images/logs.gif) |
miwi ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Please welcome Xorg 7.5.1
The X-Server has been patched to the latest 1.7.X series, drivers
and fonts have been updated to the latest versions. This update includes
some components from Xorg 7.6 with a lot of improvements, and it seems
that the performance is much better than the old version. Also this
Update fix build issues with clang and binutils 2.17.50 in current,
remove 6.X gruft and de-author pkg-descr.
I would like to thank:
Beat Gaetzi
Dima Panov
Koop Mast
Eitan Adler
and all Testers.
PR: ports/147646
ports/148035
ports/148744
ports/150223
ports/152889
ports/154457 |
0.1_2 21 Aug 2008 06:18:49
![files touched by this commit files touched by this commit](/images/logs.gif) |
rafan ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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 ) |
0.1_2 19 Apr 2008 17:56:05
![Sanity Test Failure Sanity Test Failure](/images/stf.gif) |
miwi ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- 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.1_2 19 May 2007 20:32:57
![files touched by this commit files touched by this commit](/images/logs.gif) |
flz ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.1_1 24 Jan 2006 03:16:52
![files touched by this commit files touched by this commit](/images/logs.gif) |
edwin ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
SHA256ify
Approved by: krion@ |
0.1_1 11 Jul 2005 17:34:26
![files touched by this commit files touched by this commit](/images/logs.gif) |
lesi ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Fix MASTER_SITES.
Prodded by: Ports Janitor |
0.1_1 12 Apr 2005 03:26:57
![files touched by this commit files touched by this commit](/images/logs.gif) |
obrien ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
0.1_1 11 Apr 2005 08:04:41
![files touched by this commit files touched by this commit](/images/logs.gif) |
obrien ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
0.1_1 06 Mar 2005 00:15:08
![files touched by this commit files touched by this commit](/images/logs.gif) |
lesi ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove hardcoding of MTREE_FILE. This is handled in bsd.port.mk since
rev. 1.503 for ${PREFIX} == ${XPREFIX} cases. |
0.1_1 08 Jan 2005 17:37:20
![files touched by this commit files touched by this commit](/images/logs.gif) |
lesi ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Fix plist.
Nudged by: pointyhat via kris |
0.1_1 19 Apr 2004 12:49:54
![files touched by this commit files touched by this commit](/images/logs.gif) |
arved ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Use the right MTREE_FILE
Reported by: kris |
0.1_1 31 Mar 2004 03:12:58
![files touched by this commit files touched by this commit](/images/logs.gif) |
trevor ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
SIZEify (maintainer timeout) |
0.1_1 04 Feb 2004 05:10:27
![files touched by this commit files touched by this commit](/images/logs.gif) |
marcus ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
0.1 25 Jan 2004 08:32:15
![files touched by this commit files touched by this commit](/images/logs.gif) |
anholt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 0.1 |
0.1.p1 21 Dec 2003 19:46:37
![files touched by this commit files touched by this commit](/images/logs.gif) |
anholt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
New port: Prerelease version of libXtrans from freedesktop.org:
network API translation layer for X applications and libraries
Testing is encouraged, but please do not use these ports as dependencies until
they are updated to release tarballs and the XFree86 ports have been updated to
depend on them. |