a023 FreshPorts -- deskutils/tpb
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
tpb 0.6.4_10 deskutils on this many watch lists=5 search for ports that depend on this port
On-Screen-Display for hotkeys of IBM ThinkPads

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: 09 Jun 2005 22:56:48
License: not specified in port


With TPB it is possible to bind programs to the ThinkPad, Mail, Home and
Search buttons. TPB can also run a callback program on each state change with
the changed state and the new state as options. So it is possible to trigger
several actions on different events. 

TPB has an on-screen display (OSD) to show volume, mute, brightness and some
other information. Furthermore TPB supports a software mixer, as some models
of the R series ThinkPads have no hardware mixer to change the volume.

WWW: http://www.nongnu.org/tpb/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

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

Required To Build:
  1. devel/bison
  2. devel/gmake
Required Libraries:
  1. misc/xosd
  2. converters/libiconv
  3. devel/gettext
There are no ports dependent upon this port

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


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.twaren.net/Unix/NonGNU/tpb/
  3. ftp://gnu.mirrors.pair.com/savannah/tpb/
  4. http://download-mirror.savannah.gnu.org/releases/tpb/
  5. http://ftp.twaren.net/Unix/NonGNU/tpb/
  6. http://gnu.mirrors.pair.com/savannah/savannah/tpb/
  7. http://mirror.lihnidos.org/GNU/savannah/tpb/
  8. http://nongnu.askapache.com/tpb/

Number of commits found: 27

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
29 Apr 2013 22:27:05
Refresh Original commit files touched by this commit
  Sanity Test Failure
bapt search for other commits by this committer
Convert a bunch of ports from WITHOUT_NLS -> ${PORT_OPTIONS:MNLS}

While here:
- trim headers
- convert to new options framework
27 Apr 2013 08:50:47
Original commit files touched by this commit  0.6.4_10
mva search for other commits by this committer
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	bapt, kwm
26 Apr 2013 10:44:29
Original commit files touched by this commit  0.6.4_10
ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 4)

Approved by:	portmgr (bapt)
08 Mar 2013 11:32:12
Original commit files touched by this commit  0.6.4_10
bapt search for other commits by this committer
Convert USE_BISON to USES= bison

It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build

it brings bison as a run dependency in case it is set the following way:
USES= bison:run

it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both

While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
01 Jun 2012 05:26:28
Original commit files touched by this commit  0.6.4_10
dinoex search for other commits by this committer
- update png to 1.5.10
05 Jul 2011 02:51:16
Original commit files touched by this commit  0.6.4_9
tabthorpe search for other commits by this committer
- Reassign to the heap
20 Mar 2011 12:54:45
Original commit files touched by this commit  0.6.4_9
miwi search for other commits by this committer
- Get Rid MD5 support
31 May 2010 02:01:56
Original commit files touched by this commit  0.6.4_9
ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
28 Mar 2010 06:47:48
Original commit files touched by this commit  0.6.4_8
dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
05 Feb 2010 11:46:55
Original commit files touched by this commit  0.6.4_7
dinoex search for other commits by this committer
- update to jpeg-8
13 Nov 2009 02:31:36
Original commit files touched by this commit  0.6.4_6
markus search for other commits by this committer
Make the apm(4) code i386 only as apm(4) doesn't exist on amd64

Submitted by:   QAT
Pointyhat to:   me, myself and I
12 Nov 2009 23:02:44
Original commit files touched by this commit  0.6.4_6
markus search for other commits by this committer
- Make tpb work if ACPI is not being used as requested by a user. In this case
  nvram(4) and apm(4) are being used instead of acpi_ibm(4) to get the required
  data.
- Bump PORTREVISION
31 Jul 2009 13:57:52
Original commit files touched by this commit  0.6.4_5
dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
05 Jan 2009 17:27:29
Original commit files touched by this commit  0.6.4_4
pav search for other commits by this committer
- Remove conditional checks relevant only on FreeBSD 5.x and older
21 Aug 2008 06:18:49
Original commit files touched by this commit  0.6.4_4
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)
06 Jun 2008 13:18:34
Original commit files touched by this commit  0.6.4_4
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
19 Apr 2008 17:56:05
Original commit files touched by this commit  0.6.4_3
  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)
17 Oct 2007 10:13:01
Original commit files touched by this commit  0.6.4_3
ade search for other commits by this committer
Migration from bison 1.x to 2.x

PR:             117086
Tested by:      -exp runs
19 May 2007 20:32:57
Original commit files touched by this commit  0.6.4_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}.
04 May 2006 21:41:12
Original commit files touched by this commit  0.6.4_1
edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with D
17 Apr 2006 15:06:53
Original commit files touched by this commit  0.6.4_1
markus search for other commits by this committer
Clarify that only some models of the R series ThinkPads don't have a
hardware mixer
07 Mar 2006 08:28:06
Original commit files touched by this commit  0.6.4_1
ade search for other commits by this committer
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.

Discussed with: kris
Approved by:    portmgr (implicit)
07 Jan 2006 06:59:54
Original commit files touched by this commit  0.6.4
edwin search for other commits by this committer
deskutils/tpb to 0.6.4

        Update to current release.

PR:             ports/90000
Submitted by:   Peter Thoenen <eol1@yahoo.com>
Approved by:    maintainer timeout
20 Jun 2005 21:10:58
Original commit files touched by this commit  0.6.3_3
markus search for other commits by this committer
- Fix plist
- Bump PORTREVISION

Submitted by:   pointyhat via kris
13 Jun 2005 15:43:30
Original commit files touched by this commit  0.6.3_2
markus search for other commits by this committer
- Add Bluetooth support
- Don't fail if wlan, bluetooth or thinklight sysctls are not present. They
  are generated dynamically by the driver
- Bump PORTREVISION
10 Jun 2005 13:33:41
Original commit files touched by this commit  0.6.3_1
markus search for other commits by this committer
- Fix writing the volume
- Fix some typos in pkg-descr [1]
- Fix an example in the manpage
- Bump PORTREVISION

Submitted by:   brueffer [1]
09 Jun 2005 22:56:12
Original commit files touched by this commit  0.6.3
markus search for other commits by this committer
Add tpb 0.6.3, An On-Screen-Display for hotkeys of IBM ThinkPads and the first
consumer of the updated acpi_ibm(4) driver:

With TPB it is possible to bind a program to the ThinkPad, Mail, Home and
Search button. TPB can also run a callback program on each state change with
the changed state and the new state as options. So it is possible to trigger
several actions on different events.

TPB has an on-screen display (OSD) to show volume, mute, brightness and some
other information. Furthermore TPB supports a software mixer, as the R series
ThinkPads have no hardware mixer to change the volume.

WWW: http://www.nongnu.org/tpb/

Number of commits found: 27

282a
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 24523
Broken 217
Deprecated 473
Ignore 637
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 27
Expired 132
Set to expire 511
Interactive 33
new 24 hours 7
new 48 hours10
new 7 days29
new fortnight78
new month210

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