[31311] trunk/dports/aqua/TeXShop/Portfile

waqar at macports.org waqar at macports.org
Mon Nov 19 15:18:41 PST 2007


Revision: 31311
          http://trac.macosforge.org/projects/macports/changeset/31311
Author:   waqar at macports.org
Date:     2007-11-19 15:18:39 -0800 (Mon, 19 Nov 2007)

Log Message:
-----------
Build problems now fixed.

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

Modified: trunk/dports/aqua/TeXShop/Portfile
===================================================================
--- trunk/dports/aqua/TeXShop/Portfile	2007-11-19 21:21:52 UTC (rev 31310)
+++ trunk/dports/aqua/TeXShop/Portfile	2007-11-19 23:18:39 UTC (rev 31311)
@@ -1,30 +1,30 @@
 # $Id$
 
-PortSystem    	1.0
-name      	TeXShop
-version       	2.09d
-categories    	editors aqua
-maintainers   	waqar at macports.org
-description   	TeX previewer for Mac OS X
+PortSystem      1.0
+name            TeXShop
+version         2.14
+categories      editors aqua
+maintainers     waqar at macports.org
+description     TeX previewer for Mac OS X
 long_description   \
-	TeXShop is a TeX previewer for Mac OS X, written in Cocoa. 	\
-	Since pdf is a native file format on OS X, TeXShop uses 	\
-	"pdftex" and "pdflatex" rather than "tex" and "latex" to 	\
-	typeset, these programs in the standard teTeX distribution 	\
-	of TeX produce pdf output instead of dvi output.
-homepage	http://www.uoregon.edu/~koch/texshop/texshop.html
-platforms	macosx
-master_sites	http://www.uoregon.edu/~koch/texshop
-use_zip		yes
-distname	texshopsource
-checksums	md5 50316d4b37fefed9de554f272a435a57			\
-		sha1 c7f75100862804a6ab3cf14dbd7be3980f8c4fa8
+    TeXShop is a TeX previewer for Mac OS X, written in Cocoa.  \
+    Since pdf is a native file format on OS X, TeXShop uses     \
+    "pdftex" and "pdflatex" rather than "tex" and "latex" to    \
+    typeset, these programs in the standard teTeX distribution  \
+    of TeX produce pdf output instead of dvi output.
+homepage        http://www.uoregon.edu/~koch/texshop/texshop.html
+platforms       macosx
+master_sites    http://www.uoregon.edu/~koch/texshop
+use_zip         yes
+distname        texshopsource
+checksums       md5 3093d3c7030ae512d1e5af1533d02f24            \
+                sha1 4ddfb52d6523b71a109c505bbda1d95785cb8f3d
 
 platform darwin 7 {
 pre-fetch {
 ui_msg "\n
         TeXShop 2.x will not install on less than OS X 10.4 and there isn't a
-	TeXShop 1.x port contributed as yet to accommodate 10.3.
+    TeXShop 1.x port contributed as yet to accommodate 10.3.
 \n"
 
 exit 1
@@ -32,23 +32,25 @@
 }
 
 use_configure   no
-pre-build	{
+#pre-build  {
 # German.lproj has the help file with wrong case we have to move it to
 # tmp and then correct the case.
-	file rename ${worksrcpath}/German.lproj/TexShopHelp		\
-		${worksrcpath}/German.lproj/TexShopHelp1
-	file rename ${worksrcpath}/German.lproj/TexShopHelp1		\
-		${worksrcpath}/German.lproj/TeXShopHelp
-}
+#   file rename ${worksrcpath}/German.lproj/TexShopHelp     \
+#       ${worksrcpath}/German.lproj/TexShopHelp1
+#   file rename ${worksrcpath}/German.lproj/TexShopHelp1        \
+#       ${worksrcpath}/German.lproj/TeXShopHelp
+#}
 
-build.type	pbx
-build.target	-target ${name}
-build.args	build FRAMEWORK_SEARCH_PATHS=${worksrcpath}
+build.type      pbx
+build.target    -target ${name}
+build.args      build FRAMEWORK_SEARCH_PATHS=${worksrcpath} \
+		CONFIGURATION_BUILD_DIR=${worksrcpath}/build
 
-destroot 	{ 
-	cd ${worksrcpath}
-	system "${build.cmd} DSTROOT=${destroot}			\
-		INSTALL_PATH=/Applications/MacPorts -target ${name} 	\
-		install	INSTALL_MODE_FLAG=755 				\
-		FRAMEWORK_SEARCH_PATHS=${worksrcpath}"
+destroot        { 
+    cd ${worksrcpath}
+    system "${build.cmd} DSTROOT=${destroot}            \
+        INSTALL_PATH=/Applications/MacPorts -target ${name}     \
+        install INSTALL_MODE_FLAG=755               \
+	CONFIGURATION_BUILD_DIR=${worksrcpath}/build \
+        FRAMEWORK_SEARCH_PATHS=${worksrcpath}"
 }

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


More information about the macports-changes mailing list