Bug 126346

Summary: [patch] textproc/docbook improvements
Product: Ports & Packages Reporter: Gabor Kovesdan <gabor>
Component: Individual Port(s)Assignee: Alejandro Pulver <alepulver>
Status: Closed FIXED    
Severity: Affects Only Me CC: alepulver
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
docbook.diff none

Description Gabor Kovesdan freebsd_committer freebsd_triage 2008-08-07 20:00:04 UTC
	- Add DocBook 5
	- Add XML character entities
	- Rename option for SGML character entities to be more descriptive
	- Sort option in a more logical way
	- Bump PORTVERSION
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-08-07 20:00:36 UTC
Responsible Changed
From-To: freebsd-ports-bugs->alepulver

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 gabor 2008-08-07 23:13:35 UTC
There are more versions to add...
I'll send a new patch tomorrow.

Best,
Gábor
Comment 3 gabor 2008-08-08 10:05:07 UTC
The new patch is here:
http://kovesdan.org/patches/textproc-docbook.diff

Additional changes:
- Added SGML DocBook 4.3, 4.4, 4.5
- At the moment FreeBSD docproj uses DocBook 4.1, the older version are 
very old, change the default options to on from 4.1 and to off for 
former versions

Best,
Gábor
Comment 4 dfilter service freebsd_committer freebsd_triage 2008-08-10 16:02:18 UTC
alepulver    2008-08-10 15:02:09 UTC

  FreeBSD ports repository

  Modified files:
    textproc/docbook     Makefile 
  Log:
  - Add DocBook 5
  - Add XML character entities
  - Rename option for SGML character entities to be more descriptive
  - Sort option in a more logical way
  - Bump PORTVERSION
  - Added SGML DocBook 4.3, 4.4, 4.5
  - At the moment FreeBSD docproj uses DocBook 4.1, the older version are
    very old, change the default options to on from 4.1 and to off for
    former versions
  
  PR:             ports/126346
  Submitted by:   gabor
  
  Revision  Changes    Path
  1.23      +43 -18    ports/textproc/docbook/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 5 Alejandro Pulver freebsd_committer freebsd_triage 2008-08-10 16:02:31 UTC
State Changed
From-To: open->closed

Committed. Thanks!