summaryrefslogtreecommitdiff
path: root/archivers (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to 3.0b4Andrey A. Chernov2002-03-052-4/+3
| | | | Notes: svn path=/head/; revision=55560
* Add beta warningAndrey A. Chernov2002-03-022-0/+6
| | | | Notes: svn path=/head/; revision=55390
* Add NO_LATEST_LINKAndrey A. Chernov2002-03-011-0/+1
| | | | Notes: svn path=/head/; revision=55373
* Upgrade to 3.0.b3Andrey A. Chernov2002-03-013-30/+29
| | | | Notes: svn path=/head/; revision=55370
* Update to 0.5.0-pre6.Akinori MUSHA2002-02-242-2/+2
| | | | Notes: svn path=/head/; revision=55172
* - Update to bzip 1.0.2, request maintainershipDirk Meyer2002-02-225-29/+53
| | | | | | | | PR: 34968 Submitted by: jharris@widomaker.com Notes: svn path=/head/; revision=55083
* Add szip 1.12b, a fast compression utility.Mark Pulford2002-02-176-0/+44
| | | | | | | | PR: 33934 Submitted by: Igor Pokrovsky <tiamat@telegraph.spb.ru> Notes: svn path=/head/; revision=54802
* IO:: style interface to Compress::Zlib.Jun Kuriyama2002-02-156-0/+40
| | | | Notes: svn path=/head/; revision=54752
* Update to 0.5.0-pre5, which fixes some critical bugs.Akinori MUSHA2002-02-012-2/+2
| | | | Notes: svn path=/head/; revision=54098
* Add ruby-zip, a Ruby module for reading and writing zip files.Akinori MUSHA2002-01-266-0/+57
| | | | Notes: svn path=/head/; revision=53787
* Update to 0.5.0-pre3.Akinori MUSHA2002-01-263-12/+7
| | | | Notes: svn path=/head/; revision=53786
* Remove empty files.Maxim Sobolev2002-01-152-0/+0
| | | | Notes: svn path=/head/; revision=53101
* Update MASTER_SITES, WWW and autor's e-mail.Maxim Sobolev2002-01-142-3/+3
| | | | | | | Submitted by: Simon Dick <simond@irrelevant.org> Notes: svn path=/head/; revision=53048
* Bring in a few changes to the KDE ports infrastructure, and some fixes.Will Andrews2002-01-111-16/+2
| | | | | | | | | | | | | | | | | | | | | | | - Move all stuff specific to kde core ports to x11/kde2/Makefile.kde. + Default to compile optimized for speed, not debugging, in ports builds, not just packages. We don't really get that many backtraces or debugging information, and there's a better way to provide these things to people willing to spend some time working on KDE. It's at (as announced before): http://freebsd.kde.org/. - Remove teTeX dependency for kdegraphics2 upon request, and being unable to find any reason not to. Apparently, kdegraphics still compiles libkdvi and kdvi -- I guess dvips is merely a runtime dependency. Therefore to enable its use one just needs to add the teTeX package. Bump PORTREVISION to reflect dependency change. - Fix koffice port by removing PYTHON_VERSION, which is unnecessary. PR: 33650 (part of) Submitted by: John Merryweather Cooper <jmcoopr@johncoop.MSHOME.bmi.net> Reviewed by: kde-freebsd@lists.csociety.org (teTeX dep removal, and optimizing for speed, not debugging capability) Notes: svn path=/head/; revision=52903
* If !WANT_KDE_NDEBUG and !PARALLEL_PACKAGE_BUILDING, also addWill Andrews2002-01-081-0/+3
| | | | | | | | | | --enable-debug and turn off stripping of binaries so we actually get all the debugging we're supposed to get. :) Submitted by: Alan Eldridge <alane@geeksrus.net> Notes: svn path=/head/; revision=52739
* First round of auto* cleanups:Will Andrews2002-01-061-1/+1
| | | | | | | | | | | | | | | | - USE_AUTO* -> USE_AUTO*_VER=* where required - USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK - Other minor changes to fix things These changes should be no-ops with the current bsd.port.mk, but will assist in preparing for the next generation of USE_AUTO*. Submitted by: bento 4-exp USE_AUTO* cleanups http://people.FreeBSD.org/~will/4-exp/ http://bento.FreeBSD.org/errorlogs/4-exp-latest/ Notes: svn path=/head/; revision=52646
* Conditionalize use of objprelink based on whether we're running onWill Andrews2002-01-051-3/+8
| | | | | | | | | MACHINE_ARCH=i386 *and* whether NO_KDE_OBJPRELINK is defined. Requested by: several Notes: svn path=/head/; revision=52585
* Update maintainer's email addressPatrick Li2002-01-042-4/+4
| | | | | | | | PR: 33557 Submitted by: maintainer Notes: svn path=/head/; revision=52579
* Fix MAINTAINERAndrey A. Chernov2002-01-011-1/+1
| | | | Notes: svn path=/head/; revision=52465
* Fix plistPatrick Li2001-12-181-1/+1
| | | | | | | | PR: 32947 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=51716
* Use the right distfile (.zip has gone; there's .tar.gz available).Anton Berezin2001-12-152-2/+1
| | | | | | | | Submitted by: Scot Hetzel <hetzels@westbend.net> PR: 32875 Notes: svn path=/head/; revision=51587
* add stuffitYing-Chieh Liao2001-12-136-0/+62
| | | | | | | | | | Stuffit Archive Creator and Expander PR: 32761 Submitted by: Nathan Ahlstrom <nra@FreeBSD.org> Notes: svn path=/head/; revision=51434
* Fixed broken WWW and MASTER_SITES links.Mark Pulford2001-12-092-2/+2
| | | | Notes: svn path=/head/; revision=51280
* Fix a problem with auto{conf,make}: some build magic was introduced toPete Fritchman2001-12-071-1/+1
| | | | | | | | | | | | | | | make sure that the "autoconf" and "automake" binaries KDE looked for were found and were autoconf213 and automake14 (as there are issues with the latest versions), but the logic in setting $PATH was wrong. This puts ${WRKSRC}/auto-bin before the rest of the users $PATH. This fixes KDE auto* problems if automake14 and automake-1.5 are both installed. PR: 32512 Submitted by: Alan Eldridge <alane@geeksrus.net> Approved by: will Notes: svn path=/head/; revision=51183
* - Update MASTER_SITES and WWW;Maxim Sobolev2001-12-064-8/+8
| | | | | | | | | | - use DOCSDIR. PR: 32514 Submitted by: Ports Fury Notes: svn path=/head/; revision=51134
* - Fix MASTER_SITESMaxim Sobolev2001-12-062-3/+5
| | | | | | | | | | - Add WWW: line PR: 32514 Submitted by: Ports Fury Notes: svn path=/head/; revision=51133
* Upgrade KDE to 2.2.2:Will Andrews2001-12-044-5/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * General: - Support for objprelink. - Hack for autoconf 2.13/automake 1.4. Note that we can't use the standard USE_AUTO* because they change things in work/*; KDE has its own way of doing that. - Light cleanup of extra dirs in the PLISTs provided by my mkplistpkg[1] script. - Speedups of both compile and runtime through the usage of --disable-debug and --enable-final. The latter did not work with the kdemultimedia package, unfortunately. - Patch updates. * audio/kdemultimedia2: - Patch to fix KSCD on FreeBSD[2]. It works very well now. * deskutils/kdepim: - Enable kpilot[3]. Pull in the latest pilot-link stuff. * devel/kdesdk, * devel/kdevelop: - No specific changes. * devel/qt-designer: - Make this port depend almost entirely on qt23 to make it more maintainable, so I don't have to keep hacking the patches to get them to apply. * editors/koffice, * games/kdegames, * graphics/kdegraphics: - No specific changes. * misc/kdeaddons: - SDL is required now. Cull SDL PLIST_SUB and such. - Fix breakage from hardcoding "sdl-config". * misc/kdeutils2: - Fix problem with klaptopdaemon[4] where it didn't properly display the battery time. This patch is untested, but applied. * net/kdenetwork2: - Fix DCC for KSIRC[5]. - Remove ktalkd from the build. It requires some weird thing in the configure script that I don't have time to look at. * sysutils/kdeadmin: - No specific changes. * textproc/kdoc: - Remove bogus requirement that kdoc requires Perl 5.6.0; it sure seems to operate fine with >= 5.005. But I'll let time tell. * www/quanta: - No specific changes (--disable-debug support only). * x11/kde2: - No specific changes. * x11/kdebase2: - Fix ksysguard compile by merging the files from the HEAD branch of KDE CVS that were missing at release time for FreeBSD[6]. :\ * x11/kdelibs2: - Recognize CUPS' spinoff[7]. - Add libxslt dependency since it was removed from kdelibs. - Fix libxml compile problems[8] (accomplished by upgrading). - Remove libkformula from port Makefile; this library has been spun off into koffice. - Fix mode problems with DCOP[9]. This allows you to save files properly. It also seems to be a FreeBSD specific problem. - Fix bashisms in kdeprint/imagetops script[10]. * x11-clocks/kdetoys2: - No specific changes. * x11-toolkits/qt23: - Do NOT upgrade to QT 2.3.2[11]. - Allow devel/qt-designer to depend on this port entirely for the patches by adding a perlre to accomplish this. * x11-wm/kdeartwork: - No specific changes. Thanks to the FreeBSD/KDE[1] team[12] who helped me test these out! [1] http://freebsd.kde.org/; http://www.databits.net/cgi-bin/cvsweb.cgi/scripts/portbuild/mkplistpkg [2] Submitted by: Matthew Holmes <matt@speakeasy.net> [3] PR: 31914 Submitted by: Alan Eldridge <alane@geeksrus.net> [4] PR: 28475 Submitted by: Arun Sharma <arun@sharmas.dhs.org> [5] Submitted by: Luc Morin <luc_m@videotron.ca> [6] Found at: http://webcvs.kde.org/kdebase/ksysguard/ksysguardd/FreeBSD/ [7] PR: 32321 Reported by: gad Submitted by: James A. Halstead <jah4007@cs.rit.edu> [8] PR: 32055 Reported by: William Richard <wrichard@trivalley.com>, others [9] PR: 31629 Submitted by: Alan Eldridge <alane@geeksrus.net> [10] PR: 32358 Submitted by: Alexander N. Kabaev <ak03@gte.com> [11] PR: 31809 Requested by: Nathan Ahlstrom <nrahlstr@winternet.com> (denied) [12] http://freebsd.kde.org/contact.shtml; http://lists.csociety.org/pipermail/kde-freebsd; http://lists.csociety.org/listinfo/kde-freebsd Notes: svn path=/head/; revision=51005
* Install the executable as 'parchive' instead of 'par' to avoidChris D. Faulhaber2001-11-282-2/+2
| | | | | | | | | conflicts with textproc/par. Noticed by: nectar Notes: svn path=/head/; revision=50691
* Add parchive, an archiver that applies the data-recovery capabilityChris D. Faulhaber2001-11-277-0/+41
| | | | | | | | concepts of RAID-like systems to the creation and recovery of multi- part archives. Notes: svn path=/head/; revision=50652
* Support NOPORTDOCS.Maxim Sobolev2001-11-231-3/+3
| | | | | | | | PR: 28576 Submitted by: Patrick Li Notes: svn path=/head/; revision=50429
* - Conditionalize bzip2 dependenciesYing-Chieh Liao2001-11-232-6/+8
| | | | | | | | | | - Fix pkg-plist PR: 32212 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=50416
* add libcomprexYing-Chieh Liao2001-11-216-0/+55
| | | | | | | Transparently handles automatic compression and decompression of files Notes: svn path=/head/; revision=50339
* Update to 1.13.25:Christian Weisgerber2001-11-055-20/+5
| | | | | | | | | | | | | | | | | * New option --overwrite-dir. * Fixes for buffer overrun, porting, and copyright notice problems. * Add Korean message catalog. Fixes: * Don't pick up spurious iconv dependency. * Remove home page from pkg-descr. It provides little but historical information, and links to an outdated version of the GNU tar manuals, a current version of which ships with the port. Approved by: trevor Notes: svn path=/head/; revision=49610
* add nomarchYing-Chieh Liao2001-11-057-0/+56
| | | | | | | Extracts files from the old `.arc' archive format Notes: svn path=/head/; revision=49587
* - Fix "gtar --version" segfault on -STABLE reported by Jason R. Mastaler.Christian Weisgerber2001-11-042-1/+16
| | | | | | | | | | | - Bump the port revision. - Move PKGNAMEPREFIX to where portlint wants it. PR: 30713 Approved by: trevor Notes: svn path=/head/; revision=49578
* Update my MAINTAINER address.Christian Weisgerber2001-11-031-1/+1
| | | | | | | Approved by: trevor Notes: svn path=/head/; revision=49545
* Respect CFLAGS.Pete Fritchman2001-11-032-0/+25
| | | | | | | | | PR: 30401 Submitted by: Glenn Johnson <gjohnson@srrc.ars.usda.gov> Approved by: maintainer timeout Notes: svn path=/head/; revision=49521
* Upgrade to 2.2.1.Dmitry Sivachenko2001-10-273-2/+11
| | | | | | | | Submitted by: SASAKI Katuhiro <sahiro@crest.ocn.ne.jp> (with slight modifications) Notes: svn path=/head/; revision=49256
* o update to 2.90.FUJISHIMA Satsuki2001-10-053-12/+11
| | | | | | | o chenge dependency to linux_base-7. Notes: svn path=/head/; revision=48459
* o notice why this port is not updated.FUJISHIMA Satsuki2001-10-011-1/+2
| | | | | | | o remove ancient www in comment. Notes: svn path=/head/; revision=48292
* Remove ftp.freesoftware.com from MASTER_SITES of ports since it no longer ↵David W. Chapman Jr.2001-09-231-2/+1
| | | | | | | | | | | exists. PR: 30497 Submitted by: Dan Larsson Approved by: will Notes: svn path=/head/; revision=48126
* Update to 1.13.23Pete Fritchman2001-09-212-3/+4
| | | | | | | | PR: 30689 Submitted by: maintainer Notes: svn path=/head/; revision=48030
* Bump the PORTREVISION's of the ports which install architectureAkinori MUSHA2001-09-171-0/+1
| | | | | | | | dependent ruby modules, due to the RUBY_ARCH change I've just committed. Notes: svn path=/head/; revision=47917
* Mark IGNORE for systems with bzip2 in the base.Akinori MUSHA2001-09-111-0/+4
| | | | Notes: svn path=/head/; revision=47664
* Update to 1.13.22.Akinori MUSHA2001-09-117-36/+95
| | | | | | | | | | | | PR: ports/30371 Submitted by: Cyrille Lefevre <clefevre@citeweb.net> Add a patch to work around a /bin/sh bug described in PR #30392. Submitted by: Christian Weisgerber <naddy@mips.inka.de> Notes: svn path=/head/; revision=47659
* Set DIST_SUBDIR=KDEDmitry Sivachenko2001-09-102-1/+2
| | | | Notes: svn path=/head/; revision=47615
* Turn maintance over the ports list. Now that this is in the main src treeDavid E. O'Brien2001-09-071-1/+1
| | | | | | | it could be cvs rm'ed for all I care. Notes: svn path=/head/; revision=47487
* USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate.Maxim Sobolev2001-08-311-1/+0
| | | | Notes: svn path=/head/; revision=47231
* Add patches to not define putc and getc as a macroDavid W. Chapman Jr.2001-08-303-0/+36
| | | | | | | | | Bump PORTREVISION PR: 29284 Notes: svn path=/head/; revision=47175
* Make CATEGORIES and MAINTAINER overridable for japanese/kde*.Akinori MUSHA2001-08-301-2/+2
| | | | | | | Approved by: kde (will), demon (MAINTAINERs) Notes: svn path=/head/; revision=47169