- Use buildlink framework.
- NO_CONFIGURE=yes
- Enable pkgviews installation.
Changes in 2.5:
- In afio.h ulo and ull macros, added L and LL letters in constants.
- Documented `long long' issues in PORTING file. Removed ifdeffed
typedef ulonglong porting hacks from the afio.h file.
- Changed mknod() call to mkfifo() call when creating named pipe from
archive. Freebsd cannot make named pipes with mknod.
- Added some extra defines to suppress some warnings on sun platform.
Also added some stuff around awk invocations in makefile and regtest
to make things easier on sun -- the sun platform I tried it on had a
default awk that was too ancient to understand things like gsub.
- Added some discussion of sun and freebsd to PORTING file.
- Fix to regression test: no longer complains if two compared directory
inodes have a size difference. Bases on bug report by vasudeva.
- Changed sanity check on the stdin at the start of executing -o mode:
now the check only happens if stdin is a tty. This allows scripts to
make empty archives, and is needed for compatibility with tob. Based
on problem report by Dirk Eddelbuettel.
- Changed read() to readall() in outdata().
- Updated SCRIPTS file.
made it bomb out during compilation. Propably Linux paranoia/ignorance?
The problem occured on NetBSD/shark 1.5ZG and with the patch compiles
without any warnings.
with "g" prefix. Allow this to be optionally forced by defining
GTAR_PROGRAM_PREFIX. If GTAR_PROGRAM_PREFIX is set to nothing,
then conflict with pax, because both install a "tar".
So now the default is to install as "gtar" even if GNU_PROGRAM_PREFIX
is set to "".
Bump package revision for this.
This is for part of my PR #22693.
version 2.6.0
-------------
* Updated translations.
version 2.5.7
-------------
* Fixed bug #137183 (Crash when opening tar-file when using 24 hour
time.
format).
* Updated manual.
* Added localized manuals for de, es, fr, it, ja, ko, sv,
zh_TW, zh_HK, zh_CN.
version 2.5.6
-------------
* Use a better logic to parse the tar output.
* Updated to work with the new filechooser api.
version 2.5.5
-------------
* Use gtar if present, otherwise use tar.
* Fix the "Zip Objects" command.
* Remove C++ style comments.
* Fix bug #133998 (schemas file must not be removed during distclean).
* Updated manual.
* Fix the password protected detection code.
* Handle the delete_event event for the progress dialog.
* Add a filter for the "save archive" and "new archive" dialogs,
simplify the filter for the "open archive" dialog.
version 2.5.4
-------------
* Fix bug #105739 (Can't open tar.gz files on Solaris).
* Fix bug #133358 (Small HIG fix for column header).
* Allow to extract more archives at once with the "Extract Here"
command.
* Use GType instead of guint. Fixes segfaults on 64-bit architectures.
* Do not show the new window until we are sure that the archive
has been opened with success.
version 2.5.3
-------------
* Simplify the "Load Options" and "Save Options" commands in the
Add dialog.
* Make the path column visible only if the list mode is set to flat.
* Fix the "Save as" dialog.
* Updated the recent-files stuff from libegg.
* Changed Nautilus context menu item to "Zip Objects" and simplied
the dialog.
* Always use a close button in the error dialogs.
version 2.5.2
-------------
* Replace GtkFileSelection with GtkFileChooser everywhere.
* Use gnome_url_show instead of calling nautilus explicitly.
* Do not use mkdtemp which does not exist on Solaris9.
* Do not destroy the file selector is the archive was not created
successfully.
* Do not add the password argument if the password is an empty string.
* Use the stock system for the commands Add, Extract and View.
* Updated the egg_recent stuff.
* Changed name to "Zip Creator" and category to System Utility.
* The preferences dialog has been removed.
* The add dialog has been simplyfied.
* The extract dialog is a GtkFileChooser in folder mode now.
version 2.5.1
-------------
* Fix crash upon LZH file opening (#129794).
version 2.5.0
-------------
* Added unstuff and RPM support.
* Added ability to rename files and folders.
* Added Cut/Copy/Paste operations.
* Add files and folders to the current directory.
* Added ability to go back and forward in location history.
* Open the archive in a new window if the current window already has
an archive opened.
* Exit closes only the current window instead of closing all the
windows.
* Zip archives: ask to enter a password if the archive is password
protected.
* Remember extraction dialog options.
* Substitute "Extract To.." with "Extract Here" in the Nautilus
context menu.
See http://parchive.sourceforge.net for details of PAR 2.0 specification
and discussion of all things PAR.
WHAT EXACTLY IS PAR2CMDLINE?
par2cmdline is a program for creating and using PAR2 files to detect
damage in data files and repair them if necessary. It can be used with
any kind of file.
* portability fixes for makefiles and for newer C++ compilers
* configuration options to build xmill without included zlib/bzlib
* will work with libbz2 as well as libbz
by moving the inclusion of buildlink3.mk files outside of the protected
region. This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.
BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list. This ordering property is used to check for builtin
packages in the correct order. The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end. However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
built-in or not into a separate builtin.mk file. The code to deal
checking for built-in software is much simpler to deal with in pkgsrc.
The buildlink3.mk file for a package will be of the usual format
regardless of the package, which makes it simpler for packagers to
update a package.
The builtin.mk file for a package must define a single yes/no variable
USE_BUILTIN.<pkg> that is used by bsd.buildlink3.mk to decide whether
to use the built-in software or to use the pkgsrc software.
PPMd is a file compressor written mainly for embedding in user programs, and
it is not intended for direct use. This program is an effort to make speed
and performance improvements on the abstract PPM model [1-6] without tuning
it to particular data types.
Some fixes for the libunrar.so (not installed) and Win32 changes.
Two parts of the diff look like they might be minor bugfixes.
[No changelog available...]
RAR is a powerful tool allowing you to manage and control archive
files.
RAR features include:
* Highly sophisticated, original compression algorithm
* Special compression algorithms optimized for text, audio,
graphics data, 32 and 64-bit Intel executables
* Better compression than similar tools, using 'solid' archiving
* Authenticity verification (registered version only)
* Self-extracting archives and volumes (SFX)
* Ability to recover physically damaged archives
* Locking, password, file order list, file security & more ...
as PREFER_PKGSRC. Preferences are determined by the most specific
instance of the package in either PREFER_PKGSRC or PREFER_NATIVE. If
a package is specified in neither or in both variables, then PREFER_PKGSRC
has precedence over PREFER_NATIVE.
properly by the program. Fixes multiple crashes and handling of tar archives.
Closes PR pkg/24206.
Also depend on zip and unzip and ensure paths to them are correct.
Bump PKGREVISION to 2.
BUILDLINK_PREFER_PKGSRC
This variable determines whether or not to prefer the pkgsrc
versions of software that is also present in the base system.
This variable is multi-state:
defined, or "yes" always prefer the pkgsrc versions
not defined, or "no" only use the pkgsrc versions if
needed by dependency requirements
This can also take a list of packages for which to prefer the
pkgsrc-installed software. The package names may be found by
consulting the value added to BUILDLINK_PACKAGES in the
buildlink[23].mk files for that package.
Changes:
* Fixed bug #127073 (Deleting all files from an archive does not work)
* Fixed bug #129794 (file-roller 2.4.1.1 crashes upon LZH file opening)
* Updated eggtreemultidnd from libegg.
* Do not use the ephy-ellipsizing-label widget any more.
* Emit the DONE signal if no command is present.
before -lz, ensuring we only link against pkgsrc libz.
fixes a problem on Solaris where the linker would find and use
/usr/lib/libz.so *and* ${LOCALBASE}/lib/libz.so which fails at
runtime because the versions differ.
fab@gnux.info in PR 23903. This is the "Ultimate Packer for eXecutables".
This will build and run on NetBSD, but it only operates on the binary
formats of other systems.
Changes:
o Do not compile with the DISABLE_DEPRECATED macro defined.
o Handle filenames with ambiguous chars (like []*) in zip archives.
o Handle correctly password with spaces in zip archives.
Provided in PR 23738 by David Simas.
DAR is a Disk ARchiver, for backing-up file systems to disk. It's rather
in the spirit of TAR, with some additions. Notably:
DAR can break up a archive into multiple files, to facillitate
storage on portable media, like CDs or DVDs.
Can perform incremental back-ups against a reference archive, or,
more conveniently, a "catalog" of an archive, which is sort of a
combination of a TAR table-of-contents and a file checksum list.
DAR also supports filtering, so files or directories can be excluded from
an archive, compression, filtered compression, and the inclusion of parity
in archives, to help recover from media errors.
See http://dar.sourceforge.net/
Changes:
* Fixed bug that prevented the user to view the content of a
compressed file.
* Updated recent files stuff from libegg.
* Use unrar if rar is not available.
* Updated manual.
* Make dialogs more HIG compliant.
* Removed "Extract Here" and "Extract in a Folder" from the
Nautilus context menu.
* Added ARJ archives support.
* The delete operation move the archive to the trash instead of
deleting it from the disk.
* Added ability to convert archives.
* Popup a progress dialog when a long operation is underway,
instead of using a progress bar in the status bar.
* Give more detailed information about the current operation (only
for tar archives at the moment).
* When creating new archives, if the user does not specify the
extension, use 'tgz' as default instead of giving an 'archive
type not supported' error.
* Associate File Roller to the zoo archive format.
* Use a text entry instead of the option menu for the location.
* Do not allow dangerous operations, that is operations that if
stopped can cause the lost of the archive, such as adding and
removing files, to be stopped.
* Allow to stop folders reading.
* Added ability to test zoo archives.
* New toolbar icons.
* Added ZOO archives support.
* Read folders asynchronously.
* Display a better error message when the user forgets to specify
the archive name in the "add to archive" dialog.
* Handle tar archives with a ':' in the path.
And more... review Changelog to see a full list of changes.
Changes since version 0.96:
* Tyler R. Retzlaff's gcc 3.x patches included.
* Modified version of Jeremy C. Reed's "view file with spaces in
the filename" patch included.
* Fix for "segmentation fault at exit" bug.
* Memory usage of uncompression routines is now constant and
doesn't depend on the size of the file.
* tempname and mktemp functions replaced with mkdtemp.
makefile, to unset -D_LARGEFILE_SOURCE in the least intrusive way for
supported platforms which don't have ftello() and fseeko() -- currently
only NetBSD-1.5*. Closes PR pkg/23085 by Markus Kurek.
patch-a{m,n}: whitespace fix to avoid cpp warnings.
Finally, make it use gmake nbmake isn't compatible anymore.
Should resolve pr pkg/23075.
Patches approved by Johnny C. Lam.
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.
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
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.
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
----------------------------
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
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.
NetBSD pax is the POSIX standard archiver with many extensions.
pax will read, write, and list the members of an archive file, and will
copy directory hierarchies.
pax operation is independent of the specific archive format, and supports
a wide variety of different archive formats.
This package uses pkgtools/libnbcompat, and is known to build on
Solaris 9, Slackware 8.1 and Darwin 6.6. Please send-pr(1) if this
package is broken on your platform.
Changes:
* important changes in version 1.02 12/6/2003:
This release holds some bugfixes over the 1.01 release, mainly these:
- Silly thinko fix in File.pm
- Quell some warnings if files are empty
- The cache of previously added files was not being emtpied
Also, some new features are added:
- Archive::Tar::File objects now have a C<has_content> method.
* important changes in version 1.01 5/6/2003:
This release holds some bugfixes over the 1.00 release, mainly these:
- Silence some warnings when writing directories to disk.
- A { } inside a map was interpreted as a block rather than a hashref
constructor -- now fixed.
- Fix write() to work again as advertised when passed no arguments.
- This also means glob support to write is now definately not
available.
- Silly thinko of where splitpath() instead of splitdir() was used.
Some new features/changes:
- Add a new method 'has_content' to Archive::Tar::File.
- Cygwin's tests will now also use the 'short' files, since cygwin
is built on top of an Win32 filesystem.
* important changes in version 1.00 31/5/2003:
This release marks the new development track as 'stable'. Version got
upped to '1.00'. Not many changes, merely lots of succesfull test
reports constitute this version. However, a tiny fix regarding the
reserved string 'VERSION' has been applied, as well as a few more FAQ
entries have been added.
* important changes in version 0.99_06 5/5/2003:
This release only entails a bug fix on 0.99_05 -- C<extract_archive>
was dealing wrongly with special files such as hardlinks etc. This
is now fixed.
* important changes in version 0.99_05 30/4/2003:
Apparently windows has some issues with long path names.
This version introduces an adapted test suite for Win32 machines.
* important changes in version 0.99_04 28/4/2003:
Make Archive::Tar work happily on perl 5.005_03
* important changes in version 0.99_03 28/4/2003:
This release only has bug fixes on 0.99_02.
Fixed handling of long file names when extracting with
C<extract_archive>
Fixed handling of prefixes in tar headers that contain regex meta-
characters.
Fixed a few spurious warnings about comparing non-numbers.
Expanded the test cases accordingly.
* important changes in version 0.99_02 26/3/2003:
Added options to be passed to read, namely:
- extract (to extract while reading)
- limit (to limit the amount of files read from the archive)
Implemented the '././@LongLink' support, which is GNU's way of
dealing with filenames that are longer than 255 chars.
Added a global variable $WARN which controls whether warnings get
printed or just stored.
Fixed a few small bugs that considered files named '0' or '' to not
really be files and refuse to package them.
* important changes in version 0.99_01 16/3/2003:
Total rewrite from the ground up. Removed as many as the nasty
bits (no pun intended) as possible and tucked them away.
No code from the old distribution remains.
Cleaned up the API, introduced clean error handling and just
generally removed a lot of cruft.
Note that Archive::Tar now requires perl version 5.005_03 or higher
to run.
Introduced 2 new submodules:
Archive::Tar::Constant
Simply holds all constants, like block length, tar headers etc
Archive::Tar::File
Object class for all files in a tar archive, to make for easier
manipulataion of the archive in-memory.
See perldoc Archive::Tar::File after installation.
Added a few features:
write() now takes an optional 3rd paramater (prefix) which will allow
you to tuck away all files in that sub directory.
rename() is introduced, allowing for easy renaming of files in the
archive.
get_files() returns a file of all Archive::Tar::File objects in the
current read-in archive.
* important changes in version 0.23, 21/1/2003:
Bundled 0.072 and 0.22 to be able to work on Win32 and non-Win32
platforms. Since the previous version is almost 3 years old, bundling
seemed like the quickest way to get a working solution again.
Archive::Tar now transparently Does The Right Thing depending what
platform you are on -- Win32 users, read the Archive::Tar::Win32
documentation!
I also suppose this makes me the new maintainer...
version 2.2.4
-------------
* Added is and sr translations.
version 2.2.3
-------------
* Handle tar archives with a ':' in the path.
* Display the uncompressed size of gzipped files.
* Added ga, ml translations.
version 2.2.2
-------------
* Added he, tr, kn, zh_TW, fa, az translations.
- install scripts with executable bit set.
- style nits (DESCR has 80 columns, make PKGNAME version agnostic, move
comment about info file where it belongs, ..).
Addresses PR pkg/21702 by Rob Quinn.
* Five years have passed since the last release: completely updated
the Autoconf build system, enable Autoconf large file support.
* Warn about a compressed file's trailing zero bytes only if in
verbose mode (for compatibility with recent versions of GNU tar).
* Don't be too strict in favoring stdin - using `--no-stdin' should not
be necessary any longer.
* Added option `-P' to save/restore the path name of a compressed file.
* Added option `--crc32' to use a crc32 instead of a adler32 checksum.
* Fixed an assertion that could happen in very rare cases.