From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 13 02:20:25 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BB5416A4CF for ; Wed, 13 Oct 2004 02:20:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DC7443D3F for ; Wed, 13 Oct 2004 02:20:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9D2KPw6002182 for ; Wed, 13 Oct 2004 02:20:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9D2KPcP002181; Wed, 13 Oct 2004 02:20:25 GMT (envelope-from gnats) Resent-Date: Wed, 13 Oct 2004 02:20:25 GMT Resent-Message-Id: <200410130220.i9D2KPcP002181@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Choe@FreeBSD.org, Cheng-Dae Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E50B116A4CF for ; Wed, 13 Oct 2004 02:11:21 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5D9A43D4C for ; Wed, 13 Oct 2004 02:11:21 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D2BLBb070540 for ; Wed, 13 Oct 2004 02:11:21 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i9D2BLxJ070539; Wed, 13 Oct 2004 02:11:21 GMT (envelope-from nobody) Message-Id: <200410130211.i9D2BLxJ070539@www.freebsd.org> Date: Wed, 13 Oct 2004 02:11:21 GMT From: Choe@FreeBSD.org, Cheng-Dae To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/72601: [MAINTAINER] databases/py-sqlobject: install additional docs, examples X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 02:20:25 -0000 >Number: 72601 >Category: ports >Synopsis: [MAINTAINER] databases/py-sqlobject: install additional docs, examples >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Oct 13 02:20:25 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Choe, Cheng-Dae >Release: FreeBSD 5.3-BETA7 i386 >Organization: >Environment: System: FreeBSD comdongin.com 5.3-BETA7 FreeBSD 5.3-BETA7 #0: Thu Oct 7 03:38:39 KST 2004 root@comdongin.com:/usr/obj/data/src/sys/CDI i386 >Description: install additional docs and examples for database/py-sqlobject >How-To-Repeat: N/A >Fix: diff -ruN py-sqlobject.orig/Makefile py-sqlobject/Makefile --- py-sqlobject.orig/Makefile Wed Oct 13 10:16:56 2004 +++ py-sqlobject/Makefile Wed Oct 13 11:07:04 2004 @@ -7,6 +7,7 @@ PORTNAME= sqlobject PORTVERSION= 0.6 +PORTREVISION= 1 CATEGORIES= databases python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -22,5 +23,14 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes + +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} + ${INSTALL_MAN} ${WRKSRC}/README.txt ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCSDIR} + ${MKDIR} ${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR} +.endif .include diff -ruN py-sqlobject.orig/pkg-descr py-sqlobject/pkg-descr --- py-sqlobject.orig/pkg-descr Wed Oct 13 10:16:56 2004 +++ py-sqlobject/pkg-descr Wed Oct 13 10:45:43 2004 @@ -1,4 +1,4 @@ -QLObject is an object-relational mapper. +SQLObject is an object-relational mapper. It allows you to translate RDBMS table rows into Python objects, and manipulate those objects to transparently manipulate the database. diff -ruN py-sqlobject.orig/pkg-plist py-sqlobject/pkg-plist --- py-sqlobject.orig/pkg-plist Wed Oct 13 10:16:56 2004 +++ py-sqlobject/pkg-plist Wed Oct 13 10:52:03 2004 @@ -79,6 +79,33 @@ %%PYTHON_SITELIBDIR%%/sqlobject/sybase/sybaseconnection.py %%PYTHON_SITELIBDIR%%/sqlobject/sybase/sybaseconnection.pyc %%PYTHON_SITELIBDIR%%/sqlobject/sybase/sybaseconnection.pyo +%%DOCSDIR%%/Authors.html +%%DOCSDIR%%/Authors.txt +%%DOCSDIR%%/FAQ.html +%%DOCSDIR%%/FAQ.txt +%%DOCSDIR%%/News.html +%%DOCSDIR%%/News.txt +%%DOCSDIR%%/Plan06.html +%%DOCSDIR%%/Plan06.txt +%%DOCSDIR%%/README.txt +%%DOCSDIR%%/SQLBuilder.html +%%DOCSDIR%%/SQLBuilder.txt +%%DOCSDIR%%/SQLObject.html +%%DOCSDIR%%/SQLObject.txt +%%DOCSDIR%%/TODO.txt +%%DOCSDIR%%/default.css +%%EXAMPLESDIR%%/codebits.py +%%EXAMPLESDIR%%/config.py +%%EXAMPLESDIR%%/examplestripper.py +%%EXAMPLESDIR%%/leftjoin.py +%%EXAMPLESDIR%%/people.py +%%EXAMPLESDIR%%/personaddress.py +%%EXAMPLESDIR%%/setup.py +%%EXAMPLESDIR%%/simpleperson.py +%%EXAMPLESDIR%%/styles.py +%%EXAMPLESDIR%%/userrole.py +@dirrm %%EXAMPLESDIR%% +@dirrm %%DOCSDIR%% @dirrm %%PYTHON_SITELIBDIR%%/sqlobject/sybase @dirrm %%PYTHON_SITELIBDIR%%/sqlobject/sqlite @dirrm %%PYTHON_SITELIBDIR%%/sqlobject/postgres >Release-Note: >Audit-Trail: >Unformatted: