diff options
author | Stefan Eßer <se@FreeBSD.org> | 2022-09-07 21:06:12 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2022-09-07 21:10:59 +0000 |
commit | b7f05445c00f2625aa19b4154ebcbce5ed2daa52 (patch) | |
tree | c3b04fc0b07c55f849072e9b35e694f3d8ccf871 /editors | |
parent | 6c266c9c9e7b0ac1a35b05fbdeddbc330e4c5f43 (diff) |
Diffstat (limited to 'editors')
166 files changed, 166 insertions, 0 deletions
diff --git a/editors/2bsd-vi/Makefile b/editors/2bsd-vi/Makefile index 179e690ba251..a8e354a7d6c0 100644 --- a/editors/2bsd-vi/Makefile +++ b/editors/2bsd-vi/Makefile @@ -8,6 +8,7 @@ DISTNAME= ex-${PORTVERSION} MAINTAINER= portmaster@BSDforge.com COMMENT= The original vi editor, updated to run on modern OSes +WWW= http://ex-vi.sourceforge.net/ LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/editors/abiword-docs/Makefile b/editors/abiword-docs/Makefile index 6ebb29da0965..f740c0aab5dd 100644 --- a/editors/abiword-docs/Makefile +++ b/editors/abiword-docs/Makefile @@ -7,6 +7,7 @@ DIST_SUBDIR= AbiWord MAINTAINER= gnome@FreeBSD.org COMMENT= AbiWord help files +WWW= https://www.abisource.com/ BUILD_DEPENDS= abiword:editors/abiword RUN_DEPENDS= abiword:editors/abiword diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index 0168e9dd6ca0..4b043d5bba74 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -7,6 +7,7 @@ DIST_SUBDIR= AbiWord MAINTAINER= gnome@FreeBSD.org COMMENT= Open-source, cross-platform WYSIWYG word processor +WWW= https://www.abisource.com/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/editors/aee/Makefile b/editors/aee/Makefile index b51979f28cfc..4ff04236ff3a 100644 --- a/editors/aee/Makefile +++ b/editors/aee/Makefile @@ -4,6 +4,7 @@ CATEGORIES= editors MAINTAINER= portmaster@BSDforge.com COMMENT= Easy editor with both curses and X11 interfaces +WWW= https://gitlab.com/ports1/aee LICENSE= ART10 LICENSE_FILE= ${WRKSRC}/Artistic diff --git a/editors/aewan/Makefile b/editors/aewan/Makefile index 11dac05c5f99..734bc2429163 100644 --- a/editors/aewan/Makefile +++ b/editors/aewan/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Curses-based program for the creation and editing of ASCII art +WWW= http://aewan.sourceforge.net/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/editors/amp/Makefile b/editors/amp/Makefile index 7543b01555c0..85a5f42f8c93 100644 --- a/editors/amp/Makefile +++ b/editors/amp/Makefile @@ -5,6 +5,7 @@ CATEGORIES= editors MAINTAINER= eduardo@FreeBSD.org COMMENT= Complete text editor for your terminal +WWW= https://amp.rs/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/editors/apel/Makefile b/editors/apel/Makefile index f0a7f4c04f40..49ebf7c9ed34 100644 --- a/editors/apel/Makefile +++ b/editors/apel/Makefile @@ -6,6 +6,7 @@ PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} MAINTAINER= nobutaka@FreeBSD.org COMMENT= Portable Emacs Library +WWW= https://github.com/wanderlust/apel LICENSE= GPLv2 diff --git a/editors/bee-host/Makefile b/editors/bee-host/Makefile index d0e930b28f64..eace4016987b 100644 --- a/editors/bee-host/Makefile +++ b/editors/bee-host/Makefile @@ -4,6 +4,7 @@ CATEGORIES= editors www MAINTAINER= thierry@FreeBSD.org COMMENT= Host application for Browser's Exernal Editor extension +WWW= https://github.com/rosmanov/bee-host LICENSE= MIT diff --git a/editors/biew/Makefile b/editors/biew/Makefile index 01ecdeb1e3fb..b52c67544c7c 100644 --- a/editors/biew/Makefile +++ b/editors/biew/Makefile @@ -7,6 +7,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g}-src MAINTAINER= danfe@FreeBSD.org COMMENT= Binary file viewer and editor +WWW= http://beye.sourceforge.net/ LICENSE= GPLv2 diff --git a/editors/bitedit/Makefile b/editors/bitedit/Makefile index 985df4fe04f3..668deb4c9dff 100644 --- a/editors/bitedit/Makefile +++ b/editors/bitedit/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://freebsdcluster.org/~mich/software/ MAINTAINER= ports@FreeBSD.org COMMENT= Simple ncurses file editing program +WWW= http://ledge.co.za/bitedit/ LICENSE= GPLv2 diff --git a/editors/boiling-egg/Makefile b/editors/boiling-egg/Makefile index 6308175fa458..178c8274e844 100644 --- a/editors/boiling-egg/Makefile +++ b/editors/boiling-egg/Makefile @@ -9,6 +9,7 @@ EXTRACT_ONLY= # empty MAINTAINER= ports@FreeBSD.org COMMENT= Front-end of Egg V4 +WWW= https://www.gcd.org/sengoku/boiling-egg/ NO_WRKSUBDIR= yes NO_BUILD= yes diff --git a/editors/bvi/Makefile b/editors/bvi/Makefile index 76ae8b7af7a5..ae7d76ee17d8 100644 --- a/editors/bvi/Makefile +++ b/editors/bvi/Makefile @@ -6,6 +6,7 @@ EXTRACT_SUFX= .src.tar.gz MAINTAINER= naddy@FreeBSD.org COMMENT= Vi-like binary file (hex)editor +WWW= http://bvi.sourceforge.net/ USES= ncurses GNU_CONFIGURE= yes diff --git a/editors/calligra/Makefile b/editors/calligra/Makefile index 0caa6a6ddeed..80241ec589f0 100644 --- a/editors/calligra/Makefile +++ b/editors/calligra/Makefile @@ -12,6 +12,7 @@ PATCHFILES= 236bacbe13739414e919de868283b0caf2df5d8a.diff:-p1 \ MAINTAINER= kde@FreeBSD.org COMMENT= KDE office suite +WWW= https://calligra.org/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/editors/calligraplan/Makefile b/editors/calligraplan/Makefile index 95dcbbcdfa62..5639490f6156 100644 --- a/editors/calligraplan/Makefile +++ b/editors/calligraplan/Makefile @@ -7,6 +7,7 @@ DIST_SUBDIR= KDE/${PORTNAME} MAINTAINER= kde@FreeBSD.org COMMENT= KDE Calligra project management application +WWW= https://www.calligra.org/plan/ LIB_DEPENDS= libKChart.so:graphics/kdiagram diff --git a/editors/chexedit/Makefile b/editors/chexedit/Makefile index 4d4cac01dc4c..d8b921d4d768 100644 --- a/editors/chexedit/Makefile +++ b/editors/chexedit/Makefile @@ -8,6 +8,7 @@ DISTNAME= hexedit-${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Full screen text mode Hex editor using the [n]curses library +WWW= http://www.rogoyski.com/adam/programs/hexedit/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/editors/cpeditor/Makefile b/editors/cpeditor/Makefile index 16f679f87312..58b97668cc50 100644 --- a/editors/cpeditor/Makefile +++ b/editors/cpeditor/Makefile @@ -4,6 +4,7 @@ CATEGORIES= editors devel MAINTAINER= yuri@FreeBSD.org COMMENT= Lightweight and cross-platform code editor for competitive programming +WWW= https://github.com/cpeditor/cpeditor LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/editors/cream/Makefile b/editors/cream/Makefile index 06795ab001bb..f95e351f6919 100644 --- a/editors/cream/Makefile +++ b/editors/cream/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF/${PORTNAME}/Cream/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Gvim extension with many features +WWW= http://cream.sourceforge.net/ LICENSE= GPLv3+ diff --git a/editors/cudatext/Makefile b/editors/cudatext/Makefile index eccaf58c6b32..9246d9cef9f6 100644 --- a/editors/cudatext/Makefile +++ b/editors/cudatext/Makefile @@ -5,6 +5,7 @@ PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} MAINTAINER= acm@FreeBSD.org COMMENT= Cross-platform text editor, written in Lazarus +WWW= https://uvviewsoft.com/ LICENSE= MPL20 diff --git a/editors/deforaos-editor/Makefile b/editors/deforaos-editor/Makefile index e2a38916d2f9..a629a1a45515 100644 --- a/editors/deforaos-editor/Makefile +++ b/editors/deforaos-editor/Makefile @@ -7,6 +7,7 @@ DISTNAME= Editor-${PORTVERSION} MAINTAINER= olivier@FreeBSD.org COMMENT= DeforaOS desktop text editor +WWW= https://www.defora.org/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/editors/dhex/Makefile b/editors/dhex/Makefile index de41d3260892..419dbb73cc94 100644 --- a/editors/dhex/Makefile +++ b/editors/dhex/Makefile @@ -7,6 +7,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ehaupt@FreeBSD.org COMMENT= Ncurses-based hex-editor with diff mode +WWW= https://www.dettus.net/dhex/ LICENSE= GPLv2 diff --git a/editors/diakonos/Makefile b/editors/diakonos/Makefile index e6260496626b..052d74ae78ea 100644 --- a/editors/diakonos/Makefile +++ b/editors/diakonos/Makefile @@ -6,6 +6,7 @@ CATEGORIES= editors ruby MAINTAINER= christopher.petrik@usm.edu COMMENT= Console editor for the masses +WWW= https://github.com/Pistos/diakonos LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENCE diff --git a/editors/diamond/Makefile b/editors/diamond/Makefile index b1afb9d82d25..722d0b59d5f0 100644 --- a/editors/diamond/Makefile +++ b/editors/diamond/Makefile @@ -7,6 +7,7 @@ DISTNAME= Diamond-${DISTVERSION} MAINTAINER= adridg@FreeBSD.org COMMENT= Compact programmers editor +WWW= https://github.com/copperspice/diamond LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/editors/dkns/Makefile b/editors/dkns/Makefile index f9fb17c48e34..59e5b03bea45 100644 --- a/editors/dkns/Makefile +++ b/editors/dkns/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://www.mammothcheese.ca/ MAINTAINER= jimmy@mammothcheese.ca COMMENT= Simple console text editor +WWW= http://www.mammothcheese.ca/munger.html LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/editors/drjava/Makefile b/editors/drjava/Makefile index ebaeebca2ba0..5c179c72bcd2 100644 --- a/editors/drjava/Makefile +++ b/editors/drjava/Makefile @@ -9,6 +9,7 @@ EXTRACT_ONLY= MAINTAINER= nivit@FreeBSD.org COMMENT= Lightweight IDE for writing Java programs +WWW= http://www.drjava.org NO_BUILD= yes USE_JAVA= yes diff --git a/editors/dte/Makefile b/editors/dte/Makefile index cc2f84c4547b..caae02fc7cf0 100644 --- a/editors/dte/Makefile +++ b/editors/dte/Makefile @@ -5,6 +5,7 @@ CATEGORIES= editors MAINTAINER= dmgk@FreeBSD.org COMMENT= Small and easy to use console text editor +WWW= https://craigbarnes.gitlab.io/dte/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/editors/e3/Makefile b/editors/e3/Makefile index 4ccfd70ad0bf..ca455a7a9f76 100644 --- a/editors/e3/Makefile +++ b/editors/e3/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://sites.google.com/site/e3editor/Home/ MAINTAINER= ports@FreeBSD.org COMMENT= Full featured text editor written in assembler +WWW= http://www.sax.de/~adlibit/ BUILD_DEPENDS= nasm:devel/nasm diff --git a/editors/e93/Makefile b/editors/e93/Makefile index c8a52ddd4cc0..a30514741c22 100644 --- a/editors/e93/Makefile +++ b/editors/e93/Makefile @@ -6,6 +6,7 @@ DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Tcl-based, programmer-oriented text editor +WWW= http://www.e93.org/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE.TXT diff --git a/editors/ecce/Makefile b/editors/ecce/Makefile index 738951353f94..502a20fff540 100644 --- a/editors/ecce/Makefile +++ b/editors/ecce/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://www.ml1.org.uk/distfiles/ \ MAINTAINER= bob@eager.cx COMMENT= Edinburgh Compatible Context Editor +WWW= https://www.gtoal.com/ecce/ LICENSE= CC0-1.0 diff --git a/editors/ecrire/Makefile b/editors/ecrire/Makefile index 73d81c30a791..5ff347a40011 100644 --- a/editors/ecrire/Makefile +++ b/editors/ecrire/Makefile @@ -6,6 +6,7 @@ DIST_SUBDIR= enlightenment MAINTAINER= yuri@FreeBSD.org COMMENT= EFL (Enlightenment) graphical text editor +WWW= https://github.com/Obsidian-StudiosInc/ecrire LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/editors/editorconfig-core-c/Makefile b/editors/editorconfig-core-c/Makefile index 091ba2e1971c..9f5cfd1e4a00 100644 --- a/editors/editorconfig-core-c/Makefile +++ b/editors/editorconfig-core-c/Makefile @@ -5,6 +5,7 @@ CATEGORIES= editors MAINTAINER= ports@FreeBSD.org COMMENT= EditorConfig core library and executable written in C +WWW= https://editorconfig.org/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/editors/elementary-code/Makefile b/editors/elementary-code/Makefile index e619d7a2083e..204ec074a858 100644 --- a/editors/elementary-code/Makefile +++ b/editors/elementary-code/Makefile @@ -4,6 +4,7 @@ CATEGORIES= editors MAINTAINER= miguel@gocobachi.dev COMMENT= Code editor designed for elementary OS +WWW= https://github.com/elementary/code/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/editors/emacs-devel/Makefile b/editors/emacs-devel/Makefile index 4884f6dbb5ee..3b1d64897115 100644 --- a/editors/emacs-devel/Makefile +++ b/editors/emacs-devel/Makefile @@ -6,6 +6,7 @@ PKGNAMESUFFIX= -devel MAINTAINER= emacs@FreeBSD.org COMMENT= GNU editing macros ${COMMENT_${FLAVOR}} +WWW= https://www.gnu.org/software/emacs/ COMMENT_nox= (No X flavor) LICENSE= GPLv3+ diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index f6244cd6e22e..d89e2ddbe2cc 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -12,6 +12,7 @@ PATCHFILES+= emacs28.1-canna-20220406b.diff.gz:-p1:canna MAINTAINER= emacs@FreeBSD.org COMMENT= GNU editing macros ${COMMENT_${FLAVOR}} +WWW= https://www.gnu.org/software/emacs/ COMMENT_nox= (No X flavor) COMMENT_canna= (Canna Japanese input flavor) diff --git a/editors/encryptpad/Makefile b/editors/encryptpad/Makefile index 2d97e95b34d5..fa15c01fa103 100644 --- a/editors/encryptpad/Makefile +++ b/editors/encryptpad/Makefile @@ -5,6 +5,7 @@ CATEGORIES= editors security MAINTAINER= dmgk@FreeBSD.org COMMENT= Minimalist secure text editor and binary encryptor +WWW= https://evpo.net/encryptpad/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/license.txt diff --git a/editors/featherpad/Makefile b/editors/featherpad/Makefile index 5b9e4b3aaf36..41014c49ecee 100644 --- a/editors/featherpad/Makefile +++ b/editors/featherpad/Makefile @@ -5,6 +5,7 @@ CATEGORIES= editors MAINTAINER= jsm@FreeBSD.org COMMENT= Lightweight Qt5 plain-text editor +WWW= https://github.com/tsujan/FeatherPad LICENSE= GPLv3 diff --git a/editors/fileobj/Makefile b/editors/fileobj/Makefile index 67e26b3063d5..b38e7c959d66 100644 --- a/editors/fileobj/Makefile +++ b/editors/fileobj/Makefile @@ -5,6 +5,7 @@ CATEGORIES= editors MAINTAINER= zrj@dragonflybsd.org COMMENT= Portable hex editor with vi like interface +WWW= https://github.com/kusumi/fileobj/tree/v0.7 LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/editors/flim/Makefile b/editors/flim/Makefile index 1d639590a07c..9a44baf2dbbe 100644 --- a/editors/flim/Makefile +++ b/editors/flim/Makefile @@ -7,6 +7,7 @@ PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} MAINTAINER= nobutaka@FreeBSD.org COMMENT= Message representation or encoding elisp library for emacs +WWW= https://github.com/wanderlust/flim LICENSE= GPLv2 diff --git a/editors/focuswriter/Makefile b/editors/focuswriter/Makefile index ec322a22270d..a7447221af1f 100644 --- a/editors/focuswriter/Makefile +++ b/editors/focuswriter/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://gottcode.org/${PORTNAME}/ MAINTAINER= eduardo@FreeBSD.org COMMENT= Simple, distraction-free writing environment +WWW= https://gottcode.org/focuswriter/ LICENSE= GPLv3+ LGPL3+ LICENSE_COMB= multi diff --git a/editors/fte/Makefile b/editors/fte/Makefile index 2c6afb77fede..653e72ddda6c 100644 --- a/editors/fte/Makefile +++ b/editors/fte/Makefile @@ -8,6 +8,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Full-featured text editor for X11 +WWW= http://fte.sourceforge.net/ LICENSE= ART10 GPLv2 LICENSE_COMB= dual diff --git a/editors/fxite/Makefile b/editors/fxite/Makefile index 92ed8480a534..61333dc48637 100644 --- a/editors/fxite/Makefile +++ b/editors/fxite/Makefile @@ -6,6 +6,7 @@ CATEGORIES= editors MAINTAINER= ports@FreeBSD.org COMMENT= Advanced cross-platform text editor +WWW= https://github.com/yetanothergeek/fxite LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/editors/gedit-plugins/Makefile b/editors/gedit-plugins/Makefile index 39237279c384..edeba77b2a42 100644 --- a/editors/gedit-plugins/Makefile +++ b/editors/gedit-plugins/Makefile @@ -6,6 +6,7 @@ DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= Plugins for GEdit +WWW= https://wiki.gnome.org/Apps/Gedit/PluginsLists LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile index a02c088d01fb..bf7853230a55 100644 --- a/editors/gedit/Makefile +++ b/editors/gedit/Makefile @@ -6,6 +6,7 @@ DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= Small but powerful text editor for the GNOME Desktop Environment +WWW= https://www.gnome.org/projects/gedit/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/editors/ghex/Makefile b/editors/ghex/Makefile index 71e45d19910e..6e3e3edda67c 100644 --- a/editors/ghex/Makefile +++ b/editors/ghex/Makefile @@ -6,6 +6,7 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME 3 hex editor +WWW= https://wiki.gnome.org/Apps/Ghex LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/editors/ghostwriter/Makefile b/editors/ghostwriter/Makefile index 88cf853c99ba..e059d843e053 100644 --- a/editors/ghostwriter/Makefile +++ b/editors/ghostwriter/Makefile @@ -4,6 +4,7 @@ CATEGORIES= editors MAINTAINER= madpilot@FreeBSD.org COMMENT= Distraction-free Markdown editor +WWW= https://wereturtle.github.io/ghostwriter/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/editors/gmanedit/Makefile b/editors/gmanedit/Makefile index c93cb4312f6a..53497c8f4c65 100644 --- a/editors/gmanedit/Makefile +++ b/editors/gmanedit/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/${PORTNAME}2/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= GNOME manpages editor +WWW= https://sourceforge.net/projects/gmanedit2/ USES= gettext gmake gnome pathfix pkgconfig USE_GNOME= gtk20 diff --git a/editors/gnome-latex/Makefile b/editors/gnome-latex/Makefile index 633ce8af228b..8e059de1a97a 100644 --- a/editors/gnome-latex/Makefile +++ b/editors/gnome-latex/Makefile @@ -6,6 +6,7 @@ DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= Integrated LaTeX environment +WWW= https://wiki.gnome.org/Apps/LaTeXila LICENSE= GPLv3 diff --git a/editors/gnome-text-editor/Makefile b/editors/gnome-text-editor/Makefile index f2f611e7ade2..cb6ff1baba06 100644 --- a/editors/gnome-text-editor/Makefile +++ b/editors/gnome-text-editor/Makefile @@ -6,6 +6,7 @@ DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= Small but powerful text editor for the GNOME Desktop Environment +WWW= https://gitlab.gnome.org/GNOME/gnome-text-editor LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/editors/gobby/Makefile b/editors/gobby/Makefile index f33ecb4da47b..ff9024769b75 100644 --- a/editors/gobby/Makefile +++ b/editors/gobby/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://releases.0x539.de/gobby/ MAINTAINER= ports@FreeBSD.org COMMENT= Free collaborative editor +WWW= http://gobby.0x539.de LICENSE= GPLv2 diff --git a/editors/gomate/Makefile b/editors/gomate/Makefile index 2f8433a0ebce..6ca6f2c6b3d8 100644 --- a/editors/gomate/Makefile +++ b/editors/gomate/Makefile @@ -5,6 +5,7 @@ CATEGORIES= editors MAINTAINER= fabian.freyer@physik.tu-berlin.de COMMENT= Edit files from an ssh session in TextMate/VSCode +WWW= https://github.com/mattn/gomate LICENSE= MIT diff --git a/editors/gummi/Makefile b/editors/gummi/Makefile index bc3ddaa1aa92..cd6c54f69fdc 100644 --- a/editors/gummi/Makefile +++ b/editors/gummi/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://github.com/alexandervdm/gummi/releases/download/${PORTVERS MAINTAINER= zab@zltech.eu COMMENT= Simple LaTeX editor for GTK users +WWW= https://github.com/alexandervdm/gummi/ LICENSE= MIT diff --git a/editors/helix/Makefile b/editors/helix/Makefile index afc51d70e2c4..95f12f687577 100644 --- a/editors/helix/Makefile +++ b/editors/helix/Makefile @@ -6,6 +6,7 @@ DISTFILES= ${TREE_SITTER_HARE_REV}.tar.gz:treesitterhare MAINTAINER= ashish@FreeBSD.org COMMENT= Post-modern modal text editor +WWW= https://helix-editor.com/ LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/editors/heme/Makefile b/editors/heme/Makefile index 9a27215f663c..276583e9c520 100644 --- a/editors/heme/Makefile +++ b/editors/heme/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= danfe@FreeBSD.org COMMENT= Small and fast console hex editor for Unix-like systems +WWW= http://heme.sourceforge.net/ LICENSE= GPLv2 diff --git a/editors/hexcurse/Makefile b/editors/hexcurse/Makefile index 57ac3b2df593..64c4e85456da 100644 --- a/editors/hexcurse/Makefile +++ b/editors/hexcurse/Makefile @@ -5,6 +5,7 @@ CATEGORIES= editors MAINTAINER= ports@FreeBSD.org COMMENT= Versatile ncurses-based hex editor +WWW= https://BSDforge.com/projects/editors/hexcurse/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/editors/hexedit/Makefile b/editors/hexedit/Makefile index 9d06d6bb966d..907c203bfd6f 100644 --- a/editors/hexedit/Makefile +++ b/editors/hexedit/Makefile @@ -4,6 +4,7 @@ CATEGORIES= editors MAINTAINER= sunpoet@FreeBSD.org COMMENT= View and edit files in hexadecimal or ASCII +WWW= https://github.com/pixel/hexedit LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/editors/hexer/Makefile b/editors/hexer/Makefile index 8c9387ca54c2..bf89f9db2357 100644 --- a/editors/hexer/Makefile +++ b/editors/hexer/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= http://devel.ringlet.net/files/editors/hexer/ \ MAINTAINER= anastasios@mageirias.com COMMENT= Multi buffer editor for binary files +WWW= https://gitlab.com/hexer/hexer LICENSE= DEMETRIO LICENSE_NAME= Sascha Demetrio Custom License diff --git a/editors/hnb/Makefile b/editors/hnb/Makefile index 04b75b3b03a7..a362736b23a5 100644 --- a/editors/hnb/Makefile +++ b/editors/hnb/Makefile @@ -5,6 +5,7 @@ CATEGORIES= editors MAINTAINER= fox@FreeBSD.org COMMENT= Hierarchical NoteBook a data organizer +WWW= http://hnb.sourceforge.net/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/editors/hte/Makefile b/editors/hte/Makefile index 4949665d4802..508663a6bc45 100644 --- a/editors/hte/Makefile +++ b/editors/hte/Makefile @@ -5,6 +5,7 @@ CATEGORIES= editors MAINTAINER= rene@FreeBSD.org COMMENT= File editor/viewer/analyzer for executables +WWW= http://hte.sourceforge.net/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/editors/imhex/Makefile b/editors/imhex/Makefile index 57aa9030bbac..d159f8127f5c 100644 --- a/editors/imhex/Makefile +++ b/editors/imhex/Makefile @@ -8,6 +8,7 @@ DIST_SUBDIR= imhex MAINTAINER= nobutaka@FreeBSD.org COMMENT= Hex editor for reverse engineers and programmers +WWW= https://github.com/WerWolv/ImHex LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/editors/impress/Makefile b/editors/impress/Makefile index 2846b7fc5a12..b05341872863 100644 --- a/editors/impress/Makefile +++ b/editors/impress/Makefile @@ -7,6 +7,7 @@ DISTNAME= imp${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Publishing and presentation tool +WWW= https://www.ntlug.org/~ccox/impress/ LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual diff --git a/editors/jed/Makefile b/editors/jed/Makefile index 01b6c0fc2c36..9ea29d294503 100644 --- a/editors/jed/Makefile +++ b/editors/jed/Makefile @@ -8,6 +8,7 @@ MASTER_SITES= ftp://space.mit.edu/pub/davis/jed/v${PORTVERSION:R}/ \ MAINTAINER= garga@FreeBSD.org COMMENT= SLang-based text editor +WWW= https://www.jedsoft.org/jed/ LICENSE= GPLv2 diff --git a/editors/jedit/Makefile b/editors/jedit/Makefile index 34da673611bc..e88245f1b9ee 100644 --- a/editors/jedit/Makefile +++ b/editors/jedit/Makefile @@ -8,6 +8,7 @@ EXTRACT_SUFX= .jar MAINTAINER= danilo@FreeBSD.org COMMENT= Powerful programmer's text editor written in Java +WWW= http://jedit.sourceforge.net/ LICENSE= GPLv2 diff --git a/editors/joe/Makefile b/editors/joe/Makefile index a7d87a154de6..750351f8e4bc 100644 --- a/editors/joe/Makefile +++ b/editors/joe/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/joe-editor/JOE%20sources/joe-${PORTVERSION} MAINTAINER= juergen.gotteswinter@googlemail.com COMMENT= Joe's Own Editor +WWW= https://sourceforge.net/projects/joe-editor/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/editors/jucipp/Makefile b/editors/jucipp/Makefile index 6645e8db24fb..71f5a659d14f 100644 --- a/editors/jucipp/Makefile +++ b/editors/jucipp/Makefile @@ -5,6 +5,7 @@ CATEGORIES= editors MAINTAINER= info@babaei.net COMMENT= Lightweight C++-IDE with support for C++11, C++14 and C++17 +WWW= https://gitlab.com/cppit/jucipp LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/editors/jupp/Makefile b/editors/jupp/Makefile index 17b65c994ba9..a5eec60d917a 100644 --- a/editors/jupp/Makefile +++ b/editors/jupp/Makefile @@ -7,6 +7,7 @@ DISTNAME= joe-${PORTVERSION:C/([0-9]+\.[0-9]+)\.([0-9]+)/\1${PORTNAME}\2/} MAINTAINER= ports@FreeBSD.org COMMENT= Portable version of Joe's Own Editor from MirBSD +WWW= https://www.mirbsd.org/jupp.htm LICENSE= GPLv1 diff --git a/editors/kak-lsp/Makefile b/editors/kak-lsp/Makefile index c80d1a5c6814..52eea217dceb 100644 --- a/editors/kak-lsp/Makefile +++ b/editors/kak-lsp/Makefile @@ -6,6 +6,7 @@ CATEGORIES= editors MAINTAINER= mikael@FreeBSD.org COMMENT= Kakoune Language Server Protocol Client +WWW= https://github.com/ul/kak-lsp LICENSE= UNLICENSE LICENSE_FILE= ${WRKSRC}/UNLICENSE diff --git a/editors/kakoune/Makefile b/editors/kakoune/Makefile index 8771e1f3edf8..2b07b0806c8d 100644 --- a/editors/kakoune/Makefile +++ b/editors/kakoune/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://github.com/mawww/kakoune/releases/download/v${DISTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Modal code editor with a focus on interactivity +WWW= https://kakoune.org LICENSE= UNLICENSE LICENSE_FILE= ${WRKSRC:H}/UNLICENSE diff --git a/editors/kate/Makefile b/editors/kate/Makefile index 32c6472f6f22..9790adabab61 100644 --- a/editors/kate/Makefile +++ b/editors/kate/Makefile @@ -5,6 +5,7 @@ CATEGORIES= editors kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Basic editor framework for the KDE system +WWW= https://kate-editor.org/ BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl \ docbook-xml>0:textproc/docbook-xml diff --git a/editors/kibi/Makefile b/editors/kibi/Makefile index ef0e9eb6bec5..321f134f7d4e 100644 --- a/editors/kibi/Makefile +++ b/editors/kibi/Makefile @@ -6,6 +6,7 @@ CATEGORIES= editors MAINTAINER= lcook@FreeBSD.org COMMENT= Tiny text editor written in Rust +WWW= https://github.com/ilai-deutel/kibi LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT diff --git a/editors/kile/Makefile b/editors/kile/Makefile index 508bab07c29b..ae5755b78669 100644 --- a/editors/kile/Makefile +++ b/editors/kile/Makefile @@ -6,6 +6,7 @@ CATEGORIES= editors kde MAINTAINER= kde@FreeBSD.org COMMENT= LaTeX source editor for KDE +WWW= https://kile.sourceforge.io/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/editors/komodo-edit/Makefile b/editors/komodo-edit/Makefile index 67be213bbbfa..7a042989e7f8 100644 --- a/editors/komodo-edit/Makefile +++ b/editors/komodo-edit/Makefile @@ -7,6 +7,7 @@ DISTNAME= Komodo-Edit-${DISTVERSION}-18122-linux-x86 MAINTAINER= allanjude@FreeBSD.org COMMENT= Multi-language editor from ActiveState +WWW= https://www.activestate.com/Products/komodo_edit/ # https://www.activestate.com/komodo-edit/license-agreement LICENSE= KEL11 MPL11 diff --git a/editors/lapce/Makefile b/editors/lapce/Makefile index 6947b14d4a53..d18e6b467e96 100644 --- a/editors/lapce/Makefile +++ b/editors/lapce/Makefile @@ -5,6 +5,7 @@ CATEGORIES= editors MAINTAINER= eduardo@FreeBSD.org COMMENT= Lightning-fast and Powerful Code Editor +WWW= https://lapce.dev/ LICENSE= APACHE20 diff --git a/editors/lazarus-devel/Makefile b/editors/lazarus-devel/Makefile index f9c334875c93..bcf91ad9f724 100644 --- a/editors/lazarus-devel/Makefile +++ b/editors/lazarus-devel/Makefile @@ -7,6 +7,7 @@ DIST_SUBDIR= freepascal MAINTAINER?= acm@FreeBSD.org COMMENT?= Portable Delphi-like IDE for the FreePascal compiler (GTK2 devel) +WWW= https://www.lazarus-ide.org/ CONFLICTS?= ${PORTNAME}-qt5-* ${PORTNAME}-gtk2-2* diff --git a/editors/lazarus/Makefile b/editors/lazarus/Makefile index 56f19844a9fa..1d5690e42fd1 100644 --- a/editors/lazarus/Makefile +++ b/editors/lazarus/Makefile @@ -10,6 +10,7 @@ DIST_SUBDIR= freepascal MAINTAINER?= acm@FreeBSD.org COMMENT?= Portable Delphi-like IDE for the FreePascal compiler (GTK2) +WWW= https://www.lazarus-ide.org/ CONFLICTS?= ${PORTNAME}-qt5 diff --git a/editors/le/Makefile b/editors/le/Makefile index e22e5bd72a75..0cd0e09b76d3 100644 --- a/editors/le/Makefile +++ b/editors/le/Makefile @@ -7,6 +7,7 @@ MASTER_SITE_SUBDIR= . old MAINTAINER= zi@FreeBSD.org COMMENT= Text editor with block and binary operations +WWW= http://freshmeat.net/projects/leeditor/ LICENSE= GPLv3 diff --git a/editors/leafpad/Makefile b/editors/leafpad/Makefile index 9f895a278323..183bfb4b2474 100644 --- a/editors/leafpad/Makefile +++ b/editors/leafpad/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SAVANNAH MAINTAINER= jgh@FreeBSD.org COMMENT= GTK+ based simple text editor +WWW= http://tarot.freeshell.org/leafpad/ LICENSE= GPLv2 diff --git a/editors/led/Makefile b/editors/led/Makefile index 26171e58a7f4..f7175e4e5516 100644 --- a/editors/led/Makefile +++ b/editors/led/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/${PORTNAME}-editor/${PORTNAME}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Tiny text editor, with a number of useful programming features +WWW= http://led-editor.sourceforge.net/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/editors/libreoffice-i18n/Makefile b/editors/libreoffice-i18n/Makefile index 913e71864528..abf5c04cc15a 100644 --- a/editors/libreoffice-i18n/Makefile +++ b/editors/libreoffice-i18n/Makefile @@ -4,6 +4,7 @@ PORTREVISION= 0 PKGNAMESUFFIX= -i18n COMMENT= Localized interface for libreoffice +WWW= https://www.libreoffice.org/ USES= metaport diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index d1c86052c8b0..ddefebc87a8b 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -14,6 +14,7 @@ PATCH_SITES= https://raw.githubusercontent.com/archlinux/svntogit-packages/packa PATCHFILES= libreoffice-poppler-22.09.0.patch:-p1 COMMENT= Full integrated office productivity suite +WWW= https://www.libreoffice.org/ BUILD_DEPENDS= p5-Archive-Zip>=0:archivers/p5-Archive-Zip \ zip:archivers/zip \ diff --git a/editors/linux-bcompare/Makefile b/editors/linux-bcompare/Makefile index bb21ffcf781e..0a6b0f8b053f 100644 --- a/editors/linux-bcompare/Makefile +++ b/editors/linux-bcompare/Makefile @@ -8,6 +8,7 @@ EXTRACT_SUFX= .rpm MAINTAINER= matias@pizarro.net COMMENT= Compare, sync, and merge files and folders (X11) +WWW= https://www.scootersoftware.com/ LICENSE= SCOOTERSOFTWARE LICENSE_NAME= Scooter Software License diff --git a/editors/linux-sublime-text4/Makefile b/editors/linux-sublime-text4/Makefile index e260b767fd11..f980edc89ace 100644 --- a/editors/linux-sublime-text4/Makefile +++ b/editors/linux-sublime-text4/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= linux- MAINTAINER= ericbsd@FreeBSD.org COMMENT= Sophisticated text editor for code, markup and prose +WWW= https://www.sublimetext.com LICENSE= SUBLIMEHQ LICENSE_NAME= End User License Agreement diff --git a/editors/linux-sublime/Makefile b/editors/linux-sublime/Makefile index 7b82ea6497c3..149ce1cb37f6 100644 --- a/editors/linux-sublime/Makefile +++ b/editors/linux-sublime/Makefile @@ -8,6 +8,7 @@ PKGNAMEPREFIX= linux- MAINTAINER= ports@FreeBSD.org COMMENT= Sophisticated text editor for code, markup and prose +WWW= https://www.sublimetext.com USES= desktop-file-utils gnome linux tar:bzip2 USE_LINUX= xorglibs gtk2 diff --git a/editors/linux-sublime3/Makefile b/editors/linux-sublime3/Makefile index d27a081826da..43da1f498008 100644 --- a/editors/linux-sublime3/Makefile +++ b/editors/linux-sublime3/Makefile @@ -8,6 +8,7 @@ PKGNAMESUFFIX= 3 MAINTAINER= matias@pizarro.net COMMENT= Sophisticated text editor for code, markup and prose +WWW= https://www.sublimetext.com LICENSE= SUBLIMEHQ LICENSE_NAME= End User License Agreement diff --git a/editors/linux-wps-office/Makefile b/editors/linux-wps-office/Makefile index 31958efa4ec7..2e160179bc3d 100644 --- a/editors/linux-wps-office/Makefile +++ b/editors/linux-wps-office/Makefile @@ -8,6 +8,7 @@ EXTRACT_SUFX= .rpm MAINTAINER= freebsd@sysctl.cz COMMENT= Complete office suite with PDF editor +WWW= https://www.wps.com/ LICENSE= commercial LICENSE_NAME= End User License Agreement diff --git a/editors/lite/Makefile b/editors/lite/Makefile index a8ad4c1e42d8..8b1bcd932576 100644 --- a/editors/lite/Makefile +++ b/editors/lite/Makefile @@ -5,6 +5,7 @@ PKGNAMESUFFIX= -editor # PORTNAME alone is too vague MAINTAINER= danfe@FreeBSD.org COMMENT= Lightweight text editor written mostly in Lua +WWW= https://github.com/rxi/lite PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES= a38b89ca26dde1353cf1.patch:-p1 diff --git a/editors/madedit/Makefile b/editors/madedit/Makefile index f3ef579aefe3..f92d3778be30 100644 --- a/editors/madedit/Makefile +++ b/editors/madedit/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/${PORTNAME}/MadEdit/MadEdit-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Open-source and cross-platform text/hex editor +WWW= http://madedit.sourceforge.net/ LICENSE= GPLv2 diff --git a/editors/marker/Makefile b/editors/marker/Makefile index b977d551dd80..e5b9548ccc40 100644 --- a/editors/marker/Makefile +++ b/editors/marker/Makefile @@ -5,6 +5,7 @@ CATEGORIES= editors MAINTAINER= tagattie@FreeBSD.org COMMENT= Gtk3 markdown editor +WWW= https://fabiocolacio.github.io/Marker/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.md diff --git a/editors/mg/Makefile b/editors/mg/Makefile index 3c4541344c03..e860da786ef4 100644 --- a/editors/mg/Makefile +++ b/editors/mg/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://github.com/ibara/mg/releases/download/mg-${PORTVERSION}/ MAINTAINER= ports@FreeBSD.org COMMENT= Small, fast Emacs-like editor +WWW= https://github.com/ibara/mg LICENSE= PD diff --git a/editors/micro/Makefile b/editors/micro/Makefile index 83776b5896dd..d8319284dd3d 100644 --- a/editors/micro/Makefile +++ b/editors/micro/Makefile @@ -5,6 +5,7 @@ CATEGORIES= editors MAINTAINER= lcook@FreeBSD.org COMMENT= Modern and intuitive terminal-based text editor +WWW= https://micro-editor.github.io/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/editors/mined/Makefile b/editors/mined/Makefile index bba66abc0fc4..507d7794e313 100644 --- a/editors/mined/Makefile +++ b/editors/mined/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION} MAINTAINER= thierry@FreeBSD.org COMMENT= Text mode editor with Unicode support +WWW= http://towo.net/mined/ LICENSE= GPLv3 diff --git a/editors/mle/Makefile b/editors/mle/Makefile index 64ce1ddd411e..2ad4b8052e34 100644 --- a/editors/mle/Makefile +++ b/editors/mle/Makefile @@ -5,6 +5,7 @@ CATEGORIES= editors MAINTAINER= as@php.net COMMENT= Small, flexible, terminal-based text editor +WWW= https://github.com/adsr/mle LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/editors/morla/Makefile b/editors/morla/Makefile index f2f13c111f87..6aba6d612cf8 100644 --- a/editors/morla/Makefile +++ b/editors/morla/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= http://www.morlardf.net/src/ \ MAINTAINER= nivit@FreeBSD.org COMMENT= RDF editor +WWW= http://www.morlardf.net/ LIB_DEPENDS= libnxml.so:textproc/libnxml \ librdf.so:textproc/redland \ diff --git a/editors/mousepad/Makefile b/editors/mousepad/Makefile index 51234009ca12..4bbf53d2620d 100644 --- a/editors/mousepad/Makefile +++ b/editors/mousepad/Makefile @@ -6,6 +6,7 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Simple text editor for the Xfce Desktop +WWW= https://git.xfce.org/apps/mousepad/about/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/editors/mp/Makefile b/editors/mp/Makefile index 9f917f9b799d..b5b9bd71c459 100644 --- a/editors/mp/Makefile +++ b/editors/mp/Makefile @@ -4,6 +4,7 @@ CATEGORIES= editors MAINTAINER= jhale@FreeBSD.org COMMENT= Programming text editor +WWW= https://www.triptico.com/software/mp.html LICENSE= PD LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/editors/nano/Makefile b/editors/nano/Makefile index f5490fc66e95..ca8028a3769c 100644 --- a/editors/nano/Makefile +++ b/editors/nano/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://www.nano-editor.org/dist/v${DISTVERSION:R:R}/ GNU MAINTAINER= danilo@FreeBSD.org COMMENT= Nano's ANOther editor, an enhanced free Pico clone +WWW= https://www.nano-editor.org/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/editors/ne/Makefile b/editors/ne/Makefile index 7a6ef1694367..3a9c2975bcbd 100644 --- a/editors/ne/Makefile +++ b/editors/ne/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://ne.di.unimi.it/ MAINTAINER= wen@FreeBSD.org COMMENT= Nice and powerful editor +WWW= https://ne.di.unimi.it/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/editors/nedit/Makefile b/editors/nedit/Makefile index 0b1475c22b03..ff417bd50313 100644 --- a/editors/nedit/Makefile +++ b/editors/nedit/Makefile @@ -8,6 +8,7 @@ EXTRACT_ONLY= nedit-${PORTVERSION}-src.tar.gz MAINTAINER= swills@FreeBSD.org COMMENT= X11/Motif GUI text editor for programs and plain text files +WWW= http://www.nedit.org/ LICENSE= GPLv1 diff --git a/editors/neovim-qt/Makefile b/editors/neovim-qt/Makefile index 7223751babd4..8837fbfe4cfe 100644 --- a/editors/neovim-qt/Makefile +++ b/editors/neovim-qt/Makefile @@ -5,6 +5,7 @@ CATEGORIES= editors MAINTAINER= chuck@tuffli.net COMMENT= Neovim client library and QT5 GUI +WWW= https://github.com/equalsraf/neovim-qt/ LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/editors/neovim/Makefile b/editors/neovim/Makefile index d0a3fa305bdf..bdeeb1407ead 100644 --- a/editors/neovim/Makefile +++ b/editors/neovim/Makefile @@ -5,6 +5,7 @@ CATEGORIES= editors MAINTAINER= adamw@FreeBSD.org COMMENT= Next-generation Vim +WWW= https://neovim.io/ LICENSE= APACHE20 diff --git a/editors/notepadnext/Makefile b/editors/notepadnext/Makefile index a85929bc3fb3..d9cc7ae95449 100644 --- a/editors/notepadnext/Makefile +++ b/editors/notepadnext/Makefile @@ -5,6 +5,7 @@ CATEGORIES= editors MAINTAINER= yuri@FreeBSD.org COMMENT= Reimplementation of Notepad++ +WWW= https://github.com/dail8859/NotepadNext LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/editors/nvi2/Makefile b/editors/nvi2/Makefile index 85722f99570a..d9f955eb7d57 100644 --- a/editors/nvi2/Makefile +++ b/editors/nvi2/Makefile @@ -5,6 +5,7 @@ CATEGORIES= editors MAINTAINER= leres@FreeBSD.org COMMENT= Updated implementation of the ex/vi text editor +WWW= https://github.com/lichray/nvi2/ LICENSE= BSD3CLAUSE diff --git a/editors/o/Makefile b/editors/o/Makefile index f3709d18e7f5..4a15162f53c7 100644 --- a/editors/o/Makefile +++ b/editors/o/Makefile @@ -6,6 +6,7 @@ CATEGORIES= editors MAINTAINER= yuri@FreeBSD.org COMMENT= Small, fast and limited text editor in Go +WWW= https://github.com/xyproto/o LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/editors/openoffice-4/Makefile b/editors/openoffice-4/Makefile index cca3158ab424..ac53f7c49e30 100644 --- a/editors/openoffice-4/Makefile +++ b/editors/openoffice-4/Makefile @@ -21,6 +21,7 @@ MAINTAINER= office@FreeBSD.org #de facto maintainer is truckman@FreeBSD.org #Frequent Patch submitters should (optionally) sign the Apache iCLA COMMENT= Integrated wordprocessor/dbase/spreadsheet/drawing/chart/browser +WWW= https://openoffice.apache.org/ LICENSE= APACHE20 ADOBE BSD3CLAUSE BSD4CLAUSE BSL ICU MIT MPL10 \ MPL11 PSFL TWAIN W3C diff --git a/editors/openoffice-devel/Makefile b/editors/openoffice-devel/Makefile index e87faea07bb5..51e29ffd4898 100644 --- a/editors/openoffice-devel/Makefile +++ b/editors/openoffice-devel/Makefile @@ -22,6 +22,7 @@ MAINTAINER= office@FreeBSD.org #de facto maintainer is truckman@FreeBSD.org #Frequent Patch submitters should (optionally) sign the Apache iCLA COMMENT= Integrated wordprocessor/dbase/spreadsheet/drawing/chart/browser (developer version) +WWW= https://openoffice.apache.org/ LICENSE= APACHE20 ADOBE BSD3CLAUSE BSD4CLAUSE BSL ICU MIT MPL10 \ MPL11 PSFL TWAIN W3C diff --git a/editors/p5-Proc-InvokeEditor/Makefile b/editors/p5-Proc-InvokeEditor/Makefile index c0c682953dc3..33d2d64b212d 100644 --- a/editors/p5-Proc-InvokeEditor/Makefile +++ b/editors/p5-Proc-InvokeEditor/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension for starting a text editor +WWW= https://metacpan.org/release/Proc-InvokeEditor LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/editors/p5-Vimana/Makefile b/editors/p5-Vimana/Makefile index 71cd9a0bf782..35b92d364111 100644 --- a/editors/p5-Vimana/Makefile +++ b/editors/p5-Vimana/Makefile @@ -8,6 +8,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Vim script manager +WWW= https://metacpan.org/release/Vimana BUILD_DEPENDS= vim:editors/vim RUN_DEPENDS= vim:editors/vim \ diff --git a/editors/paredit-mode.el/Makefile b/editors/paredit-mode.el/Makefile index 56408e4c9c57..88834df6faee 100644 --- a/editors/paredit-mode.el/Makefile +++ b/editors/paredit-mode.el/Makefile @@ -10,6 +10,7 @@ EXTRACT_ONLY= MAINTAINER= olgeni@FreeBSD.org COMMENT= Minor mode for performing editing of S-expression data +WWW= https://www.emacswiki.org/emacs/ParEdit LICENSE= GPLv3+ diff --git a/editors/parinfer-rust/Makefile b/editors/parinfer-rust/Makefile index a06d42aabe58..c7b539bb7eb3 100644 --- a/editors/parinfer-rust/Makefile +++ b/editors/parinfer-rust/Makefile @@ -6,6 +6,7 @@ CATEGORIES= editors MAINTAINER= mikael@FreeBSD.org COMMENT= Infer parentheses for Clojure, Lisp, and Scheme +WWW= https://github.com/eraserhd/parinfer-rust LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE.md diff --git a/editors/pdfedit/Makefile b/editors/pdfedit/Makefile index 17b63a65364a..502d42a9fe96 100644 --- a/editors/pdfedit/Makefile +++ b/editors/pdfedit/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF MAINTAINER= hrs@FreeBSD.org COMMENT= PDF document manipulating library +WWW= http://pdfedit.cz/ LICENSE= GPLv2 diff --git a/editors/pico-alpine/Makefile b/editors/pico-alpine/Makefile index 92bcf54f6f72..90db4fccf271 100644 --- a/editors/pico-alpine/Makefile +++ b/editors/pico-alpine/Makefile @@ -4,6 +4,7 @@ CATEGORIES= editors DISTNAME= alpine-${PORTVERSION} COMMENT= [Al]PIne's message COmposition editor and Pilot file manager +WWW= http://www.washington.edu/alpine/ MASTERDIR= ${.CURDIR}/../../mail/alpine diff --git a/editors/picpas/Makefile b/editors/picpas/Makefile index ed3442ae4e65..940d211518c9 100644 --- a/editors/picpas/Makefile +++ b/editors/picpas/Makefile @@ -7,6 +7,7 @@ PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} MAINTAINER= acm@FreeBSD.org COMMENT= Multi-platform Pascal for Microchip PIC16F microcontrollers +WWW= https://github.com/t-edson/PicPas LICENSE= GPLv2 diff --git a/editors/pluma-plugins/Makefile b/editors/pluma-plugins/Makefile index 480cd54c1f29..be250251a72b 100644 --- a/editors/pluma-plugins/Makefile +++ b/editors/pluma-plugins/Makefile @@ -7,6 +7,7 @@ DIST_SUBDIR= mate MAINTAINER= gnome@FreeBSD.org COMMENT= Plugins for Pluma +WWW= https://mate-desktop.org/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/editors/pluma/Makefile b/editors/pluma/Makefile index 2cde4f0ef178..5ecba6e0bad3 100644 --- a/editors/pluma/Makefile +++ b/editors/pluma/Makefile @@ -7,6 +7,7 @@ DIST_SUBDIR= mate MAINTAINER= gnome@FreeBSD.org COMMENT= Small but powerful text editor for MATE Desktop Environment +WWW= https://mate-desktop.org/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/editors/poedit/Makefile b/editors/poedit/Makefile index 5451aece3ddf..b3173068dab0 100644 --- a/editors/poedit/Makefile +++ b/editors/poedit/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://github.com/vslavik/${PORTNAME}/releases/download/v${PORTVE MAINTAINER= rodrigo@FreeBSD.org COMMENT= Gettext catalogs (.po files) editor +WWW= https://www.poedit.net/ LICENSE= BSD2CLAUSE diff --git a/editors/poke/Makefile b/editors/poke/Makefile index 8e7f1b84a6f1..c423cf066046 100644 --- a/editors/poke/Makefile +++ b/editors/poke/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= GNU MAINTAINER= mistresssilvara@hotmail.com COMMENT= Scriptable interactive binary editor +WWW= https://www.jemarch.net/poke LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/editors/psgml/Makefile b/editors/psgml/Makefile index f9c1ad77e755..67eeb6e25be9 100644 --- a/editors/psgml/Makefile +++ b/editors/psgml/Makefile @@ -11,6 +11,7 @@ PATCHFILES= psgml-symbol-conflict-050503.diff.gz MAINTAINER= hrs@FreeBSD.org COMMENT= Major mode for editing SGML and XML documents for Emacs +WWW= http://www.lysator.liu.se/~lenst/about_psgml/ LICENSE= GPLv2 diff --git a/editors/puff/Makefile b/editors/puff/Makefile index e9997406c726..482614782c18 100644 --- a/editors/puff/Makefile +++ b/editors/puff/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://devpit.org/puff/ \ MAINTAINER= bilbo@hobbiton.org COMMENT= Simple and efficient text editor +WWW= http://devpit.org/puff/ USES= ncurses PLIST_FILES= bin/puff etc/puff.conf.sample diff --git a/editors/py-babi/Makefile b/editors/py-babi/Makefile index d4b7751a7553..c03d0735bb11 100644 --- a/editors/py-babi/Makefile +++ b/editors/py-babi/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= swills@FreeBSD.org COMMENT= Text Editor written in Python +WWW= https://github.com/asottile/babi LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/editors/py-editorconfig/Makefile b/editors/py-editorconfig/Makefile index 61efc1f521d6..3f9fbc7b3f6a 100644 --- a/editors/py-editorconfig/Makefile +++ b/editors/py-editorconfig/Makefile @@ -7,6 +7,7 @@ DISTNAME= EditorConfig-${DISTVERSION} MAINTAINER= shaun@FreeBSD.org COMMENT= EditorConfig File Locator and Interpreter for Python +WWW= https://editorconfig.org/ LICENSE= BSD2CLAUSE PSFL LICENSE_COMB= multi diff --git a/editors/py-pynvim/Makefile b/editors/py-pynvim/Makefile index c6c26c185974..079e4fc75417 100644 --- a/editors/py-pynvim/Makefile +++ b/editors/py-pynvim/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= tm@NetBSD.org COMMENT= Python client and plugin host for Neovim +WWW= https://pynvim.readthedocs.io/en/latest/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/editors/py-vim-bridge/Makefile b/editors/py-vim-bridge/Makefile index 5e86563476c5..f08d1186ed4f 100644 --- a/editors/py-vim-bridge/Makefile +++ b/editors/py-vim-bridge/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= 0mp@FreeBSD.org COMMENT= Decorator enabing transparent calls to Python functions in Vim scripts +WWW= https://github.com/nvie/vim_bridge LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKSRC}/setup.py diff --git a/editors/quilter/Makefile b/editors/quilter/Makefile index 2218382b2e06..764ec92110fe 100644 --- a/editors/quilter/Makefile +++ b/editors/quilter/Makefile @@ -5,6 +5,7 @@ CATEGORIES= editors MAINTAINER= yuri@FreeBSD.org COMMENT= Editor allowing you to focus on your writing +WWW= https://github.com/lainsce/quilter LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/editors/rehex/Makefile b/editors/rehex/Makefile index 4809b7d22919..f5475d1f0c05 100644 --- a/editors/rehex/Makefile +++ b/editors/rehex/Makefile @@ -4,6 +4,7 @@ CATEGORIES= editors MAINTAINER= fuz@fuz.su COMMENT= Hex editor for reverse engineering +WWW= https://github.com/solemnwarning/rehex LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/editors/rubygem-neovim/Makefile b/editors/rubygem-neovim/Makefile index aebbdb48645c..2d1734723334 100644 --- a/editors/rubygem-neovim/Makefile +++ b/editors/rubygem-neovim/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby bindings for neovim +WWW= https://github.com/neovim/neovim-ruby LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/editors/scite/Makefile b/editors/scite/Makefile index ad36bdec7e0b..fd08d518b71c 100644 --- a/editors/scite/Makefile +++ b/editors/scite/Makefile @@ -6,6 +6,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} MAINTAINER= cyberbotx@cyberbotx.com COMMENT= Full-featured SCIntilla based text editor for GTK/GNOME +WWW= https://www.scintilla.org/SciTE.html LICENSE= SCINTILLA LICENSE_NAME= License for Scintilla and SciTE diff --git a/editors/se/Makefile b/editors/se/Makefile index e630c204f3be..4b8be92fd399 100644 --- a/editors/se/Makefile +++ b/editors/se/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://se-editor.org/dist/ MAINTAINER= danilo@FreeBSD.org COMMENT= Screen oriented version of the classic UNIX text editor ed +WWW= http://se-editor.org/ USES= ncurses GNU_CONFIGURE= yes diff --git a/editors/semi/Makefile b/editors/semi/Makefile index 648c58a03b40..6cb7ea8d53f8 100644 --- a/editors/semi/Makefile +++ b/editors/semi/Makefile @@ -6,6 +6,7 @@ PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} MAINTAINER= nobutaka@FreeBSD.org COMMENT= SEMI, Library of MIME feature for GNU Emacs for emacs +WWW= https://github.com/wanderlust/semi LICENSE= GPLv2 diff --git a/editors/setzer/Makefile b/editors/setzer/Makefile index 44332fe0e725..d567ae0f1bcb 100644 --- a/editors/setzer/Makefile +++ b/editors/setzer/Makefile @@ -6,6 +6,7 @@ CATEGORIES= editors MAINTAINER= greg@unrelenting.technology COMMENT= LaTeX editor written in Python with Gtk +WWW= https://www.cvfosammmm.org/setzer/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/editors/shed/Makefile b/editors/shed/Makefile index 7f2b4257976f..0741d5160db6 100644 --- a/editors/shed/Makefile +++ b/editors/shed/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION} MAINTAINER= danfe@FreeBSD.org COMMENT= Simple ncurses-based pico-style hex editor +WWW= https://sourceforge.net/projects/shed/ LICENSE= GPLv2 diff --git a/editors/slime/Makefile b/editors/slime/Makefile index 7b0a4f9d5b2b..c5d0795c03a5 100644 --- a/editors/slime/Makefile +++ b/editors/slime/Makefile @@ -8,6 +8,7 @@ PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} MAINTAINER= joe@thrallingpenguin.com COMMENT= Superior Lisp Interaction Mode for Emacs +WWW= https://common-lisp.net/project/slime/ LICENSE= PD diff --git a/editors/sly-asdf/Makefile b/editors/sly-asdf/Makefile index 74118c15b54d..e16b986cef22 100644 --- a/editors/sly-asdf/Makefile +++ b/editors/sly-asdf/Makefile @@ -6,6 +6,7 @@ PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} MAINTAINER= olce.freebsd.ports@certner.fr COMMENT= SLY support for ASDF +WWW= https://github.com/mmgeorge/sly-asdf LICENSE= GPLv3 diff --git a/editors/sly-named-readtables/Makefile b/editors/sly-named-readtables/Makefile index e2eb5000aee1..a1b35636dc0c 100644 --- a/editors/sly-named-readtables/Makefile +++ b/editors/sly-named-readtables/Makefile @@ -6,6 +6,7 @@ PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} MAINTAINER= olce.freebsd.ports@certner.fr COMMENT= Support different readtables in the same file for SLY +WWW= https://github.com/joaotavora/sly-named-readtables LICENSE= PD diff --git a/editors/sly-quicklisp/Makefile b/editors/sly-quicklisp/Makefile index 1dd9d227f794..ad5e9ddb1a72 100644 --- a/editors/sly-quicklisp/Makefile +++ b/editors/sly-quicklisp/Makefile @@ -6,6 +6,7 @@ PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} MAINTAINER= olce.freebsd.ports@certner.fr COMMENT= Basic Quicklisp support for SLY +WWW= https://github.com/joaotavora/sly-quicklisp LICENSE= PD diff --git a/editors/sly/Makefile b/editors/sly/Makefile index 59aeb5ce219a..c99df6a902b1 100644 --- a/editors/sly/Makefile +++ b/editors/sly/Makefile @@ -6,6 +6,7 @@ PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} MAINTAINER= olce.freebsd.ports@certner.fr COMMENT= Sylvester the Cat's Common Lisp IDE for Emacs +WWW= https://github.com/joaotavora/sly LICENSE= PD diff --git a/editors/ssed/Makefile b/editors/ssed/Makefile index 79bb5e14c687..dc07a396854e 100644 --- a/editors/ssed/Makefile +++ b/editors/ssed/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= s MAINTAINER= ports@FreeBSD.org COMMENT= Heavily enhanced version of sed(1) +WWW= http://sed.sourceforge.net/grabbag/ssed/ GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-prefix=s diff --git a/editors/tamago/Makefile b/editors/tamago/Makefile index 0143f70875fb..a0649551e693 100644 --- a/editors/tamago/Makefile +++ b/editors/tamago/Makefile @@ -6,6 +6,7 @@ PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} MAINTAINER= hrs@FreeBSD.org COMMENT= Egg V4, Multilingual Input Method for Emacsen +WWW= https://github.com/hrs-allbsd/tamago LICENSE= GPLv2 diff --git a/editors/tea/Makefile b/editors/tea/Makefile index 828090cb6590..fdd3125d4502 100644 --- a/editors/tea/Makefile +++ b/editors/tea/Makefile @@ -4,6 +4,7 @@ CATEGORIES= editors MAINTAINER= danilo@FreeBSD.org COMMENT= Simple and powerful Qt-based text editor +WWW= http://semiletov.org/tea/ LICENSE= GPLv3 diff --git a/editors/teco/Makefile b/editors/teco/Makefile index 655595c0d390..f444b7cf0978 100644 --- a/editors/teco/Makefile +++ b/editors/teco/Makefile @@ -7,6 +7,7 @@ DISTNAME= tecoclinux${PORTVERSION} MAINTAINER= bob@eager.cx COMMENT= Powerful and compact editor with nongraphical user interface +WWW= https://almy.us/teco.html LICENSE= BSD3CLAUSE diff --git a/editors/ted/Makefile b/editors/ted/Makefile index 8d2d621eedc2..8e7d33d6f59a 100644 --- a/editors/ted/Makefile +++ b/editors/ted/Makefile @@ -8,6 +8,7 @@ EXTRACT_SUFX= .src.tar.gz MAINTAINER= ports@FreeBSD.org COMMENT= X11 based RTF editor +WWW= https://www.nllgg.nl/Ted/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/gpl.txt diff --git a/editors/tetradraw/Makefile b/editors/tetradraw/Makefile index 0f939bea34c7..cdaf348ba8a5 100644 --- a/editors/tetradraw/Makefile +++ b/editors/tetradraw/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Fully featured ANSI art editor/viewer with TCP/IP multidraw support +WWW= http://tetradraw.sourceforge.net/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/editors/texmacs/Makefile b/editors/texmacs/Makefile index 28db24f27b9a..acc5b2f6a055 100644 --- a/editors/texmacs/Makefile +++ b/editors/texmacs/Makefile @@ -7,6 +7,7 @@ DISTNAME= TeXmacs-${PORTVERSION}-src MAINTAINER= ports@FreeBSD.org COMMENT= WYSIWYG scientific text editor +WWW= https://www.texmacs.org/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/editors/texmaker/Makefile b/editors/texmaker/Makefile index 274173599fc7..1adbd4683937 100644 --- a/editors/texmaker/Makefile +++ b/editors/texmaker/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= http://www.xm1math.net/texmaker/ MAINTAINER= hrs@FreeBSD.org COMMENT= LaTeX Development Environment +WWW= https://www.xm1math.net/texmaker/ LICENSE= GPLv2+ diff --git a/editors/texstudio/Makefile b/editors/texstudio/Makefile index c0d65c44442a..37c4c4d3a7c0 100644 --- a/editors/texstudio/Makefile +++ b/editors/texstudio/Makefile @@ -4,6 +4,7 @@ CATEGORIES= editors MAINTAINER= rigoletto@FreeBSD.org COMMENT= Integrated writing environment for LaTeX documents +WWW= http://texstudio.sourceforge.net/ LICENSE= GPLv2 diff --git a/editors/textadept/Makefile b/editors/textadept/Makefile index 9457c78b1624..dcd5c29bbf67 100644 --- a/editors/textadept/Makefile +++ b/editors/textadept/Makefile @@ -11,6 +11,7 @@ DISTFILES= scintilla${SCI_VER}.tgz:sci \ MAINTAINER= danfe@FreeBSD.org COMMENT= Fast, minimalist, extensible cross-platform text editor +WWW= https://orbitalquark.github.io/textadept/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/editors/texworks/Makefile b/editors/texworks/Makefile index 4caee913efcc..b2b66e784806 100644 --- a/editors/texworks/Makefile +++ b/editors/texworks/Makefile @@ -6,6 +6,7 @@ CATEGORIES= editors MAINTAINER= hrs@FreeBSD.org COMMENT= Simple TeX front-end program +WWW= https://www.tug.org/texworks/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/editors/the/Makefile b/editors/the/Makefile index afa6e2ee41d3..cdcf606534dc 100644 --- a/editors/the/Makefile +++ b/editors/the/Makefile @@ -7,6 +7,7 @@ DISTNAME= THE-${PORTVERSION:S/.r/RC/} MAINTAINER= comet.berkeley@gmail.com COMMENT= The Hessling Editor, like the VM/CMS xedit editor +WWW= http://hessling-editor.sourceforge.net/ LICENSE= GPLv2 diff --git a/editors/treeform/Makefile b/editors/treeform/Makefile index 2d4173aa9e1d..5d099390c53c 100644 --- a/editors/treeform/Makefile +++ b/editors/treeform/Makefile @@ -6,6 +6,7 @@ DISTNAME= TreeForm_1_0_3 MAINTAINER= buganini@gmail.com COMMENT= Linguistic Syntax/Semantics tree drawing editor +WWW= https://treeform.blogspot.com/ USES= zip NO_BUILD= yes diff --git a/editors/tweak/Makefile b/editors/tweak/Makefile index 0a96317ba1d1..86583b999bae 100644 --- a/editors/tweak/Makefile +++ b/editors/tweak/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://www.chiark.greenend.org.uk/~sgtatham/${PORTNAME}/ MAINTAINER= pzn.unixbsd@gmail.com COMMENT= Efficient hex editor +WWW= https://www.chiark.greenend.org.uk/~sgtatham/tweak/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENCE diff --git a/editors/ved/Makefile b/editors/ved/Makefile index 68fb5476f2e8..a7bcfdae43bc 100644 --- a/editors/ved/Makefile +++ b/editors/ved/Makefile @@ -2,6 +2,7 @@ PORTNAME= ved CATEGORIES= editors COMMENT= Visual editor (easy to learn, fast, and lean) +WWW= https://codeberg.org/schilytools/schilytools OPTIONS_DEFINE= DOCS diff --git a/editors/vigor/Makefile b/editors/vigor/Makefile index ff9792c5754c..eaa151b62db7 100644 --- a/editors/vigor/Makefile +++ b/editors/vigor/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Vi clone inspired by the userfriendly comic strip +WWW= http://vigor.sourceforge.net/ LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKSRC}/../LICENSE diff --git a/editors/vile/Makefile b/editors/vile/Makefile index 58e6b3fa362c..f51d3e01074e 100644 --- a/editors/vile/Makefile +++ b/editors/vile/Makefile @@ -10,6 +10,7 @@ PATCH_SITES= ${MASTER_SITES:S,vile/current/,vile/patches/,g} MAINTAINER= dickey@invisible-island.net COMMENT= VI Like Emacs -- console version +WWW= https://invisible-island.net/vile/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/editors/vim-colorschemes-legacy/Makefile b/editors/vim-colorschemes-legacy/Makefile index 6a30cbe016b3..836490ab8bcb 100644 --- a/editors/vim-colorschemes-legacy/Makefile +++ b/editors/vim-colorschemes-legacy/Makefile @@ -5,6 +5,7 @@ CATEGORIES= editors MAINTAINER= michael.osipov@siemens.com COMMENT= Legacy colorschemes for Vim +WWW= https://github.com/vim/colorschemes LICENSE= VIM LICENSE_NAME= VIM License diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 932ff7cc5d32..1c67a589b085 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -5,6 +5,7 @@ CATEGORIES= editors MAINTAINER= adamw@FreeBSD.org COMMENT= Improved version of the vi editor (${FLAVOR:U} flavor) +WWW= https://www.vim.org/ LICENSE= VIM LICENSE_NAME= VIM License diff --git a/editors/vscode/Makefile b/editors/vscode/Makefile index e62c6867b408..240607c0d567 100644 --- a/editors/vscode/Makefile +++ b/editors/vscode/Makefile @@ -18,6 +18,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} \ MAINTAINER= tagattie@FreeBSD.org COMMENT= Visual Studio Code - Open Source ("Code - OSS") +WWW= https://code.visualstudio.com/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/editors/web-mode/Makefile b/editors/web-mode/Makefile index bc1089654011..5486d7e509b3 100644 --- a/editors/web-mode/Makefile +++ b/editors/web-mode/Makefile @@ -7,6 +7,7 @@ PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} MAINTAINER= hrs@FreeBSD.org COMMENT= Autonomous Emacs major-mode for editing web templates +WWW= https://web-mode.org LICENSE= GPLv2 diff --git a/editors/with-editor-devel/Makefile b/editors/with-editor-devel/Makefile index 2be39f8ccc46..07d07bd0551b 100644 --- a/editors/with-editor-devel/Makefile +++ b/editors/with-editor-devel/Makefile @@ -7,6 +7,7 @@ PKGNAMESUFFIX= -devel${EMACS_PKGNAMESUFFIX} MAINTAINER= yasu@FreeBSD.org COMMENT= Use the Emacsclient as the $$EDITOR of child processes +WWW= https://github.com/magit/with-editor LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/editors/with-editor/Makefile b/editors/with-editor/Makefile index bf70b7969bf1..63aef9051414 100644 --- a/editors/with-editor/Makefile +++ b/editors/with-editor/Makefile @@ -7,6 +7,7 @@ PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} MAINTAINER= yasu@FreeBSD.org COMMENT= Use the Emacsclient as the $$EDITOR of child processes +WWW= https://github.com/magit/with-editor LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/editors/wordgrinder/Makefile b/editors/wordgrinder/Makefile index 5e6c812ef9d1..70bc026c426e 100644 --- a/editors/wordgrinder/Makefile +++ b/editors/wordgrinder/Makefile @@ -4,6 +4,7 @@ CATEGORIES= editors MAINTAINER= vmagerya@gmail.com COMMENT= Simple Unicode-aware console and X11-based word processor +WWW= https://cowlark.com/wordgrinder/ RUN_DEPENDS= ${LUA_REFMODLIBDIR}/lfs.so:devel/luafilesystem@${LUA_FLAVOR} diff --git a/editors/wxhexeditor/Makefile b/editors/wxhexeditor/Makefile index 546472137818..d13f49052570 100644 --- a/editors/wxhexeditor/Makefile +++ b/editors/wxhexeditor/Makefile @@ -7,6 +7,7 @@ DISTNAME= wxHexEditor-v${PORTVERSION}-src MAINTAINER= danfe@FreeBSD.org COMMENT= Graphical hex editor for big files with x86 disassembly support +WWW= https://www.wxhexeditor.org/ LICENSE= GPLv2 diff --git a/editors/xcoral/Makefile b/editors/xcoral/Makefile index 986b03ba561b..296fd6065fd0 100644 --- a/editors/xcoral/Makefile +++ b/editors/xcoral/Makefile @@ -9,6 +9,7 @@ PATCHFILES= xcoral-alpheus-and-peneus-2020.patch.bz2 MAINTAINER= mi@aldan.algebra.com COMMENT= Multiwindow mouse-based text editor for X +WWW= http://xcoral.free.fr/ LICENSE= GPLv2 diff --git a/editors/xed/Makefile b/editors/xed/Makefile index 1bf26ebb48a0..26e9426449b1 100644 --- a/editors/xed/Makefile +++ b/editors/xed/Makefile @@ -5,6 +5,7 @@ DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= Small but powerful text editor for GTK +WWW= https://github.com/linuxmint/xed LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/editors/xi-core/Makefile b/editors/xi-core/Makefile index a728f0aadaaa..1648e5700bc1 100644 --- a/editors/xi-core/Makefile +++ b/editors/xi-core/Makefile @@ -6,6 +6,7 @@ CATEGORIES= editors MAINTAINER= eduardo@FreeBSD.org COMMENT= Modern editor backend written in Rust +WWW= https://xi-editor.io LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/../LICENSE diff --git a/editors/xi-term/Makefile b/editors/xi-term/Makefile index e0a57e59fa5c..99cd0a40c07f 100644 --- a/editors/xi-term/Makefile +++ b/editors/xi-term/Makefile @@ -5,6 +5,7 @@ CATEGORIES= editors MAINTAINER= eduardo@FreeBSD.org COMMENT= Terminal frontend for xi-editor +WWW= https://github.com/xi-frontend/xi-term LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/editors/xmlcopyeditor/Makefile b/editors/xmlcopyeditor/Makefile index 8d89935e9d61..489ce3908934 100644 --- a/editors/xmlcopyeditor/Makefile +++ b/editors/xmlcopyeditor/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/xml-copy-editor/${PORTNAME}-linux/${PORTVERSION} MAINTAINER= jjuanino@gmail.com COMMENT= Fast validating XML editor +WWW= http://xml-copy-editor.sourceforge.net/ LICENSE= GPLv2 diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile index 39df5733e21a..a3cf72c9b97d 100644 --- a/editors/xvile/Makefile +++ b/editors/xvile/Makefile @@ -11,6 +11,7 @@ PATCHFILES= # none MAINTAINER= dickey@invisible-island.net COMMENT= VI Like Emacs -- X11 version +WWW= https://invisible-island.net/vile/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/editors/yudit/Makefile b/editors/yudit/Makefile index e4f31bf170c8..4e8279dce2e2 100644 --- a/editors/yudit/Makefile +++ b/editors/yudit/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://yudit.org/download/ \ MAINTAINER= danilo@FreeBSD.org COMMENT= Multi-lingual Unicode text editor with TTF support +WWW= https://www.yudit.org/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING.TXT diff --git a/editors/zile/Makefile b/editors/zile/Makefile index c95e4d9e090b..14ac9cd182a8 100644 --- a/editors/zile/Makefile +++ b/editors/zile/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= GNU MAINTAINER= ports@FreeBSD.org COMMENT= Small emacs-like text editor +WWW= https://www.gnu.org/software/zile/ LICENSE= GPLv3 |