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

Port details
libXtst 1.2.0 x11 on this many watch lists=67 search for ports that depend on this port
X Test extension
Maintained by: x11@FreeBSD.org search for ports maintained by this maintainer
Port Added: 23 May 2007 03:28:46
License: MIT


This package contains the XKB file library.

WWW: http://www.freedesktop.org/Software/xorg
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

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

Required To Build:
  1. x11/recordproto
  2. x11/xextproto
  3. x11/inputproto
  4. x11/libX11
  5. x11/libXext
  6. x11/libXi
  7. devel/libtool
  8. devel/pkg-config
Required To Run:
  1. x11/recordproto
  2. x11/inputproto
  3. x11/libX11
  4. x11/libXext
  5. x11/libXi
  6. devel/pkg-config

This port is required by:

for Build for Libraries for Run

To install the port: cd /usr/ports/x11/libXtst/ && make install clean
To add the package: pkg_add -r libXtst


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/xorg/lib/
  2. ftp://ftp.cs.cuhk.edu.hk/pub/X11/individual/lib/
  3. ftp://ftp.mirrorservice.org/sites/ftp.x.org/pub/individual/lib/
  4. ftp://ftp.ntua.gr/pub/X11/X.org/individual/lib/
  5. ftp://ftp.sunet.se/pub/X11/ftp.x.org/individual/lib/
  6. ftp://ftp.task.gda.pl/mirror/ftp.x.org/pub/individual/lib/
  7. ftp://ftp.unicamp.br/pub/X11/releases/individual/lib/
  8. ftp://ftp.x.org/pub/individual/lib/
  9. ftp://sunsite.uio.no/pub/X11/individual/lib/
  10. http://ring.nict.go.jp/archives/X/opengroup/individual/lib//
  11. http://xorg.freedesktop.org/individual/lib/
  12. http://xorg.freedesktop.org/releases/individual/lib/

Number of commits found: 11

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
22 Sep 2011 13:51:54
Original commit files touched by this commit  1.2.0
eadler search for other commits by this committer
- updated evieext to 1.1.1
- updated libSM to 1.2.0,1
- updated libX11 to 1.4.4,1
- updated libXevie to 1.0.3
- updated libXext to 1.3.0_1,1
- updated libXfixes to 4.0.4
- updated libXi to 1.4.3,1
- updated libXinerama to 1.1.1,1
- updated libXp to 1.0.1,1
- updated libXpm to 3.5.9
- updated libXrandr to 1.3.2
- updated libXrender to 0.9.6
- updated libXres to 1.0.5
- updated libXtst to 1.2.0
- updated libXv to 1.0.6,1
(Only the first 15 lines of the commit message are shown above View all of this commit message)
19 Mar 2011 12:38:54
Original commit files touched by this commit  1.1.0
miwi search for other commits by this committer
- Get Rid MD5 support
25 Feb 2011 16:52:50
Original commit files touched by this commit  1.1.0
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
04 Dec 2010 07:34:27
Original commit files touched by this commit  1.1.0
ade search for other commits by this committer
Sync to new bsd.autotools.mk
01 May 2010 11:41:07
Original commit files touched by this commit  1.1.0
miwi search for other commits by this committer
- Update to Xorg 7.5

The Intel drivers was patched to work with
the new server. The drivers for Vesa, NV,NVIDIA and
ATI have been tested thoroughfully and seem to work fine.
A complete changelog of Xorg 7.5 can you read here:

http://www.x.org/releases/X11R7.5/

A note to FreeBSD 6.X users: We strongly recommend you
to update your system to 7.x or above.

For updating try

portupgrade -af \*
(Only the first 15 lines of the commit message are shown above View all of this commit message)
02 Aug 2009 19:36:34
Original commit files touched by this commit  1.0.3_1
mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
21 Aug 2008 06:18:49
Original commit files touched by this commit  1.0.3_1
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)
14 Mar 2008 23:39:03
Original commit files touched by this commit  1.0.3_1
flz search for other commits by this committer
Add inputproto to RUN_DEPENDS as well.
13 Sep 2007 19:45:08
Original commit files touched by this commit  1.0.3
flz search for other commits by this committer
- Update X.org ports to 7.3.
- Mark XFree86-4 as DEPRECATED with EXPIRATION_DATE set to 2007-12-25.
I hope that nobody will be bored enough on Christmas to remove them on
that day.

Tested by:      vehemens, Rene Ladan, Beech Rintoul, sarek on x11@
02 Jul 2007 17:11:57
Original commit files touched by this commit  1.0.2
lesi search for other commits by this committer
Update to 1.0.2.

PR:             ports/113587
Submitted by:   chinsan
19 May 2007 20:32:57
Original commit files touched by this commit  1.0.1
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}.

Number of commits found: 11

2859
Login
User Login
Create account

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

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsMay 23
otrsMay 23
otrsMay 23
otrsMay 23
chromiumMay 22
chromiumMay 22
firefox*May 21
firefox-devel*May 21
firefox-esr*May 21
firefox10*May 21
firefox15*May 21
firefox3*May 21
firefox3-devel*May 21
firefox35*May 21
firefox36*May 21

8 vulnerabilities affecting 24 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 24537
Broken 218
Deprecated 474
Ignore 633
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 25
Expired 132
Set to expire 512
Interactive 33
new 24 hours 4
new 48 hours8
new 7 days32
new fortnight63
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