From ef090ed65df61c96e3658ac8a6f9bd30817c2067 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Wed, 1 Sep 2010 08:58:36 +0200 Subject: [PATCH] remove old files --- proz-static-rpm.spec | 128 ------------------------------------- proz.prj | 149 ------------------------------------------- proz.pws | 55 ---------------- proz.spec | 117 --------------------------------- 4 files changed, 449 deletions(-) delete mode 100644 proz-static-rpm.spec delete mode 100644 proz.prj delete mode 100644 proz.pws delete mode 100644 proz.spec diff --git a/proz-static-rpm.spec b/proz-static-rpm.spec deleted file mode 100644 index 57ce1ef..0000000 --- a/proz-static-rpm.spec +++ /dev/null @@ -1,128 +0,0 @@ -%define name proz -%define version 2.0.5beta -#%define buildversion static -%define release 1 -%define prefix /usr - -Summary: An GUI advanced Linux download manager -Summary(fr): Un gestionnaire graphique de téléchargement avancé pour Linux -Name: %{name} -Version: %{version} -Release: %{release} -Copyright: GNU -BuildArchitectures: i386 -Group: Networking/File transfer -Source0: %{name}-%{version}.tar.gz -Url: http://prozilla.genesys.ro/ -BuildRoot: /var/tmp/%{name}-%{version}-root - -%description -This is the GUI version of Prozilla. It uses libprozilla and the GUI is -created and designed with The Fast Light Tool Kit (fltk). - -ProZilla is a download accellerator program written for Linux to speed up the -normal file download process. It often gives speed increases of around 200% to -300%. It supports both FTP and HTTP protocols, and the theory behind it is -very simple. The program opens multiple connections to several ftp servers -hosting the same file, and each of the connections downloads a part of the file, -thus defeating existing internet congestion prevention methods which slow down -a single connection based download. - -It also features the new multiple server based downloading, based on -ftpsearch and ping returned results prozilla now supports downloading from -multiple servers simultaneously. - -%description -l fr -Ce programme est la version IHM de Prozilla. Il utilise libprozilla et l'IHM -est créé et géré avec les widgets FLTK (The Fast Light Tool Kit). - -Prozilla est un accélérateur de téléchargement écris pour Linux pour accélérer -le processus de téléchargement de fichiers. Il permet en général un gain de -vitesse d'environ 200 à 300%. Il supporte les protocoles FTP et HTTP, et la -théorie derrière est très simple: le programme ouvre plusieurs connexions au -serveur, et chacune télécharge une partie du fichier, ce qui permet de combattre -les méthodes de prévention des congestions d'internet qui ralentissent les -téléchargement basés sur une seule connexion. - -%prep -rm -rf $RPM_BUILD_ROOT/%{name}-%{version} - -%setup -n %{name}-%{version} -CFLAGS="$RPM_OPT_FLAGS -static" CXXFLAGS="$RPM_OPT_FLAGS -static" ./configure --prefix=%{prefix} --sysconfdir=/etc - - - -%build -make - -%install -make prefix=$RPM_BUILD_ROOT%{prefix} install - - -# Mandrake Menu entry -mkdir -p $RPM_BUILD_ROOT%{_menudir} -cat < $RPM_BUILD_ROOT%{_menudir}/%{name} -?package(%{name}): \ -needs="x11" \ -section="Networking/File transfer" \ -title="ProzGUI" \ -longtitle="ProzGUI" \ -command="%{_bindir}/proz" \ -icon="%{name}.xpm" -EOF - -mkdir -p $RPM_BUILD_ROOT%{_miconsdir} $RPM_BUILD_ROOT%{_liconsdir} $RPM_BUILD_ROOT%{_iconsdir} - - -%post -%{update_menus} - -%postun -%{clean_menus} - - -%clean -rm -rf $RPM_BUILD_ROOT -rm -rf $RPM_BUILD_DIR/%{name}-%{version} - -%files -%{prefix}/bin/proz -%{prefix}/include/proz* -%{prefix}/lib/libprozilla* -%{prefix}/share/locale/*/LC_MESSAGES/* -%{prefix}/man/man1/proz* -%doc COPYING -%doc ChangeLog -%doc CREDITS* -%doc INSTALL -%doc README -%doc TODO -%doc docs/FAQ -%doc libprozilla/docs/HACKING - - -%changelog -* Mon Dec 3 2001 Eric Lassauge -- Added french translation - -* Thu Sep 27 2001 Grendel -- This spec file created for making statically linked RPM's - -* Sun Sep 23 2001 Ralph Slooten -- ProzGUI 2.0.4beta released -- GUI improvements -- FTP search -- Download from several servers - -* Wed Aug 29 2001 Ralph Slooten -- ProzGUI 2.0.2 released -- GUI improvements -- Man page included - -* Thu Aug 23 2001 Ralph Slooten -- ProzGUI 2.0.0 released! - -* Wed Aug 01 2001 Ralph Slooten -- RPM created for libprozilla / proz -- Created Mandrake Menu-entries - diff --git a/proz.prj b/proz.prj deleted file mode 100644 index d423910..0000000 --- a/proz.prj +++ /dev/null @@ -1,149 +0,0 @@ -# Anjuta Version 1.2.2 -Compatibility Level: 1 - - - - - - - - - - - - - - - - - - - - -props.file.type=project - -anjuta.version=1.2.2 -anjuta.compatibility.level=1 - -project.name=proz -project.type=GENERIC -project.target.type=EXECUTABLE -project.version=2.0.0 -project.author=xxx -project.source.target=src/proz -project.has.gettext=1 -project.gui.command= -project.programming.language=C_C++ -project.excluded.modules=intl - -project.config.extra.modules.before= -project.config.extra.modules.after= -project.config.blocked=1 -project.config.disable.overwriting=1 1 1 1 1 1 1 1 1 - -project.menu.entry=proz Version 2.0.0 -project.menu.group=Application -project.menu.comment=proz Version 2.0.0 -project.menu.icon= -project.menu.need.terminal=0 - -project.configure.options= -anjuta.program.arguments= -preferences.build.option.jobs=0 -preferences.build.option.silent=0 -preferences.build.option.autosave=0 -preferences.make=make -preferences.build.option.keep.going=1 -preferences.build.option.warn.undef=0 -preferences.autoformat.custom.style= -i8 -sc -bli0 -bl0 -cbi0 -ss -preferences.indent.opening=0 -preferences.autoformat.disable=1 -preferences.indent.automatic=1 -preferences.use.tabs=1 -preferences.indent.size=4 -preferences.tabsize=4 -preferences.indent.closing=0 - -module.include.name=. -module.include.type= -module.include.files=\ - acconfig.h\ - config.h\ - src/download_win.h\ - src/ftps_win.h\ - src/ftpsearch_win.h\ - src/getopt.h\ - src/init.h\ - src/main.h\ - src/misc.h\ - src/prefs.h\ - src/interface.h - -module.source.name=. -module.source.type= -module.source.files=\ - po/cat-id-tbl.c\ - src/download_win.cpp\ - src/ftpsearch_win.cpp\ - src/getopt.c\ - src/init.cpp\ - src/main.cpp\ - src/misc.cpp\ - src/prefs.cpp\ - src/interface.c - -module.pixmap.name=. -module.pixmap.type= -module.pixmap.files=\ - src/images/BigProZilla01.xpm\ - src/images/Pz12.xpm\ - src/images/Pzdlwin.xpm\ - src/images/pause.xpm\ - src/images/play.xpm - -module.data.name=. -module.data.type= -module.data.files= - -module.help.name=. -module.help.type= -module.help.files= - -module.doc.name=. -module.doc.type= -module.doc.files=\ - AUTHORS\ - COPYING\ - CREDITS\ - ChangeLog\ - INSTALL\ - NEWS\ - README\ - TODO\ - po/ChangeLog - -module.po.files=\ - fr.po\ - it.po\ - nl.po\ - pt_BR.po\ - ro.po - -compiler.options.supports= -compiler.options.include.paths=\ - .\ - .. -compiler.options.library.paths= -compiler.options.libraries= -compiler.options.libraries.selected= -compiler.options.defines=\ - HAVE_CONFIG_H -compiler.options.defines.selected= -compiler.options.warning.buttons=0 0 1 1 0 1 0 0 0 0 0 0 0 1 0 0 -compiler.options.optimize.buttons=0 0 1 0 -compiler.options.other.buttons=1 0 -compiler.options.other.c.flags= -compiler.options.other.l.flags= -compiler.options.other.l.libs= - -project.src.paths= diff --git a/proz.pws b/proz.pws deleted file mode 100644 index ff7a677..0000000 --- a/proz.pws +++ /dev/null @@ -1,55 +0,0 @@ - -[executer] -RunInTerminal=true - -[Project State] -clean before build=false - -[filenumbers] -0=197 -1=6 -2=1 -3=77 -4=203 -5=717 -6=657 -7=1 -8=71 -9=1139 -10=296 - -[filemarkers] -0= -1= -2= -3= -4= -5= -6= -7= -8= -9= -10= - -[File View] -filter.file.unmatch=*.so *.o *.a *.la -filter.file.ignore.hidden=0 -filter.dir.ignore.hidden=0 - -[filelist] -0=/home/scovel/prozilla-2.0/src/main.cpp -1=/home/scovel/prozilla-2.0/src/ftpsearch_win.h -2=/home/scovel/prozilla-2.0/src/ftps_win.h -3=/home/scovel/prozilla-2.0/src/getopt.h -4=/home/scovel/prozilla-2.0/src/ftpsearch_win.cpp -5=/home/scovel/prozilla-2.0/src/interface.c -6=/home/scovel/prozilla-2.0/src/download_win.cpp -7=/home/scovel/prozilla-2.0/src/download_win.h - -[Project Tree] -0=0 -1=0:0 -2=0:1 - -[File Tree] -0=0 diff --git a/proz.spec b/proz.spec deleted file mode 100644 index 52ffc4b..0000000 --- a/proz.spec +++ /dev/null @@ -1,117 +0,0 @@ -%define name proz -%define version 2.0.0 -%define release 1 -%define prefix /usr - -Summary: An GUI advanced Linux download manager -Summary(fr): Un gestionnaire graphique de téléchargement avancé pour Linux -Name: %{name} -Version: %{version} -Release: %{release} -License: GNU General Public License -Group: Applications/Internet -Source0: %{name}-%{version}.tar.gz -Url: http://prozilla.genesys.ro/ -BuildRoot: /var/tmp/%{name}-%{version}-root - -%description -This is the GUI version of Prozilla. It uses libprozilla and the GUI is -created and designed with The Fast Light Tool Kit (fltk). - -ProZilla is a download accellerator program written for Linux to speed up the -normal file download process. It often gives speed increases of around 200% to -300%. It supports both FTP and HTTP protocols, and the theory behind it is -very simple. The program opens multiple connections to a server, and each of -the connections downloads a part of the file, thus defeating existing internet -congestion prevention methods which slow down a single connection based download. - -%description -l fr -Ce programme est la version IHM de Prozilla. Il utilise libprozilla et l'IHM -est créé et géré avec les widgets FLTK (The Fast Light Tool Kit). - -Prozilla est un accélérateur de téléchargement écris pour Linux pour accélérer -le processus de téléchargement de fichiers. Il permet en général un gain de -vitesse d'environ 200 à 300%. Il supporte les protocoles FTP et HTTP, et la -théorie derrière est très simple: le programme ouvre plusieurs connexions au -serveur, et chacune télécharge une partie du fichier, ce qui permet de combattre -les méthodes de prévention des congestions d'internet qui ralentissent les -téléchargement basés sur une seule connexion. - -%prep -rm -rf $RPM_BUILD_ROOT - -%setup -%configure - -%build -make - -%install -%makeinstall - -%clean -rm -rf $RPM_BUILD_ROOT - -%files -%{_bindir} -%{_datadir} -%{_mandir} -%doc AUTHORS -%doc COPYING -%doc ChangeLog -%doc CREDITS* -%doc INSTALL -%doc NEWS -%doc README -%doc TODO -%doc docs/FAQ - -%package devel - -Group: Development/Libraries -License: GNU General Public License -Summary: libprozilla development headers and libraries - -%description devel -This is libprozilla, the development headers and libraries used -in prozilla to support the FTP and HTTP protocols. - -%files devel -%{_includedir} -%{_libdir}/*.a -%{_libdir}/*.la -%doc libprozilla/AUTHORS -%doc libprozilla/COPYING -%doc libprozilla/INSTALL -%doc libprozilla/NEWS -%doc libprozilla/README -%doc libprozilla/TODO -%doc libprozilla/docs/HACKING - -%changelog -* Mon Aug 29 2005 Richard Dawe 2.0.0-1 -- Update for prozilla 2.0.0. -- Remove Mandrake-isms. -- Split development headers and libraries out into -devel. - -* Mon Dec 3 2001 Eric Lassauge -- Added french translation - -* Sun Sep 23 2001 Ralph Slooten -- ProzGUI 2.0.4beta released -- GUI improvements -- FTP search -- Download from several servers - -* Wed Aug 29 2001 Ralph Slooten -- ProzGUI 2.0.2 released -- GUI improvements -- Man page included - -* Thu Aug 23 2001 Ralph Slooten -- ProzGUI 2.0.0 released! - -* Mon Aug 08 2001 Ralph Slooten -- RPM created for libprozilla / proz -- Created Mandrake Menu-entries -