Opened 17 years ago

Closed 17 years ago

Last modified 15 years ago

#12002 closed submission (fixed)

NEW: CurlFtpFS-0.9.1

Reported by: darenzana@… Owned by: sfiera@…
Priority: Normal Milestone:
Component: ports Version: 1.4.42
Keywords: Cc: darenzana@…,sfiera@…
Port:

Description

Hello, here is a portfile for CurlFtpFS : http://curlftpfs.sourceforge.net/

This is my first port submission, feel free to comment on any error/omission I could have made.

Attachments (1)

Portfile (1.1 KB) - added by darenzana@… 17 years ago.

Download all attachments as: .zip

Change History (7)

comment:1 Changed 17 years ago by sfiera@…

Cc: sfiera@… added
Owner: changed from macports-dev@… to sfiera@…

Couple of things:

  • We don't really encourage the lib: dependency anymore; port:libfuse is better.
  • Is there a reason that depends_run port:fusefs is in 'platform darwin'? Shouldn't fusefs be needed on any system?
  • Doing port -t install revealed these dependencies. Some of these may really be unnecessary (i.e. it used gsed because I had it, but doesn't need it; curl was build +ssl so it pulled openssl). But, I'm guessing that the rest are all dependencies too. Can you verify any of these with the originator of the software?
    • curl
    • gettext
    • gsed
    • glib2
    • libiconv
    • openssl
    • pkgconfig
    • zlib

Changed 17 years ago by darenzana@…

Attachment: Portfile added

comment:2 Changed 17 years ago by darenzana@…

I have updated the Portfile according to your comments.

The 'platform darwin' part was because I took example on the ntfs-3g portfile, which uses this; I don't really know why. I took a look at the other ports in the fuse category, and they don't seem to all include this statement, so I removed it.

For the dependencies, I reworked them step by step by unactivating the different ports and trying to build with the '-t' option (thanks for the tip), I think I have included all the needed ports now.

Not really sure about pkgconfig: It needs to be there when configure is run, but I have not found how to express that, so it is in depends_build.

comment:3 Changed 17 years ago by sfiera@…

Resolution: fixed
Status: newclosed

Resolved by r25420

Looks good! Thanks for bringing us a new port.

comment:4 Changed 17 years ago by jmpp@…

Milestone: New PortsPort Submissions

Milestone New Ports deleted

comment:5 Changed 15 years ago by jmroot (Joshua Root)

Type: enhancementsubmission

comment:6 Changed 15 years ago by (none)

Milestone: Port Submissions

Milestone Port Submissions deleted

Note: See TracTickets for help on using tickets.