public
Description: Git mirror of the MacPorts svn repo
Homepage: http://www.macports.org
Clone URL: git://github.com/kballard/macports.git
Search Repo:
Fix a few lint warnings and re-tabify


git-svn-id: http://svn.macports.org/repository/macports/trunk@36284 
d073be05-634f-4543-b044-5fe20cf6d1d6
kballard (author)
Fri Apr 25 07:42:41 -0700 2008
commit  e403352e82f8dd5dd9f6887f5d3b0a3e5c9b11f9
tree    b403a214aebe0ae1e7c76fbb23bacbd7dc9be27c
parent  93d857f442cae6879ab0622bc137d25b9c81d84b
...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
...
1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
 
 
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
0
@@ -1,22 +1,25 @@
0
 # $Id$
0
-PortSystem 1.0
0
-name curlftpfs
0
-version 0.9.1
0
-categories fuse
0
-maintainers darenzana@gmail.com
0
-description CurlFtpFS is a filesystem for acessing FTP hosts based on FUSE and libcurl.
0
-long_description CurlFtpFS diferentiates itself from other FTP filesystems because it features \
0
- SSLv3 and TLSv1 support, \
0
- connecting through tunneling HTTP proxies, \
0
- automatically reconnection if the server times out, \
0
- transform absolute symlinks to point back into the ftp file system, \
0
- and additional options.
0
-homepage http://curlftpfs.sourceforge.net/
0
-master_sites http://downloads.sourceforge.net/curlftpfs/
0
-checksums md5 969998e9cf1663824f44739e94c703a1 \
0
- sha1 768385f68f7e128ec9e852bbf7860a632e8e3c46 \
0
- rmd160 bb1a156160ff4bd517410f872f68ba77c8085b11
0
 
0
-depends_build port:pkgconfig
0
-depends_lib port:curl port:macfuse port:glib2 port:gettext port:libiconv port:zlib
0
+PortSystem 1.0
0
+
0
+name curlftpfs
0
+version 0.9.1
0
+categories fuse
0
+platforms darwin
0
+maintainers darenzana@gmail.com
0
+description CurlFtpFS is a filesystem for acessing FTP hosts based on FUSE and libcurl.
0
+long_description CurlFtpFS diferentiates itself from other FTP filesystems because it features \
0
+ SSLv3 and TLSv1 support, \
0
+ connecting through tunneling HTTP proxies, \
0
+ automatically reconnection if the server times out, \
0
+ transform absolute symlinks to point back into the ftp file system, \
0
+ and additional options.
0
+homepage http://curlftpfs.sourceforge.net/
0
+master_sites http://downloads.sourceforge.net/curlftpfs/
0
+checksums md5 969998e9cf1663824f44739e94c703a1 \
0
+ sha1 768385f68f7e128ec9e852bbf7860a632e8e3c46 \
0
+ rmd160 bb1a156160ff4bd517410f872f68ba77c8085b11
0
+
0
+depends_build port:pkgconfig
0
+depends_lib port:curl port:macfuse port:glib2 port:gettext port:libiconv port:zlib

Comments

    No one has commented yet.