[35676] trunk/dports/math

raimue at macports.org raimue at macports.org
Tue Apr 1 16:44:08 PDT 2008


Revision: 35676
          http://trac.macosforge.org/projects/macports/changeset/35676
Author:   raimue at macports.org
Date:     2008-04-01 16:44:07 -0700 (Tue, 01 Apr 2008)

Log Message:
-----------
math/{libticables2,libticalcs2,libticonv,libtifiles2}:
New ports as dependency for coming port tilp2, see #13227

Added Paths:
-----------
    trunk/dports/math/libticables2/
    trunk/dports/math/libticables2/Portfile
    trunk/dports/math/libticalcs2/
    trunk/dports/math/libticalcs2/Portfile
    trunk/dports/math/libticalcs2/files/
    trunk/dports/math/libticalcs2/files/patch-libticalcs2
    trunk/dports/math/libticonv/
    trunk/dports/math/libticonv/Portfile
    trunk/dports/math/libtifiles2/
    trunk/dports/math/libtifiles2/Portfile

Added: trunk/dports/math/libticables2/Portfile
===================================================================
--- trunk/dports/math/libticables2/Portfile	                        (rev 0)
+++ trunk/dports/math/libticables2/Portfile	2008-04-01 23:44:07 UTC (rev 35676)
@@ -0,0 +1,32 @@
+# $Id$
+PortSystem          1.0
+
+name                libticables2
+version             1.2.0
+categories          math
+maintainers         nomantainer
+description         TILibs
+long_description    Utility libraries for TI related apps
+homepage            http://lpg.ticalc.org/prj_tilp/
+platforms           darwin
+
+master_sites        sourceforge:tilp
+distfiles 			tilibs2-20080328.tar.gz
+
+checksums			md5 63ade8dfde9553b5df3acf2a7d12704f \
+					sha1 11a6def44c21c3e245f78836e96eb4d827c1b38b \
+					rmd160 b3881dd6e28ff62f58949ebc4e5712aa6a958558
+
+dist_subdir         tilibs2
+
+
+depends_build       port:pkgconfig \
+                    bin:grep:grep
+depends_lib			port:libticonv \
+					port:libtifiles2 \
+                    port:gettext \
+                    port:glib2
+
+post-extract 		{ system "tar zxf ${workpath}/tilibs2/${name}-${version}.tar.gz -C ${workpath} " }
+
+pre-destroot		{ system "chmod +x ${worksrcpath}/install-sh " }


Property changes on: trunk/dports/math/libticables2/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

Added: trunk/dports/math/libticalcs2/Portfile
===================================================================
--- trunk/dports/math/libticalcs2/Portfile	                        (rev 0)
+++ trunk/dports/math/libticalcs2/Portfile	2008-04-01 23:44:07 UTC (rev 35676)
@@ -0,0 +1,37 @@
+# $Id$
+PortSystem          1.0
+
+name                libticalcs2
+version             1.1.2
+categories          math
+maintainers         nomantainer
+description         TILibs
+long_description    Utility libraries for TI related apps
+homepage            http://lpg.ticalc.org/prj_tilp/
+platforms           darwin
+
+master_sites        sourceforge:tilp
+distfiles 			tilibs2-20080328.tar.gz
+
+checksums			md5 63ade8dfde9553b5df3acf2a7d12704f \
+					sha1 11a6def44c21c3e245f78836e96eb4d827c1b38b \
+					rmd160 b3881dd6e28ff62f58949ebc4e5712aa6a958558
+
+dist_subdir         tilibs2
+
+depends_build       port:pkgconfig \
+                    bin:grep:grep
+depends_lib         port:gettext \
+                    port:libticonv \
+					port:libtifiles2 \
+					port:libticables2 \
+                    port:gettext \
+                    port:glib2 \
+                    port:zlib
+
+post-extract 		{ system "tar zxf ${workpath}/tilibs2/${name}-${version}.tar.gz -C ${workpath} " }
+
+pre-destroot		{ system "chmod +x ${worksrcpath}/install-sh " }
+
+patchfiles			patch-libticalcs2
+patch.pre_args		-p1


Property changes on: trunk/dports/math/libticalcs2/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

