pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
newt: import newt-0.52.21 as devel/newt
Module Name: pkgsrc-wip
Committed By: Travis Paul <tr%vispaul.me@localhost>
Pushed By: tpaul
Date: Thu Apr 9 19:03:02 2020 +0800
Changeset: 2ee21da9ea8b2084d0077ef7a6817379f34ce7ee
Modified Files:
Makefile
Added Files:
newt/DESCR
newt/Makefile
newt/PLIST
newt/distinfo
Log Message:
newt: import newt-0.52.21 as devel/newt
Newt is a programming library for color text mode, widget based user
interfaces. Newt can be used to add stacked windows, entry widgets,
checkboxes, radio buttons, labels, plain text fields, scrollbars,
etc., to text mode user interfaces. Newt is based on the slang library.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2ee21da9ea8b2084d0077ef7a6817379f34ce7ee
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
newt/DESCR | 4 +++
newt/Makefile | 22 ++++++++++++++++
newt/PLIST | 83 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
newt/distinfo | 6 +++++
5 files changed, 116 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 06e14ae241..0c0a7d8301 100644
--- a/Makefile
+++ b/Makefile
@@ -2373,6 +2373,7 @@ SUBDIR+= netwox
SUBDIR+= netx
SUBDIR+= newsboat
SUBDIR+= newsboat213
+SUBDIR+= newt
SUBDIR+= nget
SUBDIR+= ngircd
SUBDIR+= nicotine+
diff --git a/newt/DESCR b/newt/DESCR
new file mode 100644
index 0000000000..3c7632d45c
--- /dev/null
+++ b/newt/DESCR
@@ -0,0 +1,4 @@
+Newt is a programming library for color text mode, widget based user
+interfaces. Newt can be used to add stacked windows, entry widgets,
+checkboxes, radio buttons, labels, plain text fields, scrollbars,
+etc., to text mode user interfaces. Newt is based on the slang library.
diff --git a/newt/Makefile b/newt/Makefile
new file mode 100644
index 0000000000..3e3329e988
--- /dev/null
+++ b/newt/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD$
+
+DISTNAME= newt-r${PKGVERSION_NOREV:S/./-/g}
+PKGNAME= newt-0.52.21
+CATEGORIES= devel
+MASTER_SITES= https://pagure.io/newt/archive/r${PKGVERSION_NOREV:S/./-/g}/
+
+MAINTAINER= tpaul%NetBSD.org@localhost
+HOMEPAGE= https://pagure.io/newt
+COMMENT= Programming library for color text mode user interaces
+LICENSE= gnu-gpl-v2
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= automake gmake
+
+pre-configure:
+ cd ${WRKSRC} && sh ./autogen.sh
+
+.include "../../devel/libslang2/buildlink3.mk"
+.include "../../devel/popt/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/newt/PLIST b/newt/PLIST
new file mode 100644
index 0000000000..5df860cca1
--- /dev/null
+++ b/newt/PLIST
@@ -0,0 +1,83 @@
+@comment $NetBSD$
+bin/whiptail
+include/newt.h
+lib/libnewt.a
+lib/libnewt.so
+lib/libnewt.so.0.52
+lib/libnewt.so.${PKGVERSION}
+lib/pkgconfig/libnewt.pc
+man/man1/whiptail.1
+share/locale/ar/LC_MESSAGES/newt.mo
+share/locale/as/LC_MESSAGES/newt.mo
+share/locale/ast/LC_MESSAGES/newt.mo
+share/locale/bal/LC_MESSAGES/newt.mo
+share/locale/bg/LC_MESSAGES/newt.mo
+share/locale/bn/LC_MESSAGES/newt.mo
+share/locale/bn_IN/LC_MESSAGES/newt.mo
+share/locale/bs/LC_MESSAGES/newt.mo
+share/locale/ca/LC_MESSAGES/newt.mo
+share/locale/cs/LC_MESSAGES/newt.mo
+share/locale/cy/LC_MESSAGES/newt.mo
+share/locale/da/LC_MESSAGES/newt.mo
+share/locale/de/LC_MESSAGES/newt.mo
+share/locale/dz/LC_MESSAGES/newt.mo
+share/locale/el/LC_MESSAGES/newt.mo
+share/locale/eo/LC_MESSAGES/newt.mo
+share/locale/es/LC_MESSAGES/newt.mo
+share/locale/et/LC_MESSAGES/newt.mo
+share/locale/eu/LC_MESSAGES/newt.mo
+share/locale/fa/LC_MESSAGES/newt.mo
+share/locale/fi/LC_MESSAGES/newt.mo
+share/locale/fr/LC_MESSAGES/newt.mo
+share/locale/ga/LC_MESSAGES/newt.mo
+share/locale/gl/LC_MESSAGES/newt.mo
+share/locale/gu/LC_MESSAGES/newt.mo
+share/locale/he/LC_MESSAGES/newt.mo
+share/locale/hi/LC_MESSAGES/newt.mo
+share/locale/hr/LC_MESSAGES/newt.mo
+share/locale/hu/LC_MESSAGES/newt.mo
+share/locale/ia/LC_MESSAGES/newt.mo
+share/locale/id/LC_MESSAGES/newt.mo
+share/locale/it/LC_MESSAGES/newt.mo
+share/locale/ja/LC_MESSAGES/newt.mo
+share/locale/ka/LC_MESSAGES/newt.mo
+share/locale/km/LC_MESSAGES/newt.mo
+share/locale/kn/LC_MESSAGES/newt.mo
+share/locale/ko/LC_MESSAGES/newt.mo
+share/locale/ku/LC_MESSAGES/newt.mo
+share/locale/lt/LC_MESSAGES/newt.mo
+share/locale/lv/LC_MESSAGES/newt.mo
+share/locale/mg/LC_MESSAGES/newt.mo
+share/locale/mk/LC_MESSAGES/newt.mo
+share/locale/ml/LC_MESSAGES/newt.mo
+share/locale/mr/LC_MESSAGES/newt.mo
+share/locale/ms/LC_MESSAGES/newt.mo
+share/locale/nb/LC_MESSAGES/newt.mo
+share/locale/nds/LC_MESSAGES/newt.mo
+share/locale/ne/LC_MESSAGES/newt.mo
+share/locale/nl/LC_MESSAGES/newt.mo
+share/locale/nn/LC_MESSAGES/newt.mo
+share/locale/pa/LC_MESSAGES/newt.mo
+share/locale/pl/LC_MESSAGES/newt.mo
+share/locale/pt/LC_MESSAGES/newt.mo
+share/locale/pt_BR/LC_MESSAGES/newt.mo
+share/locale/ro/LC_MESSAGES/newt.mo
+share/locale/ru/LC_MESSAGES/newt.mo
+share/locale/sk/LC_MESSAGES/newt.mo
+share/locale/sl/LC_MESSAGES/newt.mo
+share/locale/sq/LC_MESSAGES/newt.mo
+share/locale/sr/LC_MESSAGES/newt.mo
+share/locale/sr@latin/LC_MESSAGES/newt.mo
+share/locale/sv/LC_MESSAGES/newt.mo
+share/locale/ta/LC_MESSAGES/newt.mo
+share/locale/te/LC_MESSAGES/newt.mo
+share/locale/tg/LC_MESSAGES/newt.mo
+share/locale/th/LC_MESSAGES/newt.mo
+share/locale/tl/LC_MESSAGES/newt.mo
+share/locale/tr/LC_MESSAGES/newt.mo
+share/locale/uk/LC_MESSAGES/newt.mo
+share/locale/vi/LC_MESSAGES/newt.mo
+share/locale/wo/LC_MESSAGES/newt.mo
+share/locale/xh/LC_MESSAGES/newt.mo
+share/locale/zh_CN/LC_MESSAGES/newt.mo
+share/locale/zh_TW/LC_MESSAGES/newt.mo
diff --git a/newt/distinfo b/newt/distinfo
new file mode 100644
index 0000000000..e03003f3a6
--- /dev/null
+++ b/newt/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (newt-r0-52-21.tar.gz) = 96330242c3fc6a75a521181df999bf8e890afee7
+RMD160 (newt-r0-52-21.tar.gz) = 14d750e886c22accc78df95e3a03234b2817d347
+SHA512 (newt-r0-52-21.tar.gz) = 6a72e7f624edfcf4638cdced69ae3443dcd9abfe306e506b3220f48403dcb841ff7b05e07eabbabe73cfa689486c6ce64e240951abb1bc42c791d14493738247
+Size (newt-r0-52-21.tar.gz) = 127566 bytes
Home |
Main Index |
Thread Index |
Old Index