Age | Commit message (Collapse) | Author | Files | Lines |
|
install without stripping binaries (so that "arj" works properly)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
makedev() in terms of mkdev() in that case.
|
|
|
|
- Enable pkgviews installation.
|
|
|
|
|
|
|
|
data
|
|
|
|
|
|
|
|
*-dirs packages.
|
|
|
|
|
|
variable from 'file' to 'f' to silence a pkglint warning.
|
|
|
|
- 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.
|
|
|
|
- NO_CONFIGURE=yes
- Enable pkgviews installation.
|
|
|
|
|
|
|
|
PR pkg/25043.
|
|
|
|
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.
|
|
own function.
|
|
|
|
bzip2 and zlib. Bump PKGREVISION.
|
|
is not used. Otherwise this package doesn't build when non-pkgsrc
mcrypt library is detected.
|
|
* Remove useless use of subshell.
|
|
|
|
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.
|
|
packages that use builtin.mk files (graphics/xpm and pkgtools/x11-links)
use the new format correctly.
|
|
|
|
* 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
|
|
|
|
(libtool assumes that .lo means PIC, which is wrong for an end binary;
breaks on Interix where PIC in an end binary is broken)
|
|
Distfile contents and checksum didn't change.
Closes PR 24946 by Steven M. Bellovin.
|
|
|
|
Buildlink files: RECOMMENDED version changed to current version.
|