pkgsrc-wip/httrack/Makefile

34 lines
846 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.24 2009/07/22 09:53:13 thomasklausner Exp $
#
Update to httrack-3.43.5. LICENSE, DESTDIR and other various improvements. Changes: 3.43-5 + Fixed: code tag handling bug in certain cases leading to produce invalid links (Tom-tmh13 and William Roeder) 3.43-4 + Fixed: horrible SSL slowdowns due to bogus select() calls (Patrick Pfeifer) + Fixed: Konqueror fixes 3.43-3 + Updated: Portugues-Brasil language file 3.43-2 + Fixed: wizard question buggy, and commandline version did not print it (Maz) + Fixed: do not rename xml subtypes (such as xsd schemas) (Eric Avrillon) 3.43 + Fixed: Fixed too aggressive javascript url= parsing (Chris) + Fixed: fixed --urllist option "sticking" the list content to the list of URL (Andreas Maier) + Fixed: "Previous cache file not found" not redownloading file when deleted before an update (William Roeder) + Fixed: *.rpm.src files renamed to *.src.src with bogus servers (Hippy Dave) + Fixed: "pause" is pausing much faster (William Roeder) + Fixed: binary real media files and related files are no longer being parsed as html (William Roeder) + Fixed: "File not parsed, looks like binary" check no longer corrupt the checked binary file + Fixed: multiple download of error pages (several identical '"Not Found" (404) at link [identical link]') leading to a slowdown in certain cases (William Roeder) + Fixed: sometimes, a double request was issued to update a broken file + Fixed: display bug "link is probably looping, type unknown, aborting .." + Fixed: missing library references at build time and other build related issues (Debarshi Ray) + Fixed: on windows, switched from wsock32.dll to ws2_32.dll + Fixed: minor argument size validation error for "-O" option (Joan CALVET) 3.42-3 + Fixed: Bad URL length validation in the commandline (Joan CALVET) 3.42-2 + Fixed: Random crashes at the end of the mirror due to a dangling file pointer (Carlos, angus at quovadis.com.ar) 3.42 + Fixed: size limits are stopping the mirror gently, finishing pending transfers (David Stevenson) 3.41-3 + Fixed: text/plain advertised files renamed into .txt + Fixed: broken configure.in 3.41-2 + Fixed: major WIN32 inlined function bug caused the cache not to be used at all, causing update not to work 3.41 + New: changed API/ABI to thread-safe ones (libhttrack1 2), big cleanup in all .h definitions + Fixed: Major memory usage bug when downloading large sites + Fixed: do not rename files if the original MIME type was compatible + Fixed: several source fixes for freeBSD (especially time problems) + New: option %w to disable specific modules (java, flash..) + Fixed: 'no space left in stack for back_add' error + Fixed: fixed redirected images with "html" type + Fixed: 'Crash adding error, unexpected error found.. [4268]' error
2009-07-04 15:25:17 +02:00
DISTNAME= httrack-3.43-5
PKGNAME= httrack-3.43.5
CATEGORIES= www
MASTER_SITES= http://www.httrack.com/ \
http://httrack.free.fr/mirror/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.httrack.com/
COMMENT= Easy-to-use offline browser utility
Update to httrack-3.43.5. LICENSE, DESTDIR and other various improvements. Changes: 3.43-5 + Fixed: code tag handling bug in certain cases leading to produce invalid links (Tom-tmh13 and William Roeder) 3.43-4 + Fixed: horrible SSL slowdowns due to bogus select() calls (Patrick Pfeifer) + Fixed: Konqueror fixes 3.43-3 + Updated: Portugues-Brasil language file 3.43-2 + Fixed: wizard question buggy, and commandline version did not print it (Maz) + Fixed: do not rename xml subtypes (such as xsd schemas) (Eric Avrillon) 3.43 + Fixed: Fixed too aggressive javascript url= parsing (Chris) + Fixed: fixed --urllist option "sticking" the list content to the list of URL (Andreas Maier) + Fixed: "Previous cache file not found" not redownloading file when deleted before an update (William Roeder) + Fixed: *.rpm.src files renamed to *.src.src with bogus servers (Hippy Dave) + Fixed: "pause" is pausing much faster (William Roeder) + Fixed: binary real media files and related files are no longer being parsed as html (William Roeder) + Fixed: "File not parsed, looks like binary" check no longer corrupt the checked binary file + Fixed: multiple download of error pages (several identical '"Not Found" (404) at link [identical link]') leading to a slowdown in certain cases (William Roeder) + Fixed: sometimes, a double request was issued to update a broken file + Fixed: display bug "link is probably looping, type unknown, aborting .." + Fixed: missing library references at build time and other build related issues (Debarshi Ray) + Fixed: on windows, switched from wsock32.dll to ws2_32.dll + Fixed: minor argument size validation error for "-O" option (Joan CALVET) 3.42-3 + Fixed: Bad URL length validation in the commandline (Joan CALVET) 3.42-2 + Fixed: Random crashes at the end of the mirror due to a dangling file pointer (Carlos, angus at quovadis.com.ar) 3.42 + Fixed: size limits are stopping the mirror gently, finishing pending transfers (David Stevenson) 3.41-3 + Fixed: text/plain advertised files renamed into .txt + Fixed: broken configure.in 3.41-2 + Fixed: major WIN32 inlined function bug caused the cache not to be used at all, causing update not to work 3.41 + New: changed API/ABI to thread-safe ones (libhttrack1 2), big cleanup in all .h definitions + Fixed: Major memory usage bug when downloading large sites + Fixed: do not rename files if the original MIME type was compatible + Fixed: several source fixes for freeBSD (especially time problems) + New: option %w to disable specific modules (java, flash..) + Fixed: 'no space left in stack for back_add' error + Fixed: fixed redirected images with "html" type + Fixed: 'Crash adding error, unexpected error found.. [4268]' error
2009-07-04 15:25:17 +02:00
LICENSE= gnu-gpl-v2
Update to httrack-3.43.5. LICENSE, DESTDIR and other various improvements. Changes: 3.43-5 + Fixed: code tag handling bug in certain cases leading to produce invalid links (Tom-tmh13 and William Roeder) 3.43-4 + Fixed: horrible SSL slowdowns due to bogus select() calls (Patrick Pfeifer) + Fixed: Konqueror fixes 3.43-3 + Updated: Portugues-Brasil language file 3.43-2 + Fixed: wizard question buggy, and commandline version did not print it (Maz) + Fixed: do not rename xml subtypes (such as xsd schemas) (Eric Avrillon) 3.43 + Fixed: Fixed too aggressive javascript url= parsing (Chris) + Fixed: fixed --urllist option "sticking" the list content to the list of URL (Andreas Maier) + Fixed: "Previous cache file not found" not redownloading file when deleted before an update (William Roeder) + Fixed: *.rpm.src files renamed to *.src.src with bogus servers (Hippy Dave) + Fixed: "pause" is pausing much faster (William Roeder) + Fixed: binary real media files and related files are no longer being parsed as html (William Roeder) + Fixed: "File not parsed, looks like binary" check no longer corrupt the checked binary file + Fixed: multiple download of error pages (several identical '"Not Found" (404) at link [identical link]') leading to a slowdown in certain cases (William Roeder) + Fixed: sometimes, a double request was issued to update a broken file + Fixed: display bug "link is probably looping, type unknown, aborting .." + Fixed: missing library references at build time and other build related issues (Debarshi Ray) + Fixed: on windows, switched from wsock32.dll to ws2_32.dll + Fixed: minor argument size validation error for "-O" option (Joan CALVET) 3.42-3 + Fixed: Bad URL length validation in the commandline (Joan CALVET) 3.42-2 + Fixed: Random crashes at the end of the mirror due to a dangling file pointer (Carlos, angus at quovadis.com.ar) 3.42 + Fixed: size limits are stopping the mirror gently, finishing pending transfers (David Stevenson) 3.41-3 + Fixed: text/plain advertised files renamed into .txt + Fixed: broken configure.in 3.41-2 + Fixed: major WIN32 inlined function bug caused the cache not to be used at all, causing update not to work 3.41 + New: changed API/ABI to thread-safe ones (libhttrack1 2), big cleanup in all .h definitions + Fixed: Major memory usage bug when downloading large sites + Fixed: do not rename files if the original MIME type was compatible + Fixed: several source fixes for freeBSD (especially time problems) + New: option %w to disable specific modules (java, flash..) + Fixed: 'no space left in stack for back_add' error + Fixed: fixed redirected images with "html" type + Fixed: 'Crash adding error, unexpected error found.. [4268]' error
2009-07-04 15:25:17 +02:00
PKG_DESTDIR_SUPPORT= user-destdir
Update to httrack-3.43.5. LICENSE, DESTDIR and other various improvements. Changes: 3.43-5 + Fixed: code tag handling bug in certain cases leading to produce invalid links (Tom-tmh13 and William Roeder) 3.43-4 + Fixed: horrible SSL slowdowns due to bogus select() calls (Patrick Pfeifer) + Fixed: Konqueror fixes 3.43-3 + Updated: Portugues-Brasil language file 3.43-2 + Fixed: wizard question buggy, and commandline version did not print it (Maz) + Fixed: do not rename xml subtypes (such as xsd schemas) (Eric Avrillon) 3.43 + Fixed: Fixed too aggressive javascript url= parsing (Chris) + Fixed: fixed --urllist option "sticking" the list content to the list of URL (Andreas Maier) + Fixed: "Previous cache file not found" not redownloading file when deleted before an update (William Roeder) + Fixed: *.rpm.src files renamed to *.src.src with bogus servers (Hippy Dave) + Fixed: "pause" is pausing much faster (William Roeder) + Fixed: binary real media files and related files are no longer being parsed as html (William Roeder) + Fixed: "File not parsed, looks like binary" check no longer corrupt the checked binary file + Fixed: multiple download of error pages (several identical '"Not Found" (404) at link [identical link]') leading to a slowdown in certain cases (William Roeder) + Fixed: sometimes, a double request was issued to update a broken file + Fixed: display bug "link is probably looping, type unknown, aborting .." + Fixed: missing library references at build time and other build related issues (Debarshi Ray) + Fixed: on windows, switched from wsock32.dll to ws2_32.dll + Fixed: minor argument size validation error for "-O" option (Joan CALVET) 3.42-3 + Fixed: Bad URL length validation in the commandline (Joan CALVET) 3.42-2 + Fixed: Random crashes at the end of the mirror due to a dangling file pointer (Carlos, angus at quovadis.com.ar) 3.42 + Fixed: size limits are stopping the mirror gently, finishing pending transfers (David Stevenson) 3.41-3 + Fixed: text/plain advertised files renamed into .txt + Fixed: broken configure.in 3.41-2 + Fixed: major WIN32 inlined function bug caused the cache not to be used at all, causing update not to work 3.41 + New: changed API/ABI to thread-safe ones (libhttrack1 2), big cleanup in all .h definitions + Fixed: Major memory usage bug when downloading large sites + Fixed: do not rename files if the original MIME type was compatible + Fixed: several source fixes for freeBSD (especially time problems) + New: option %w to disable specific modules (java, flash..) + Fixed: 'no space left in stack for back_add' error + Fixed: fixed redirected images with "html" type + Fixed: 'Crash adding error, unexpected error found.. [4268]' error
2009-07-04 15:25:17 +02:00
GNU_CONFIGURE= yes
LDFLAGS+= -L${WRKSRC}/src/.libs/
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
USE_LIBTOOL= yes
USE_TOOLS+= bash:run gmake
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
REPLACE_BASH= src/webhttrack
SUBST_CLASSES+= html
SUBST_STAGE.html= pre-install
SUBST_FILES.html= html/Makefile
SUBST_SED.html= -e 's,install-data-hook,,'
.include "../../devel/zlib/buildlink3.mk"
Update to httrack-3.43.5. LICENSE, DESTDIR and other various improvements. Changes: 3.43-5 + Fixed: code tag handling bug in certain cases leading to produce invalid links (Tom-tmh13 and William Roeder) 3.43-4 + Fixed: horrible SSL slowdowns due to bogus select() calls (Patrick Pfeifer) + Fixed: Konqueror fixes 3.43-3 + Updated: Portugues-Brasil language file 3.43-2 + Fixed: wizard question buggy, and commandline version did not print it (Maz) + Fixed: do not rename xml subtypes (such as xsd schemas) (Eric Avrillon) 3.43 + Fixed: Fixed too aggressive javascript url= parsing (Chris) + Fixed: fixed --urllist option "sticking" the list content to the list of URL (Andreas Maier) + Fixed: "Previous cache file not found" not redownloading file when deleted before an update (William Roeder) + Fixed: *.rpm.src files renamed to *.src.src with bogus servers (Hippy Dave) + Fixed: "pause" is pausing much faster (William Roeder) + Fixed: binary real media files and related files are no longer being parsed as html (William Roeder) + Fixed: "File not parsed, looks like binary" check no longer corrupt the checked binary file + Fixed: multiple download of error pages (several identical '"Not Found" (404) at link [identical link]') leading to a slowdown in certain cases (William Roeder) + Fixed: sometimes, a double request was issued to update a broken file + Fixed: display bug "link is probably looping, type unknown, aborting .." + Fixed: missing library references at build time and other build related issues (Debarshi Ray) + Fixed: on windows, switched from wsock32.dll to ws2_32.dll + Fixed: minor argument size validation error for "-O" option (Joan CALVET) 3.42-3 + Fixed: Bad URL length validation in the commandline (Joan CALVET) 3.42-2 + Fixed: Random crashes at the end of the mirror due to a dangling file pointer (Carlos, angus at quovadis.com.ar) 3.42 + Fixed: size limits are stopping the mirror gently, finishing pending transfers (David Stevenson) 3.41-3 + Fixed: text/plain advertised files renamed into .txt + Fixed: broken configure.in 3.41-2 + Fixed: major WIN32 inlined function bug caused the cache not to be used at all, causing update not to work 3.41 + New: changed API/ABI to thread-safe ones (libhttrack1 2), big cleanup in all .h definitions + Fixed: Major memory usage bug when downloading large sites + Fixed: do not rename files if the original MIME type was compatible + Fixed: several source fixes for freeBSD (especially time problems) + New: option %w to disable specific modules (java, flash..) + Fixed: 'no space left in stack for back_add' error + Fixed: fixed redirected images with "html" type + Fixed: 'Crash adding error, unexpected error found.. [4268]' error
2009-07-04 15:25:17 +02:00
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"