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
docbookide.el Emacs lisp modules for editing DocBook documents
0.1 textproc 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.1Version of this port present on the latest quarterly branch.
Broken BROKEN: unfetchable
Deprecated DEPRECATED: Broken for more than 6 months
Expired This port expired on: 2016-07-04
Ignore IGNORE: is marked as broken: unfetchable
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: 2002-07-16 04:34:12
Last Update: 2016-07-04 20:48:24
SVN Revision: 418057
Also Listed In: elisp
License: not specified in port
WWW:
http://nwalsh.com/emacs/docbookide/
Description:
docbook-mode.el (aka: DocBook IDE) is an emacs major mode for editing DocBook documents. DocBook IDE features: *) Font lock highlighting for DocBook elements and attributes *) 'docbook-complete' function for inserting elements and attribute names *) 'docbook-insert-tag' function for inserting matching start- and end-tags *) Automatic insertion of element context (e.g. firstname and surname in author) *) Automatic completion of end-tags *) Comprehensive abbreviations table for further ease of typing WWW: http://nwalsh.com/emacs/docbookide/
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:
  • docbookide.el>0:textproc/docbookide.el
No installation instructions:
This port has been deleted.
PKGNAME: docbookide.el
Flavors: there is no flavor information for this port.
distinfo:
There is no distinfo for this port.

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
This port has no dependencies.
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
USES:
zip
pkg-message:
To use docbook-mode, add the following lines to your ~/.emacs: ;; Begin snippet ;; DocBook IDE mode (autoload 'docbook-mode "docbookide" "Major mode for DocBook documents." t) ;; Turn on font lock when in DocBook mode (add-hook 'docbook-mode-hook 'turn-on-font-lock) ;; You might want to make this the default for .sgml or .xml documents, ;; or you might want to rely on -*- DocBook -*- on the first line, ;; or perhaps buffer variables. It's up to you... (setq auto-mode-alist (append (list '("\\.sgm" . docbook-mode) '("\\.sgml" . docbook-mode) '("\\.xml" . docbook-mode) auto-mode-alist)) ) ;; End snippet

Master Sites:
Expand this list (2 items)
Collapse this list.
  1. http://distcache.FreeBSD.org/ports-distfiles/
  2. http://nwalsh.com/emacs/docbookide/
Collapse this list.

Number of commits found: 19

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.1
04 Jul 2016 20:48:24
Revision:418057Original commit files touched by this commit
rene search for other commits by this committer
Remove expired ports without open PRs:
2016-07-04 security/openpgpsdk: Broken for more than 6 months
2016-07-04 security/radiusniff: Broken for more than 6 months
2016-07-04 security/pear-Auth_OpenID: Broken for more than 6 months
2016-07-04 security/sshit: Broken for more than 6 months
2016-07-04 security/ifd-slb_rf60: Broken for more than 6 months
2016-07-04 security/rainbowcrack: Broken for more than 6 months
2016-07-04 security/vlog: Broken for more than 6 months
2016-07-04 security/cryptstring: Broken for more than 6 months
2016-07-04 x11/libdnd: Broken for more than 6 months
2016-07-04 x11/xlupe: Broken for more than 6 months
2016-07-04 x11/xco: Broken for more than 6 months
2016-07-04 x11/xclick: Broken for more than 6 months
2016-07-04 devel/ocfpcsc: Broken for more than 6 months
2016-07-04 devel/dits: Broken for more than 6 months
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.1
03 Jun 2016 16:44:58
Revision:416324Original commit files touched by this commit
antoine search for other commits by this committer
Deprecate ports broken for more than 6 months
0.1
09 Nov 2015 12:59:04
Revision:401096Original commit files touched by this commit
antoine search for other commits by this committer
Mark a few ports BROKEN: unfetchable
0.1
15 Nov 2014 16:26:33
Revision:372605Original commit files touched by this commit
antoine search for other commits by this committer
Cleanup plist
0.1
10 Mar 2014 17:25:26
Revision:347786Original commit files touched by this commit
bapt search for other commits by this committer
Convert textproc to USES=zip
0.1
21 Feb 2014 14:02:53
Revision:345461Original commit files touched by this commit
mat search for other commits by this committer
Staging.

Sponsored by:	Absolight
0.1
20 Sep 2013 23:17:32
Revision:327773Original 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:
textproc)
0.1
28 Mar 2013 16:29:01
Revision:315487Original commit files touched by this commit
eadler search for other commits by this committer
Style: tab -> space.

Most contributors copy an existing port when writing their own so reduce the
number of bad examples in the tree.
0.1
03 Jul 2011 14:40:25
Original commit files touched by this commit
ohauer search for other commits by this committer
-remove MD5
0.1
28 Apr 2010 00:37:14
Original commit files touched by this commit
pgollucci search for other commits by this committer
- Release some more ports
0.1
12 Jan 2010 06:45:07
Original commit files touched by this commit
pgollucci search for other commits by this committer
- adopt
0.1
13 Dec 2006 16:14:17
Original commit files touched by this commit
linimon search for other commits by this committer
Reset seanc@FreeBSD.or due to maintainer-timeouts and no response to email.

Hat:            portmgr
0.1
25 Feb 2006 21:38:02
Original commit files touched by this commit
kris search for other commits by this committer
Add missing directories

Approved by:    portmgr (implicit)
0.1
24 Jan 2006 03:10:24
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
0.1
31 Mar 2004 03:12:58
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify (maintainer timeout)
0.1
24 Jun 2003 22:59:57
Original commit files touched by this commit
seanc search for other commits by this committer
Fix example list in pkg-message for activating docbook-mode.

Submitted by:   Nakal <nakal@web.de>
0.1
07 Mar 2003 06:11:57
Original commit files touched by this commit
ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
0.1
04 Sep 2002 19:41:43
Original commit files touched by this commit
seanc search for other commits by this committer
Updating maintainer e-mail address

Reviewed by:    knu (mentor)
Approved by:    knu (mentor)
0.1
16 Jul 2002 04:24:28
Original commit files touched by this commit
yoichi search for other commits by this committer
Add docbookide.el, Emacs lisp modules for editing DocBook documents.

PR:             40129
Submitted by:   Sean Chittenden <sean@chittenden.org>

Number of commits found: 19