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) combination for a given watch list. This is what FreshPorts will look for.

Port details
libXtrans Network API translation layer for X applications and libraries
0.1_2 x11 Deleted on this many watch lists=2 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.1_2Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Project is obsoleted, use x11/xtrans instead
Expired This port expired on: 2013-09-26
Maintainer: x11@FreeBSD.org search for ports maintained by this maintainer
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
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

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.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. 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:
Expand this list (2 items)
Collapse this list.
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://xlibs.freedesktop.org/release/
Collapse this list.

Number of commits found: 21

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.1_2
26 Sep 2013 11:20:25
Revision:328348Original commit files touched by this commit
rene search for other commits by this committer
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:327777Original commit files touched by this commit
bapt search for other commits by this committer
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:325381Original commit files touched by this commit
zeising search for other commits by this committer
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:319055Original commit files touched by this commit
zeising search for other commits by this committer
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 View all of this commit message)
0.1_2
19 Mar 2013 13:04:31
Revision:314640Original commit files touched by this commit
eadler search for other commits by this committer
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
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
0.1_2
25 Feb 2011 16:52:50
Original commit files touched by this commit
miwi search for other commits by this committer
- 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
Original commit files touched by this commit
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)
0.1_2
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.1_2
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.1_1
24 Jan 2006 03:16:52
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
0.1_1
11 Jul 2005 17:34:26
Original commit files touched by this commit
lesi search for other commits by this committer
Fix MASTER_SITES.

Prodded by:     Ports Janitor
0.1_1
12 Apr 2005 03:26:57
Original commit files touched by this commit
obrien search for other commits by this committer
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
Original commit files touched by this commit
obrien search for other commits by this committer
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
Original commit files touched by this commit
lesi search for other commits by this committer
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
Original commit files touched by this commit
lesi search for other commits by this committer
Fix plist.

Nudged by:      pointyhat via kris
0.1_1
19 Apr 2004 12:49:54
Original commit files touched by this commit
arved search for other commits by this committer
Use the right MTREE_FILE

Reported by:    kris
0.1_1
31 Mar 2004 03:12:58
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify (maintainer timeout)
0.1_1
04 Feb 2004 05:10:27
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 1)
0.1
25 Jan 2004 08:32:15
Original commit files touched by this commit
anholt search for other commits by this committer
Update to 0.1
0.1.p1
21 Dec 2003 19:46:37
Original commit files touched by this commit
anholt search for other commits by this committer
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.

Number of commits found: 21