aboutsummaryrefslogtreecommitdiff
path: root/net/motsognir
Commit message (Collapse)AuthorAgeFilesLines
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f 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)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* net/motsognir: Update to 1.0.13kaltheat2022-03-102-6/+5
| | | | PR: 261862
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-3/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Update to 1.0.12Hiroki Tagato2020-05-314-6/+23
| | | | | | | | | | | | - Make portlint/portclippy happy PR: 246752 Submitted by: kaltheat@gmail.com (maintainer) Approved by: mentors (implicit) Changelog: https://sourceforge.net/p/motsognir/code/HEAD/tree/tags/v1.0.12/changes.txt Notes: svn path=/head/; revision=537148
* Convert to UCL & cleanup pkg-message (categories n)Mathieu Arnold2019-08-141-2/+6
| | | | | | | (and missed 3 missed files from previous categories.) Notes: svn path=/head/; revision=508903
* Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/Sunpoet Po-Chuan Hsieh2017-01-201-1/+1
| | | | Notes: svn path=/head/; revision=431996
* - Update to 1.0.9Dmitry Marakasov2016-09-072-3/+7
| | | | | | | | | | - While here, add LICENSE_FILE PR: 212423 Submitted by: kaltheat@gmail.com (maintainer) Notes: svn path=/head/; revision=421486
* net/motsognir: update 1.0.8 -> 1.0.8.1Bartek Rutkowski2016-05-022-4/+3
| | | | | | | | PR: 209197 Submitted by: <kaltheat@gmail.com> (maintainer) Notes: svn path=/head/; revision=414446
* net/motsognir: Port improvementsMark Felder2016-03-172-2/+36
| | | | | | | | | | - Add pkg-message - Config files now use @sample PR: 207141 Notes: svn path=/head/; revision=411306
* net/motsognir: 1.0.6 -> 1.0.8Kurt Jaeger2016-02-082-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | v1.0.8 [06 Feb 2016] - Fixed execution of PHP scripts used as sub-gophermaps, - Sub-gophermap CGI scripts are executed regardless of their extension, - Dynamic gophermaps can output partial gophermap lines now (Motsognir will fill in lacking data like for normal gophermaps), - Added the PubDirList configuration list to allow serving content from outside the gopher root (typically via symlinks), - CGI/PHP scripts are executed whith their working directory set to either where the script is, or where the parent gophermap is (if called as an inline subgophermap). v1.0.7 [12 Jul 2015] - Support for secondary parameters passed to CGI scripts (when both a search string AND a '?' URL is used), - Added a configurable secondary query-delimiter character (SecUrlDelim), - New CAPS token: 'ServerDefaultEncoding', - Implemented a configurable 'Paranoid mode' for serving only world-readable files, - Fixed a slight memory leak, - Significantly improved performances when reading data from CGI. PR: 206984 Submitted by: kaltheat@gmail.com Approved by: Mateusz Viste <mateusz@viste.fr> (maintainer) Notes: svn path=/head/; revision=408493
* - Update to version 1.0.6Pawel Pekala2014-12-064-12/+12
| | | | | | | | | | - Reword pkg-descr file PR: 194972 Approved by: maintainer Notes: svn path=/head/; revision=374112
* net/motsognir: NEW PORT - Full-featured gopher server without dependenciesBartek Rutkowski2014-10-314-0/+74
Motsognir is a robust, reliable and easy to install open-source gopher server for Unix-like systems (Linux, BSD, and anything else POSIX-compliant). The Motsognir gopher server is meant to be used for small projects (like home servers), but should scale well on bigger architectures as well. All the configuration is done via a single configuration file, which has very reasonable defaults. That makes Motsognir easily maintainable, and allows the administrator to have a full knowledge of what features are allowed/enabled on the server. Motsognir supports server-side CGI applications and PHP scripts, is plainly compatible with UTF-8 filesystems, and is entirely written in ANSI C without external dependencies. WWW: http://sourceforge.net/projects/motsognir PR: 184203 Submitted by: Mateusz Viste <mateusz@viste.fr> Approved by: mentors (implicit) Notes: svn path=/head/; revision=371787