pkgsrc-WIP-changes archive

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

pta: Fixed DESCR vis-editor: fixed options.mk



Module Name:	pkgsrc-wip
Committed By:	Manuel Kuklinski <mk%asdfghasdfgh.de@localhost>
Pushed By:	mk
Date:		Mon Jul 3 22:02:04 2023 +0200
Changeset:	9f28c3e28a34ba3dbb0106069edf54580942f319

Modified Files:
	Makefile
	pta/DESCR
	vis-editor/options.mk

Log Message:
pta: Fixed DESCR
vis-editor: fixed options.mk

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

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

diffstat:
 Makefile              |  5 +++--
 pta/DESCR             | 26 +++-----------------------
 vis-editor/options.mk |  4 ----
 3 files changed, 6 insertions(+), 29 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 30822b4fa8..679efac8ed 100644
--- a/Makefile
+++ b/Makefile
@@ -2,8 +2,7 @@
 
 COMMENT=	Work-in-progress packages
 
-SUBDIR+=	pta
-SUBDIR+=	retawq
+
 SUBDIR+=	2048-c
 SUBDIR+=	3dsconv
 SUBDIR+=	4ti2
@@ -3269,6 +3268,7 @@ SUBDIR+=	prusaslicer
 SUBDIR+=	psh
 SUBDIR+=	psybnc
 SUBDIR+=	pt-ttf
+SUBDIR+=	pta
 SUBDIR+=	ptlib
 SUBDIR+=	ptpd
 SUBDIR+=	pts
@@ -4985,6 +4985,7 @@ SUBDIR+=	reone
 SUBDIR+=	repeatmasker
 SUBDIR+=	reproc
 SUBDIR+=	resin
+SUBDIR+=	retawq
 SUBDIR+=	revealjs
 SUBDIR+=	revelation
 SUBDIR+=	reviewdog
diff --git a/pta/DESCR b/pta/DESCR
index 0e4034cd75..75d24d96ab 100644
--- a/pta/DESCR
+++ b/pta/DESCR
@@ -1,23 +1,3 @@
-TODO: Adjust the following lines from README
-
-# $Id: README,v 1.2 2020/09/27 15:38:25 schwarze Exp $
-#
-# Copyright (c) 2020 Ingo Schwarze <schwarze%openbsd.org@localhost>
-#
-# Permission to use, copy, modify, and distribute this software for any
-# purpose with or without fee is hereby granted, provided that the above
-# copyright notice and this permission notice appear in all copies.
-#
-# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
-# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
-# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
-# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
-# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
-# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
-# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-
-pta - the plain text accounting program
----------------------------------------
-The Plain Text Accounting program reads bookkeeping journals and
-writes account lists, balances, and cost center assessments to
-...
+pta reads bookkeeping journals and writes account lists, balances, and
+cost center assessments to standard output. All input files are ASCII
+text files. It is written in Perl 5 and comes with an ISC license.
diff --git a/vis-editor/options.mk b/vis-editor/options.mk
index fa9e7a32ad..2f3cc70246 100644
--- a/vis-editor/options.mk
+++ b/vis-editor/options.mk
@@ -12,8 +12,4 @@ PKG_SUGGESTED_OPTIONS=		ncurses
 .  include "../../devel/ncursesw/buildlink3.mk"
 .else
 .  include "../../mk/curses.buildlink3.mk"
-.  if ${CURSES_TYPE} != "ncursesw"
-# See netbsd/README.md
-CONFIGURE_ARGS+=		--disable-unicode
-.  endif
 .endif


Home | Main Index | Thread Index | Old Index