diff options
-rw-r--r-- | comms/picocom/DESCR | 9 | ||||
-rw-r--r-- | comms/picocom/Makefile | 29 | ||||
-rw-r--r-- | comms/picocom/PLIST | 7 | ||||
-rw-r--r-- | comms/picocom/distinfo | 6 |
4 files changed, 51 insertions, 0 deletions
diff --git a/comms/picocom/DESCR b/comms/picocom/DESCR new file mode 100644 index 00000000000..f00475e1b46 --- /dev/null +++ b/comms/picocom/DESCR @@ -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. diff --git a/comms/picocom/Makefile b/comms/picocom/Makefile new file mode 100644 index 00000000000..0bbecd9d641 --- /dev/null +++ b/comms/picocom/Makefile @@ -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" diff --git a/comms/picocom/PLIST b/comms/picocom/PLIST new file mode 100644 index 00000000000..48531b641e3 --- /dev/null +++ b/comms/picocom/PLIST @@ -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 diff --git a/comms/picocom/distinfo b/comms/picocom/distinfo new file mode 100644 index 00000000000..5a9492b9b94 --- /dev/null +++ b/comms/picocom/distinfo @@ -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 |