Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Apr 2006 07:08:52 GMT
From:      Markus Dolze <mmdolze@users.sourceforge.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/95858: [UPDATE] sysutils/lcdproc to 0.5.0
Message-ID:  <200604160708.k3G78qGq017285@www.freebsd.org>
Resent-Message-ID: <200604160710.k3G7AFj5020255@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         95858
>Category:       ports
>Synopsis:       [UPDATE] sysutils/lcdproc to 0.5.0
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 16 07:10:14 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Markus Dolze
>Release:        FreeBSD-6.0
>Organization:
>Environment:
>Description:
The LCDproc project released version 0.5.0 after nearly2 years. Changes include (from Changelog):

+ dynamic loading of driver modules
* New API in use
+ LCDd will use fill-in functions for drivers that don't support a certain
  function. Available for: vbar, hbar, bignum, heartbeat, icon, cursor.
* Server internal functions cleaned up, moved to other files etc.
* Menu system rewritten
+ Client-supplied menus are now supported
* Key support improved: now keys  are strings, not just single letters
+ Reloading of configuration and drivers by sending a SIGHUP.
  Probably needs improvement ;)
* HD44780 output register support on winamp wiring
* Reporting levels are now used more consistently
+ lcdexec client added
* Display update frequency is now exactly 8Hz.
  Key scan frequency increased to 32Hz.
* Priority scheme changed. Priority classes are now used, that indicate what
  kind of a screen we're dealing with. More useful for interactive clients.
+ better support for operating systems other than Linux: *BSD, Darwin
+ menu support for lcdproc client (configure option)
+ Added CFontz633 driver for CrytalFontz CFA633
+ Added CFontzPacket driver fro CrystalFontz CFA-633, CFA-631, CFA-635
+ Added glcdlib meta-driver for all LCDs supported by graphlcd-base
+ Added icp_a106 driver for A106 alarm/LCD boards in 19" racks by ICP
+ Added imon driver for iMON IR/VFD Modules from Silverstone, Uneed, ...
+ Added IOWarrior driver for IOWarrior USB controllers
+ Added lcterm driver for serial LCD terminal from Neumark Elektronik
+ Added ms6931 driver for MSI-6931 displays in 1U rack servers by MSI
+ Added mtc_s16209x driver for MTC-S16209x by Microtips Technology Inc
+ Added NoritakeVFD driver for Noritake VFD Device CU20045SCPB-T28A
+ Added pyramid driver for Pyramid LC-Displays
+ Added serialVFD driver for NEC FIPC8367 based serial VFDs
+ Added tyan driver for LCDs in Tyan Barebone GS series
+ Added ula200 driver for the USB board ULA-200 from ELV
+ Added xosd driver for On Screen Display on X
+ Added HD44780 subdriver bwctusb for USB-to-LCD converters from BWCT
+ Added HD44780 subdriver lcdserializer for an serial-LCD converter
+ Added HD44780 subdriver i2c to conned LCDs using the I2C bus
+ Added HD44780 subdriver lis2 for the LIS2 serial-to-USB converter

With submitting this ipdate I also want to take maintainership of this port as my ongoing conribution to the LCDproc project.
>How-To-Repeat:

