pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
linenoise: Moved to pkgsrc
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Sun Sep 18 18:50:48 2016 +0200
Changeset: ee89df2bd8f7c459efb19a371e67b910907c6378
Modified Files:
brlcad/Makefile
Removed Files:
linenoise/DESCR
linenoise/Makefile
linenoise/PLIST
linenoise/distinfo
Log Message:
linenoise: Moved to pkgsrc
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ee89df2bd8f7c459efb19a371e67b910907c6378
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
brlcad/Makefile | 2 ++
linenoise/DESCR | 9 ---------
linenoise/Makefile | 30 ------------------------------
linenoise/PLIST | 3 ---
linenoise/distinfo | 6 ------
5 files changed, 2 insertions(+), 48 deletions(-)
diffs:
diff --git a/brlcad/Makefile b/brlcad/Makefile
index 52ec74e..ebf622b 100644
--- a/brlcad/Makefile
+++ b/brlcad/Makefile
@@ -41,6 +41,8 @@ PKGCONFIG_OVERRIDE+= src/other/libpng/scripts/libpng.pc.in
PKGCONFIG_OVERRIDE+= src/other/libpng/libpng.pc.in
PKGCONFIG_OVERRIDE+= src/other/libz/zlib.pc.in
+.include "../../graphics/netpbm/buildlink3.mk"
+.include "../../devel/tinycthread/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/tk/buildlink3.mk"
.include "../../lang/tcl/buildlink3.mk"
diff --git a/linenoise/DESCR b/linenoise/DESCR
deleted file mode 100644
index 911d979..0000000
--- a/linenoise/DESCR
+++ /dev/null
@@ -1,9 +0,0 @@
-A minimal, zero-config, BSD licensed, readline replacement.
-
-Noteworthy features:
- - Single and multi line editing mode with the usual key bindings implemented.
- - History handling.
- - Completion.
- - Hints (suggestions at the right of the prompt as you type).
- - About 1,100 lines of BSD license source code.
- - Only uses a subset of VT100 escapes (ANSI.SYS compatible).
diff --git a/linenoise/Makefile b/linenoise/Makefile
deleted file mode 100644
index b7e256a..0000000
--- a/linenoise/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# $NetBSD$
-
-DISTNAME= linenoise-1.0
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_GITHUB:=antirez/}
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://github.com/antirez/linenoise/
-COMMENT= Small self-contained alternative to readline and libedit
-LICENSE= 2-clause-bsd
-
-USE_LIBTOOL= yes
-
-INSTALLATION_DIRS= include lib
-
-do-build:
- ${RUN} cd ${WRKSRC} && \
- ${LIBTOOL} --mode=compile --tag=CC ${CC} ${CFLAGS} \
- -c linenoise.c
- ${RUN} cd ${WRKSRC} && \
- ${LIBTOOL} --mode=link --tag=CC ${CC} -avoid-version ${LDFLAGS} \
- -o liblinenoise.la linenoise.lo -rpath ${PREFIX}/lib
-
-do-install:
- ${RUN} cd ${WRKSRC} && \
- ${LIBTOOL} --mode=install ${INSTALL_LIB} \
- -c liblinenoise.la ${DESTDIR}${PREFIX}/lib/liblinenoise.la
- ${INSTALL_DATA} ${WRKSRC}/linenoise.h ${DESTDIR}${PREFIX}/include
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/linenoise/PLIST b/linenoise/PLIST
deleted file mode 100644
index a0c7939..0000000
--- a/linenoise/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD$
-include/linenoise.h
-lib/liblinenoise.la
diff --git a/linenoise/distinfo b/linenoise/distinfo
deleted file mode 100644
index ce00a8c..0000000
--- a/linenoise/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (linenoise-1.0.tar.gz) = 850cf34d1f7f1b14ae696dd4e9bd968e736e2759
-RMD160 (linenoise-1.0.tar.gz) = 6178d0eda2e803300a4e538b47635abe3bf8f2dc
-SHA512 (linenoise-1.0.tar.gz) = 9e68fade8d64d7ba8d5d681e74d0ca6c4ebd9576249bb0e885b1aa708a9af77a43ea6264307ae46fb74e52219387a2c831b570f9601e331837f35294af9883e3
-Size (linenoise-1.0.tar.gz) = 14222 bytes
Home |
Main Index |
Thread Index |
Old Index