ports/143404: [MAINTAINER] textproc/simplehtmldom: Addd required PHP extension and improve pkg-message

Joe Horn joehorn at gmail.com
Sun Jan 31 15:20:02 UTC 2010


>Number:         143404
>Category:       ports
>Synopsis:       [MAINTAINER] textproc/simplehtmldom: Addd required PHP extension and improve pkg-message
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 31 15:20:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Joe Horn
>Release:        FreeBSD 8.0-RELEASE-p2 amd64
>Organization:
Taiwanese User
>Environment:
System: FreeBSD joehorn.idv.tw 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #1: Fri Jan  8 23:08:25 CST
>Description:
* Add PHP pcre extension as required
* Use pkg-message.in for templated message output

Added file(s):
- files/pkg-message.in

Removed file(s):
- pkg-message

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- simplehtmldom-1.11.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/textproc/simplehtmldom/Makefile /home/admin/joehorn/simplehtmldom/Makefile
--- /usr/ports/textproc/simplehtmldom/Makefile	2010-01-27 09:06:14.000000000 +0800
+++ /home/admin/joehorn/simplehtmldom/Makefile	2010-01-31 23:06:16.000000000 +0800
@@ -5,27 +5,31 @@
 # $FreeBSD: ports/textproc/simplehtmldom/Makefile,v 1.1 2010/01/27 01:06:14 miwi Exp $
 #
 
-PORTNAME=	simplehtmldom
-DISTVERSION=	1.11
-CATEGORIES=	textproc www
-MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${DISTVERSION}
-DISTNAME=	${PORTNAME}_${DISTVERSION:S/./_/g}
-
-MAINTAINER=	joehorn at gmail.com
-COMMENT=	PHP Simple HTML DOM Parser
-
-WRKSRC=		${WRKDIR}/${PORTNAME}
-
-USE_ZIP=	YES
-USE_PHP=	YES
-NO_BUILD=	YES
+PORTNAME=		simplehtmldom
+DISTVERSION=		1.11
+CATEGORIES=		textproc www
+MASTER_SITES=		SF/${PORTNAME}/${PORTNAME}/${DISTVERSION}
+DISTNAME=		${PORTNAME}_${DISTVERSION:S/./_/g}
 
-EXAMPLES_SUB_DIR=	scraping
-DOCS_SUB_DIR=		css img js
+MAINTAINER=		joehorn at gmail.com
+COMMENT=		PHP Simple HTML DOM Parser
+
+WRKSRC=			${WRKDIR}/${PORTNAME}
+
+USE_ZIP=		YES
+NO_BUILD=		YES
+
+USE_PHP=		pcre
 
 DEFAULT_PHP_VER=	5
 IGNORE_WITH_PHP=	4
 
+SUB_FILES+=		pkg-message
+SUB_LIST+=		DATADIR=${DATADIR} PREFIX=${PREFIX}
+
+EXAMPLES_SUB_DIR=	scraping
+DOCS_SUB_DIR=		css img js
+
 .include <bsd.port.pre.mk>
 
 do-install:
diff -ruN --exclude=CVS /usr/ports/textproc/simplehtmldom/files/pkg-message.in /home/admin/joehorn/simplehtmldom/files/pkg-message.in
--- /usr/ports/textproc/simplehtmldom/files/pkg-message.in	1970-01-01 08:00:00.000000000 +0800
+++ /home/admin/joehorn/simplehtmldom/files/pkg-message.in	2010-01-31 23:07:00.000000000 +0800
@@ -0,0 +1,11 @@
+
+*************************************************************************
+
+You can add the library path ( DEFAULT: %%DATADIR%% )
+to the "include_path=" directive in your php.ini file 
+( DEFAULT: %%PREFIX%%/etc/php.ini ), such as:
+
+ include_path = ".:%%DATADIR%%"
+
+*************************************************************************
+
diff -ruN --exclude=CVS /usr/ports/textproc/simplehtmldom/pkg-message /home/admin/joehorn/simplehtmldom/pkg-message
--- /usr/ports/textproc/simplehtmldom/pkg-message	2010-01-27 09:06:15.000000000 +0800
+++ /home/admin/joehorn/simplehtmldom/pkg-message	1970-01-01 08:00:00.000000000 +0800
@@ -1,8 +0,0 @@
-*************************************************************************
-You can add the library path ( DEFAULT: ${PREFIX}/share/simplehtmldom )
-to the "include_path=" directive in your php.ini file 
-( DEFAULT: ${PREFIX}/etc/php.ini ), such as:
-
- include_path = ".:${PREFIX}/share/simplehtmldom"
-
-*************************************************************************
--- simplehtmldom-1.11.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list