Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Oct 2017 16:35:56 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r452594 - in head/textproc/opensp: . files
Message-ID:  <201710211635.v9LGZuha044789@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sat Oct 21 16:35:56 2017
New Revision: 452594
URL: https://svnweb.freebsd.org/changeset/ports/452594

Log:
  textproc/opensp: Add license information, WWW and pet portlint
  
  PR:		222328
  Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
  Approved by:	kuriyama (maintainer timeout)

Added:
  head/textproc/opensp/files/patch-include_RangeMap.h   (contents, props changed)
Deleted:
  head/textproc/opensp/files/patch-RangeMap.h
Modified:
  head/textproc/opensp/Makefile
  head/textproc/opensp/files/patch-Makefile.in
  head/textproc/opensp/files/patch-configure
  head/textproc/opensp/files/patch-doc-Makefile.in
  head/textproc/opensp/files/patch-po-Makefile.in.in
  head/textproc/opensp/pkg-descr

Modified: head/textproc/opensp/Makefile
==============================================================================
--- head/textproc/opensp/Makefile	Sat Oct 21 15:37:21 2017	(r452593)
+++ head/textproc/opensp/Makefile	Sat Oct 21 16:35:56 2017	(r452594)
@@ -10,6 +10,11 @@ MASTER_SITES=	SF/openjade/${PORTNAME:tl}/${PORTVERSION
 MAINTAINER=	kuriyama@FreeBSD.org
 COMMENT=	This package is a collection of SGML/XML tools called OpenSP
 
+LICENSE=	JamesClark
+LICENSE_NAME=	License of James Clark's Software
+LICENSE_FILE=	${WRKSRC}/COPYING
+LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+
 USES=		gmake iconv libtool perl5
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes

Modified: head/textproc/opensp/files/patch-Makefile.in
==============================================================================
--- head/textproc/opensp/files/patch-Makefile.in	Sat Oct 21 15:37:21 2017	(r452593)
+++ head/textproc/opensp/files/patch-Makefile.in	Sat Oct 21 16:35:56 2017	(r452594)
@@ -1,6 +1,6 @@
---- Makefile.in.orig	Fri Dec 23 23:16:01 2005
-+++ Makefile.in	Sun Jan  7 23:29:03 2007
-@@ -247,9 +247,9 @@
+--- Makefile.in.orig	2005-12-23 14:16:01 UTC
++++ Makefile.in
+@@ -247,9 +247,9 @@ sharedstatedir = @sharedstatedir@
  sysconfdir = @sysconfdir@
  target_alias = @target_alias@
  AUTOMAKE_OPTIONS = check-news
@@ -12,7 +12,7 @@
  	lib nsgmls spent spam sgmlnorm sx spcat \
  	tests @DOCSRC@
  
-@@ -709,7 +709,7 @@
+@@ -709,7 +709,7 @@ info: info-recursive
  
  info-am:
  

Modified: head/textproc/opensp/files/patch-configure
==============================================================================
--- head/textproc/opensp/files/patch-configure	Sat Oct 21 15:37:21 2017	(r452593)
+++ head/textproc/opensp/files/patch-configure	Sat Oct 21 16:35:56 2017	(r452594)
@@ -1,6 +1,6 @@
---- configure.orig	Fri Dec 23 23:15:56 2005
-+++ configure	Fri Aug 25 03:37:02 2006
-@@ -26441,12 +26441,12 @@
+--- configure.orig	2005-12-23 14:15:56 UTC
++++ configure
+@@ -26441,12 +26441,12 @@ cat >>conftest.$ac_ext <<_ACEOF
  /* end confdefs.h.  */
  #include <libintl.h>
  extern int _nl_msg_cat_cntr;

Modified: head/textproc/opensp/files/patch-doc-Makefile.in
==============================================================================
--- head/textproc/opensp/files/patch-doc-Makefile.in	Sat Oct 21 15:37:21 2017	(r452593)
+++ head/textproc/opensp/files/patch-doc-Makefile.in	Sat Oct 21 16:35:56 2017	(r452594)
@@ -1,6 +1,6 @@
---- doc/Makefile.in.orig	Fri Dec 23 23:15:58 2005
-+++ doc/Makefile.in	Fri Aug 25 03:38:13 2006
-@@ -214,7 +214,7 @@
+--- doc/Makefile.in.orig	2005-12-23 14:15:58 UTC
++++ doc/Makefile.in
+@@ -214,7 +214,7 @@ sbindir = @sbindir@
  sharedstatedir = @sharedstatedir@
  sysconfdir = @sysconfdir@
  target_alias = @target_alias@

Added: head/textproc/opensp/files/patch-include_RangeMap.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/opensp/files/patch-include_RangeMap.h	Sat Oct 21 16:35:56 2017	(r452594)
@@ -0,0 +1,10 @@
+--- include/RangeMap.h.orig	2005-07-21 14:04:39 UTC
++++ include/RangeMap.h
+@@ -9,6 +9,7 @@
+ #include "ISet.h"
+ #include "types.h"
+ #include <stddef.h>
++#include "constant.h"
+ 
+ #ifdef SP_NAMESPACE
+ namespace SP_NAMESPACE {

Modified: head/textproc/opensp/files/patch-po-Makefile.in.in
==============================================================================
--- head/textproc/opensp/files/patch-po-Makefile.in.in	Sat Oct 21 15:37:21 2017	(r452593)
+++ head/textproc/opensp/files/patch-po-Makefile.in.in	Sat Oct 21 16:35:56 2017	(r452594)
@@ -1,6 +1,6 @@
---- po/Makefile.in.in.orig	Sun Jan  7 22:59:24 2007
-+++ po/Makefile.in.in	Sun Jan  7 23:00:49 2007
-@@ -25,8 +25,8 @@
+--- po/Makefile.in.in.orig	2005-11-05 09:05:21 UTC
++++ po/Makefile.in.in
+@@ -25,8 +25,8 @@ VPATH = @srcdir@
  prefix = @prefix@
  exec_prefix = @exec_prefix@
  datadir = @datadir@

Modified: head/textproc/opensp/pkg-descr
==============================================================================
--- head/textproc/opensp/pkg-descr	Sat Oct 21 15:37:21 2017	(r452593)
+++ head/textproc/opensp/pkg-descr	Sat Oct 21 16:35:56 2017	(r452594)
@@ -1,3 +1,5 @@
 This package is a collection of SGML/XML tools called OpenSP.
 It is a fork from James Clark's SP suite. These tools are used
 to parse, validate, and normalize SGML and XML files.
+
+WWW: http://openjade.sourceforge.net/doc/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710211635.v9LGZuha044789>