[22583] trunk/dports/archivers/star/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Mon Mar 5 08:10:44 PST 2007


Revision: 22583
          http://trac.macosforge.org/projects/macports/changeset/22583
Author:   mww at macports.org
Date:     2007-03-05 08:10:43 -0800 (Mon, 05 Mar 2007)

Log Message:
-----------
version 1.5a77-pre3, take maintainership, cleanup files, add livecheck (freshmeat)

Modified Paths:
--------------
    trunk/dports/archivers/star/Portfile

Modified: trunk/dports/archivers/star/Portfile
===================================================================
--- trunk/dports/archivers/star/Portfile	2007-03-05 15:02:12 UTC (rev 22582)
+++ trunk/dports/archivers/star/Portfile	2007-03-05 16:10:43 UTC (rev 22583)
@@ -3,30 +3,37 @@
 PortSystem 1.0
 
 name			star
-version			1.5a77-pre
+version			1.5a77-pre3
 categories		archivers
 platforms		darwin
-maintainers		nomaintainer at macports.org
+maintainers		mww at macports.org
 description		fastest and most POSIX 1003.1 conformant tar implementation
 long_description	${description}
 
-homepage		http://www.fokus.fraunhofer.de/research/cc/berlios/employees/joerg.schilling/private/star.html
-master_sites		ftp://ftp.berlios.de/pub/star/alpha
-checksums		md5 bf0dc59e487f1cab8be80fd18bcfe076
+homepage		http://cdrecord.berlios.de/old/private/star.html
+master_sites	ftp://ftp.berlios.de/pub/star/alpha/
+checksums		sha1 9e505b8babea758e388daa980274a585accf2a18
+patchfiles		patch-RULES__rules.prg
 use_bzip2		yes
 
-patchfiles		patch-RULES__rules.prg
+depends_build	port:smake
+
 worksrcdir		star-1.5
-configure		{}
 
-build.type		gnu
+use_configure	no
 
-pre-destroot {
-	file delete ${worksrcpath}/INSTALL
-}
+build.cmd		${prefix}/bin/smake
+
 destroot.destdir	INS_BASE=${destroot}${prefix} \
 			MANDIR=share/man
 post-destroot {
-	file delete -force ${destroot}${prefix}/share/man/man5 \
-		${destroot}${prefix}/lib ${destroot}${prefix}/include
+	cd ${destroot}${prefix}/bin
+	file delete -force gnutar mt tar
+	file rename tartest startest
+	cd ${destroot}${prefix}/share/man
+	file delete -force man1/gnutar.1 man1/match.1 man1/rmt.1 man3
+	file delete -force ${destroot}${prefix}/lib ${destroot}${prefix}/include
 }
+
+livecheck.check	freshmeat
+

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070305/3deb5e65/attachment.html


More information about the macports-changes mailing list