Bug 123954 - New port: www/tcldom
Summary: New port: www/tcldom
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Beech Rintoul
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-24 15:00 UTC by Frank
Modified: 2008-06-29 03:20 UTC (History)
0 users

See Also:


Attachments
file.shar (2.71 KB, text/plain)
2008-05-24 15:00 UTC, Frank
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Frank 2008-05-24 15:00:01 UTC
This is the separated www/tcldom part from ports/123590. Other PR can be closed.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-05-24 15:00:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beech

beech@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 Beech Rintoul freebsd_committer freebsd_triage 2008-05-25 09:08:34 UTC
Please fix this and submit a diff or a new shar:

===> Validating port with portlint
WARN: Makefile: unless this is a master port, PORTVERSION has to be 
set by "=", not by "?=".
FATAL: Makefile: either PORTVERSION or DISTVERSION must be specified, 
not both.
1 fatal error and 1 warning found.
Error validating port


Thanks,

Beech
-- 
---------------------------------------------------------------------------------------
Beech Rintoul - FreeBSD Developer - beech@FreeBSD.org
/"\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/7.0R/announce.html
---------------------------------------------------------------------------------------
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-06-29 03:17:22 UTC
beech       2008-06-29 02:17:18 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/tcldom           Makefile distinfo pkg-descr 
  Log:
  TclDOM is a Tcl language binding for the W3C's DOM standard. DOM
  provides a tree view of an XML document.
  
  TclDOM is a package with several implementations, including one
  written in pure Tcl, one written in C based on TclDOMPro and
  another that wraps the Gnome libxml2 library.
  This port installs the TclDOMPro part.
  
  PR:             ports/123954
  Submitted by:   Frank Fenor <frank at fenor.de>
  
  Revision  Changes    Path
  1.2077    +1 -0      ports/www/Makefile
  1.1       +28 -0     ports/www/tcldom/Makefile (new)
  1.1       +3 -0      ports/www/tcldom/distinfo (new)
  1.1       +9 -0      ports/www/tcldom/pkg-descr (new)
_______________________________________________
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 4 Beech Rintoul freebsd_committer freebsd_triage 2008-06-29 03:17:43 UTC
State Changed
From-To: open->closed

Committed, Thanks!