pkgsrc-WIP-changes archive

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

preftools: remove, imported to pkgsrc/misc/preftools



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Mon Aug 15 16:44:31 2022 +0200
Changeset:	47e4e26410f15f29e4f8b75a946f39f91cfe2d1a

Modified Files:
	Makefile
Removed Files:
	preftools/DESCR
	preftools/Makefile
	preftools/PLIST
	preftools/distinfo

Log Message:
preftools: remove, imported to pkgsrc/misc/preftools

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

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

diffstat:
 Makefile           |  3 ++-
 preftools/DESCR    |  4 ----
 preftools/Makefile | 38 --------------------------------------
 preftools/PLIST    | 12 ------------
 preftools/distinfo |  5 -----
 5 files changed, 2 insertions(+), 60 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index f8db99b684..99a4c640f6 100644
--- a/Makefile
+++ b/Makefile
@@ -365,6 +365,7 @@ SUBDIR+=	cacti-plugin-rrdclean
 SUBDIR+=	cacti-plugin-settings
 SUBDIR+=	cacti-plugin-thold
 SUBDIR+=	cacti-plugin-weathermap
+SUBDIR+=	caddy
 SUBDIR+=	cairo-dingbat-ttf
 SUBDIR+=	cairo-dock
 SUBDIR+=	cairo-dock-plugins
@@ -3292,7 +3293,6 @@ SUBDIR+=	ppp
 SUBDIR+=	ppr
 SUBDIR+=	praat
 SUBDIR+=	prboom-plus
-SUBDIR+=	preftools
 SUBDIR+=	preload
 SUBDIR+=	premake
 SUBDIR+=	premake4
@@ -6054,6 +6054,7 @@ SUBDIR+=	xplore
 SUBDIR+=	xplugd
 SUBDIR+=	xqf
 SUBDIR+=	xrdp
+SUBDIR+=	xsb
 SUBDIR+=	xspd
 SUBDIR+=	xspdapp
 SUBDIR+=	xspread
diff --git a/preftools/DESCR b/preftools/DESCR
deleted file mode 100644
index 4b9879ba54..0000000000
--- a/preftools/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-preftools is a bundle of command line utilities for ballot counting,
-currently containing "schulze", "schulze-simple" and "propor". The
-command line utils are used to create a ranking based on ballot
-data, given in a CSV like text file.
diff --git a/preftools/Makefile b/preftools/Makefile
deleted file mode 100644
index 49562bdead..0000000000
--- a/preftools/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	preftools-v0.9
-PKGNAME=	${DISTNAME:S/-v/-/}
-CATEGORIES=	misc
-MASTER_SITES=	http://www.public-software-group.org/pub/projects/preftools/v0.9/
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://www.public-software-group.org/preftools
-COMMENT=	Command line utilities for ballot counting
-LICENSE=	mit
-
-USE_LANGUAGES=	# none
-
-LUA_VERSIONS_ACCEPTED=	51
-
-REPLACE_LUA+=	propor
-REPLACE_LUA+=	schulze
-REPLACE_LUA+=	schulze-simple
-
-INSTALLATION_DIRS+=	bin
-INSTALLATION_DIRS+=	share/doc/preftools
-INSTALLATION_DIRS+=	share/doc/preftools/example-data-propor
-INSTALLATION_DIRS+=	share/doc/preftools/example-data-schulze
-
-do-build:
-
-do-install:
-.for f in ${REPLACE_LUA}
-	${INSTALL_SCRIPT} ${WRKSRC}/${f} ${DESTDIR}${PREFIX}/bin
-.endfor
-	${INSTALL_DATA} ${WRKSRC}/doc/*.* ${DESTDIR}${PREFIX}/share/doc/preftools
-	${INSTALL_DATA} ${WRKSRC}/doc/example-data-propor/* ${DESTDIR}${PREFIX}/share/doc/preftools/example-data-propor/
-	${INSTALL_DATA} ${WRKSRC}/doc/example-data-schulze/* ${DESTDIR}${PREFIX}/share/doc/preftools/example-data-schulze/
-
-.include "../../lang/lua/application.mk"
-.include "../../lang/lua/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/preftools/PLIST b/preftools/PLIST
deleted file mode 100644
index 023b822e4a..0000000000
--- a/preftools/PLIST
+++ /dev/null
@@ -1,12 +0,0 @@
-@comment $NetBSD$
-bin/propor
-bin/schulze
-bin/schulze-simple
-share/doc/preftools/example-data-propor/ballots.txt
-share/doc/preftools/example-data-propor/candidates.txt
-share/doc/preftools/example-data-propor/random.txt
-share/doc/preftools/example-data-schulze/ballots.txt
-share/doc/preftools/example-data-schulze/candidates.txt
-share/doc/preftools/schulze-simple.ballot.odt
-share/doc/preftools/schulze-simple.ballot.pdf
-share/doc/preftools/schulze-simple.description.de.txt
diff --git a/preftools/distinfo b/preftools/distinfo
deleted file mode 100644
index e38a3180af..0000000000
--- a/preftools/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-BLAKE2s (preftools-v0.9.tar.gz) = bc648e12610c4a775e6246684d1e692cd76403afb8bb590cb50bb5824fb52463
-SHA512 (preftools-v0.9.tar.gz) = 84ddfa0d6137427ca6ba0be020e8641f743c8e5add470d55a475f084b198dc06d3b9640344a0b4a4798edec48febca3510c3c715839027bcd546e0b7660ec7ab
-Size (preftools-v0.9.tar.gz) = 76313 bytes


Home | Main Index | Thread Index | Old Index