diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-08 17:05:46 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-08 17:05:46 +0000 |
commit | d95ad67c3fc0bd2248f6d3bc567854d866dddcf3 (patch) | |
tree | ac40035ba9e0ca932a165f0bc0525a044d481041 /ftp | |
parent | 66217dffe486e69ed40bdb018e7ba114ab70eaf8 (diff) | |
download | ports-d95ad67c3fc0bd2248f6d3bc567854d866dddcf3.tar.gz ports-d95ad67c3fc0bd2248f6d3bc567854d866dddcf3.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/downloader/Makefile | 9 | ||||
-rw-r--r-- | ftp/downloader/distinfo | 4 | ||||
-rw-r--r-- | ftp/downloader/files/patch-locstr.cc | 11 | ||||
-rw-r--r-- | ftp/downloader/files/patch-main_face_prefs.cc | 23 | ||||
-rw-r--r-- | ftp/downloader/pkg-plist | 204 |
5 files changed, 133 insertions, 118 deletions
diff --git a/ftp/downloader/Makefile b/ftp/downloader/Makefile index 7a618ee026e3..6baa0805904a 100644 --- a/ftp/downloader/Makefile +++ b/ftp/downloader/Makefile @@ -7,12 +7,11 @@ # PORTNAME= downloader -PORTVERSION= 2.4.1 -PORTREVISION= 4 +PORTVERSION= 2.5.0 CATEGORIES= ftp MASTER_SITES= http://www.krasu.ru/soft/chuchelo/files/ \ ftp://ftp.chg.ru/pub/X11/applications/Xdownloader/ -DISTNAME= d4x-${PORTVERSION} +DISTNAME= d4x-${PORTVERSION}final MAINTAINER= ports@FreeBSD.org COMMENT= Program for downloading via ftp or http with GUI @@ -32,8 +31,8 @@ DOCSDIR= ${PREFIX}/share/doc/d4x post-patch: @${REINPLACE_CMD} -e 's| $$OPTFLAGS||g ; \ - s|OS_CXXFLAGS="-pthread"|OS_CXXFLAGS="${PTHREAD_CFLAGS}"|g ; \ - s|-pthread|${PTHREAD_LIBS}|g ; \ + s| $$OS_CXXFLAGS||g ; \ + s|-lpthread||g ; \ s|#define GTK_DISABLE_DEPRECATED||' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's| DOC||g ; \ s| share||g' ${WRKSRC}/Makefile.in diff --git a/ftp/downloader/distinfo b/ftp/downloader/distinfo index 6c10427f1384..d414f25f8b8f 100644 --- a/ftp/downloader/distinfo +++ b/ftp/downloader/distinfo @@ -1,2 +1,2 @@ -MD5 (d4x-2.4.1.tar.gz) = 9ff1521a6c7ecedb6d71f1e1a6a6696a -SIZE (d4x-2.4.1.tar.gz) = 1390726 +MD5 (d4x-2.5.0final.tar.gz) = c2b2f5571c2028dd845563e69a1d55c3 +SIZE (d4x-2.5.0final.tar.gz) = 1766770 diff --git a/ftp/downloader/files/patch-locstr.cc b/ftp/downloader/files/patch-locstr.cc deleted file mode 100644 index e7ec87654be3..000000000000 --- a/ftp/downloader/files/patch-locstr.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- main/locstr.cc.orig Wed May 1 02:32:33 2002 -+++ main/locstr.cc Wed May 1 02:50:38 2002 -@@ -711,7 +711,7 @@ - sscanf_int(tmpdata,&(date.tm_sec)); - }; - }; -- return(mktime(&date)+timezone); -+ return(mktime(&date)+date.tm_gmtoff); - }; - - /* check_mask(); diff --git a/ftp/downloader/files/patch-main_face_prefs.cc b/ftp/downloader/files/patch-main_face_prefs.cc deleted file mode 100644 index 289f7f97efa6..000000000000 --- a/ftp/downloader/files/patch-main_face_prefs.cc +++ /dev/null @@ -1,23 +0,0 @@ ---- main/face/prefs.cc.orig Wed Nov 6 07:53:28 2002 -+++ main/face/prefs.cc Fri Jun 13 00:50:49 2003 -@@ -810,7 +810,7 @@ - gint i; - for (i = 0; (unsigned int)i <count; i++){ - menu_item = gtk_radio_menu_item_new_with_label (group, labels[i]); -- group = gtk_radio_menu_item_group (GTK_RADIO_MENU_ITEM (menu_item)); -+ group = gtk_radio_menu_item_get_group (GTK_RADIO_MENU_ITEM (menu_item)); - gtk_menu_shell_append (GTK_MENU_SHELL (menu), menu_item); - if (i==TMPCFG.SEARCH_HOST) - gtk_check_menu_item_set_active(GTK_CHECK_MENU_ITEM (menu_item), TRUE); -@@ -1465,9 +1465,10 @@ - return; - }; - if (equal(label,_("FTP search"))){ -+ GSList *group; - sscanf(gtk_entry_get_text(GTK_ENTRY(D4XPWS.search_ping_times)),"%u",&TMPCFG.SEARCH_PING_TIMES); - sscanf(gtk_entry_get_text(GTK_ENTRY(D4XPWS.search_entries)),"%u",&TMPCFG.SEARCH_ENTRIES); -- GSList *group=gtk_radio_menu_item_group((GtkRadioMenuItem *)((GtkOptionMenu *)D4XPWS.search_host)->menu_item); -+ group = gtk_radio_menu_item_get_group((GtkRadioMenuItem *)((GtkOptionMenu *)D4XPWS.search_host)->menu_item); - int i=D4X_SEARCH_ENGINES.count()-1; - if (i<0) i=0; - while(group && !((GtkCheckMenuItem *)(group->data))->active){ diff --git a/ftp/downloader/pkg-plist b/ftp/downloader/pkg-plist index 98e69d182aeb..69c972d0fe3b 100644 --- a/ftp/downloader/pkg-plist +++ b/ftp/downloader/pkg-plist @@ -1,87 +1,137 @@ bin/d4x bin/nt -share/d4x/d4x_aqua.png -share/d4x/ftpsearch.xml -share/d4x/nt-gray.png -share/d4x/nt-mini.xpm -share/d4x/nt-wm.png -share/d4x/nt.desktop -share/d4x/nt.png -share/d4x/nt.wmconfig -share/d4x/nt.xpm -share/d4x/sounds/add.wav -share/d4x/sounds/complete.wav -share/d4x/sounds/dnd.wav -share/d4x/sounds/fail.wav -share/d4x/sounds/finish.wav -share/d4x/sounds/startup.wav -share/d4x/themes/glass/dnd1.png -share/d4x/themes/glass/dnd2.png -share/d4x/themes/glass.xml -share/d4x/themes/glass2/dnd1.png -share/d4x/themes/glass2/dnd2.png -share/d4x/themes/glass2.xml -share/d4x/themes/old_theme/buttons/add.png -share/d4x/themes/old_theme/buttons/clearlist.png -share/d4x/themes/old_theme/buttons/clipboardadd.png -share/d4x/themes/old_theme/buttons/continue.png -share/d4x/themes/old_theme/buttons/del.png -share/d4x/themes/old_theme/buttons/delcompleted.png -share/d4x/themes/old_theme/buttons/dnd.png -share/d4x/themes/old_theme/buttons/load.png -share/d4x/themes/old_theme/buttons/movedown.png -share/d4x/themes/old_theme/buttons/moveup.png -share/d4x/themes/old_theme/buttons/openlog.png -share/d4x/themes/old_theme/buttons/preferences.png -share/d4x/themes/old_theme/buttons/progress.png -share/d4x/themes/old_theme/buttons/save.png -share/d4x/themes/old_theme/buttons/speedhigh.png -share/d4x/themes/old_theme/buttons/speedlow.png -share/d4x/themes/old_theme/buttons/speedmedium.png -share/d4x/themes/old_theme/buttons/stop.png -share/d4x/themes/old_theme/dnd1.png -share/d4x/themes/old_theme/dnd2.png -share/d4x/themes/old_theme/dndmini.png -share/d4x/themes/old_theme/queue/complete.png -share/d4x/themes/old_theme/queue/failed.png -share/d4x/themes/old_theme/queue/paused.png -share/d4x/themes/old_theme/queue/run.png -share/d4x/themes/old_theme/queue/runbad.png -share/d4x/themes/old_theme/queue/runpart.png -share/d4x/themes/old_theme/queue/stopwait.png -share/d4x/themes/old_theme/queue/wait.png -share/d4x/themes/old_theme.xml -share/d4x/themes/tooltip.xml -%%PORTDOCS%%share/doc/d4x/FAQ -%%PORTDOCS%%share/doc/d4x/FAQ.de -%%PORTDOCS%%share/doc/d4x/FAQ.es -%%PORTDOCS%%share/doc/d4x/FAQ.fr -%%PORTDOCS%%share/doc/d4x/FAQ.gr -%%PORTDOCS%%share/doc/d4x/LICENSE -%%PORTDOCS%%share/doc/d4x/README -%%PORTDOCS%%share/doc/d4x/README.de -%%PORTDOCS%%share/doc/d4x/README.en -%%PORTDOCS%%share/doc/d4x/README.es -%%PORTDOCS%%share/doc/d4x/README.gr -%%PORTDOCS%%share/doc/d4x/README.pl -%%PORTDOCS%%share/doc/d4x/README.pt_BR -%%PORTDOCS%%share/doc/d4x/README.ru -%%PORTDOCS%%share/doc/d4x/THANKS -%%PORTDOCS%%share/doc/d4x/TROUBLES +%%DATADIR%%/d4x_aqua.png +%%DATADIR%%/ftpsearch.xml +%%DATADIR%%/nt-gray.png +%%DATADIR%%/nt-mini.xpm +%%DATADIR%%/nt-wm.png +%%DATADIR%%/nt.desktop +%%DATADIR%%/nt.png +%%DATADIR%%/nt.wmconfig +%%DATADIR%%/nt.xpm +%%DATADIR%%/sounds/add.wav +%%DATADIR%%/sounds/complete.wav +%%DATADIR%%/sounds/dnd.wav +%%DATADIR%%/sounds/fail.wav +%%DATADIR%%/sounds/finish.wav +%%DATADIR%%/sounds/startup.wav +%%DATADIR%%/themes/glass.xml +%%DATADIR%%/themes/glass/dnd1.png +%%DATADIR%%/themes/glass/dnd2.png +%%DATADIR%%/themes/glass2.xml +%%DATADIR%%/themes/glass2/dnd1.png +%%DATADIR%%/themes/glass2/dnd2.png +%%DATADIR%%/themes/nuvola32.xml +%%DATADIR%%/themes/nuvola32/buttons/add.png +%%DATADIR%%/themes/nuvola32/buttons/clearlist.png +%%DATADIR%%/themes/nuvola32/buttons/clipboardadd.png +%%DATADIR%%/themes/nuvola32/buttons/continue.png +%%DATADIR%%/themes/nuvola32/buttons/del.png +%%DATADIR%%/themes/nuvola32/buttons/delcompleted.png +%%DATADIR%%/themes/nuvola32/buttons/dnd.png +%%DATADIR%%/themes/nuvola32/buttons/load.png +%%DATADIR%%/themes/nuvola32/buttons/movedown.png +%%DATADIR%%/themes/nuvola32/buttons/moveup.png +%%DATADIR%%/themes/nuvola32/buttons/openlog.png +%%DATADIR%%/themes/nuvola32/buttons/percent1.png +%%DATADIR%%/themes/nuvola32/buttons/percent2.png +%%DATADIR%%/themes/nuvola32/buttons/percent3.png +%%DATADIR%%/themes/nuvola32/buttons/preferences.png +%%DATADIR%%/themes/nuvola32/buttons/progress.png +%%DATADIR%%/themes/nuvola32/buttons/save.png +%%DATADIR%%/themes/nuvola32/buttons/speed.png +%%DATADIR%%/themes/nuvola32/buttons/speedhigh.png +%%DATADIR%%/themes/nuvola32/buttons/speedlow.png +%%DATADIR%%/themes/nuvola32/buttons/speedmedium.png +%%DATADIR%%/themes/nuvola32/buttons/stop.png +%%DATADIR%%/themes/nuvola32/dndmini.png +%%DATADIR%%/themes/nuvola32/queue/complete.png +%%DATADIR%%/themes/nuvola32/queue/failed.png +%%DATADIR%%/themes/nuvola32/queue/paused.png +%%DATADIR%%/themes/nuvola32/queue/run.png +%%DATADIR%%/themes/nuvola32/queue/runbad.png +%%DATADIR%%/themes/nuvola32/queue/runpart.png +%%DATADIR%%/themes/nuvola32/queue/stopwait.png +%%DATADIR%%/themes/nuvola32/queue/wait.png +%%DATADIR%%/themes/nuvola32/toolbar/filter.png +%%DATADIR%%/themes/nuvola32/toolbar/find.png +%%DATADIR%%/themes/nuvola32/toolbar/klog.png +%%DATADIR%%/themes/nuvola32/toolbar/queue.png +%%DATADIR%%/themes/nuvola32/toolbar/sch.png +%%DATADIR%%/themes/nuvola32/toolbar/url.png +%%DATADIR%%/themes/old_theme.xml +%%DATADIR%%/themes/old_theme/buttons/add.png +%%DATADIR%%/themes/old_theme/buttons/clearlist.png +%%DATADIR%%/themes/old_theme/buttons/clipboardadd.png +%%DATADIR%%/themes/old_theme/buttons/continue.png +%%DATADIR%%/themes/old_theme/buttons/del.png +%%DATADIR%%/themes/old_theme/buttons/delcompleted.png +%%DATADIR%%/themes/old_theme/buttons/dnd.png +%%DATADIR%%/themes/old_theme/buttons/load.png +%%DATADIR%%/themes/old_theme/buttons/movedown.png +%%DATADIR%%/themes/old_theme/buttons/moveup.png +%%DATADIR%%/themes/old_theme/buttons/openlog.png +%%DATADIR%%/themes/old_theme/buttons/preferences.png +%%DATADIR%%/themes/old_theme/buttons/progress.png +%%DATADIR%%/themes/old_theme/buttons/save.png +%%DATADIR%%/themes/old_theme/buttons/speedhigh.png +%%DATADIR%%/themes/old_theme/buttons/speedlow.png +%%DATADIR%%/themes/old_theme/buttons/speedmedium.png +%%DATADIR%%/themes/old_theme/buttons/stop.png +%%DATADIR%%/themes/old_theme/dnd1.png +%%DATADIR%%/themes/old_theme/dnd2.png +%%DATADIR%%/themes/old_theme/dndmini.png +%%DATADIR%%/themes/old_theme/queue/complete.png +%%DATADIR%%/themes/old_theme/queue/failed.png +%%DATADIR%%/themes/old_theme/queue/paused.png +%%DATADIR%%/themes/old_theme/queue/run.png +%%DATADIR%%/themes/old_theme/queue/runbad.png +%%DATADIR%%/themes/old_theme/queue/runpart.png +%%DATADIR%%/themes/old_theme/queue/stopwait.png +%%DATADIR%%/themes/old_theme/queue/wait.png +%%DATADIR%%/themes/tooltip.xml +%%PORTDOCS%%%%DOCSDIR%%/FAQ +%%PORTDOCS%%%%DOCSDIR%%/FAQ.de +%%PORTDOCS%%%%DOCSDIR%%/FAQ.es +%%PORTDOCS%%%%DOCSDIR%%/FAQ.fr +%%PORTDOCS%%%%DOCSDIR%%/FAQ.gr +%%PORTDOCS%%%%DOCSDIR%%/LICENSE +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/README.de +%%PORTDOCS%%%%DOCSDIR%%/README.en +%%PORTDOCS%%%%DOCSDIR%%/README.es +%%PORTDOCS%%%%DOCSDIR%%/README.gr +%%PORTDOCS%%%%DOCSDIR%%/README.pl +%%PORTDOCS%%%%DOCSDIR%%/README.pt_BR +%%PORTDOCS%%%%DOCSDIR%%/README.ru +%%PORTDOCS%%%%DOCSDIR%%/THANKS +%%PORTDOCS%%%%DOCSDIR%%/TROUBLES share/locale/bg/LC_MESSAGES/d4x.mo +share/locale/ca/LC_MESSAGES/d4x.mo share/locale/de/LC_MESSAGES/d4x.mo share/locale/es/LC_MESSAGES/d4x.mo share/locale/fr/LC_MESSAGES/d4x.mo share/locale/hu/LC_MESSAGES/d4x.mo share/locale/it/LC_MESSAGES/d4x.mo +share/locale/ja/LC_MESSAGES/d4x.mo +share/locale/pl/LC_MESSAGES/d4x.mo +share/locale/pt_BR/LC_MESSAGES/d4x.mo share/locale/ru/LC_MESSAGES/d4x.mo +share/locale/sk/LC_MESSAGES/d4x.mo +share/locale/sr/LC_MESSAGES/d4x.mo +share/locale/sr@Latn/LC_MESSAGES/d4x.mo share/locale/uk/LC_MESSAGES/d4x.mo -%%PORTDOCS%%@dirrm share/doc/d4x -@dirrm share/d4x/themes/old_theme/queue -@dirrm share/d4x/themes/old_theme/buttons -@dirrm share/d4x/themes/old_theme -@dirrm share/d4x/themes/glass2 -@dirrm share/d4x/themes/glass -@dirrm share/d4x/themes -@dirrm share/d4x/sounds -@dirrm share/d4x +share/locale/zh_CN/LC_MESSAGES/d4x.mo +%%PORTDOCS%%@dirrm %%DOCSDIR%% +@dirrm %%DATADIR%%/themes/old_theme/queue +@dirrm %%DATADIR%%/themes/old_theme/buttons +@dirrm %%DATADIR%%/themes/old_theme +@dirrm %%DATADIR%%/themes/nuvola32/toolbar +@dirrm %%DATADIR%%/themes/nuvola32/queue +@dirrm %%DATADIR%%/themes/nuvola32/buttons +@dirrm %%DATADIR%%/themes/nuvola32 +@dirrm %%DATADIR%%/themes/glass2 +@dirrm %%DATADIR%%/themes/glass +@dirrm %%DATADIR%%/themes +@dirrm %%DATADIR%%/sounds +@dirrm %%DATADIR%% |