Bug 114157 - New port:ftp/scythia A small ftp client unpretentious based on QT4
Summary: New port:ftp/scythia A small ftp client unpretentious based on QT4
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-30 15:20 UTC by liu_yinghong
Modified: 2007-07-12 18:30 UTC (History)
1 user (show)

See Also:


Attachments
scythia.shar (7.04 KB, text/plain)
2007-06-30 15:20 UTC, liu_yinghong
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description liu_yinghong 2007-06-30 15:20:05 UTC
Scythia is an simple and portable Ftp client. It does not claim
to be able to replace the biggest (no SSH etc.), but only to
satisfy some persons and to give us a bigger experience in
programming.

WWW: http://scythia.free.fr/

How-To-Repeat: The site:scythia.free.fr is unfechable for me(but fechable with proxy),so add the 2nd dist site.
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2007-07-12 12:30:39 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2007-07-12 12:32:45 UTC
State Changed
From-To: open->feedback

Ask for maintainer approval.
Comment 3 liu_yinghong 2007-07-12 13:38:41 UTC
*Reinplace "/usr" with "${PREFIX}" in scythia.pro and src/main.cpp.
*Use DESKTOP_ENTRIES (scythia.desktop in source was invalid)
In addition,My maintainer mail:liu_yinghong@yahoo.com.cn has
some problem,sometimes can't send-out mail from smtp host.
All my maitainer of ports has been changed to relaxbsd@gmail.com.
And not long before you have committed the port:devel/qdevelop 
isn't be changed,can you help me?Thanks!


diff -uNr scythia.orig/Makefile scythia/Makefile
--- scythia.orig/Makefile	Thu Jul 12 19:55:25 2007
+++ scythia/Makefile	Thu Jul 12 20:21:18 2007
@@ -1,6 +1,6 @@
 # New ports collection makefile for:	scythia
 # Date created:		30 Jun 2007
-# Whom:			Yinghong.Liu <liu_yinghong@yahoo.com.cn>
+# Whom:			Yinghong.Liu <relaxbsd@gmail.com>
 #
 # $FreeBSD$
 #
@@ -12,7 +12,7 @@
 		ftp://local-distfiles.freebsd.org.cn/pub/china-ports/hamigua/
 DISTNAME=	${PORTNAME}_${PORTVERSION}-src
 
-MAINTAINER=	liu_yinghong@yahoo.com.cn
+MAINTAINER=	relaxbsd@gmail.com
 COMMENT=	A small ftp client unpretentious based on QT4
 
 USE_QT_VER=	4
@@ -24,9 +24,19 @@
 INSTALL_TARGET=install_lang install_icon install_icon2 install_desktop install_target
 .endif
 
+DESKTOP_ENTRIES=	"Scythia" \
+			"A small ftp client unpretentious" \
+			"scythia" \
+			"scythia" \
+			"Application;Network;" \
+			"false"
+
 post-patch:
-	@${REINPLACE_CMD} -e 's|/usr/|/usr/local/|g' \
+	@${REINPLACE_CMD} -e 's|/usr|${PREFIX}|g' \
+		-e '/unix:desktop/d' \
 		${WRKSRC}/scythia.pro
+	@${REINPLACE_CMD} -e 's|/usr|${PREFIX}|g' \
+		${WRKSRC}/src/main.cpp
 
 pre-build:
 	@cd ${BUILD_WRKSRC} && \
diff -uNr scythia.orig/pkg-plist scythia/pkg-plist
--- scythia.orig/pkg-plist	Thu Jul 12 19:55:25 2007
+++ scythia/pkg-plist	Thu Jul 12 20:13:43 2007
@@ -1,5 +1,4 @@
 bin/scythia
-share/applnk/Internet/scythia.desktop
 %%PORTDOCS%%%%DOCSDIR%%/html/aide_8h-source.html
 %%PORTDOCS%%%%DOCSDIR%%/html/annotated.html
 %%PORTDOCS%%%%DOCSDIR%%/html/basicdialog_8h-source.html
Comment 4 Martin Wilke freebsd_committer freebsd_triage 2007-07-12 18:23:46 UTC
State Changed
From-To: feedback->closed

New port added. Thanks!
Comment 5 dfilter service freebsd_committer freebsd_triage 2007-07-12 18:26:38 UTC
miwi        2007-07-12 17:20:48 UTC

  FreeBSD ports repository

  Modified files:
    ftp                  Makefile 
  Added files:
    ftp/scythia          Makefile distinfo pkg-descr pkg-plist 
  Log:
  Scythia is an simple and portable Ftp client. It does not claim
  to be able to replace the biggest (no SSH etc.), but only to
  satisfy some persons and to give us a bigger experience in
  programming.
  
  WWW: http://scythia.free.fr/
  
  PR:             ports/114157
  Submitted by:   Yinghong.Liu <relaxbsd at gmail.com>
  
  Revision  Changes    Path
  1.133     +1 -0      ports/ftp/Makefile
  1.1       +45 -0     ports/ftp/scythia/Makefile (new)
  1.1       +3 -0      ports/ftp/scythia/distinfo (new)
  1.1       +6 -0      ports/ftp/scythia/pkg-descr (new)
  1.1       +102 -0    ports/ftp/scythia/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"