aboutsummaryrefslogtreecommitdiff
path: root/editors/ved
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 /editors/ved
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 'editors/ved')
-rw-r--r--editors/ved/Makefile15
-rw-r--r--editors/ved/pkg-descr8
-rw-r--r--editors/ved/pkg-plist10
3 files changed, 33 insertions, 0 deletions
diff --git a/editors/ved/Makefile b/editors/ved/Makefile
new file mode 100644
index 000000000000..68fb5476f2e8
--- /dev/null
+++ b/editors/ved/Makefile
@@ -0,0 +1,15 @@
+PORTNAME= ved
+CATEGORIES= editors
+
+COMMENT= Visual editor (easy to learn, fast, and lean)
+
+OPTIONS_DEFINE= DOCS
+
+MASTERDIR= ${.CURDIR}/../../devel/schilybase
+COMPONENTS= ved
+
+post-install-DOCS-off:
+ ${RM} ${STAGEDIR}share/doc/vedsheet.*
+ ${RM} ${STAGEDIR}share/man/help/ved.help.gz
+
+.include "${MASTERDIR}/Makefile.master"
diff --git a/editors/ved/pkg-descr b/editors/ved/pkg-descr
new file mode 100644
index 000000000000..7510c7e582d2
--- /dev/null
+++ b/editors/ved/pkg-descr
@@ -0,0 +1,8 @@
+Ved is a fast and easy to learn screen oriented editor, that implements
+no file size limits. The user interface is somewhere between emacs and
+vi and does not limit the work speed even of experienced users.
+
+Ved has been inspired by an editor of the same name that appeared in
+1980 as system editor on UNOS (the first UNIX clone).
+
+WWW: http://schilytools.sourceforge.net/ved.html
diff --git a/editors/ved/pkg-plist b/editors/ved/pkg-plist
new file mode 100644
index 000000000000..5825fa7bd3be
--- /dev/null
+++ b/editors/ved/pkg-plist
@@ -0,0 +1,10 @@
+bin/ved
+bin/ved-e
+bin/ved-w
+%%DOCSDIR%%/dotfiles.tar.bz2
+%%PORTDOCS%%%%DOCSDIR%%/vedsheet.ps
+%%PORTDOCS%%%%DOCSDIR%%/vedsheet.tr
+%%PORTDOCS%%share/man/help/ved.help.gz
+share/man/man1/ved-e.1.gz
+share/man/man1/ved-w.1.gz
+share/man/man1/ved.1.gz