notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
gwrite Simple HTML format editor
0.5.1_4 editors Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.5.1_4Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Uses webkit-gtk2 which has security issues
Expired This port expired on: 2019-03-24
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2010-04-27 07:20:27
Last Update: 2019-03-24 18:43:27
SVN Revision: 496768
Also Listed In: python
License: LGPL3+
WWW:
http://code.google.com/p/gwrite
Description:
gwrite is an HTML format text editor. Features: 1. HTML5 file format 2. Standard word processing user interface 3. Content structure oriented word processing 4. Title style table of contents production 5. Similar navigation/documentation views in Microsoft Word 6. Paragraph selection when double or right click in navigation view 7. Word count: for document or selections, count the words(with and without spaces), paragraphs, lines, English words, Chinese characters. 8. Images inclusion via Base64 WWW: http://code.google.com/p/gwrite
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • gwrite>0:editors/gwrite
No installation instructions:
This port has been deleted.
PKGNAME: gwrite
Package flavors (<flavor>: <package>)
  • py27: gwrite
distinfo:
TIMESTAMP = 1474285885 SHA256 (gwrite_0.5.1.orig.tar.gz) = dc07c69297a8c1d2bc7921e3a832c0aaeacdf2cf6d3c6b13f19faa26f3d88df5 SIZE (gwrite_0.5.1.orig.tar.gz) = 56338

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py27-python-distutils-extra>=2.15 : devel/py-python-distutils-extra@py27
  2. py27-jswebkit>=0 : www/py-jswebkit@py27
  3. py27-webkitgtk>=0 : www/py-webkitgtk@py27
  4. update-desktop-database : devel/desktop-file-utils
  5. msgfmt : devel/gettext-tools
  6. py27-setuptools>0 : devel/py-setuptools@py27
  7. python2.7 : lang/python27
  8. intltool-extract : textproc/intltool
  9. pygobject-codegen-2.0 : devel/py-gobject
  10. pygtk-2.0.pc : x11-toolkits/py-gtk2
Runtime dependencies:
  1. gnome-icon-theme>=0 : misc/gnome-icon-theme
  2. wvHtml : textproc/wv
  3. py27-jswebkit>=0 : www/py-jswebkit@py27
  4. py27-webkitgtk>=0 : www/py-webkitgtk@py27
  5. update-desktop-database : devel/desktop-file-utils
  6. py27-setuptools>0 : devel/py-setuptools@py27
  7. python2.7 : lang/python27
  8. pygobject-codegen-2.0 : devel/py-gobject
  9. pygtk-2.0.pc : x11-toolkits/py-gtk2
Library dependencies:
  1. libatk-1.0.so : accessibility/atk
  2. libglib-2.0.so : devel/glib20
  3. libintl.so : devel/gettext-runtime
  4. libgtk-x11-2.0.so : x11-toolkits/gtk20
  5. libglade-2.0.so : devel/libglade2
  6. libxml2.so : textproc/libxml2
  7. libpango-1.0.so : x11-toolkits/pango
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
USES:
desktop-file-utils gettext-tools python:2.7 gnome
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://archive.ubuntu.com/ubuntu/pool/universe/g/gwrite/
Collapse this list.

Number of commits found: 25

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.5.1_4
24 Mar 2019 18:43:27
Revision:496768Original commit files touched by this commit
kwm search for other commits by this committer
Remove expired webkit-gtk2 and webkit-gtk3 ports.

Bump graphics/variety deprecation date, there is a patch for a update which
uses webkit2-gtk3 in ports/236180 but I had issues that I could't fix.
0.5.1_4
21 Mar 2019 07:10:28
Revision:496427Original commit files touched by this commit
antoine search for other commits by this committer
Chase webkit-gtk2 expiration
0.5.1_4
20 Jun 2018 17:05:44
Revision:472884Original commit files touched by this commit
mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
0.5.1_4
30 Nov 2017 15:50:34
Revision:455210Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.5.1_4
20 Sep 2016 16:30:03
Revision:422512Original commit files touched by this commit
marino search for other commits by this committer
editors/gwrite: new ubunto MASTER_SITE to unbreak

The distfile name changed but the hash still matches.
The WRKSRC had to be explicitly defined with the distname change.
0.5.1_4
14 Sep 2016 15:59:34
Revision:422140Original commit files touched by this commit
mat search for other commits by this committer
GOOGLE_CODE has gone away.

- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN

Some ports have a local mirror configured but for security reasons, it
is not considered upstream.

Sponsored by:	Absolight
0.5.1_4
19 May 2016 10:21:25
Revision:415498Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix trailing whitespace in pkg-descrs, categories [a-f]*

