aboutsummaryrefslogtreecommitdiff
path: root/archivers
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Upgrade to 1.14Dmitry Sivachenko2001-08-292-2/+2
| | | | Notes: svn path=/head/; revision=47111
* add lbrateYing-Chieh Liao2001-08-297-0/+74
| | | | | | | | | | Extract/decompress CP/M LBR archives PR: 30087 Submitted by: Gea-Suan Lin <gslin@infomath.math.nctu.edu.tw> Notes: svn path=/head/; revision=47078
* Update to 0.5.Maxim Sobolev2001-08-273-13/+13
| | | | | | | Submitted by: petef Notes: svn path=/head/; revision=46958
* Reassign MAINTAINER to kde@FreeBSD.org, a group formed specifically toWill Andrews2001-08-251-1/+1
| | | | | | | | | | | maintain and improve QT/KDE on FreeBSD. This group (at this time) consists of: demon, olgeni, kevlo, lauri@kde.org, rwatson, and will. While I'm here, fail build of kdelibs11 if kdelibs2 is installed. This was originally supposed to be committed with the 2.2 update, but... Notes: svn path=/head/; revision=46840
* Update to 0.4.Maxim Sobolev2001-08-203-17/+6
| | | | Notes: svn path=/head/; revision=46511
* Conditionalize bzip2 dependencies.Akinori MUSHA2001-08-151-2/+4
| | | | Notes: svn path=/head/; revision=46297
* *sigh* They changed the path to the tarballs again. This was verifiedWill Andrews2001-08-151-1/+1
| | | | | | | | | on my local mirror at ftp://csociety-ftp.ecn.purdue.edu/pub/kde/. :\ Submitted by: scottl Notes: svn path=/head/; revision=46285
* Update to KDE 2.2:Will Andrews2001-08-153-280/+97
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c: - Either obsoleted or merged into KDE. * All pkg-plists: - Huge diffs are due to mass conversion from static HTML pages to XML/XSL versions. * audio/kdemultimedia2: - aRts + Noatun, etc. now work and play MP3s et al properly, using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug] from compile. * converters/kdesupport2: - Obsolete. No longer used in this version of KDE. * deskutils/kdepim: - Use autoconf and account for brokenness in the configure script by replacing invocations of INSTALL under libical with the proper incantations. - Per David O'Brien's request, move libimap to libkimap; this was performed by Rik Hemsley <rikkus@kde.org>. * devel/kdesdk: - New module with some helpful tools. One in particular that seems demanded is ``kbabel'', which, as I've been told, is a translator's wet dream. - Workaround dumb problem in kbabel's libgettext (which I could not figure out how to remove) by replacing its error() with errc(). KBabel seems to run fine with this patch. * devel/kdevelop: - Fix lame check for libkdeui.so.* by replacing it with just a check for libkdeui.so. It's been/being removed from kdevelop after 2.2. * editors/koffice: - Fix kivio compile errors by substituting in PTHREAD_LIBS in the correct place. Compensate for kivio's dependency on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so in kivio.desktop. * games/kdegames2: - Some new games. * graphics/kdegraphics2: - Fix link errors in libkscan and kamera where they require gettext (ie: add -lintl). - Fix compile error in kamera.cpp which is dependent on a correctly done gphoto2.. of course, this will only help people who've manually installed gphoto2 themselves. * net/kdenetwork2: - Mimelib was moved here (reason for removal of kdesupport2). * misc/kdeaddons: - New module to FreeBSD ports; some simple addons for KDE2. Suggested by Lauri Watts <lauri@kde.org>. * misc/kdeutils2: - Added a couple manpages. * x11-clocks/kdetoys2: - Some new apps. * sysutils/kdeadmin: - Remove kuser from compile because it has some problems. ;\ * x11/kdelibs2: - Add libFAM dependency to help people who run FAM; FAM increases the overall desktop responsiveness. Submitted by Lauri Watts <lauri@kde.org>. - Add CUPS dependency to bring in KDE's new print system. - Add bzip2/libxml2 dependencies to support the new help kioslave. - Disable installation of libltdl stuff to prevent conflicts with other stuff. Submitted by wjv. - Add pkg-req script to avoid conflicts with kdelibs11; add to Makefile too. Submitted by benno. - Be sure to remove the pth header conflicts stuff from the arts/mcop_mt section. - Fix problem with configure trying to find -lfam in the wrong place. - Remove kspell and api subdirs from doc; we don't need them, and there are problems trying to build/install them. Submitted by Lauri Watts <lauri@kde.org>. * x11/kdebase2: - Solve link permissions problem by changing the modes on files installed by kdesktop/init/Templates to 644. Submitted by Jim Durham <durham@w2xo.pgh.pa.us>. * x11/kde2: - Bump version; no other changes. Special thanks to Lauri Watts <lauri@kde.org> for helping me test packages generated by these changes on a virgin system. I believe that this is the best-tested update I've ever done for KDE, and it really shines this time around. I just noticed there are a couple other PRs in the PR db that need to be addressed. I will take care of those by tomorrow. Sorry... PR: 22735, 28549 Blanket approval by: demon (kdesdk, kdevelop) Notes: svn path=/head/; revision=46280
* Protect against bad entry size in headerAndrey A. Chernov2001-08-112-2/+13
| | | | Notes: svn path=/head/; revision=46082
* DISTDIR -> _DISTDIRAndrey A. Chernov2001-08-101-1/+1
| | | | Notes: svn path=/head/; revision=46040
* Add master siteAndrey A. Chernov2001-08-101-1/+2
| | | | Notes: svn path=/head/; revision=46039