Commit graph

16 commits

Author SHA1 Message Date
Stefan Eßer
fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00
Stefan Eßer
b7f05445c0 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)
2022-09-07 23:10:59 +02:00
Bernhard Froehlich
6e61175b9f
editors/pico-alpine: Fix CPE information
Approved by:	portmgr (blanket)
2021-09-29 19:29:16 +00:00
Mathieu Arnold
cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Kurt Jaeger
57431d1cb4 editors/pico-alpine: update 2.20 -> 2.21
mail/alpine: update 2.20 -> 2.21

- lots of changes, see the release notes

PR:		218240, 218239
Changes:	http://patches.freeiz.com/alpine/release/index.html
Submitted by:	Marco Beishuizen <mbeis@xs4all.nl> (maintainer)
2017-04-01 11:01:46 +00:00
Martin Wilke
8073005f93 - Stage support 2014-02-03 09:47:27 +00:00
Baptiste Daroussin
68ede13b49 Add NO_STAGE all over the place in preparation for the staging support (cat: editors) 2013-09-20 16:36:23 +00:00
Doug Barton
deda664425 Throw my ports back in the pool, and make my intentions clear for the
various ports that I've created.

I bid fond fare well
A chapter closes for me
What opens for you?
2012-10-08 10:38:47 +00:00
Doug Barton
56b8885186 Remove license info 2012-01-20 13:07:17 +00:00
Thomas Abthorpe
e0ac1afbf4 - The proper acronym for Apache Software License 2 is really AL2
- Thanks to crees@ for generating the initial patch

PR:		ports/163521
Submitted by:	Pedro Giffuni <pfg apache.org>
Hat:		portmgr
Exp run by:	pav
2012-01-09 15:41:08 +00:00
Doug Barton
2b1dacc826 Remove more tags from pkg-descr files fo the form:
- Name
em@i.l

or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
2011-10-24 04:17:37 +00:00
Doug Barton
2d3c3b823e There is no need to include PKGINSTALL in the pico package
Give the alpine/pkg-install script triple protection against
being run inappropriately.
2010-12-08 06:46:46 +00:00
Doug Barton
a22b6e03bd Add LICENSE information to my ports where the right answer is obvious 2010-06-14 08:22:55 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00
Doug Barton
0f5b7a5ee1 Add a slave port for the Alpine version of pico.
Pico and Pilot are simple, display-oriented tools.  Commands are displayed
at the bottom of the screen, and context-sensitive help is provided.

In Pico as characters are typed they are immediately inserted into the text.
It has three basic features: paragraph justification, searching, and block
cut/paste.

In Pilot several basic file manipulation commands are provided:
Delete, Rename, Copy, View, Launch, and Edit.  The "View" and "Edit"
commands operate on text files only.  The "Edit" command invokes "pico."
The "Launch" command provides a convenient way to either execute the selected
file or to run an application on it.

WWW: http://www.washington.edu/alpine/
2007-12-21 10:40:25 +00:00