FreshPorts -- The Place For Ports notbug Sun, 27 May 2012 11:35 PM BST
Port details
asusoled 0.10_6 sysutils on this many watch lists=0 search for ports that depend on this port
Utility for ASUS USB OLED Display
Maintained by: jkim@FreeBSD.org search for ports maintained by this maintainer
Port Added: 23 Sep 2008 21:20:03
License: not specified in port


This port provides a utility for controlling USB OLED display found
on some ASUS laptops such as G-series models.

Originally it was written by Christian Lamparter <chunkeey@web.de>
for Linux and the early version is still available from here:

	https://launchpad.net/asusoled

Now it is almost rewrite of the code with a lot of new features and
improvements by Jung-uk Kim <jkim@FreeBSD.org>.
CVSWeb : Sources : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: devel/sdl12
Required To Run: x11-fonts/font-bh-ttf
Required Libraries: devel/sdl12, graphics/sdl_image, graphics/sdl_ttf
There are no ports dependent upon this port

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


Configuration Options
     No options to configure

Master Sites:
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/jkim/
ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/jkim/
ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/jkim/
ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/jkim/
ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/jkim/
ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/jkim/
ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/jkim/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 14

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
18 Feb 2012 10:18:33
Original commit files touched by this commit  0.10_6
mva search for other commits by this committer
- Update devel/sdl12 to 1.2.15
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions

Tested by:      exp-run by pav
14 Jan 2012 08:57:23
Original commit files touched by this commit  0.10_5
dougb search for other commits by this committer
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
19 Mar 2011 12:38:54
Original commit files touched by this commit  0.10_5
miwi search for other commits by this committer
- Get Rid MD5 support
29 Dec 2010 20:04:42
Original commit files touched by this commit  0.10_5
pgollucci search for other commits by this committer
- DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.

PR:             ports/153292
Submitted by:   myself (pgollucci)
Tested by:      -exp run by pav
Approved by:    portmgr (pav)
11 Aug 2010 06:57:34
Original commit files touched by this commit  0.10_5
mva search for other commits by this committer
- Update graphics/sdl_ttf to version 2.0.10
- Bump portrevisions for all ports depending on graphics/sdl_ttf
- Update Mk/bsd.sdl.mk for the new shared library version.
28 Mar 2010 06:47:48
Original commit files touched by this commit  0.10_4
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.10_3
dinoex search for other commits by this committer
- update to jpeg-8
30 Jan 2010 09:43:31
Original commit files touched by this commit  0.10_2
mva search for other commits by this committer
- Update devel/sdl12 to version 1.2.14.
- Update audio/sdl_mixer to version 1.2.11.
- Update graphics/sdl_gfx to version 2.0.20.
- Update graphics/sdl_image to version 1.2.10.
- Bump portrevisions for all ports depending on audio/sdl_mixer and
  graphics/sdl_image.
- Update Mk/bsd.sdl.mk accordingly for the new shared lib versions.

PR:             ports/142147 ports/142248 ports/142249
Approved by:    miwi (mentor implicit)
31 Jul 2009 13:57:52
Original commit files touched by this commit  0.10_1
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
09 Mar 2009 17:15:43
Original commit files touched by this commit  0.10
  Sanity Test Failure
stas search for other commits by this committer
- Chase libusb20 rename in r189585.
- Mark sane-backends broken on current due to changes
  in USB stack.

Reviewed by:    thompsa (old version), miwi
Tested by:      miwi
27 Feb 2009 23:43:57
Original commit files touched by this commit  0.10
jkim search for other commits by this committer
Move my local distfiles from HTTP to FTP mirrors.
08 Dec 2008 19:30:48
Original commit files touched by this commit  0.10
jkim search for other commits by this committer
Copy one more distfile to subdirectory to match my other ports.
21 Oct 2008 18:42:08
Original commit files touched by this commit  0.10
jkim search for other commits by this committer
Fix build on pointyhat.
23 Sep 2008 21:19:03
Original commit files touched by this commit  0.10
jkim search for other commits by this committer
This port provides a utility for controlling USB OLED display found
on some ASUS laptops such as G-series models.

Originally it was written by Christian Lamparter <chunkeey@web.de>
for Linux and the early version is still available from here:

        https://launchpad.net/asusoled

Now it is almost rewrite of the code with a lot of new features and
improvements by Jung-uk Kim <jkim@FreeBSD.org>.

Number of commits found: 14

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 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 23676
Broken 193
Deprecated 147
Ignore 737
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 44
Set to expire 188
Interactive 54
new 24 hours 4
new 48 hours6
new 7 days60
new fortnight184
new month253

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.094 seconds.