Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jan 2003 11:41:18 +0100 (CET)
From:      Bram Moolenaar <Bram@moolenaar.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/46719: Update for A-A-P port
Message-ID:  <200301031041.h03AfIG28029@moolenaar.net>

next in thread | raw e-mail | index | archive | help

>Number:         46719
>Category:       ports
>Synopsis:       Update for A-A-P port
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 03 02:50:01 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Bram Moolenaar
>Release:        FreeBSD 4.5-RELEASE i386
>Organization:
A-A-P.org
>Environment:
System: FreeBSD masaka.moolenaar.net 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Sun Feb 24 13:16:55 CET 2002 mool@masaka.moolenaar.net:/usr/src/sys/compile/MASAKA i386


	
>Description:
	Update of A-A-P port from 0.100 to 0.111.
	Includes bug fixes and adds a manual page.
>How-To-Repeat:
	
>Fix:

diff -urN aap_orig/Makefile aap/Makefile
--- aap_orig/Makefile	Thu Jan  2 14:53:42 2003
+++ aap/Makefile	Fri Jan  3 11:21:44 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	aap
-PORTVERSION=	0.100
+PORTVERSION=	0.111
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	a-a-p
@@ -14,6 +14,12 @@
 
 MAINTAINER=	bram@a-a-p.org
 
+# A-A-P requires an "scp" command.  If it doesn't exist, we need to chose which
+# one to install.  The OpenSSH one is probably the best choice.
+RUN_DEPENDS=	scp:${PORTSDIR}/security/openssh
+
+MAN1=		aap.1
+
 NO_WRKSUBDIR=	yes
 
 USE_ZIP=	yes
@@ -38,6 +44,7 @@
 	cd ${WRKSRC}; ${INSTALL_SCRIPT} *.py *.pyc *.pyo aap ${PREFIX}/lib/aap/Exec-${PORTVERSION}
 	cd ${WRKSRC}; ${INSTALL_DATA} -m 0744 COPYING README.txt filetype.txt default.aap ${PREFIX}/lib/aap/Exec-${PORTVERSION}
 	cd ${WRKSRC}; ${INSTALL_DATA} doc/*.html doc/exec.pdf ${PREFIX}/lib/aap/Exec-${PORTVERSION}/doc
+	cd ${WRKSRC}; ${INSTALL_DATA} aap.1 ${PREFIX}/man/man1
 	cd ${PREFIX}/bin; ${LN} -fhs ../lib/aap/Exec-${PORTVERSION}/aap aap
 	cd ${PREFIX}/share/doc; ${LN} -fhs ../../lib/aap/Exec-${PORTVERSION}/doc aap
 
diff -urN aap_orig/distinfo aap/distinfo
--- aap_orig/distinfo	Thu Jan  2 14:53:42 2003
+++ aap/distinfo	Fri Jan  3 10:41:15 2003
@@ -1 +1 @@
-MD5 (exec-0.100.zip) = 22d40d2ae126c9adceac97057461ae0d
+MD5 (exec-0.111.zip) = 0b90a89eeb07d208ff5d2dda9277ed19
diff -urN aap_orig/pkg-plist aap/pkg-plist
--- aap_orig/pkg-plist	Thu Jan  2 14:53:42 2003
+++ aap/pkg-plist	Fri Jan  3 10:52:19 2003
@@ -98,6 +98,9 @@
 lib/aap/Exec-%%PORTVERSION%%/__init__.pyc
 lib/aap/Exec-%%PORTVERSION%%/__init__.pyo
 lib/aap/Exec-%%PORTVERSION%%/aap
+lib/aap/Exec-%%PORTVERSION%%/aap.py
+lib/aap/Exec-%%PORTVERSION%%/aap.pyc
+lib/aap/Exec-%%PORTVERSION%%/aap.pyo
 lib/aap/Exec-%%PORTVERSION%%/aapnetrc.py
 lib/aap/Exec-%%PORTVERSION%%/aapnetrc.pyc
 lib/aap/Exec-%%PORTVERSION%%/aapnetrc.pyo
@@ -106,10 +109,10 @@
 lib/aap/Exec-%%PORTVERSION%%/doc/index.html
 lib/aap/Exec-%%PORTVERSION%%/doc/license.html
 lib/aap/Exec-%%PORTVERSION%%/doc/ln12.html
-lib/aap/Exec-%%PORTVERSION%%/doc/p1181.html
+lib/aap/Exec-%%PORTVERSION%%/doc/p1235.html
 lib/aap/Exec-%%PORTVERSION%%/doc/p27.html
-lib/aap/Exec-%%PORTVERSION%%/doc/p771.html
-lib/aap/Exec-%%PORTVERSION%%/doc/p836.html
+lib/aap/Exec-%%PORTVERSION%%/doc/p805.html
+lib/aap/Exec-%%PORTVERSION%%/doc/p888.html
 lib/aap/Exec-%%PORTVERSION%%/doc/ref-arguments.html
 lib/aap/Exec-%%PORTVERSION%%/doc/ref-attributes.html
 lib/aap/Exec-%%PORTVERSION%%/doc/ref-commands.html
@@ -133,6 +136,7 @@
 lib/aap/Exec-%%PORTVERSION%%/doc/user-fetch.html
 lib/aap/Exec-%%PORTVERSION%%/doc/user-filetype.html
 lib/aap/Exec-%%PORTVERSION%%/doc/user-issue.html
+lib/aap/Exec-%%PORTVERSION%%/doc/user-makedif.html
 lib/aap/Exec-%%PORTVERSION%%/doc/user-porting.html
 lib/aap/Exec-%%PORTVERSION%%/doc/user-publish.html
 lib/aap/Exec-%%PORTVERSION%%/doc/user-python.html

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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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