non port: editors/ved/Makefile |
Number of commits found: 25 |
Wednesday, 30 Oct 2024
|
09:00 Robert Clausecker (fuz)
*/*: move WWW for all schilytools ports to Codeberg
Seems like Sourceforge has given up on hosting old schily's project
websites. Consistently point to our Codeberg page instead.
99d3c91 |
Monday, 6 Nov 2023
|
10:03 Rodrigo Osorio (rodrigo)
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems
Approved by: portmgr (blanket)
PR: 274888
06df180 |
Monday, 19 Sep 2022
|
15:37 Neel Chauhan (nc) Author: Robert Clausecker
devel/schilybase: update to 2022-09-18
- point MASTER_SITES to new upstream
- split bosh from sysutils/schilyutils into new port shells/bosh
- stop installing pfbosh, a SunOS-only feature
- install jsh as jbosh to avoid a conflict
- patch shell names in man pages
- point WWW to subproject-specific sites if available
- misc/schilytools: deprecate man2html component
- devel/schilybase: add missing file to pkg-plist
- make test suite work better
- do not pass INS_*BASE/DESTDIR to smake tests
- account for devel/sccs placing files in /tmp
- make sh/tests/common/test-common find bosh after
we patched out the hardlink to sh
- Test suite passes on armv7 except for archivers/star.
Will have to investigate further.
- sysutils/schilyutils: add vctags command
I forgot about that one when I made the port initially.
The ctags link is not installed to avoid conflicts.
Changelog: http://fuz.su/pub/schilytools/AN-2022-09-18.txt
PR: 266475
e69a181 |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Thursday, 1 Jul 2021
|
21:11 Juraj Lutter (otis) Author: Robert Clausecker
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
2a40da7 |
Friday, 11 Apr 2014
|
07:59 bapt
Chase smake deprecation
With hat: portmgr
 |
Friday, 20 Sep 2013
|
16:36 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
editors)
 |
Thursday, 10 Nov 2011
|
05:38 linimon
Mark broken on powerpc as well as sparc64. (In fact, on all the tier-2s.)
Hat: portmgr
 |
Saturday, 16 Jul 2011
|
05:22 linimon
Does not compile on any sparc64 version.
 |
Friday, 17 Sep 2010
|
09:09 linimon
Mark as broken on sparc64-7.
Hat: portmgr
 |
Wednesday, 1 Sep 2010
|
08:18 wen
- Unbreak on -8 and -current
PR: ports/150153
Submitted by: Anderson Eduardo <anderson@secover.com.br>
 |
Friday, 25 Apr 2008
|
23:11 pav
- Mark BROKEN on -CURRENT: error: conflicting types for 'fexecve'
Reported by: pointyhat
 |
Sunday, 7 May 2006
|
10:55 edwin
Remove USE_REINPLACE from all categories starting with E
 |
Tuesday, 8 Feb 2005
|
19:30 sem
- Unbreak on amd64. As reported it builds well on it.
PR: ports/77034
Submitted by: Johan van Selst <johans(at)stack.nl>
 |
Wednesday, 15 Dec 2004
|
15:24 krion
Update to version 1.7
PR: ports/75111
Submitted by: Ports Fury
 |
Monday, 23 Feb 2004
|
05:20 kris
BROKEN on !i386 and !amd64: Does not compile
 |
Wednesday, 4 Feb 2004
|
05:21 marcus
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
 |
Saturday, 31 Jan 2004
|
02:35 arved
Fix build on AMD64
 |
Thursday, 6 Nov 2003
|
20:24 krion
- Update to version 1.6
- Unbreak on -current
PR: 59006
Submitted by: Ports Fury
 |
Monday, 3 Nov 2003
|
07:23 linimon
Reset maintainer to ports@FreeBSD.org. Requested by: kris.
 |
Wednesday, 4 Jun 2003
|
22:43 kris
Move inclusion of bsd.port.pre.mk later in the file for conditional BROKEN
tag. Early inclusion caused problems for some ports, so to be safe I'm
updating all of them.
Pointy hat to: kris
 |
Sunday, 18 May 2003
|
09:56 kris
BROKEN on 5.1: does not compile
 |
Friday, 7 Mar 2003
|
06:00 ade
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
 |
Tuesday, 16 Jan 2001
|
17:33 sobomax
Massive style enforcement - use ^I instead of spaces for variables identation.
 |
Monday, 1 Jan 2001
|
14:12 alex
Add ved 1.5, a small and fast screen-oriented editor.
 |
Number of commits found: 25 |