Approved by:	portmgr blanket
0.5.1_4
01 Apr 2016 14:00:57
Revision:412346Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
0.5.1_4
06 Mar 2016 06:19:37
Revision:410257Original commit files touched by this commit
sunpoet search for other commits by this committer
- Add NO_ARCH
0.5.1_4
12 Jan 2016 16:20:32
Revision:405891Original commit files touched by this commit
amdmi3 search for other commits by this committer
Convert LICENSE= "GPLxx # or later" to "GPLxx+"

Approved by:	portmgr blanket
0.5.1_4
31 Dec 2015 22:00:35
Revision:404964Original commit files touched by this commit
sunpoet search for other commits by this committer
- Move devel/py-distutils-extra to devel/py-python-distutils-extra
- Fix MASTER_SITES
- Add LICENSE_FILE
0.5.1_3
02 Aug 2015 20:23:56
Revision:393444Original commit files touched by this commit
kwm search for other commits by this committer
Part 1 of adding USE_GNOME=intltool to ports that require it.

The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and
gtk30 don't pull intltool in anymore.

PR:		201980
Exp-run by:	antoine@
0.5.1_3
29 Nov 2014 18:22:33
Revision:373636Original commit files touched by this commit
tijl search for other commits by this committer
Split devel/gettext in devel/gettext-runtime and devel/gettext-tools.  The
first contains runtime libraries such as libintl and the latter contains
developer tools such as msgfmt.  Ports that use gettext will usually need
a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools.

USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on
devel/gettext-runtime and USES=gettext-tools can be used to set a
BUILD/RUN_DEPENDS on devel/gettext-tools.  USES=gettext is now the same
as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on
devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools.

Update gettext to 0.19.3.

Remove :oldver from converters/libiconv and devel/gettext-runtime.  Leave
symlinks with the old library versions to avoid the need to bump
PORTREVISION on a large number of dependent ports.  When most of the
dependent ports have had normal version updates, PORTREVISION can be
bumped on the remaining ones (low number) and the links can be removed.

Fix some ports that installed files in lib/locale instead of share/locale.

PR:		194038
Reviewed by:	bapt
Exp-run:	antoine
Approved by:	portmgr (antoine)
0.5.1_3
27 Oct 2014 12:19:13
Revision:371560Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
0.5.1_3
19 Oct 2014 15:43:33
Revision:371188Original commit files touched by this commit
mva search for other commits by this committer
- Convert ports from dns/, editors/ and emulators/ to new
  USES=python

Approved by:	portmgr (implicit)
0.5.1_3
10 Sep 2014 20:50:37
Revision:367888Original commit files touched by this commit
gerald search for other commits by this committer
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
0.5.1_2
06 Apr 2014 15:46:05
Revision:350370Original commit files touched by this commit
pawel search for other commits by this committer
- Port is stage safe
- Remove leading article from COMMENT
- Add USES=desktop-file-utils
0.5.1_1
22 Oct 2013 13:57:35
Revision:331271Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with [bce])

Approved by:	portmgr (bdrewery)
0.5.1_1
20 Sep 2013 16:36:24
Revision:327720Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
editors)
0.5.1_1
01 Jun 2012 05:26:28
Original commit files touched by this commit
dinoex search for other commits by this committer
- update png to 1.5.10
0.5.1
25 Nov 2011 16:54:42
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 0.5.1

PR:             162843
Submitted by:   Ports Fury
Feature safe:   yes
0.3.0
21 Sep 2011 16:48:43
Original commit files touched by this commit
tabthorpe search for other commits by this committer
- Reassign to the heap
0.3.0
03 Mar 2011 03:16:12
Original commit files touched by this commit
wen search for other commits by this committer
- Fix build with python-2.7
- Remove MD5

Approved by:    miwi(portmgr)
0.3.0
29 Dec 2010 20:04:42
Original commit files touched by this commit
pgollucci search for other commits by this committer
- DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.

PR:             ports/153292
Submitted by:   myself (pgollucci)
Tested by:      -exp run by pav
Approved by:    portmgr (pav)
0.3.0
27 Apr 2010 07:19:57
Original commit files touched by this commit
wen search for other commits by this committer
gwrite is an HTML format text editor.

Features:

   1. HTML5 file format
   2. Standard word processing user interface
   3. Content structure oriented word processing
   4. Title style table of contents production
   5. Similar navigation/documentation views in Microsoft Word
   6. Paragraph selection when double or right click in navigation view
   7. Word count: for document or selections, count the words(with and
without spaces), paragraphs, lines, English words, Chinese characters.
   8. Images inclusion via Base64

WWW: http://code.google.com/p/gwrite

PR:             ports/144679
Submitted by:   Ju Pengfei <jupengfei@gmail.com>

Number of commits found: 25