aboutsummaryrefslogtreecommitdiff
path: root/misc/schilytools
diff options
context:
space:
mode:
authorRobert Clausecker <fuz@fuz.su>2021-07-01 08:01:55 +0000
committerJuraj Lutter <otis@FreeBSD.org>2021-07-01 21:11:52 +0000
commit2a40da7011b3545ea4d9c3ec48eed369cc3b1aa3 (patch)
tree585068288186cfbfa5f001761df225f1eb309f4c /misc/schilytools
parentceb35631b0c426e7811671b4020d1989c0a7e4f4 (diff)
downloadports-2a40da7011b3545ea4d9c3ec48eed369cc3b1aa3.tar.gz
ports-2a40da7011b3545ea4d9c3ec48eed369cc3b1aa3.zip
misc/schilytools: Consolidate old schily's tools
- Update and consolidate schily's tools into more reasonable state - Transfer maintenance to Robert Clausecker <fuz@fuz.su> From Robert Clausecker <fuz@fuz.su> (new maintainer): In 2018, Jörg Schilling consolidated all his projects into the schilytools project and stopped providing new separate releases for the individual projects (such as cdrtools, smake, star, and ved). Hence, the FreeBSD ports of these projects have been stuck on outdated versions for years. With this changeset, the schilytools are added to the ports collection as a collection of 10 ports: devel/schilybase (libraries) archivers/star devel/sccs devel/smake devel/sunpromake editors/ved net/rscsi (split out from cdrtools for security reasons) sysutils/cdrtools sysutils/schilyutils (command line helpers, shells) misc/schilytools (meta port for all of these) Where appropriate, I've tried to keep existing patches and conventions in tact. Some options have been renamed to more appropriate names, others have been added or removed. The schilytools have been patched not to install binaries with the same name as system binaries, though some man pages with such names remain. The split into slave ports largely follows the OpenCSW packages provided by the author. Some differences are present: * strar has been moved from schilyutils to star * rscsi has been moved from cdrtools into a package on its own as it needs to be installed setuid to function. * mountcd is a Solaris only program and is not shipped * man2html is not shipped as it's already available in textproc/man2html * cdrecord, cdda2wav, and readcd are only installed setuid root if the user specifically requests so using a non-default option This changeset unobsoletes the editors/ved port. This changeset obsoletes the sysutils/cdrtools-devel port as schilytools provide a newer version than the old development version shipped therein. This changeset overwrites the following ports, the maintainers have previously been informed via PR and direct email but haven't responded. They have also been added as reviewers to this changeset. archivers/star (mm@freebsd.org) devel/smake (no maintainer) sysutils/cdrtools (marius@freebsd.org) sysutils/cdrtools-devel (marius@freebsd.org) PR: 256467 Differential Revision: https://reviews.freebsd.org/D30669
Diffstat (limited to 'misc/schilytools')
-rw-r--r--misc/schilytools/Makefile23
-rw-r--r--misc/schilytools/pkg-descr15
2 files changed, 38 insertions, 0 deletions
diff --git a/misc/schilytools/Makefile b/misc/schilytools/Makefile
new file mode 100644
index 000000000000..e6027ead3637
--- /dev/null
+++ b/misc/schilytools/Makefile
@@ -0,0 +1,23 @@
+PORTNAME= schilytools
+DISTVERSION= 1
+CATEGORIES= misc
+
+MAINTAINER= fuz@fuz.su
+COMMENT= Collection of tools and libraries by J. Schilling (metaport)
+
+LICENSE= PD
+
+RUN_DEPENDS= schilybase>=2021.05.19:devel/schilybase \
+ schilyutils>=2021.05.19:sysutils/schilyutils \
+ star>=2021.05.19:archivers/star \
+ sccs>=2021.05.19:devel/sccs \
+ smake>=2021.05.19:devel/smake \
+ sunpromake>=2021.05.19:devel/sunpromake \
+ ved>=2021.05.19:editors/ved \
+ cdrtools>=2021.05.19:sysutils/cdrtools \
+ rscsi>=2021.05.19:net/rscsi \
+ man2html:textproc/man2html
+
+USES= metaport
+
+.include <bsd.port.mk>
diff --git a/misc/schilytools/pkg-descr b/misc/schilytools/pkg-descr
new file mode 100644
index 000000000000..3f5b24aba9a5
--- /dev/null
+++ b/misc/schilytools/pkg-descr
@@ -0,0 +1,15 @@
+Schily-Tools are a set of tools developed or maintained by Joerg Schilling.
+This is a meta port to install all packages derived from the Schily-Tools.
+
+Programs and tools included in the Schily-Tools bundle:
+
+ * Cdrtools (cdrecord/cdda2wav/mkisofs/...)
+ * The Schily-Bourne Shell
+ * The Schily-SunPro Make
+ * A K&R cpp derived from the original cpp sources from John F. Reiser
+ * cstyle is a C-indentation lint tool derived from the OpenSolaris sources
+ * spatch is derived from the last patch from Larry Wall, POSIX compliant
+ and using a 1-clause BSD license.
+ * SCCS derived from OpenSolaris sources
+ * star, the oldest free TAR implementation, started in 1982
+ * ved, A portable, easy to learn and extremely fast screen oriented editor.