aboutsummaryrefslogtreecommitdiff
path: root/archivers
Commit message (Collapse)AuthorAgeFilesLines
* Change my email address.Jean-Yves Lefort2005-05-152-2/+2
| | | | Notes: svn path=/head/; revision=135274
* update to 4.18.FUJISHIMA Satsuki2005-05-132-3/+3
| | | | | | | | | | ChangeLog: http://sourceforge.net/project/shownotes.php?release_id=326924 Approved by: maintainer Notes: svn path=/head/; revision=135214
* Update to version 2.08.Dmitry Sivachenko2005-05-122-4/+4
| | | | | | | | PR: 80921 Submitted by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw> Notes: svn path=/head/; revision=135109
* - Sweep directories on amd64Pav Lucistnik2005-05-111-0/+2
| | | | Notes: svn path=/head/; revision=135058
* Update to 1.1.0Tilman Keskinoz2005-05-092-3/+3
| | | | | | | | | | (changelog: http://pear.php.net/package/File_Archive/download/1.1.0/) PR: 80818 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> Notes: svn path=/head/; revision=134928
* Update to 4.17Jean-Yves Lefort2005-05-082-5/+6
| | | | | | | | PR: ports/80706 Submitted by: Radim Kolar <hsn@netmag.cz> Notes: svn path=/head/; revision=134867
* Simple command line version of compression program using LZMA compressionJean-Yves Lefort2005-05-074-0/+58
| | | | | | | | | | | | | | | | | | method. This program is taken from LZMA SDK. 7-zip uses the same compression method, but creates 7Z archives instead of pure LZMA data stream. LZMA can compress and decompress data streams using standard input/output. Compression ratio is about 25-30% better than bzip2 and decompression speed is about two times faster. This makes LZMA good bzip2 replacement for use in software distribution. WWW: http://www.7-zip.org/sdk.html PR: ports/80554 Submitted by: Radim Kolar <hsn@netmag.cz> Notes: svn path=/head/; revision=134792
* The second attempt to fix plistRoman Bogorodskiy2005-05-062-4/+33
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=134694
* Fix plistRoman Bogorodskiy2005-05-041-1/+1
| | | | | | | | | PR: 80612 Submitted by: Sylvio Cesar (maintainer) Reported by: pointyhat via kris Notes: svn path=/head/; revision=134613
* TorrentZip creates byte-for-byte exact zip files on any machine. This allowsPav Lucistnik2005-05-044-0/+50
| | | | | | | | | | | | | people to join a torrent (after they have converted their zip files) with a particular set of files, thus preventing them from having to download the entire set of files again. Because of the way TorrentZip creates identical zips, the file hashes will always match those in the original torrent. PR: ports/80579 Submitted by: Scot W. Hetzel <swhetzel@gmail.com> Notes: svn path=/head/; revision=134605
* Update to 4.3.80Roman Bogorodskiy2005-05-023-41/+6
| | | | | | | | PR: 80524 (based on) Submitted by: sylvio cesar (maintainer) Notes: svn path=/head/; revision=134503
* . Update to 1.02.023.Greg Lewis2005-05-022-3/+3
| | | | Notes: svn path=/head/; revision=134477
* . Update to 1.02.023.Greg Lewis2005-05-022-3/+3
| | | | Notes: svn path=/head/; revision=134476
* unbreak amd64 and ia64.FUJISHIMA Satsuki2005-04-301-0/+4
| | | | Notes: svn path=/head/; revision=134394
* update to 4.16.FUJISHIMA Satsuki2005-04-283-31/+33
| | | | | | | | | | | ChangeLog: 4.14 -> 4.14.01 http://sourceforge.net/project/shownotes.php?release_id=299220 4.14.01 -> 4.16 http://sourceforge.net/project/shownotes.php?release_id=297065 Approved by: maintainer Notes: svn path=/head/; revision=134335
* - Update to 1.14Yen-Ming Lee2005-04-282-7/+4
| | | | | | | | | | | - Assign maintainership - Remove redundant knobs PR: 80437 Submitted by: Sylvio Cesar <sylvioc@gmail.com> Notes: svn path=/head/; revision=134326
* + update port: archivers/pear-File_Archive to 1.0.1Roman Bogorodskiy2005-04-263-6/+5
| | | | | | | | | | | | + changelog: http://pear.php.net/package/File_Archive/download/1.0.1/ + update COMMENT + update pkg-descr PR: 80332 Submitted by: Antonio Carlos Venancio Junior (maintainer) Notes: svn path=/head/; revision=134170
* Move shared directory for klirc profiles into kdehier.Michael Nottebrock2005-04-251-1/+0
| | | | Notes: svn path=/head/; revision=134140
* Update to 2.10.3.Jeremy Messenger2005-04-226-28/+32
| | | | Notes: svn path=/head/; revision=133969
* - Depend on Perl (gremsync is not installed unless Perl is available).Jean-Yves Lefort2005-04-221-0/+8
| | | | | | | | | | - Fix configure-detected paths in scripts. Reported by: pointyhat Approved by: adamw (mentor), maintainer Notes: svn path=/head/; revision=133897
* - Update to 4.3.77Jean-Yves Lefort2005-04-206-230/+17
| | | | | | | | | | | | - Pass maintainership to sylvioc@gmail.com - Enable NLS and add WITHOUT_NLS knob PR: ports/80123 Submitted by: Sylvio Cesar <sylvioc@gmail.com> Approved by: adamw (mentor) Notes: svn path=/head/; revision=133806
* New port: archivers/pear-File_Archive PEAR class to easily manipulate tar, ↵Pav Lucistnik2005-04-204-0/+77
| | | | | | | | | | | | | | | | | | | | gz and zip files PEAR::File_Archive will let you manipulate easily the tar, gz and zip files. This library is strongly object oriented. It makes it very easy to use, writing simple code, yet the library is very powerfull. File_Archive is made of two objects: readers and writers. Are currently implemented readers from file, directory, tar, gz, zip and bzip2 archives. You can write to file(s), send mails with files attached, or create tar, gz, zip, bzip2 archives. PR: ports/80068 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> Notes: svn path=/head/; revision=133789
* - Remove redundant patch (dupe of patch-Makefile)Volker Stolz2005-04-192-19/+1
| | | | | | | - Fix non-root installation Notes: svn path=/head/; revision=133642
* Minimize Makefile-patch by using MAKE_ARGSVolker Stolz2005-04-192-16/+2
| | | | Notes: svn path=/head/; revision=133641
* Use MAKE_ARGS instead of Makefile-patchVolker Stolz2005-04-192-35/+1
| | | | Notes: svn path=/head/; revision=133638
* . Add long option support on FreeBSD 4.x and early FreeBSD 5.x by settingGreg Lewis2005-04-181-0/+4
| | | | | | | | | | USE_GETOPT_LONG. This achieves the submitters goal, but via a different method. Submitted by: John E Hein <jhein@timing.com> Notes: svn path=/head/; revision=133614
* . Update to 1.02.019.Greg Lewis2005-04-184-6/+6
| | | | Notes: svn path=/head/; revision=133582
* . Update to 1.02.017.Greg Lewis2005-04-122-3/+3
| | | | Notes: svn path=/head/; revision=133161
* Set my ports to their shiny new MAINTAINER address.Sam Lawrance2005-04-124-4/+4
| | | | | | | Approved by: clement (mentor) Notes: svn path=/head/; revision=133146
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-1214-16/+16
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Update to 2.10.2.Adam Weinberger2005-04-116-6/+8
| | | | Notes: svn path=/head/; revision=133095
* Change maintainer's email address.Simon Barner2005-04-111-1/+1
| | | | | | | | Approved by: arved (mentor) PR: ports/79162 Notes: svn path=/head/; revision=133026
* - ARCH is defined in bsd.port.mkFlorent Thoumie2005-04-111-1/+3
| | | | Notes: svn path=/head/; revision=133021
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-1114-16/+16
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* - Add unmakeself 0.99, a tool to extract makeself archives.Florent Thoumie2005-04-104-0/+296
| | | | | | | | PR: ports/79398 Submitted by: Jean-Yves Lefort <jylefort@brutele.be> Notes: svn path=/head/; revision=132928
* Depend on archivers/gtar on CURRENT later than 600022Michael Nottebrock2005-04-041-0/+3
| | | | Notes: svn path=/head/; revision=132469
* Update PHP ports to 4.3.11 and 5.0.4 releases:Alex Dupre2005-04-041-2/+0
| | | | | | | | | | | | - fix security issues - unbreak PEAR packages [1] PR: ports/78516 [1] Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com> [1] Tested by: thierry Notes: svn path=/head/; revision=132440
* Update to 2.10.1.Jeremy Messenger2005-04-034-8/+6
| | | | | | | Submitted by: adamw Notes: svn path=/head/; revision=132320
* BROKEN: Incomplete pkg-plistKris Kennaway2005-03-261-0/+2
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=132004
* Update to KDE 3.4Michael Nottebrock2005-03-204-12/+17
| | | | Notes: svn path=/head/; revision=131766
* Update to to 1.3.1.Thierry Thomas2005-03-182-5/+9
| | | | | | | | | | Changelog at <http://pear.php.net/package/Archive_Tar/download/1.3.1/> PR: ports/78982 Submitted by: Antônio Carlos Venâncio Júnior (maintainer) Notes: svn path=/head/; revision=131571
* Fully-qualify the path to update-desktop-database and update-mime-database inJeremy Messenger2005-03-164-4/+6
| | | | | | | the plist since /usr/local/bin isn't in pkg_add's PATH. Bump the PORTREVISION. Notes: svn path=/head/; revision=131439
* . Update to 1.02.016.Greg Lewis2005-03-162-4/+4
| | | | | | | | | . Take maintainership [2]. Approved by: Martin Matuska <martin@matuska.org> [2] (previous maintainer) Notes: svn path=/head/; revision=131412
* . Update to 1.02.016.Greg Lewis2005-03-162-3/+3
| | | | Notes: svn path=/head/; revision=131408
* . Update to 1.02.015.Greg Lewis2005-03-153-22/+3
| | | | Notes: svn path=/head/; revision=131318
* . Update to 1.02.014.Greg Lewis2005-03-143-3/+22
| | | | Notes: svn path=/head/; revision=131219
* Unbreak: Fix plistVolker Stolz2005-03-132-2/+2
| | | | Notes: svn path=/head/; revision=131108
* upgrade to 0.9.2Ying-Chieh Liao2005-03-132-3/+3
| | | | Notes: svn path=/head/; revision=131057
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-1/+1
| | | | Notes: svn path=/head/; revision=130974
* Presenting GNOME 2.10 for FreeBSD!Joe Marcus Clarke2005-03-128-164/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The release notes can be found at http://www.gnome.org/start/2.10/notes/rnwhatsnew.html, and will give you a good idea of what has gone into this release overall. However, a lot of FreeBSD specific additions and fixes have been made. For example, this release offers fixed ACPI support as well as new CPU freqeuncy monitoring support. See the FreeBSD GNOME 2.10 upgrade page at http://www.FreeBSD.org/gnome/docs/faq210.html for the entire list as well as a list of known issues and upgrade instructions. GNOME 2.10, as well as all of our releases, would not be possible without the great team that goes into porting and testign each and every component. Thanks definitely goes out to ahze, adamw, bland, kwm, mezz, and pav for all their work. We would also like to thank our adventurous users that chose to ride the walrus. We'd especially like to thank the following users that provided patches for GNOME 2.10: ade Yasuda Keisuke Franz Klammer Khairil Yusof Radek Kozlowsk And anyone else I may have accidentally omitted. As with GNOME 2.8, 2.10 comes with a brand-spankin' new splashscreen courtesy of Franz Klammer. However, unlike GNOME 2.8, we've included all of the FreeBSD GNOME splashscreen entries with gnomesession. You can use the deskutils/splashsetter port to choose the one you like best. As always, GNOME users should _not_ use portupgrade alone to upgrade to 2.10. Instead, get the gnome_upgrade.sh script from http://www.FreeBSD.org/gnome/gnome_upgrade.sh. Enjoy! Notes: svn path=/head/; revision=130972