Age | Commit message (Collapse) | Author | Files | Lines |
|
USE_TOOLS+=msgfmt.
|
|
RECOMMENDED is removed. It becomes ABI_DEPENDS.
BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.
BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.
BUILDLINK_DEPENDS does not change.
IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".
Added to obsolete.mk checking for IGNORE_RECOMMENDED.
I did not manually go through and fix any aesthetic tab/spacing issues.
I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.
I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.
As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.
As discussed on tech-pkg.
I will commit to revbump, pkglint, pkg_install, createbuildlink separately.
Note that if you use wip, it will fail! I will commit to pkgsrc-wip
later (within day).
|
|
version 2.14.0
--------------
* Added license button to the about dialog.
* New translations: Georgian (ka) and Breton (br).
* Updated translations: Ukrainian (uk), Welsh (cy), Hindi (hi),
Swedish (sv), et, Czech (cs), Italian (it), Romanian (ro).
version 2.13.92
---------------
* Fixed bug #331601 – Nautilus doesn't display the "Extract here" menu
option for files which have a ".ps.gz"
version 2.13.91
---------------
* Fixed bug #330315 - ps.gz files not associated
* Fixed bug #328942 - Don't translate empty strings
version 2.13.90
---------------
* Fixed bug #328473 – should not distribute pre-gnome-2.8 mime files
* Fixed bug #328331 - Crashes on extraction
* Fixed bug #328036 - Add GTK category to the .desktop file
version 2.13.4
---------------
* Fixed bug #139912 - file roller is not a "system tool".
* Fixed bug #168388 - file roller shouldn't create an ARCHIVE_FILES
folder if the archive only have one root folder
* Fixed bug #326810 - file-roller escaping issue with '#' by example.
* Removed obsolete .applications file.
version 2.13.3
---------------
* Updated translations: ca, zh_HK, zh_TW, vi, fi, ja, be, hy.
version 2.13.2
---------------
* Fixed bug #323713: "Save as" should default to current archive
filename
* Fixed bug #315069: file-roller: drag 'n drop doesn't work for more
than 1 file.
* Fixed bug #323534: Passwords improperly escaped for zip files
* Do not open a progress dialog when dragging files, use a progressbar
in the statusbar instead.
* Fixed bug #316364: Nautilus dependency should be optional
* Fixed bug #311821: ascending and descending indicators are opposite
from expected.
* Fixed bug #317423: Conflicting mnemonic in "Extract" dialog.
* Fixed bug #323068: file-roller fails in chosing extract-to directory
* Fixed bug #322197: Improve Naming Filename when create new Archive
file
* Fixed bug #316564: needs unzip AND zip.
* Simplified the add dialog populating the file type combobox with the
extensions instead of the descriptions.
* Set progress dialog display delay to 1 second.
* More HIG compliant progress dialog.
* Use a single command execution to add many files and folders to an
archive to speed up the operation.
* Allow to stop creation of a new archive.
* Correctly associate fr to 7zip files.
version 2.13.1
---------------
* Fixed bug #319600: compilation under AIX 5.1 aborts with ".atoll
not found".
* Fixed bug #319343: file-roller won't let me delete files from an
archive which contain a dollar sign ($).
* Removed the bonobo component.
|
|
scripts prior to revision 1.43 of bsd.pkginstall.mk.
|
|
libtasn1 had a shlib major bump.
Also update dependencies in bl3.mk files.
Addresses PR 32998 by Robert Elz.
|
|
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
|
|
changes: translation updates
|
|
|
|
|
|
of the shlib major bump.
PKGREVISION++ for the dependencies.
|
|
* Fixed bug #319343: file-roller won't let me delete files from an
archive which contain a dollar sign ($)
* Added 7zip mime type to the desktop file.
|
|
Bump BUILDLINK_RECOMMENDED.
|
|
of the libgsf shlib major bump and associated BUILDLINK_DEPENDS bump.
|
|
version 2.12.1
---------------
* Updated translations: it, bn, sv, ku, vi, eu.
version 2.12.0
---------------
* New and updated translations.
version 2.11.92
---------------
* Do not allow Drag and Drop on the same window.
version 2.11.91
---------------
* Fixed bug #311437: [breezy] can't extract a filename from a directory
with a space in it from ISO.
* Ported the help documents to gnome-doc-utils.
* Fixed bug #312243: wrong zoo and 7-zip extensions.
* Fixed bug #312240: escape sequences in rar output.
* Fixed bug #312246: FR does not read all pending output.
version 2.11.90
---------------
* Fixed bug #105521: single click: list view should have mouse-over.
* Fixed bug #310015: crash when listing 7-zip archive with 7za 4.x
* Updated translations: de bg zh_TW gl sr sr@Latn gu ja fi
version 2.11.2
--------------
* Removed copy/move/rename/delete archive commands.
* The recent files items are in the Archive menu instead of a submenu.
* Changes in the properties dialog: align labels to left, allow window
resizing, ellipsize filename and path labels.
* Fixed bug #142860: File-roller displays files larger
than 2GB as 2GB.
version 2.11.1
--------------
* Do not create a _FILES folder anymore (#167261).
* Allow to extract more archives at once. Added an --extract-here
command line option.
* Use g_filename_display_name and g_filename_display_basename when
appropriate.
* Prevent renaming of files to silently overwrite other existing
files (#168287).
* Header cleanup (#171618).
* Allow stock labels to show through, be nice to translators (#172867).
|
|
version 2.10.4
--------------
* New translations: gl, te
* Updated translations: bg, hu, sl, vi, zh_TW
version 2.10.3
--------------
* Fixed bug #162729: File Roller doesn't exit cleanly on invalid
archive extension.
* Fixed bug #164894: crash on zip with incorrect filenames
* Fixed bug #300895: Invalid read reported by valgrind.
* Allow to open rar archives if rar OR unrar is available.
* Display non valid utf8 filenames corretly.
* Fixed creation of backups reselecting the original folder after
loading the backup options.
|
|
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables. Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.
For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.
|
|
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
|
|
|
|
|
|
USE_GNU_TOOLS -> USE_TOOLS
awk -> gawk
m4 -> gm4
make -> gmake
sed -> gsed
yacc -> bison
|
|
changes:
-bugfixes
-Added ellipsize property to the list view.
-Do not activate the first row after reordering the list in single
click mode.
|
|
|
|
version 2.10.0
--------------
* Updated translations: it, sr, sr@Latn, lt, hu.
version 2.9.92
--------------
* Fixed bug #157698: Default new archive name as the first-added object.
* Fixed bug #168477: Create Archive should leave status window in the
background while creating multiple folder archives.
* Fixed bug #159952: file-roller compilation error.
* Fixed bug #166658: Archives should only be processed if command-line
utility is present.
* Fixed bug #144953: ISO reading assumes Joliet and Rock Ridge
extensions.
version 2.9.91
--------------
* Updated recent-files from libegg.
version 2.9.4
-------------
* Fixed bug #100927: should use GNOME mouse click settings.
version 2.9.3
-------------
* Fixed bug #132555: file-roller does not honor system-wide toolbar
setting.
* Fixed bug #162188: RAR archives' directories are not recognized
properly.
* Fixed bug #162324: Cannot drag files from gthumb to file-roller
version 2.9.2
-------------
* Fixed bug #152129: Unnecessary call to _window_update_sensitivity()
* Fixed bug #154821: file-roller can't open archives with extension
.lha
* Fixed bug #154398: Remove some useless code.
* Fixed bug #154233: load_icon_file optimization.
* Fixed bug #161141: Time of modifcation incorrect
* Fixed bug #161147: View->Toolbars inconsistent across multiple
instance.
* Fixed bug #160617: "Create archive" context menu item does not
support single-file bz2 or gz
* Fixed bug #160401: create archive doesn't work on read-only CD-ROM
* Fixed bug #159906: the configure.in should update its gnome-vfs
requirement.
* Fixed bug #160221: No more "extract here" entry in Nautilus
context menu.
* Use 'extract to...' if the archive location is write only.
* Fixed loading of rar archives with directories.
version 2.9.1
-------------
* Added a 'Open Recent' menu item on the toolbar.
* Added password support and testing to RAR archives.
* Fixed bug #145162] .omf.out and omf_timestamp files should not be in
cvs.
* Fixed bug #159172: tooltips leaked.
* Fixed bug #159464: Should not use deprecate mime API
* Make logo icon to use the theme icon.
version 2.9.0
-------------
* Added AR, Debian and 7-zip archives support.
* Open the "open with" dialog if the file type does not
have a registered application; get rid of the internal viewer.
* Make the text invisible for the password entries.
* Removed Select All/Deselect All from the context menu.
|
|
* Updated translations: da, gu, id.
|
|
|
|
|
|
version 2.8.3
-------------
* Fixed extraction without folders recreation.
version 2.8.2
-------------
* Avoid opening remote files in nautilus.
version 2.8.1
-------------
* Fixed bug #153837: Internal viewer vs. other application question is
asked for files that internal viewer can't even handle.
* Do not ask whether to use the internal viewer when there is a
registered application for the file type.
* Fixed bug #151113: crash trying to open zip file for extraction
* Fixed bug #152900: Multiple file/folder drag and drop needs to be
improved.
|
|
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
|
|
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:
lib/libfoo.a
lib/libfoo.la
lib/libfoo.so
lib/libfoo.so.0
lib/libfoo.so.0.1
one simply needs:
lib/libfoo.la
and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.
Also make LIBTOOLIZE_PLIST default to "yes".
|
|
version 2.8.0
-------------
* Updated translations.
version 2.7.5
-------------
* Fixed bug #151427: Compilation error.
* Fixed bug #150672: Back button is broken
* Fixed bug #150329: File roller creates predictable /tmp directories
* Fixed bug #150327: Adding a directory to archive hangs file roller
* Fixed BUG #150328: avoid crashing while DND of 'Home' icon into
file-roller.
* Updated the recent-files sources from libegg.
version 2.7.4
-------------
* Updated the recent-files sources from libegg.
* Added more mime types to the desktop file.
version 2.7.3
-------------
* Added the supported mime types to file-roller.desktop
version 2.7.2
-------------
* Fixed bug #144041: [Solaris] gtar will not be in path
* Do not display the "operation stopped" dialog (bug #144171).
* Fixed a leak and the display of the error message (bug #145440).
version 2.7.1
-------------
* Fixed bug #144455: Make file-roller session aware even when no
archive is opened.
* Fixed bug #144079 (iso is not listed as a archive in open dialog)
* Hide the main window when in batch mode.
* Allow to extract all the files, not only the selected files, from
an ISO image.
version 2.7.0
-------------
* Added read/extract support for ISO files. (bug #142316)
* Split the add dialog into two dialogs, one used to add files and the
other one used to add folders.
* Ask the distination folder after pasting a selection, this allows
the user to create new folders in the archive.
* Added content size and compression ratio in the properties dialog.
* Extract selection without creating the whole path. (bug #140971)
|
|
* Fixed reading of filenames with spaces in tar archives.
* Fixed bug #138154 (File-Roller Crash when dropping a file dragged
from archive).
* Remove a file from the recent file list if the file could not be loaded.
* Added RPM and Suffit to the recent file list mime types.
* Fixed popup menu sensitivity.
|
|
all these packages.
|
|
*-dirs packages.
|
|
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.
|
|
Buildlink files: RECOMMENDED version changed to current version.
|
|
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs.
Bump PKGREVISION.
|
|
database.
|
|
|
|
|
|
|
|
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.
|
|
|
|
* Fixed bug #131560: zip files gets an empty password by default.
|
|
This shouldn't be needed if we had non-recursive dependancies *sigh*.
|
|
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.
|
|
|
|
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.
|
|
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
|
|
( We really need non-recursive dependancies... *sigh* )
|
|
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.
|