summaryrefslogtreecommitdiff
path: root/archivers
AgeCommit message (Collapse)AuthorFilesLines
2003-09-19plus regen...jmmv1-2/+2
2003-09-19Remove unused chunk; noted by wiz@.jmmv1-12/+1
2003-09-19Override the install target so that we always use the right install command.jmmv1-1/+5
Fixes PR pkg/22852 by Jonathan Perkin.
2003-09-19update HOMEPAGEdent1-2/+2
2003-09-18Use libtool with correct --mode argument. From Ron Roskens in PR 22824.wiz3-9/+9
2003-09-18use CPPFLAGS for making it build on darwin.yyamano1-2/+2
2003-09-15don't use VAR+=, it doesn't work with all make(1)s.grant1-3/+3
2003-09-15bump version to 20030915 after latest changes.grant3-12/+12
2003-09-14define _PATH_DEFTAPE in nbcompat.h to avoid redefining it when paths.hgrant3-23/+0
is included.
2003-09-12this pkg needs gcc shared libs.grant1-1/+3
2003-09-06libnbcompat tests for pwd.h, so no need to test for it here.grant3-6/+2
2003-09-06(my) linux defines DEFTAPE, not _PATH_DEFTAPE, so use that orgrant3-0/+23
"/dev/tape" if DEFTAPE is undefined.
2003-09-05Remove "/pub" from pathnames on "ftp.fu-berlin.de" because such a directorytron1-2/+2
doesn't exist. It's apparently only mapped in the FTP server configuration.
2003-09-05Update archivers/pax to 20030905. Changes from previous version includejlam42-4953/+3586
syncing with -current, making this build using libnbcompat-20030829, and cleaning up the configure script and Makefile.
2003-09-05allow this to build again after the recent lot of libnbcompatgrant2-6/+4
changes (full sync with -current coming soon).
2003-09-04Add and enable p5-Compress-Bzip2xtraeme1-1/+2
2003-09-04Initial import of p5-Compress-Bzip2 1.01xtraeme4-0/+27
Bzip2 bindings for Perl5. That means you can access the Bzip2 library from your Perl scripts there by compressing ordinary Perl strings. Package imported from pkgsrc-wip.
2003-08-31Update PHP to final 4.3.3jdolecek2-8/+0
Some highlights of changes since 4.2.3: * PCRE updated to 4.3, GD to 2.0.15 * improved Apache2 support * much improved stream & URL wrapper support, output compression support * added CLI (Command Line Interface) SAPI * debug_backtrace() backported from ZendEngine2 * faster build system * huge number of other bug fixes and improvements Packaging changes: * 'pcre', 'xml', and 'session' modules folded back into main package - 'pcre' and 'xml' is required by PEAR, and 'session' is just too essential to be separate * 'gd' module now uses bundled PHP GD library, which is better integrated * PHP modules use shared distinfo when possible to ease future PHP updates * ${PREFIX}/bin/php is now CLI version, ${PREFIX}/libexec/cgi-big/php remains CGI version
2003-08-30Remove archive/ruby-zlib since it moved to devel/ruby-zlib.taca4-43/+0
2003-08-30Remove ruby-zlib since it moved to devel category.taca1-2/+1
2003-08-30Update ruby-zlib package to 0.6.0.taca3-10/+12
Changes from 0.5 to 0.6 o New methods: - Zlib::GzipFile.wrap - Zlib::GzipFile#finish o New constants: - Zlib::ZLIB_VERSION - Zlib::OS_VMCMS - Zlib::OS_ZSYSTEM - Zlib::OS_CPM - Zlib::OS_QDOS - Zlib::OS_RISCOS - Zlib::OS_UNKNOWN o Changed methods: - Zlib::GzipFile.new now takes no block. Use Zlib::GzipFile.wrap instead. - Zlib::GzipFile#close now takes no argument. Use Zlib::GzipFile#finish instead. o Renamed methods: - Zlib.version is renamed to Zlib.zlib_version. o Changed constants: - Zlib::VERSION indicates the version of Ruby/zlib. The zlib.h version is now in Zlib::ZLIB_VERSION. o Backward compatibility: - For backward compatibility for 0.5, the obsoleted methods and arguments are still available. - Obsoleted classes, methods, and constants for backward compatibility for 0.4 or earlier are removed.
2003-08-28Change my email address to the NetBSD one, ok'ed by wiz@xtraeme1-2/+2
2003-08-26Use Debian's revised patch for the directory traversal vulnerabilitytron2-6/+6
described in CAN-2003-0282. Bump package revision.
2003-08-20Apply Debian's patch for the directory traversal vulnerability described intron2-5/+10
CAN-2003-0282. Bump package revision.
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb4-8/+4
2003-07-31also install man page source, bump to 20030731.grant2-4/+7
2003-07-22HOMEPAGEs without a trailing slash are incorrect and also bad style.martti1-2/+2
2003-07-21COMMENT should start with a capital letter.martti7-14/+14
2003-07-19Change address of maintainer per PR 22170.wiz5-10/+10
2003-07-17s/netbsd.org/NetBSD.org/grant48-97/+97
2003-07-17Fix build when using gcc3.jmmv2-1/+22
2003-07-15Update nulib2 from version 1.0.1 to version 2.0.0, mandated by theagc5-26/+28
version-less distfile changing. Found during recent bulk build. Changes since previous version: 2003/02/18 fadden - When extracting with "-ee", disk images now have ".PO" appended. - Resurrected HandleAddNotFound(). - Switched to case-sensitive filename comparisons. 2003/02/08 fadden - Upped version to v2.0.0. - Many fixes to pathname handling: - Correctly handle '%' when preservation is OFF. - Accept 4-char extensions in '-ee' without risk of buffer overflow. - Fixed broken assert when converting long %xx names. - Store "AUX" as "%00AUX" when preserving Win32 names (vs. "_AUX"). - Always store files with ':' as path separator. - Recognize that some Win32 variants (Win2K and later at the least) will accept both '/' and '\' as pathname separators. - Correctly convert ".//foo" to "foo" instead of "/foo". - Tracked changes to NufxLib DataSource API. 2003/01/10 fadden - Check NufxLib "compiled" version against "linked" version. 2002/12/06 fadden - Made minor changes to allow linking NufxLib in as a DLL. 2002/10/20 ***** v1.1.0 shipped ***** 2002/10/10 fadden - added fancy help text (-h) 2002/10/09 fadden - added "-zz" flag to specify libbz2's "bzip2" compression 2002/10/08 fadden - added Binary II support 2002/09/30 fadden - added "-z" flag to specify zlib's "deflate" compression (the "secret" debug dump command is now -g) 2002/09/26 fadden - progress updater now shows "analyzing" for scan pass of SQ 2002/09/23 fadden - ran the code through valgrind; found and fixed some minor bugs 2002/09/20 fadden - pulled the sources out and started fiddling with them again - changed hard tabs to spaces
2003-07-13PKGREVISION bump for libiconv update.wiz3-4/+6
2003-07-09Bump date for -O change.wiz1-2/+2
2003-07-08Synch with latest changes by simonb@ in basesrc and as a result, bumpjschauma6-25/+40
the version to todays date: Add support for gnutar's -O "extract to stdout" option.
2003-06-30install into into bin, not sbingrant1-2/+2
2003-06-30install catman pages, like bootstrap-pkgsrc does.grant2-11/+10
bump to 20030630.
2003-06-30sync with -current:grant1-11/+46
---------------------------- revision 1.18 date: 2003/06/24 16:23:31; author: christos; state: Exp; lines: +44 -9 Revert previous change, and fix the -T problem differently: When the options of the second argument are exhausted, call the appropriate getopt() routine to process the rest of the arguments instead of finishing option processing. Fixes: tar cf - -T foo
2003-06-27Add and enable afio.agc1-1/+2
2003-06-27Initial import of afio-2.4.7 into the NetBSD Packages Collection.agc5-0/+64
The nudge came from a netbsd-help posting by Thomas Hafner and a URL posted by Jeremy Reed. Afio makes cpio-format archives. It deals somewhat gracefully with input data corruption. Supports multi-volume archives during interactive operation. Afio can make compressed archives that are much safer than compressed tar or cpio archives. Afio is best used as an `archive engine' in a backup script.
2003-06-26Add pax (hi grant!).salo1-1/+2
2003-06-25Convert to USE_NEW_TEXINFO.seb4-6/+21
Patch gzip.info so it has a directory entry.
2003-06-25Convert to USE_NEW_TEXINFO.seb2-5/+3
2003-06-25Convert to USE_NEW_TEXINFO.seb2-8/+4
2003-06-25Convert to USE_NEW_TEXINFO.seb2-5/+3
2003-06-24Make pax compile on Irix by including pwcache.h, which now includesjschauma2-4/+6
forward declarations of the uid_from_user functions.
2003-06-24bump to 20030623 (PKGVERSION is already there)grant2-12/+11
2003-06-24fix path in commentgrant1-2/+2
2003-06-24sync with -currentgrant2-25/+5
file_subs.c 1.33 pax.h 1.19
2003-06-24sync with -current:grant2-8/+8
gen_subs.c 1.28 tar.c 1.41