[21246] trunk

source_changes at macosforge.org source_changes at macosforge.org
Mon Jan 15 14:30:39 PST 2007


Revision: 21246
          http://trac.macosforge.org/projects/macports/changeset/21246
Author:   mgrimes at macports.org
Date:     2007-01-15 14:30:39 -0800 (Mon, 15 Jan 2007)

Log Message:
-----------
Nudge revision and whitespace cleanup.

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

Property Changed:
----------------
    trunk/


Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 023a8b07-a327-4f20-9012-67c915bb7b7c:/local/branches/updates:21118
023a8b07-a327-4f20-9012-67c915bb7b7c:/local/trunk:21307
a2b01108-8822-4c85-91cd-1541804339d8:/local/macports:20632
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/libdnet-maintainer:20898
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/p5-app-cli:20923
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/p5-list-moreutils:20919
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/p5-path-class:20929
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/updates:20946
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/trunk:20947
f2dd1c64-7982-4318-98ce-263798263e0a:/local:21203
   + 023a8b07-a327-4f20-9012-67c915bb7b7c:/local/branches/updates:21118
023a8b07-a327-4f20-9012-67c915bb7b7c:/local/trunk:21314
a2b01108-8822-4c85-91cd-1541804339d8:/local/macports:20632
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/libdnet-maintainer:20898
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/p5-app-cli:20923
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/p5-list-moreutils:20919
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/p5-path-class:20929
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/updates:20946
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/trunk:20947
f2dd1c64-7982-4318-98ce-263798263e0a:/local:21203

Modified: trunk/dports/archivers/par2/Portfile
===================================================================
--- trunk/dports/archivers/par2/Portfile	2007-01-15 21:46:01 UTC (rev 21245)
+++ trunk/dports/archivers/par2/Portfile	2007-01-15 22:30:39 UTC (rev 21246)
@@ -1,29 +1,30 @@
 # $Id$
 
 PortSystem        1.0
-name		      par2
-version		      0.4
-description	      Parchive: Parity Archive Volume Set for data recovery
+name              par2
+version           0.4
+revision          1
+description       Parchive: Parity Archive Volume Set for data recovery
 long_description  Parchive takes .par files and can regenerate missing data \
-		          based upon a Reed-Soloman Code. This is useful for \
-		          restoring missing pieces of a multi-part archive like the \
-		          kinds used on Usenet. Version 2 does not require \
-		          like-sized pieces, so it is useful for many more kinds of \
-		          data recovery.
-maintainers	      julian at jabber.org
-categories	      archivers
-platforms	      darwin 
-homepage	      http://parchive.sourceforge.net/
+                  based upon a Reed-Soloman Code. This is useful for \
+                  restoring missing pieces of a multi-part archive like the \
+                  kinds used on Usenet. Version 2 does not require \
+                  like-sized pieces, so it is useful for many more kinds of \
+                  data recovery.
+maintainers       julian at jabber.org
+categories        archivers
+platforms         darwin 
+homepage          http://parchive.sourceforge.net/
 master_sites      sourceforge:parchive
-checksums	      md5 1551b63e57e3c232254dc62073b723a9
-distname	      par2cmdline-${version}
-patchfiles	      patch-commandline_cpp patch-par2repairer_cpp
+checksums         md5 1551b63e57e3c232254dc62073b723a9
+distname          par2cmdline-${version}
+patchfiles        patch-commandline_cpp patch-par2repairer_cpp
 configure.args    --mandir=${prefix}/share/man
 configure.env     CPPFLAGS="-L${prefix}/lib -I${prefix}/include" \
                   CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress"
 
 platform darwin 8 powerpc {
-	configure.env-append	CC=/usr/bin/gcc-3.3 CXX=/usr/bin/g++-3.3
+    configure.env-append    CC=/usr/bin/gcc-3.3 CXX=/usr/bin/g++-3.3
 }
 
 platform darwin 8 i386 {

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


More information about the macports-changes mailing list