Bug 135876 - New port ftp/bareftp
Summary: New port ftp/bareftp
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Dennis Herrmann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-21 04:50 UTC by Chris Petrik
Modified: 2009-06-28 23:30 UTC (History)
0 users

See Also:


Attachments
file.shar (2.93 KB, text/plain)
2009-06-21 04:50 UTC, Chris Petrik
no flags Details
bareftp-new.txt (3.44 KB, text/plain)
2009-06-28 21:33 UTC, Chris Petrik
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Petrik 2009-06-21 04:50:01 UTC
This is a new port for bareftp, this is made in C sharp using Mono, gtk-sharp20, gnome-sharp20

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-06-21 04:50:10 UTC
Class Changed
From-To: update->change-request

Fix category (new ports should be change-requests) (via the GNATS Auto 
Assign Tool)
Comment 2 Dennis Herrmann freebsd_committer freebsd_triage 2009-06-21 12:35:39 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dhn

I'll take it.
Comment 3 Chris Petrik 2009-06-21 13:21:41 UTC
FreeBSD-gnats-submit@FreeBSD.org wrote:
> Thank you very much for your problem report.
> It has the internal identification `ports/135876'.
> The individual assigned to look at your
> report is: freebsd-ports-bugs. 
>
> You can access the state of your problem report at any time
> via this link:
>
> http://www.freebsd.org/cgi/query-pr.cgi?pr=135876
>
>   
>> Category:       ports
>> Responsible:    freebsd-ports-bugs
>> Synopsis:       New port ftp/bareftp
>> Arrival-Date:   Sun Jun 21 03:50:01 UTC 2009
>>     
>
>   
I have spoken with the developer and he is excited to work with me to 
get this ported, didn't take much time though :)
Comment 4 Chris Petrik 2009-06-28 21:33:31 UTC
New port to fix issues with locale.

If I didn't personally email the commiter I would of never known that 
locale files don't go into /usr/local/lib/locale but 
${LOCALBASE}/share/locale go figure ?

Comment 5 dfilter service freebsd_committer freebsd_triage 2009-06-28 23:27:12 UTC
dhn         2009-06-28 22:27:03 UTC

  FreeBSD ports repository

  Modified files:
    ftp                  Makefile 
  Added files:
    ftp/bareftp          Makefile distinfo pkg-descr pkg-plist 
  Log:
  bareFTP is a file transfer client written for Linux desktops, available
  under the terms of the GPL license. It supports the FTP, FTPS and SSH (SFTP)
  protocols. bareFTP is written in pure C# for the Mono framework, using Gtk#
  for the user interface.
  
  WWW:    http://www.bareftp.org
  
  PR:             ports/135876
  Submitted by:   Chris Petrik <c.petrik.sosa@gmail.com>
  
  Revision  Changes    Path
  1.146     +1 -0      ports/ftp/Makefile
  1.1       +31 -0     ports/ftp/bareftp/Makefile (new)
  1.1       +3 -0      ports/ftp/bareftp/distinfo (new)
  1.1       +6 -0      ports/ftp/bareftp/pkg-descr (new)
  1.1       +44 -0     ports/ftp/bareftp/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 6 Dennis Herrmann freebsd_committer freebsd_triage 2009-06-28 23:27:18 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!