Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

9
comms/picocom/DESCR Normal file
View File

@@ -0,0 +1,9 @@
As its name suggests, picocom is a minimal dumb-terminal emulation
program. It is, in principle, very much like minicom, only it's
"pico" instead of "mini"!
It was designed to serve as a simple, manual, modem configuration,
testing, and debugging tool. It has also served (quite well) as a
low-tech serial communications program to allow access to all types
of devices that provide serial consoles. It could also prove useful
in many other similar tasks.

29
comms/picocom/Makefile Normal file
View File

@@ -0,0 +1,29 @@
# $NetBSD: Makefile,v 1.1 2016/02/14 07:54:51 ryoon Exp $
DISTNAME= picocom-2.1
CATEGORIES= comms
MASTER_SITES= ${MASTER_SITE_GITHUB:=npat-efault/}
GITHUB_PROJECT= picocom
GITHUB_TAG= ${PKGVERSION_NOREV}
MAINTAINER= ryoon@NetBSD.org
HOMEPAGE= https://github.com/npat-efault/picocom
COMMENT= Minimal dumb-terminal emulation program
LICENSE= gnu-gpl-v2
PC_BINARY= picocom
PC_SCRIPTS= pcasc pcxm pcym pczm
PC_MAN= picocom.1
INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PC_BINARY} \
${DESTDIR}${PREFIX}/bin
.for f in ${PC_SCRIPTS}
${INSTALL_SCRIPT} ${WRKSRC}/${f} ${DESTDIR}${PREFIX}/bin
.endfor
${INSTALL_DATA} ${WRKSRC}/${PC_MAN} \
${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
.include "../../mk/bsd.pkg.mk"

7
comms/picocom/PLIST Normal file
View File

@@ -0,0 +1,7 @@
@comment $NetBSD: PLIST,v 1.1 2016/02/14 07:54:51 ryoon Exp $
bin/pcasc
bin/pcxm
bin/pcym
bin/pczm
bin/picocom
man/man1/picocom.1

6
comms/picocom/distinfo Normal file
View File

@@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.1 2016/02/14 07:54:51 ryoon Exp $
SHA1 (picocom-2.1.tar.gz) = ddcc98cdeefe1fa57b0349d86254932ae3b0edfe
RMD160 (picocom-2.1.tar.gz) = 0315b5767cee7077762bdb9937df17574d4f8fc5
SHA512 (picocom-2.1.tar.gz) = 0df692118e3cfa27edd8ff9d5abbde8a9dc02fb015476ab1469337d616eb69411db125a967107276fb50bc58e7b9748429b9ded4943712a082a10827d595c03e
Size (picocom-2.1.tar.gz) = 89281 bytes