summaryrefslogtreecommitdiff
path: root/archivers (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Set LATEST_LINK.Kirill Ponomarev2005-01-211-0/+1
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=127057
* - Update to 0.90.3.bClement Laforet2005-01-182-4/+4
| | | | Notes: svn path=/head/; revision=126744
* - Update to 0.8.39Clement Laforet2005-01-184-7/+36
| | | | | | | - install shlibs and preserve config file Notes: svn path=/head/; revision=126743
* update to 4.14.FUJISHIMA Satsuki2005-01-182-3/+3
| | | | | | | | | | ChangeLog: http://sourceforge.net/project/shownotes.php?release_id=297065 Approved by: maintainer Notes: svn path=/head/; revision=126693
* [NEW PORT] archivers/orange: Extract Microsoft Cabinet files from ↵Edwin Groothuis2005-01-1411-0/+245
| | | | | | | | | | | | | | | | | | | self-extracting installers Orange is a tool and library for squeezing out juicy installable Microsoft Cabinet Files from self-extracting installers for Microsoft Windows. Supported installers include VISE, InstallShield, Setup Factory and more. WWW: http://synce.sourceforge.net PR: ports/76030 Submitted by: Sam Lawrance <boris@brooknet.com.au> Notes: svn path=/head/; revision=126389
* [NEW PORT] archivers/dynamite: Decompress data compressed withEdwin Groothuis2005-01-149-0/+87
| | | | | | | | | | | | | | | | | | | | | PKWARE Data Compression Library Dynamite is a tool and library for decompressing data compressed with the PKWARE Data Compression Library. WWW: http://synce.sourceforge.net Notes: * This library is required for the update of synce-kde * The 'dynamite' binary crashes when invoked without arguments. This is expected, not a freebsd specific problem. PR: ports/76026 Submitted by: Sam Lawrance <boris@brooknet.com.au> Notes: svn path=/head/; revision=126387
* Update to 1.04.Jun Kuriyama2005-01-112-3/+3
| | | | Notes: svn path=/head/; revision=126103
* upgrade to 0.8.3Ying-Chieh Liao2005-01-102-3/+3
| | | | Notes: svn path=/head/; revision=126069
* Update to 1.15.1. Notable changes:Christian Weisgerber2005-01-095-3/+47
| | | | | | | | | | - Compressed archives are now recognized automatically. - Numerous bug fixes. Add a target "test" to run the included regression test suite. Notes: svn path=/head/; revision=126002
* - Update to 1.01.022Sergey Matveychuk2005-01-082-3/+3
| | | | | | | | PR: ports/75802 Submitted by: maintainer Notes: svn path=/head/; revision=125865
* Update to 1.25.Max Khon2005-01-0813-650/+358
| | | | | | | PR: 72472 Notes: svn path=/head/; revision=125777
* o Fix PLISTMario Sergio Fujikawa Ferreira2005-01-031-0/+4
| | | | | | | | | | o Bump PORTREVISION Submitted by: kris (pointyhat) Approved by: portmgr (kris) Notes: svn path=/head/; revision=125689
* Say hello to the linux mega patch, it consolidates our linux bits aAlexander Leidinger2004-12-311-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | little bit and allows to proceed to a more recent linux_base from a stable (read as: the major bugs should be ironed out or identified and most linux ports build just fine) source. It also allows to ship 4.11 with a working linuxolator (the EOLed linux_base is marked forbidden because of a security hole). This is a major update, please read UPDATING (and CHANGES if you develop linux ports). Changes: - change the default linux_base from v7 to v8 - add a newer freetype to linux_base-8 for nicer fonts display [1] - don't let cpio use hardlinks in the linux_base-8 port to quiet some warnings in some cases [2] - fix a cut&past error in the linux_base-8 pkg-install script [3] - convert the binary knob "USE_LINUX" to a version specifier, e.g. USE_LINUX=<value> specifies a dependency upon emulators/linux_base-<value>, exceptions are a value of "7" (which does what you want and adds a dependency to linux_base) and any value without a corresponding port in PORTSDIR/emulators/linux_base-<value> (which adds a dependency to the default linux_base) - don't implicitly add USE_LINUX with the USE_LINUX_PREFIX knob, this allows us to use the USE_LINUX_PREFIX knob for linux_base and paves the way for splitting up future linux base ports into individual pieces - remove RESTRICTED from some GPL licensed ports, even when we only distribute binaries, we get them from official linux sites, so anyone can grab them there if he needs to - add a dependency upon the linux X11 bits where necessary (based upon guesswork) - don't use USE_X_PREFIX in some linux ports since it adds a dependency to the FreeBSD X11 libs, as a workaround use PREFIX?= (the clean solution would be to remove the implicit USE_XLIB from USE_X_PREFIX) - bump the portrevision of the linux ports ("better safe than sorry" algorithm) - pass maintainership of the important linux infrastructure to a mailinglist, hijack freebsd-emulation@ for this purpose (if somebody doesn't like this: tell us your bikeshed color at freebsd-emulation@, my color would be "linuxolator@" in case someone cares...) - add a pkg-install script for linux-fontconfig, but don't use it; everything should work without it (the FreeBSD fc-cache program should do all the work), but in case we need it we just need to decomment the pkg-install part in the Makefile - fix some dependencies - fix some bugs - add some static plists - unbreak the ports with dependecies to more than one linux_base This also fixes some ports which are marked BROKEN because of dependencies to v7 and v8 of linux_base at the same time. Known bugs: - the linux-mesa and linux-devtools ports install libGL*.so symlinks - some "minor" plist bugs (e.g. ld.so.{conf,cache} are modified by the linux X11 port, so linx_Base-8 moans at deinstall time) Future work (interested souls should coordinate with freebsd-emulation@): - add some kind of USE_LINUX_X11 knob to streamline the X11 dependencies, or modify the behavior of USE_XLIB in the USE_LINUX case AFAIK trevor has some patches. - make USE_XLIB and USE_X_PREFIX orthogonal to be able to get rid of the PREFIX?= workaround in some linux ports Should be discussed/coordinated on/with x11@. - move the RPM bits from x11-toolkits/linux-gtk/Makefile to PORTSDIR/Mk/ - update to a more recent linux base PR: 69997, 70539 (and maybe others) Discussed with/on: java@, x11@, trevor, portmgr Tested by: mezz, portmgr, pointyhat RPM hunted down by: Joseph Gelinas <scirocco@tasam.com> [1] Requested by: portmgr [2] Submitted by: kris [3] Approved by: portmgr Notes: svn path=/head/; revision=125613
* New port jzlib version 1.0.5: A re-implementation of zlib in pure JavaMario Sergio Fujikawa Ferreira2004-12-314-0/+85
| | | | Notes: svn path=/head/; revision=125606
* Update to 1.23Mathieu Arnold2004-12-292-4/+5
| | | | | | | Timeout: almost a month Notes: svn path=/head/; revision=125432
* . Update to 1.01.022.Greg Lewis2004-12-292-3/+3
| | | | Notes: svn path=/head/; revision=125422
* . Try to remove ${PREFIX}/src when deinstalling as the port creates thisGreg Lewis2004-12-282-0/+2
| | | | | | | | | directory. Submitted by: kris Notes: svn path=/head/; revision=125365
* update to 4.13.FUJISHIMA Satsuki2004-12-284-9/+68
| | | | | | | | | | | | | | | | | | | | o Ressurect pkg-plist to support to make modules optional. 25 lines out of 31 are wrapped with %%MODULES%% which can be controlled by WITHOUT_MODULES knob. The modules support more codecs and formats than stand-alone binary. o Install 7za to libexec and wrap it with script to support sfx creation. 7za and .sfx should be placed in the same directory as 7z and modules do. o Wrapper script executes corresponding binary (7z or 7za.) In WITHOUT_MODULES case, it can be called by 7z or 7za but always executes 7za. This is compatible action for previous port. o Turn BROKEN to IGNORE. There is no hope to compile this software in RELENG_4. And correct quotation for this change. Approved by: maintainer Notes: svn path=/head/; revision=125306
* Apparently, distfile got rerolled for some reason, but diff(1) shows noAlexey Dokuchaev2004-12-272-3/+1
| | | | | | | differences with the previous one, so unbreak for now. Notes: svn path=/head/; revision=125269
* Update to 0.5.6.Akinori MUSHA2004-12-253-3/+4
| | | | Notes: svn path=/head/; revision=125139
* Remove superfluous IGNORE warning that bzip2 is already in the baseAkinori MUSHA2004-12-231-4/+0
| | | | | | | | | | system. PR: ports/75033 Submitted by: Jason Harris <jharris .at. widomaker.com> (MAINTAINER) Notes: svn path=/head/; revision=125014
* Reset MAINTAINER to ports@.Norikatsu Shigemura2004-12-231-1/+1
| | | | | | | | | | | We cannot contact them for a long time. Discussed with: hrs Approved by: kiri(blanket), mita(blanket), shige(blanket), taoka(blanket) Notes: svn path=/head/; revision=124934
* Clean up handling of locale directories at deinstall-time:Kris Kennaway2004-12-162-0/+4
| | | | | | | | * Don't remove "system directories" (which were created by BSD.*.dist) * Silently try to remove locale directories which we might have created Notes: svn path=/head/; revision=124183
* Make portlint happier.Edwin Groothuis2004-12-141-2/+4
| | | | | | | | | | | They are not the patches from the submitter, but one which overcome knu@s objections about the original ones and discussed in ports/69037. PR: ports/69027 ports/69028 ports/69029 ports/69030 ports/69031 ports/69032 ports/69033 ports/69034 ports/69035 ports/69036 ports/69037 Submitted by: Wesley Shields <wxs@csh.rit.edu> Notes: svn path=/head/; revision=123987
* Update to KDE 3.3.2Michael Nottebrock2004-12-132-4/+2
| | | | Notes: svn path=/head/; revision=123951
* BROKEN: Checksum mismatchKris Kennaway2004-12-131-0/+2
| | | | Notes: svn path=/head/; revision=123879
* Add p5-PerlIO-gzip 0.17,Sergey Skvortsov2004-12-085-0/+44
| | | | | | | | Perl extension to provide a PerlIO layer to gzip/gunzip. Notes: svn path=/head/; revision=123456
* add pbzip2 0.8.2Ying-Chieh Liao2004-12-074-0/+39
| | | | | | | Parallel BZIP2 Notes: svn path=/head/; revision=123349
* Portlint(1)Kirill Ponomarev2004-12-066-10/+8
| | | | Notes: svn path=/head/; revision=123308
* With portmgr hat on, reset bouncing maintainer address. All of the commitsMark Linimon2004-12-051-1/+1
| | | | | | | within the last year have been with maintainer timeouts, as well. Notes: svn path=/head/; revision=123182
* Close overflowAndrey A. Chernov2004-12-012-1/+26
| | | | | | | Submitted by: simon Notes: svn path=/head/; revision=122919
* Change WWW to proper oneAndrey A. Chernov2004-12-011-1/+2
| | | | Notes: svn path=/head/; revision=122911
* Point to the official websiteAndrey A. Chernov2004-12-011-1/+2
| | | | Notes: svn path=/head/; revision=122908
* Close two vulnerabilitiesAndrey A. Chernov2004-11-295-0/+170
| | | | | | | Submitted by: simon Notes: svn path=/head/; revision=122771
* Upgrade to 2.65Andrey A. Chernov2004-11-295-43/+19
| | | | Notes: svn path=/head/; revision=122751
* update to 4.12.FUJISHIMA Satsuki2004-11-266-90/+36
| | | | | | | | | | | | | | | | | o install only monolithic binary 7za. o create a compatibility symlink 7z -> 7za not to violate POLA. o respect NOPORTDOCS. o retire ONLY_FOR_ARCHS. This version runs on sparc64. o tested on i386, amd64, ia64, alpha and sparc64. Changelogs: 4.10 -> 4.12 http://sourceforge.net/project/shownotes.php?release_id=283730 0.91 -> 4.10 http://sourceforge.net/project/shownotes.php?release_id=277286 Reviewed by: maintainer Notes: svn path=/head/; revision=122470
* Fix build on FreeBSD 4.x.Max Khon2004-11-252-1/+13
| | | | | | | Bump PORTREVISION. Notes: svn path=/head/; revision=122433
* Allow mspack.h to be included in C++ source codeMax Khon2004-11-251-0/+6
| | | | | | | (replace "this" with "self"). Notes: svn path=/head/; revision=122407
* New port: libmspack-0.0.20040308Max Khon2004-11-255-0/+32
| | | | | | | | The purpose of libmspack is to provide both compression and decompression of some loosely related file formats used by Microsoft. Notes: svn path=/head/; revision=122401
* Use new INSTALLS_OMF.Jeremy Messenger2004-11-234-52/+2
| | | | | | | Approved by: bland, kwm, marcus and pav Notes: svn path=/head/; revision=122196
* Update to 1.01.020Kirill Ponomarev2004-11-162-4/+4
| | | | | | | | PR: ports/73986 Submitted by: maintainer Notes: svn path=/head/; revision=121746
* . Update to 1.01.020.Greg Lewis2004-11-152-4/+3
| | | | Notes: svn path=/head/; revision=121664
* - Update maintainer's email addressPav Lucistnik2004-11-141-2/+2
| | | | | | | | PR: ports/73939 Submitted by: Yonatan <onatan@gmail.com> (maintainer) Notes: svn path=/head/; revision=121613
* Remove conditional runtime dependency on the gtar port, it's availableMichael Nottebrock2004-11-121-2/+0
| | | | | | | in the base system. Notes: svn path=/head/; revision=121451
* Bump 29 ports that use GCONF_SCHEMAS. Somehow, the diff of GNOME 2.8.x hasJeremy Messenger2004-11-102-0/+2
| | | | | | | | | | lost the small part. The small part was GCONF_SCHEMAS in bsd.gnome.mk that is taking care of gconf key and schemas files for pkg-plist. Pav has committed by re-add GCONF_SCHEMAS back in bsd.gnome.mk this afternoon. Therefore, must bump PORTREVISION to correct our pkg-plist database installed. Notes: svn path=/head/; revision=121277
* . The distfile has changed to include some fixes for the handling of writeGreg Lewis2004-11-082-2/+3
| | | | | | | errors. Chase this and bump PORTREVISION for the fixes. Notes: svn path=/head/; revision=121131
* Update to KDE 3.3.1Michael Nottebrock2004-11-082-3/+12
| | | | Notes: svn path=/head/; revision=121092
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in theJoe Marcus Clarke2004-11-071-1/+1
| | | | | | | big upgrade. Notes: svn path=/head/; revision=121070
* Presenting GNOME 2.8 for FreeBSD (2.8.1 to be exact).Joe Marcus Clarke2004-11-076-26/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This release notes detailing all of the new goodies in GNOME 2.8 can be found at http://www.gnome.org/start/2.8/notes/, and the list of what was fixed in GNOME 2.8.1 can be found at http://lists.gnome.org/archives/gnome-announce-list/2004-October/msg00056.html. This release, as well as all of our others, would not have been possible without the great efforts of our FreeBSD GNOME Team. The list of current members can be found at http://www.freebsd.org/gnome/contact.html (including our newest member, Michael Johnson <ahze@FreeBSD.org>). Special thanks also goes out to all of the loyal FreeBSD GNOME users that put up with crashes and hangs to test and debug GNOME on FreeBSD. We would especially like to thank those users that provided patches for GNOME 2.7 and 2.8: Franz Klammer <klammer@webonaut.com> Piotr Smyrak <piotr.smyrak@heron.pl> Radek Kozlowski <radek@raadradd.com> Khairil Yusof <kaeru@pd.jaring.my> Yasuda Keisuke <kysd@po.harenet.ne.jp> Tom McLaughlin <tmclaugh@sdf.lonestar.org> Vladimir Grebenschikov <vova@fbsd.ru> GNOME 2.8 also features a new, FreeBSD-specific splashscreen that was designed by jimmac for GNOME 2.8, then daemonized by Franz Klammer <klammer@webonaut.com> and Radek Kozlowski <radek@raadradd.com>. As with GNOME 2.6, you cannot just "portupgrade" to GNOME 2.8. There is a script provided at http://www.marcuscom.com/downloads/gnome_upgrade28.sh that will aid in the upgrade process. Full documentation on the GNOME 2.8 upgrade is coming following this commit. From all of us at FreeBSD GNOME, ENJOY! Notes: svn path=/head/; revision=121068
* Rephrase IGNORE sectionAndrey A. Chernov2004-11-061-1/+1
| | | | | | | Submitted by: kris Notes: svn path=/head/; revision=121005