Added: trunk/dports/math/libticalcs2/files/patch-libticalcs2
===================================================================
--- trunk/dports/math/libticalcs2/files/patch-libticalcs2	                        (rev 0)
+++ trunk/dports/math/libticalcs2/files/patch-libticalcs2	2008-04-01 23:44:07 UTC (rev 35676)
@@ -0,0 +1,45 @@
+diff -ru libticalcs2-1.1.2-orig/src/calc_nsp.c libticalcs2-1.1.2/src/calc_nsp.c
+--- libticalcs2-1.1.2-orig/src/calc_nsp.c	2008-03-31 17:53:43.000000000 +0200
++++ libticalcs2-1.1.2/src/calc_nsp.c	2008-03-31 17:55:20.000000000 +0200
+@@ -46,6 +46,9 @@
+ 
+ int nsp_reset = 0;
+ 
++extern uint16_t nsp_src_port;
++extern uint16_t nsp_dst_port;
++
+ static int		is_ready	(CalcHandle* handle)
+ {
+ 	static int rom_11 = 0;
+diff -ru libticalcs2-1.1.2-orig/src/nsp_cmd.c libticalcs2-1.1.2/src/nsp_cmd.c
+--- libticalcs2-1.1.2-orig/src/nsp_cmd.c	2008-03-31 17:53:43.000000000 +0200
++++ libticalcs2-1.1.2/src/nsp_cmd.c	2008-03-31 17:55:27.000000000 +0200
+@@ -1,3 +1,4 @@
++
+ /* Hey EMACS -*- linux-c -*- */
+ /* $Id: cmd84p.c 2077 2006-03-31 21:16:19Z roms $ */
+ 
+@@ -37,6 +38,9 @@
+ 
+ /////////////----------------
+ 
++extern uint16_t nsp_src_port;
++extern uint16_t nsp_dst_port;
++
+ static uint8_t usb_errors[] = { 
+ 	0x04, 0x0a, 0x0f, 0x10, 0x11, 0x14, 0x15,
+ };
+diff -ru libticalcs2-1.1.2-orig/src/nsp_vpkt.h libticalcs2-1.1.2/src/nsp_vpkt.h
+--- libticalcs2-1.1.2-orig/src/nsp_vpkt.h	2008-03-31 17:53:43.000000000 +0200
++++ libticalcs2-1.1.2/src/nsp_vpkt.h	2008-03-31 17:54:42.000000000 +0200
+@@ -65,8 +65,8 @@
+ 
+ // Exports
+ 
+-uint16_t nsp_src_port;
+-uint16_t nsp_dst_port;
++extern uint16_t nsp_src_port;
++extern uint16_t nsp_dst_port;
+ 
+ // Functions
+ 

Added: trunk/dports/math/libticonv/Portfile
===================================================================
--- trunk/dports/math/libticonv/Portfile	                        (rev 0)
+++ trunk/dports/math/libticonv/Portfile	2008-04-01 23:44:07 UTC (rev 35676)
@@ -0,0 +1,30 @@
+# $Id$
+PortSystem          1.0
+
+name                libticonv
+version             1.1.0
+categories          math
+maintainers         nomantainer
+description         TILibs
+long_description    Utility libraries for TI related apps
+homepage            http://lpg.ticalc.org/prj_tilp/
+platforms           darwin
+
+master_sites        sourceforge:tilp
+distfiles 			tilibs2-20080328.tar.gz
+
+checksums			md5 63ade8dfde9553b5df3acf2a7d12704f \
+					sha1 11a6def44c21c3e245f78836e96eb4d827c1b38b \
+					rmd160 b3881dd6e28ff62f58949ebc4e5712aa6a958558
+
+dist_subdir         tilibs2
+
+depends_build       port:pkgconfig \
+                    bin:grep:grep
+depends_lib         port:libiconv \
+					port:libusb \
+                    port:glib2
+					
+post-extract 		{ system "tar zxf ${workpath}/tilibs2/${name}-${version}.tar.gz -C ${workpath} " }
+
+pre-destroot		{ system "chmod +x ${worksrcpath}/install-sh " }


Property changes on: trunk/dports/math/libticonv/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

Added: trunk/dports/math/libtifiles2/Portfile
===================================================================
--- trunk/dports/math/libtifiles2/Portfile	                        (rev 0)
+++ trunk/dports/math/libtifiles2/Portfile	2008-04-01 23:44:07 UTC (rev 35676)
@@ -0,0 +1,31 @@
+# $Id$
+PortSystem          1.0
+
+name                libtifiles2
+version             1.1.1
+categories          math
+maintainers         nomantainer
+description         TILibs
+long_description    Utility libraries for TI related apps
+homepage            http://lpg.ticalc.org/prj_tilp/
+platforms           darwin
+
+master_sites        sourceforge:tilp
+distfiles 			tilibs2-20080328.tar.gz
+
+checksums			md5 63ade8dfde9553b5df3acf2a7d12704f \
+					sha1 11a6def44c21c3e245f78836e96eb4d827c1b38b \
+					rmd160 b3881dd6e28ff62f58949ebc4e5712aa6a958558
+
+dist_subdir         tilibs2
+
+depends_build       port:pkgconfig \
+                    bin:grep:grep
+depends_lib         port:libticonv \
+                    port:gettext \
+                    port:glib2 \
+                    port:zlib
+
+post-extract 		{ system "tar zxf ${workpath}/tilibs2/${name}-${version}.tar.gz -C ${workpath} " }
+
+pre-destroot		{ system "chmod +x ${worksrcpath}/install-sh " }


Property changes on: trunk/dports/math/libtifiles2/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

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


More information about the macports-changes mailing list