[27761] trunk/dports/aqua/Books/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Mon Aug 13 17:20:22 PDT 2007


Revision: 27761
          http://trac.macosforge.org/projects/macports/changeset/27761
Author:   nox at macports.org
Date:     2007-08-13 17:20:22 -0700 (Mon, 13 Aug 2007)

Log Message:
-----------
Books:
 * Ported to xcode portgroup.
 * Added livecheck and sha1 and rmd160 checksums.

Modified Paths:
--------------
    trunk/dports/aqua/Books/Portfile

Modified: trunk/dports/aqua/Books/Portfile
===================================================================
--- trunk/dports/aqua/Books/Portfile	2007-08-14 00:00:21 UTC (rev 27760)
+++ trunk/dports/aqua/Books/Portfile	2007-08-14 00:20:22 UTC (rev 27761)
@@ -1,13 +1,15 @@
 # $Id$
 
-PortSystem 1.0
+PortSystem		1.0
+PortGroup		xcode 1.0
 
 name			Books
 version			2.2.0
 categories		aqua
 platforms		darwin
-maintainers		nomaintainer at macports.org
+maintainers		nomaintainer
 description		Books provides a virtual card catalog for your personal library.
+
 long_description	Books stores, sorts, and searches a virtual card catalog \
 					for a personal library. It makes it simple to enter new \
 					books, edit the information of older books, and sort the \
@@ -18,25 +20,15 @@
 
 homepage		http://books.aetherial.net/
 master_sites	http://homepage.mac.com/cjkarr/Books/
-distfiles		Source-${version}.tgz
-checksums		md5 a7c75e8931dee9b5bc0733a71c3f307e
+distname		Source-${version}
+extract.suffix	.tgz
 
-worksrcdir		Books
+checksums		md5 a7c75e8931dee9b5bc0733a71c3f307e \
+				sha1 2a1460331f9037c2da9112cfd03b19d62ee30d46 \
+				rmd160 0a8932fb148f389f878b1ea89211420f606d9875
 
-use_configure	no
+worksrcdir		${name}
 
-build.type		pbx
-build.target	-buildstyle Deployment
-
-set xcodebuilddir		build
-platform darwin 8 {
-	if {$xcodeversion == "2.1"} {
-		set xcodebuilddir	build/Deployment
-	}
-}
-
-destroot	{
-	xinstall -m 755 -d ${destroot}/Applications/MacPorts/
-	file copy ${worksrcpath}/${xcodebuilddir}/Books.app \
-		${destroot}/Applications/MacPorts/
-}
+livecheck.check	regex
+livecheck.url	http://books.aetherial.net/wordpress/
+livecheck.regex	"${name} (\\d+(?:\\.\\d+)*) \\(Stable\\)"

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070813/6710cac7/attachment.html


More information about the macports-changes mailing list