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
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.