mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
serdisplib is as a library to drive serial LC- or OLED-displays with
built-in controllers. Some displays connected to the parallel port are also supported. WWW: http://serdisplib.sourceforge.net/ PR: ports/156161 Submitted by: Markus Dolze <bsdfan at nurfuerspam.de>
This commit is contained in:
parent
2c57a5b623
commit
93d19c90a0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=276420
@ -3388,6 +3388,7 @@
|
||||
SUBDIR += sedsed
|
||||
SUBDIR += seed
|
||||
SUBDIR += semantic
|
||||
SUBDIR += serdisplib
|
||||
SUBDIR += sfio
|
||||
SUBDIR += sfml
|
||||
SUBDIR += sfslite
|
||||
|
21
devel/serdisplib/Makefile
Normal file
21
devel/serdisplib/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# New ports collection makefile for: serdisplib
|
||||
# Date created: 2011-03-31
|
||||
# Whom: Markus Dolze <bsdfan@nurfuerspam.de>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= serdisplib
|
||||
PORTVERSION= 1.97.9
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= bsdfan@nurfuerspam.de
|
||||
COMMENT= Library to drive graphical LC- and OLED displays
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/serdisplib/distinfo
Normal file
2
devel/serdisplib/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (serdisplib-1.97.9.tar.gz) = fe82ebe72731e91509083569dfe41a09e21632cc1211cdc4f76274f83ed218fa
|
||||
SIZE (serdisplib-1.97.9.tar.gz) = 293190
|
5
devel/serdisplib/pkg-descr
Normal file
5
devel/serdisplib/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
serdisplib is as a library to drive serial LC- or OLED-displays with
|
||||
built-in controllers. Some displays connected to the parallel port
|
||||
are also supported.
|
||||
|
||||
WWW: http://serdisplib.sourceforge.net/
|
15
devel/serdisplib/pkg-plist
Normal file
15
devel/serdisplib/pkg-plist
Normal file
@ -0,0 +1,15 @@
|
||||
bin/testserdisp
|
||||
bin/l4m132c_tool
|
||||
include/serdisplib/serdisp.h
|
||||
include/serdisplib/serdisp_control.h
|
||||
include/serdisplib/serdisp_connect.h
|
||||
include/serdisplib/serdisp_messages.h
|
||||
include/serdisplib/serdisp_colour.h
|
||||
include/serdisplib/serdisp_tools.h
|
||||
include/serdisplib/serdisp_parport.h
|
||||
lib/libserdisp.so.1.97.9
|
||||
lib/libserdisp.a
|
||||
lib/libserdisp.so.1.97
|
||||
lib/libserdisp.so.1
|
||||
lib/libserdisp.so
|
||||
@dirrmtry include/serdisplib
|
Loading…
Reference in New Issue
Block a user