summaryrefslogtreecommitdiff
path: root/archivers
AgeCommit message (Collapse)AuthorFilesLines
2012-02-15REPLACE_SH on installed shell script.hans1-1/+3
2012-02-15Fix build on SunOS.hans4-3/+63
2012-02-15REPLACE_SH on installed shell script.hans1-1/+3
2012-02-15REPLACE_SH on installed shell scripts.hans1-1/+2
2012-02-15REPLACE_SH on installed shell script.hans1-1/+3
2012-02-15REPLACE_BASH on all installed shell scripts.hans1-2/+2
2012-02-15REPLACE_SH in installed shell script.hans1-1/+2
2012-02-15REPLACE_SH on installed shell scripts.hans1-1/+2
2012-02-06Revbump forwiz1-2/+2
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2012-01-30Use ${PKGINFODIR}sbd1-2/+2
2012-01-30Rename custom function "fexecve", which conflicts with glibc's fexecve(3),sbd5-5/+77
to schily_fexecve. Also <linux/fs.h> must be included before <linux/ext2_fs.h>.
2012-01-30Create a rules file for x86_64-linuxsbd1-1/+2
2012-01-29Use ${PKGINFODIR}sbd1-2/+2
2012-01-29Clean up DESTDIR support so unprivileged pbulk works.sbd2-8/+18
2012-01-29Build a static binary with threads is currently broken with glibc.sbd1-1/+12
2012-01-28The problem with gcc attributes is that they are being defined away insbd4-23/+56
config.h because the AC_C___ATTRIBUTE__ test is broken. (Note: the secound argument to AC_TRY_COMPILE is what goes in main).
2012-01-28Add a workaround for a problem with gcc transparent_union attribute thatsbd2-11/+23
causes the wait() prototype to be wrong. Also linux's struct stat dosn't have st_flags.
2012-01-26Updated archivers/p5-Archive-Tar to 1.82rhaen2-6/+6
ChangeLog from upstream: * important changes in version 1.82 21/11/2011 (CDRAKE) - Adjustments to handle files >8gb (>0777777777777 octal) - Feature to return the MD5SUM of files in the archive
2012-01-20Update unrar to 4.1.4. Changes not documented.wiz2-6/+6
License wording was changed, but I see it as a clarification and not an effective changed and thus just updated it and don't version it.
2012-01-14USE_TOOLS instead of DEPENDS for gtar and unzip. Unsethans1-9/+10
TOOLS_PLATFORM.unzip on NetBSD to force unzip from pkgsrc.
2012-01-14Convert to USE_TOOLS=zip.hans1-3/+2
2012-01-12SunOS lacks strmode(), so get it from libnbcompat.hans1-1/+4
2012-01-11Fix build on systems that don't provide a definition for MIN.hans2-1/+17
2012-01-11Fix build with gcc46.hans2-1/+15
2012-01-06Let to install all info file fragments.obache1-1/+3
Bump PKGREVISION.
2011-12-28HOMEPAGE updateadam1-2/+2
2011-12-14Update ruby-zip package to 0.9.5.taca6-54/+62
Exact changes are unknown.
2011-12-10Honor PKGMANDIR.minskim2-4/+4
2011-12-09Use getpassphrase() on SunOS to allow passwords longer than 8 chars.hans2-1/+17
2011-12-06Recursive bump for lang/ocaml buildlink addition.sbd1-1/+2
2011-11-29Honor CFLAGS and LDFLAGS from pkgsrc.sbd2-1/+18
2011-11-26Add missing devel/zlib buildlink.sbd1-1/+3
Bump PKGREVISION
2011-11-22Fix 404 homepage url with reachable one. Reported by noztos on twitter.enami1-2/+2
2011-11-20archivers/szip: update distinfomarino2-8/+8
This package has a history of repacking the tarball, but checking the same name. Apparently, it has happened twice before, and this a third time. Regenerating the distinfo allows the package to build again, whereas before the distinfo file was unretreivable.
2011-11-19archives/gsharutils: Upgrade from version 4.2.1 to 4.11.1marino14-500/+34
DragonFly couldn't build GNU Sharutils. Upon inspection, it was seen that the last version in pkgsrc was at least 11 years old. This commit updates the GNU Sharutils to the latest version without patches. Tested on DragonFly and NetBSD. The Linux condition dealing with the glibc gettext workaround was removed with the assumption that this is no longer needed, but somebody else should test and verify this. Select changes since 4.2 (according to NEWS): ============================================= 4.3.50: new trans: cs da el es gl ru tr zh_TW updated: de fr ja nl sv 4.3.51: Norwegian split to no/@nynorsk to nb and nn Updated library files and m4 macros from fileutils-4.1.9 4.3.52: Fix Y2K bug (shar) Fix temp file race (shar) (N/A) allow spaces in file names (uudecode) 4.3.60: Better -Z option handling for systems without compress 4.3.61: Unspecified bugs fixes 4.3.70: Update de tr translations (N/A) fix uudecode output handling Turn off compress link default 4.3.71: Update da de translations 4.3.72: Update fr sv translations 4.3.73: Add support for large files (e.g. > 2 Gib on 32-bit hosts) 4.3.74: Updated fr translation Unspecified portabilitity fixes 4.3.75: New translations: ca et hu Updated translations: da de ja sv tr zh_TW. Add bzip2 support Fix unspecified compatiblity issues 4.3.76: Updated translations: de et fr sv tr 4.3.77: Fixed buffer overrun exploit 4.3.78: infrastructure updates 4.3.79: New temporary file handling to avoid buffer overrun exploit and theoretical timing hole (unshar) Unspecified new translations added + updates 4.3.80: Fix temporary file unlink bug 4.3.81: True64 compatibility fix 4.4: intmax_t checks added 4.5: Fix unspecified bug in unshar Update usage examples 4.5.1: Fix memory usage bug in shar 4.5.2: Fix test and update some translations 4.5.3: Add unspecified translation, update another Move to libtool 1.5.20 4.6: New Japanese translation 4.6.1: Translation cleanup, infrastructure changes 4.6.2: Better output diagnostics 4.6.3: Recognize "end\r\n" as equal to "end" and "end\n" Fix readdir duplicate declaration 4.7.1: (N/A) uudecode no longer creates output file names with trailing white space. 4.9: Fix shar script shell quoting issues with translations 4.10: Handle clobber option correctly in generated scripts 4.11: Remove mailshar because mail-files was broken
2011-11-13Don't include dependence buildlink3 if using the builtin library.sbd1-1/+8
Patch by obache@
2011-11-12- s/RUBY_VERSION_REQD/RUBY_VERSION_SUPPORTED/taca1-2/+2
- ALlow build with ruby193.
2011-11-11Move LICENSE up where it belongs. Remove duplicate PKG_DESTDIR_SUPPORT.joerg1-4/+2
2011-11-11Supports user-destdirjoerg1-1/+3
2011-11-11Updating archivers/p5-Archive-Tar (containing Pure Perl implementation forsno2-6/+6
tar ball handling) from 1.76 to 1.80. Upstream changes: * important changes in version 1.80 13/10/2011 - patch from Rocky Bernstein to add file chown() method [rt#71221] * important changes in version 1.78 08/09/2011 - patch from Rocky Bernstein to add chown() method [rt#70623] - blead patch from Alexandr Ciornii to resolve [perl#78708]
2011-11-07Set PKG_DEDTDIR_SUPPORT for ruby-xz.minskim1-1/+3
2011-11-01Recursive bump for archivers/libarchive buildlink addition.sbd2-3/+4
2011-11-01Add missing archivers/xz buildlinksbd2-2/+5
Bump PKGREVISION
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd1-1/+2
2011-10-27Revert, no unconditional pollution of environment via b3.mk.joerg1-6/+1
2011-10-26Addon for previous commit (PR 45491) that actually fixescheusov1-1/+6
archivers/libarchive but not bootstrap.
2011-10-26Workaround for PR 45491. It fixes bootstrap ifcheusov1-1/+8
pkg://sfe/system/file-system/e2fsprogs@1.41.14 package is installed. Approved by agc@.
2011-10-21Add zutilsryoon1-1/+2
2011-10-21Conflict with lzip<1.12ryoon1-1/+3
2011-10-21Import zutils-0.9 as archivers/zutilsryoon4-0/+57
Zutils is a collection of utilities able to deal with any combination of compressed and non-compressed files transparently. If any given file, including standard input, is compressed, its decompressed content is used. Compressed files are decompressed on the fly; no temporary files are created. These utilities are not wrapper scripts but safer and more efficient C++ programs. In particular the "--recursive" option is very efficient in those utilities supporting it. The provided utilities are: Zcat - Decompresses and copies files to standard output. Zcmp - Decompresses and compares two files byte by byte. Zdiff - Decompresses and compares two files line by line. Zgrep - Decompresses and searches files for a regular expression. Ztest - Tests integrity of compressed files.