>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	lcdproc
#	lcdproc/files
#	lcdproc/files/LCDd.sh.in
#	lcdproc/files/lcdproc.sh.in
#	lcdproc/Makefile
#	lcdproc/pkg-descr
#	lcdproc/distinfo
#	lcdproc/pkg-plist
#
echo c - lcdproc
mkdir -p lcdproc > /dev/null 2>&1
echo c - lcdproc/files
mkdir -p lcdproc/files > /dev/null 2>&1
echo x - lcdproc/files/LCDd.sh.in
sed 's/^X//' >lcdproc/files/LCDd.sh.in << 'END-of-lcdproc/files/LCDd.sh.in'
X#!/bin/sh
X#
X# PROVIDE: LCDd
X# REQUIRE: DAEMON
X
X#
X# DO NOT CHANGE THESE DEFAULT VALUES HERE
X# SET THEM IN THE /etc/rc.conf FILE
X#
Xprefix="%%PREFIX%%"
X
Xconfigfile="${prefix}/etc/LCDd.conf"
X
XLCDd_enable=${LCDd_enable-"NO"}
XLCDd_flags=${LCDd_flags-"-c "${configfile}}
X
X. /etc/rc.subr
X
Xrequired_files=${configfile}
Xname="LCDd"
Xrcvar=`set_rcvar`
Xcommand="${prefix}/sbin/LCDd"
X
Xload_rc_config $name
Xrun_rc_command "$1"
END-of-lcdproc/files/LCDd.sh.in
echo x - lcdproc/files/lcdproc.sh.in
sed 's/^X//' >lcdproc/files/lcdproc.sh.in << 'END-of-lcdproc/files/lcdproc.sh.in'
X#!/bin/sh
X#
X# PROVIDE: lcdproc
X# REQUIRE: LCDd
X
X#
X# DO NOT CHANGE THESE DEFAULT VALUES HERE
X# SET THEM IN THE /etc/rc.conf FILE
X#
Xprefix="%%PREFIX%%"
X
Xlcdproc_enable=${lcdproc_enable-"NO"}
Xlcdproc_flags=${lcdproc_flags-"-d C S M U"}
X
X. /etc/rc.subr
X
Xname="lcdproc"
Xrcvar=`set_rcvar`
Xcommand="${prefix}/bin/lcdproc"
X
Xload_rc_config $name
Xrun_rc_command "$1"
END-of-lcdproc/files/lcdproc.sh.in
echo x - lcdproc/Makefile
sed 's/^X//' >lcdproc/Makefile << 'END-of-lcdproc/Makefile'
X# New ports collection makefile for:	lcdproc
X# Date created:				Sat Jun  1 20:03:41 EDT 2002
X# Whom:					pat
X#
X# $FreeBSD$
X#
X
XPORTNAME=	lcdproc
XPORTVERSION=	0.5.0
XCATEGORIES=	sysutils
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	${PORTNAME}
X
XMAINTAINER=	mmdolze@users.sourceforge.net
XCOMMENT=	A client/server suite for LCD devices
X
XONLY_FOR_ARCHS=	i386
XGNU_CONFIGURE=	yes
XCONFIGURE_ARGS=	--enable-drivers=all \
X		--disable-ldap \
X		--disable-doxygen
XCONFIGURE_ENV=	CFLAGS="${CFLAGS}"
XSUB_FILES=	LCDd.sh lcdproc.sh
X
XMAN1=		lcdexec.1 lcdproc.1
XMAN8=		LCDd.8
X
X.if defined(WITH_USB)
XLIB_DEPENDS+=	usb-0.1.8:${PORTSDIR}/devel/libusb
XCONFIGURE_ARGS+=--enable-libusb
XPLIST_SUB+=	USB=""
X.else
XCONFIGURE_ARGS+=--disable-libusb
XPLIST_SUB+=	USB="@comment "
X.endif
X
Xpost-patch:
X	@${REINPLACE_CMD} -e 's!server/drivers!${PREFIX}/lib/lcdproc!' ${WRKSRC}/LCDd.conf
X
Xpost-install:
X	@${INSTALL_DATA} ${WRKSRC}/LCDd.conf ${PREFIX}/etc/LCDd.conf.sample
X	@${INSTALL_DATA} ${WRKSRC}/LCDclients.conf ${PREFIX}/etc/LCDclients.conf.sample
X	@${INSTALL_SCRIPT} ${WRKDIR}/LCDd.sh ${WRKDIR}/lcdproc.sh ${PREFIX}/etc/rc.d
X
X.include <bsd.port.mk>
END-of-lcdproc/Makefile
echo x - lcdproc/pkg-descr
sed 's/^X//' >lcdproc/pkg-descr << 'END-of-lcdproc/pkg-descr'
X[from README]
XLCDproc is a client/server suite including drivers for all kinds
Xof nifty LCD devices. The server works with different display sizes
Xand supports several serial devices: Matrix Orbital, Crystal Fontz,
XBayrad, LB216, LCDM001 (kernelconcepts.de), Wirz-SLI and PIC-an-LCD;
Xand some devices connected to the parallel port: HD44780, STV5730,
XT6963, SED1520 and SED1330. Various clients are available that
Xdisplay things like CPU load, system load, memory usage, uptime,
Xand a lot more.
X
XWWW: http://www.lcdproc.org/
END-of-lcdproc/pkg-descr
echo x - lcdproc/distinfo
sed 's/^X//' >lcdproc/distinfo << 'END-of-lcdproc/distinfo'
XMD5 (lcdproc-0.5.0.tar.gz) = 4b67e421c19063fa322611a849ab5b80
XSHA256 (lcdproc-0.5.0.tar.gz) = a7567f3f68517008e68d15b33630f36ba539540fbb361a2f9c440ce2ceb8393b
XSIZE (lcdproc-0.5.0.tar.gz) = 711118
END-of-lcdproc/distinfo
echo x - lcdproc/pkg-plist
sed 's/^X//' >lcdproc/pkg-plist << 'END-of-lcdproc/pkg-plist'
Xbin/fortune.pl
Xbin/iosock.pl
Xbin/lcdexec
Xbin/lcdheadlines
Xbin/lcdmetar.pl
Xbin/lcdproc
Xbin/tail.pl
Xbin/x11amp.pl
Xetc/LCDclients.conf.sample
Xetc/LCDd.conf.sample
Xetc/rc.d/LCDd.sh
Xetc/rc.d/lcdproc.sh
Xlib/lcdproc/CFontz.so
Xlib/lcdproc/CFontz633.so
Xlib/lcdproc/CFontzPacket.so
Xlib/lcdproc/CwLnx.so
X%%USB%%lib/lcdproc/IOWarrior.so
Xlib/lcdproc/MtxOrb.so
Xlib/lcdproc/NoritakeVFD.so
Xlib/lcdproc/bayrad.so
Xlib/lcdproc/curses.so
Xlib/lcdproc/glk.so
Xlib/lcdproc/hd44780.so
Xlib/lcdproc/icp_a106.so
Xlib/lcdproc/imon.so
Xlib/lcdproc/lb216.so
Xlib/lcdproc/lcdm001.so
Xlib/lcdproc/lcterm.so
Xlib/lcdproc/ms6931.so
Xlib/lcdproc/mtc_s16209x.so
Xlib/lcdproc/pyramid.so
Xlib/lcdproc/sed1330.so
Xlib/lcdproc/sed1520.so
Xlib/lcdproc/serialVFD.so
Xlib/lcdproc/sli.so
Xlib/lcdproc/stv5730.so
Xlib/lcdproc/t6963.so
Xlib/lcdproc/text.so
Xlib/lcdproc/tyan.so
Xsbin/LCDd
X@dirrm lib/lcdproc
END-of-lcdproc/pkg-plist
exit

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604160708.k3G78qGq017285>