pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

picocom: Remove this, packaged and imported by me independently.



Module Name:	pkgsrc-wip
Committed By:	Ryo ONODERA <ryoon%NetBSD.org@localhost>
Pushed By:	ryoon
Date:		Mon Feb 15 03:45:40 2016 +0900
Changeset:	2d15ddca3c1ded24d862d46f2d6062115103a184

Modified Files:
	Makefile
Removed Files:
	picocom/DESCR
	picocom/DONE
	picocom/Makefile
	picocom/PLIST
	picocom/TODO
	picocom/distinfo
	picocom/patches/patch-aa

Log Message:
picocom: Remove this, packaged and imported by me independently.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2d15ddca3c1ded24d862d46f2d6062115103a184

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                 |  1 -
 picocom/DESCR            | 11 -----------
 picocom/DONE             |  0
 picocom/Makefile         | 21 ---------------------
 picocom/PLIST            |  3 ---
 picocom/TODO             |  1 -
 picocom/distinfo         |  6 ------
 picocom/patches/patch-aa | 37 -------------------------------------
 8 files changed, 80 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index b62999a..2ecd996 100644
--- a/Makefile
+++ b/Makefile
@@ -2473,7 +2473,6 @@ SUBDIR+=	php-libawl-git
 SUBDIR+=	php-malware-finder
 SUBDIR+=	php-tclink
 SUBDIR+=	picasm
-SUBDIR+=	picocom
 SUBDIR+=	picosat
 SUBDIR+=	picprog
 SUBDIR+=	pidgin-evolution
diff --git a/picocom/DESCR b/picocom/DESCR
deleted file mode 100644
index 57c3eff..0000000
--- a/picocom/DESCR
+++ /dev/null
@@ -1,11 +0,0 @@
-As its name suggests, picocom is a minimal dumb-terminal emulation pro-
-gram. It is, in principle, very much like minicom(1) , 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 "terminal-window" to allow operator intervention in
-PPP connection scripts (something like the  ms-windows  "open  terminal
-window  before / after dialing" feature). It could also prove useful in
-many other similar tasks.
-
-It is a lightweight terminal emulator, that is much simpler to use than
-tip and kermit.
diff --git a/picocom/DONE b/picocom/DONE
deleted file mode 100644
index e69de29..0000000
diff --git a/picocom/Makefile b/picocom/Makefile
deleted file mode 100644
index de4417d..0000000
--- a/picocom/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# $NetBSD: Makefile,v 1.7 2014/06/28 10:37:03 cheusov Exp $
-
-DISTNAME=	picocom-1.7
-CATEGORIES=	comms
-MASTER_SITES=	http://picocom.googlecode.com/files/
-
-MAINTAINER=	inittab%unixdev.net@localhost
-HOMEPAGE=	https://code.google.com/p/picocom/
-COMMENT=	Dumb Terminal Emulator
-LICENSE=	gnu-gpl-v2
-
-USE_TOOLS+=		gmake
-BUILD_TARGET=		picocom
-
-INSTALLATION_DIRS=	bin ${PKGMANDIR}/man8
-
-do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/picocom ${DESTDIR}${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/picocom.8 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/picocom/PLIST b/picocom/PLIST
deleted file mode 100644
index 9b059e5..0000000
--- a/picocom/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2008/11/05 00:29:27 gregschenzel Exp $
-bin/picocom
-man/man8/picocom.8
diff --git a/picocom/TODO b/picocom/TODO
deleted file mode 100644
index a965a70..0000000
--- a/picocom/TODO
+++ /dev/null
@@ -1 +0,0 @@
-Done
diff --git a/picocom/distinfo b/picocom/distinfo
deleted file mode 100644
index 0d91968..0000000
--- a/picocom/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.3 2014/07/16 22:25:11 gregschenzel Exp $
-
-SHA1 (picocom-1.7.tar.gz) = bde6e36af71db845913f9d61f28dee1b485218fa
-RMD160 (picocom-1.7.tar.gz) = f1311e84d21aa359dd98ed74d85ca7a94050e10f
-Size (picocom-1.7.tar.gz) = 42857 bytes
-SHA1 (patch-aa) = 7b031863bd64e5b9ac4421334082bcb1c12a8d1d
diff --git a/picocom/patches/patch-aa b/picocom/patches/patch-aa
deleted file mode 100644
index d2434d3..0000000
--- a/picocom/patches/patch-aa
+++ /dev/null
@@ -1,37 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2014/07/16 22:25:11 gregschenzel Exp $
-
-- Make Makefile aware of installation prefix.
-
---- Makefile.orig	2014-06-18 20:44:43.000000000 +0000
-+++ Makefile
-@@ -7,12 +7,15 @@ UUCP_LOCK_DIR=/var/lock
- CPPFLAGS=-DVERSION_STR=\"$(VERSION)\" \
-          -DUUCP_LOCK_DIR=\"$(UUCP_LOCK_DIR)\" \
-          -DHIGH_BAUD
--CFLAGS = -Wall -g
-+CFLAGS = -Wall -g -I$(PREFIX)/include
- 
- # LD = gcc
--LDFLAGS = -g
-+LDFLAGS = -g -Wl,-R$(PREFIX)/lib -L$(PREFIX)/lib -lcurses
- LDLIBS =
- 
-+BIN = $(PREFIX)/bin
-+MAN8 = $(PREFIX)/man/man8
-+
- picocom : picocom.o term.o
- #	$(LD) $(LDFLAGS) -o $@ $+ $(LDLIBS)
- 
-@@ -21,6 +24,12 @@ term.o : term.c term.h
- 
- doc : picocom.8 picocom.8.html picocom.8.ps
- 
-+install:
-+	-install -d $(BIN)
-+	install -o root picocom $(BIN)
-+	-install -d $(MAN8)
-+	install -o root picocom.8 $(MAN8)
-+
- changes : 
- 	svn log -v . > CHANGES
- 


Home | Main Index | Thread Index | Old Index