aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to Qt 3.2.1 / KDE 3.1.4. See x11/kde3/Makefile rev 1.64 for details.will2003-09-181-1/+1
|
* Update to GNOME 2.4.0. For all the goodies on what's changed, known issues,marcus2003-09-188-62/+86
| | | | | | | | | | | | | | | | | | | | | | | | | | | future plans, etc., please see http://www.gnome.org/start/2.4/. This commit represents work done by adamw, bland, and myself as well as many other contributers: Koop Mast <einekoai@chello.nl> Akifyev Sergey <asa@gascom.ru> Franz Klammer <klammer@webonaut.com> Øyvind Kolbu <oyvind@kebab.gaffel.nu> Thomas E. Zander <riggs@rrr.de> Jeremy Messenger <mezz7@cox.net> Without these contirbuters, and our faithful users, GNOME 2.4.0 would not be possible. Please check the FreeBSD GNOME site for any FreeBSD gotchas, as well as general FAQs and documentation (GNOME 2.4 updates to be posted soon). The best way to upgrade so that you get all shared library dependencies is: portupgrade -rf -m BATCH=yes atk portupgrade -R -m BATCH=yes gnome2 Approved by: portmgr (kris, will, myself implicitly) Requested by: re as well as many other users
* Follow up by Simon Barner <barner@in.tum.de>edwin2003-09-051-9/+14
| | | | | | | | | Thanks for committing my patch. However, the port does not build at the present (I think we must include <inttypes.h>, but I don't know whether it is present on -current). This patch (pls. replace old patch file) works on -stable with both gcc 2.95.4 and 3.3.1. Submitted by: Simon Barner <barner@in.tum.de>
* Update MASTER_SITES for arj-3.10gleeym2003-09-032-4/+5
| | | | | PR: 56264 Submitted by: Konstantin Reznichenko <kot@premierbank.dp.ua>
* [patch] archivers/unadf and "#define LITT_ENDIAN must exist"edwin2003-08-312-0/+26
| | | | | | | | | | | Script Lib/myconf has problem with detecting Big or Little Endian machine and he always set "Big Endian machine". archivers/unadf will compile but when you want to unpack some files you will get this message: "Compilation error : #define LITT_ENDIAN must exist" PR: ports/53622 Submitted by: Jacek Serwatynski <tutus@trynet.eu.org> <tutus@trynet.eu.org>
* [patch] Unbreak port: archivers/libcabinetedwin2003-08-3115-25/+298
| | | | | | | | | | | | | | | | This port did not build with gcc 3.3.1. I also fixed a possible buffer overflow (they used gets() to read from stdin). Please review the patch file ``patch-cftypes.cpp'' with extra care, since I am not sure whether this makes sense (2 positions in the file, marked with ``TODO'' - thanks. Also added some lines in cftypes.cpp to overcome the absence of values.h on -current. PR: ports/55767 Submitted by: Simon Barner <barner@in.tum.de>
* Update to 1.05mat2003-08-282-3/+2
| | | | Approved by: maintainer
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.marcus2003-08-274-3/+4
| | | | Prodded by: kris
* Update to 1.9.3.olgeni2003-08-262-2/+2
|
* Chase the libintl.so shared lib version.marcus2003-08-254-4/+4
|
* Update to 0.5.1.knu2003-08-232-2/+2
|
* Update to 0.5.0.knu2003-08-234-27/+13
|
* Update to 1.04mat2003-08-202-3/+3
| | | | | | PR: 55046 Submitted by: me Approved by: demon (mentor), maintainer timeout (> 3weeks)
* Upgrade to 0.93ache2003-08-184-3/+53
|
* Back out PORTEPOCH decrementingache2003-08-181-2/+1
|
* Bump PORTREVISION, not PORTEPOCHache2003-08-181-1/+2
|
* Drop maintainership. Feel free to update the port. (fastjar is nowknu2003-08-171-1/+1
| | | | | maintained in the gcc repository without being released separately, though)
* Utilize INFO.kris2003-08-162-3/+1
|
* Utilize INFO and bump PORTREVISION.kris2003-08-166-16/+7
|
* Reset bouncing maintainer address.kris2003-08-161-1/+1
| | | | Submitted by: Mark Linimon <linimon@lonesome.com>
* Upgrade to 3.2.3 (fix for new gcc)ache2003-08-163-21/+3
|
* - Update to 1.1krion2003-08-132-2/+2
| | | | | PR: 55524 Submitted by: maintainer
* Fix build with gcc 3.3.1fjoe2003-08-121-0/+18
| | | | Approved by: ache (MAINTAINER)
* Update to 0.6.6perky2003-08-012-2/+2
|
* Update to 0.1.8.knu2003-07-292-2/+2
|
* Let be hohest: I really don't have a time now to properly maintain allsobomax2003-07-293-3/+3
| | | | | these great pieces of software, so that let others with more free time to take over them.
* Update KDE to the latest official release, KDE 3.1.3lofi2003-07-294-1/+11
| | | | | | | | | | | | | | | | | | Official KDE 3.1.3 announcement: http://www.kde.org/announcements/announce-3.1.3.php (may not work until a few hours after this commit - we jumped the gun a little in order to have the update in place at the time the security notifications for KDE 3.1.2 will be released together with the announcement of KDE 3.1.3). Changelog from 3.1.2 to 3.1.3 release: http://www.kde.org/announcements/changelogs/changelog3_1_2to3_1_3.php Thanks and credits need to go to the whole KDE-FreeBSD team, as well as everyone on kde@freebsd.org for providing feedback, reporting bugs and just using the KDE ports. Approved by: will (real mentor asleep)
* Use better ../ & control vulnerability fixache2003-07-292-69/+51
| | | | Submitted by: ITO Tsuyoshi <tsuyoshi@is.s.u-tokyo.ac.jp>
* Close vulnerability with control char between two dots.ache2003-07-282-0/+91
| | | | Allow 255 char in file names.
* fix archivers/makeself: makeself.sh failsdaichi2003-07-283-0/+17
| | | | | PR: 54805 Submitted by: Andriy I Pylypenko <bamby@oranta.ua>
* Change my mail to @FreeBSD.orgkrion2003-07-221-1/+1
| | | | Approved by: fjoe (mentor)
* Fix build with gcc 3.3kris2003-07-181-0/+10
|
* Update to 1.06erwin2003-07-182-2/+2
|
* get rid of libgnugetopt dependency for -CURRENT,sf2003-07-141-4/+2
| | | | use USE_GETOPT_LONG instead.
* get rid of libgnugetopt dependency for -CURRENT,sf2003-07-142-12/+18
| | | | | use USE_GETOPT_LONG instead. respect CC, CFLAGS.
* get rid of libgnugetopt dependency for -CURRENT,sf2003-07-142-11/+25
| | | | | use USE_GETOPT_LONG instead. respect CC, CFLAGS, PREFIX.
* Drop maintainershiperwin2003-07-121-1/+1
|
* Don't compile with -static [1].nork2003-07-122-10/+18
| | | | | | | | Drop MAINTAINERship. PR: ports/42556 [1] Requested by: Mikhail Teterin <mi@aldan.algebra.com> [1] Approved by: maintainer timeout (a long time)
* - Update to 1.03erwin2003-07-104-27/+31
| | | | | | | | - Add WWW PR: 54315 Submitted by: Mathieu Arnold <m@absolight.net> Approved by: maintainer
* Update to 2.1.2osa2003-07-074-7/+12
| | | | | | PRs: 54099, 54130 Submitted by: KATO Tsuguru <tkato@prontomail.com> Approved by: fjoe (mentor) (implicit)
* Update to version 1.22;demon2003-07-023-11/+10
| | | | | | | Utilize SITE_PERL variable. PR: 53972 Submitted by: Mathieu Arnold <m@absolight.net>
* Update to version 1.02;demon2003-07-023-12/+11
| | | | | | | Utilize SITE_PERL variable. PR: 53971 Submitted by: Mathieu Arnold <m@absolight.net>
* Update to 2.2.5.marcus2003-06-306-12/+10
|
* libtool uber-patchade2003-06-272-14/+6
| | | | | | | | | | | * kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5 * upgrade repo-copied devel/libtool14 to 1.4.3 * break out libltdl into its own separate port * move to version-numbered binaries/scripts (ie: there is *no* 'libtool' any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends) Approved by: portmgr (kris) - for the bsd.port.mk hooks Tested by: bento 4-exp builds (repeatedly)
* Fix for ia64's cppache2003-06-251-3/+11
| | | | Submitted by: marcel
* Update to 1.02, add WWW tagosa2003-06-223-7/+6
| | | | | | | | | Use USE_GETOPT_LONG (looks like greid@ still not yet avaliable) Submitted by: Mathieu Arnold <m@absolight.net> PR: 52991 Approved by: fjoe (mentor) (implicit)
* Update to version 1.9.2.olgeni2003-06-212-2/+2
|
* Change to my FreeBSD.org addresserwin2003-06-132-2/+2
|
* Remove REINPLACE commands that were rolled into gnomehack.adamw2003-06-122-8/+0
|
* IGNORE while this is identical to the base system tar.naddy2003-06-121-1/+7
| | | | Suggested by: kuriyama
* New port hffzip: small file compressor based on Huffman codingosa2003-06-116-0/+58
| | | | | | Submitted by: Kirill Ponomarew <ponomarew@oberon.net> PR: 53188 Approved by: fjoe (implicit)
* Update MASTER_SITE.marcus2003-06-111-1/+1
| | | | Submitted by: Jeremy Messenger <mezz7@cox.net>
* Update to 3.10g [1,2]osa2003-06-104-31/+29
| | | | | | | | | | | | | | | Add STRIP=, because stripped arj binaries don't print help topic [2] Add language-specific options [2] Change MASTER_SITE_SUBDIR (keramida -> osa) [3] Replace hardcoded /etc to ${LOCALBASE}/etc [3,4] Remove -O2 flag for ${CC} [3,4] Submitted by: [1] Mathieu Arnold <m@absolight.net> (PR 52982) [2] Konstantin Reznichenko <kot@premierbank.dp.ua> (PR 53079) (maintainer) [3] osa Approved by: [4] maintainer fjoe (mentor)
* Update one distsite with changed layout,osa2003-06-091-2/+1
| | | | | | | and remove another, which is dead now. PR: 53023 Approved by: fjoe (mentor)
* Update to pear-Archive_Tar 1.1.nork2003-06-084-34/+12
| | | | | | | | | | | | | | | | | | Update to pear-PEAR 1.1. Update to pear-HTML_Common 1.2. Update to pear-Net_SMTP 1.2.3. Update to pear-Log 1.6.5. Update to pear-I18N 0.8.5. Update to pear 4.3.2. Adapt following ports for pear-PEAR's Makefile.common. pear-Console_Getopt, pear-Auth, pear-Auth_SASL, devel/pear-Date, net/pear-Net_Socket, pear-Mail_Mime, pear-Crypt_CBC, pear-mailparse, pear-File, pear-HTML_Select_Common, and pear-Net_Sieve PR: ports/52596, ports/52641, ports/52655, ports/52656, ports/52671, ports/52678, ports/52845 Submitted by: Thierry Thomas <thierry@pompo.net>
* Merge some improvements from PR 51987 (most notable one is:fjoe2003-06-033-8/+17
| | | | | | | install binary as unace2 instead of lunace which is not intitive at all). Change maintainership to Pav Lucistnik <pav@oook.cz>. PR: 51987
* New port: linux-unacefjoe2003-06-025-0/+39
| | | | | This is official ACE (un)archiver for Linux. Opensource unace archiver can't handle (some?) ACE 2.x archives.
* New port: nwreckdumfjoe2003-06-025-0/+26
| | | | | | Utility for extracting/creating Quake PAK file. Submitted by: Alexey Dokuchaev
* Make more fetchable.sobomax2003-05-231-2/+3
| | | | | | | PR: 47843 Submitted by: osa Drop maintainership.
* Upgrade to 3.20ache2003-05-202-4/+4
|
* Upgrade to 3.20ache2003-05-202-4/+4
|
* Update to 2.2.4.marcus2003-05-206-4/+18
|
* Update to KDE 3.1.2lioux2003-05-201-1/+1
|
* PR: 48721foxfair2003-05-132-11/+8
| | | | | Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> Update to 2.1.1
* New port: squsqfjoe2003-05-127-0/+61
| | | | | | | Compressor/decompressor for CP/M "Squeeze" compressed files. Submitted by: Alexey Dokuchaev Obtained from: NetBSD
* Include <stdlib.h> for malloc() prototypeache2003-05-112-0/+12
| | | | Submitted by: tjr
* Add bicom and xmill.fjoe2003-05-101-0/+2
|
* New port: bicomfjoe2003-05-105-0/+66
| | | | | | Data compressor in the PPM family. Submitted by: Alexey Dokuchaev
* New port: xmillfjoe2003-05-107-0/+378
| | | | | | An efficient compressor for XML. Submitted by: Alexey Dokuchaev
* Change in-place replacement.kiri2003-05-082-1/+2
|
* Readd patch-ksimcpu.cpp, which was accidently removed with the 3.1.1 update.arved2003-05-081-0/+11
| | | | | | | This fixes the build on alpha. Reported & tested by: kris Submitted by: Frerich Raabe <raabe@KDE.org>
* Set MASTER_SITES fetchable and correct reinplace command.kiri2003-05-084-9/+12
| | | | | PR: 47650 Submitted by: Simon 'portlint' Schubert<corecode@corecode.ath.cx>
* As announced on 27 March 2003 in <20030328013119.GA17944@rot13.obsecurity.org>,kris2003-05-065-52/+0
| | | | remove the wn port which has been forbidden for security reasons for 7 months.
* update to gzip-1.3.5leeym2003-05-053-10/+27
| | | | | | | | | | | | | | | Makefile PORTVERSION bumped MASTER_SITE_SUBDIR deleted EXTRACT_SUFX added DOC_FILES added distinfo updated pkg-plist doc files added PR: 51762 Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net>
* Update to version 1.01naddy2003-05-023-14/+5
| | | | | PR: 51509 Submitted by: Ports Fury
* Update to version 1.01;demon2003-04-293-3/+5
| | | | | | | Add WWW. PR: 51556 Submitted by: Mathieu Arnold <m@absolight.net>
* UPDATE archivers/p5-Compress-Zlibedwin2003-04-293-2/+4
| | | | | | | | Update to 0.21. Add WWW site. PR: ports/51550 Submitted by: Mathieu Arnold <m@absolight.net>
* Update to 0.1.7.knu2003-04-252-2/+2
|
* Make use of the implicit gnometarget.marcus2003-04-222-2/+0
|
* Update lang/ruby, lang/ruby-devel and lang/ruby16-shim-ruby18 to theknu2003-04-196-55/+1
| | | | | | | latest snapshots as of 2003-04-19. ruby-bigdecimal (formerly known as ruby-bigfloat) and ruby-zlib are now part of ruby 1.8.
* Use new GNOME2 infrastructure.adamw2003-04-132-4/+2
|
* Fix build on CURRENTarved2003-04-091-1/+9
| | | | | Reported by: many Tested by: jeff@walters.name (Jeff Walters), seanc
* Remove USE_GNOMENG macro.marcus2003-04-082-2/+0
|
* Rejoice, for the long awaited upgrade to kde 3.1.1 is here!alane2003-04-064-52/+40
|
* Add dpkg 1.9.21, the debian package manager.perky2003-04-0411-0/+257
|
* Update to 2.2.3.marcus2003-04-046-6/+30
|
* Catch up with the recent ruby-zlib changes. (PORTREVISION bumped)knu2003-03-282-0/+21
|
* Update to 0.6.0. This library will soon be integrated into ruby 1.8knu2003-03-283-9/+6
| | | | and ruby-shim.
* Add rox-archive, archiving application for the ROX desktop.olgeni2003-03-255-0/+60
|
* Use a size_t to hold the result of sizeof() instead of an unsigned int.jhb2003-03-191-12/+14
| | | | | | | Use a const char * instead of a char * type for a variable to quiet a warning. These fix the build on alpha. Requested by: kris
* Replace the bzip dependency with bzip2. This will allow GNOME 2 to show upmarcus2003-03-092-8/+12
| | | | | | on release CDs. Approved by: portmgr (kris)
* unzip is an EXTRACT_DEPENDS, not a BUILD_DEPENDS. This fixes some of thekris2003-03-091-1/+1
| | | | ports which indirectly depend on this port.
* Reset maintainer of ports previously maintained by jmg and jseger, whokris2003-03-091-1/+1
| | | | have had their commit bits retired.
* Clear moonlight beckons.ade2003-03-0746-23/+23
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Fix Build on CURRENT.arved2003-03-032-0/+53
| | | | | | Submitted by: Andy Fawcett <tap@hex.athame.co.uk> Reported by: many Tested by: leafy@leafy.idv.tw (CURRENT), Andy Fawcett (4.7 5.0R)
* Update to 0.6.5perky2003-02-282-2/+2
|
* De-pkg-comment for my ports.perky2003-02-254-2/+2
|
* PEAR ports: handling PEAR's registry.edwin2003-02-241-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | PEAR uses a "registry" to register installed modules, and this registry is initialized during the installation of mod_php4 (since 4.3.0). Unfortunately, installing PEAR modules through the ports does not maintain this registry. This PR fix this problem for the following ports: - sysutils/pear-Log - devel/pear-PEAR - devel/pear-Date - devel/pear-I18N - devel/pear-HTML_Common - devel/pear-HTML_Select_Common - security/pear-Crypt_CBC - mail/pear-Mail_Mime - net/pear-Net_Sieve - sysutils/pear-File - archivers/pear-Archive_Tar PR: ports/47921 Submitted by: Thierry Thomas <thierry@pompo.net>
* Suppress command echo.olgeni2003-02-232-6/+6
|
* De-pkg-comment my ports + some more.olgeni2003-02-234-2/+2
|
* New port: Compress::Bzip2.demon2003-02-235-0/+36
| | | | | | Bzip2 bindings for Perl5. That means you can access the Bzip2 library from your Perl scripts there by compressing ordinary Perl strings.
* De-pkg-comment.markp2003-02-232-3/+4
|
* de-pkg-comment.kuriyama2003-02-222-1/+1
|
* pkg-comment -> COMMENTnaddy2003-02-212-1/+1
|
* De-pkg-comment.knu2003-02-2126-13/+13
|
* De-pkg-comment.knu2003-02-2143-21/+22
|
* De-pkg-comment.knu2003-02-188-4/+4
|
* Update to version 1.4.3.olgeni2003-02-184-4/+4
|
* 1. fix dependency for archivers/p5-Archive-Zip on 4.x with perl >= 5.6leeym2003-02-172-2/+2
| | | | | | | 2. apply COMMENT PR: 48372 Submitted by: Erwin Lansing <erwin@lansing.dk>
* Add wzip 1.0, a preprocessor for lossy data compression.markp2003-02-175-0/+39
| | | | | PR: 46829 Submitted by: Yonatan <Yonatan@xpert.com>
* Remove file fileroller doc directory.marcus2003-02-162-0/+2
| | | | Reported by: bento
* Added dependency on devel/p5-Test-Simpleedwin2003-02-131-1/+3
| | | | Noticed by: bento
* Fix "make index"edwin2003-02-131-1/+1
| | | | Thanks to: kris@
* New port archivers/pear-Archive_Tar: upgrading Archive_Tar from 0.9 to 1.0.edwin2003-02-125-0/+65
| | | | | | | | PEAR's Archive_Tar bundled with mod_php4 is v. 0.9. This port installs v. 1.0 (stable). PR: ports/47820 Submitted by: Thierry Thomas <thierry@pompo.net>
* Update to GNOME 2.2.marcus2003-02-088-32/+100
| | | | | This is Phase I. All existing ports have been updated to their GNOME 2.2 counterparts.
* Update: archivers/p5-Archive-Tar 0.22 -> 0.23edwin2003-02-053-3/+7
| | | | | | PR: ports/47612 Submitted by: Philip M. Gollucci <philip@p6m7g8.com> Reviewed by: Roman Shterenzon <roman@xpert.com>
* I hope rarlab would keep releasing FreeBSD binary.sf2003-02-047-107/+0
| | | | PR: 47839
* fix homepageedwin2003-02-031-1/+1
| | | | | PR: ports/47798 Submitted by: MA, Dunzi <tadaluch@s5.xrea.com>
* Correct MASTER_SITES and WWW.sobomax2003-02-032-2/+2
| | | | Submitted by: Sergey A. Osokin <osa@FreeBSD.org.ru>
* Maintainer doesn't want to keep maintaining.edwin2003-02-031-1/+1
| | | | Submitted by: "zau50357" <zau50357@lion.zero.ad.jp>
* Update to 0.3.2.nork2003-02-025-46/+162
| | | | | | PR: ports/47324 Submitted by: Ports Fury Reviewed by: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
* Update to version 1.19.demon2003-01-302-2/+2
| | | | | PR: 47611 Submitted by: "Philip M. Gollucci" <philip@p6m7g8.com>
* update to 3.1 official releasealane2003-01-298-296/+382
|
* Fix fetchingfjoe2003-01-281-2/+4
| | | | PR: 47568
* Simplify decection of File::Spec to avoid INDEX generation breakage.kuriyama2003-01-231-3/+2
| | | | | You shoud check to be installed latest perl5 port (5.x) or latest File::Spec module (4.x).
* Add a better description to archivers/untar.edwin2003-01-211-1/+1
| | | | Submitted by: Wes Peters <wes@softweyr.com>
* Make pkg-descr a little bit more descriptive.edwin2003-01-201-1/+1
|
* New Ports / archivers/untaredwin2003-01-207-0/+47
| | | | | PR: Report ports/41084 Submitted by: KIMURA Shigekazu <zau50357@lion.zero.ad.jp>
* Take over maintainership.olgeni2003-01-192-2/+2
|
* Upgrade to 3.11ache2003-01-182-3/+5
|
* Upgrade to 3.11ache2003-01-182-4/+4
|
* add tardy 1.11ijliao2003-01-149-0/+71
| | | | Manipulate the file headers in tar archive files in various ways
* Use another File::Spec detection code same as p5-HTML-Template.kuriyama2003-01-131-10/+5
| | | | Approved by: Erwin Lansing <erwin@lansing.dk> (maintainer)
* Fix a typo (forgot a '%' on a PLIST_SUB variable).petef2003-01-061-1/+1
|
* The distfile seems to have been repacked. (only extconf.rb was changedknu2003-01-041-1/+1
| | | | | | | a bit) PR: ports/46717 Submitted by: Rong-en Fan <rafan@infor.org>
* chase mcrypt lib versionijliao2003-01-041-1/+1
|
* Restore PORTEPOCHache2003-01-031-0/+1
|
* upgrade to 1.4.2ijliao2003-01-038-36/+52
| | | | | PR: 45866 Submitted by: Ports Fury
* Upgrade to 3.10ache2003-01-022-6/+5
|
* Upgrade to 3.10ache2003-01-022-4/+3
|
* Fix build on alpha (don't include the klaptop files when we are on alpha,petef2003-01-021-23/+23
| | | | | | we explicitly disable the build there). Prodded by: kris
* Update to 0.1.6, which is compatible with the latest ruby 1.8.knu2003-01-023-7/+15
|
* Removed MASTER_SITE_SUNSITE from the master_sites, it doesn't appearedwin2002-12-281-3/+1
| | | | | it has ever been there. Noticed by: portsurvey.
* Fix master_site.edwin2002-12-282-2/+2
| | | | Noticed by: portsurvey
* Updated HTTP redirect for rarlab.com.edwin2002-12-281-1/+1
| | | | Noticed by: portsurvey
* The SUNSITEs didn't carry the 1.08 version. Informed author.edwin2002-12-282-4/+2
| | | | Noticed by: portsurvey
* Removed unreachable ftp-site.edwin2002-12-281-2/+1
| | | | Noticed by: portvurvey.
* Remove ftp.xemacs.org as a stale master_site.edwin2002-12-281-2/+1
| | | | | Fix directory of ftp.carrier.kiev.ua Noticed by: portsurvey
* Removed stale master_site, informed maintainer.edwin2002-12-281-1/+0
| | | | Noticed by: portsurvey.
* Introduce a knob RUBY_NO_RD_HTML and enable it by default on alpha. Thisknu2002-12-072-8/+13
| | | | | | | | replaces the non-working NOPORTDOCS workaround and fixes build on the alpha, where rd2 coredumps. Tested on: the axp cluster Approved by: kris
* Use MASTER_SITE_LOCAL in preference to the other MASTER_SITE becausekris2002-11-281-2/+2
| | | | | | the latter is often unavailable or slow. Submitted by: keramida
* Fix the build of lang/ruby_static-devel, i.e. the build ofknu2002-11-281-0/+3
| | | | | | | archiver/ruby-zlib with lang/ruby-devel in the correct way. The cause of this problem is that FreeBSD's make(1) got a bit too sensitive about a mixture of `target:' and `target::'.
* Remove maintainers with undeliverable email addresses.kris2002-11-231-1/+1
|
* Maintainer update to use source-version instead of binaryedwin2002-11-232-3/+6
| | | | | PR: ports/45471 Submitted by: Update port: archivers/szip Moving from binary to source distribution
* Update to 0.6.2perky2002-11-202-2/+2
|
* Update to 0.1.1.knu2002-11-193-17/+16
|
* Add ruby-bz2, a Ruby extension to use libbz.knu2002-11-166-0/+112
|
* Back down to 2.0.4 as 2.1.x now requires GNOME 2.1.marcus2002-11-136-8/+8
| | | | Reported by: Dan Hulme <dan_256@yahoo.com>
* 1. update WWWijliao2002-11-132-3/+3
| | | | | | | 2. SRC is ".c" , not ".o" PR: 44952 Submitted by: "Remco van 't Veer" <remco+fbsdpp@azrael.xs4all.nl>
* upgrade to 1.1ijliao2002-11-123-5/+5
| | | | Submitted by: chkno <chkno@chkno.com>
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-1140-40/+20
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Fix PORTCOMMENTs that were killing INDEX builds.adamw2002-11-072-2/+1
| | | | | 105 pointy hats to: me Approved by: pat
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-0742-21/+42
| | | | Approved by: pat
* PERL -> REINPLACEedwin2002-11-041-1/+2
| | | | And some ports have USE_PERL5=yes now.
* PERL -> REINPLACEedwin2002-11-041-1/+2
| | | | | | and USE_PERL5 in some places Noticed by: bento
* PERL -> REINPLACEedwin2002-11-041-1/+2
| | | | Noticed on: bento
* PERL -> REINPLACEedwin2002-11-042-2/+4
| | | | Noticed by: bento
* Use File::Spec port only for perl < 5.8.alane2002-10-301-3/+13
| | | | Approved by: maintainer
* Mark BROKEN on 5.0kris2002-10-261-1/+7
|
* Update to 1.1perky2002-10-263-3/+3
|
* Update to 0.6perky2002-10-262-4/+3
|
* Update patch to configure.in to remove check for <machine/types.h>.jhb2002-10-231-9/+11
| | | | | | | <machine/types.h> is not a user-usable header anyways. Including it breaks the build on current. On stable <sys/types.h> includes it. This still doesn't make rpm actually work on -current, but at least the port compiles now.
* Upgrade to 3.10 beta 1ache2002-10-233-15/+4
|
* Update to 2.1.2.marcus2002-10-214-4/+4
|
* USE_BZIP2obrien2002-10-204-2/+4
|
* Change maintainership on all my ports.adamw2002-10-182-1/+3
| | | | | | adam@vectors.cx -> adam@FreeBSD.org Approved by: pat (mentor)
* Update to 2.1.1.marcus2002-10-136-6/+6
|
* Fix a problem parsing tar archives with GNU tar 1.13.25. Bump PORTREVISION.marcus2002-10-124-0/+112
|
* 1. Removed comments from pkg-plist files per will's request.alane2002-10-112-33/+28
| | | | | 2. This completes the KDE 3.0.4 commit. It's here, folks! Now /. those cvsup servers (in about an hour or so)!
* fileroller has been added as a part of the upcoming GNOME 2.2 desktop. Claimmarcus2002-10-072-4/+4
| | | | maintainership in the name of gnome.
* Use RUBY_MOD*.knu2002-10-074-22/+22
|
* upgrade to 2.1.0ijliao2002-10-076-82/+86
| | | | | PR: 43690 Submitted by: Ports Fury
* Forbid because of directory traversal bug.trevor2002-10-061-0/+2
|
* Fix a security bug that allows extracted filenames to contain ".." andkris2002-10-053-12/+44
| | | | | | bump PORTREVISION. Submitted by: naddy
* 1. Bump PORTREVISION to 1.alane2002-10-022-10/+23
| | | | | | | | | | | 2. Change gross kluge for klaptopdaemon to use DO_NOT_COMPILE. 3. Added WITH_KFLOPPY knob, defaults to undefined. 3A. If WITH_KFLOPPY is not defined, then we add kfloppy to DO_NOT_COMPILE. 4. Anything that got put in DO_NOT_COMPILE then gets passed in the env to the configure script, which dutifully sets things up to not compile it. Approved by: kris
* Fix breakage caused by values.h deorbiting.sobomax2002-10-011-0/+47
| | | | Submitted by: bento
* The distfile is corrupt on this master site at the moment. Replace itknu2002-09-241-1/+1
| | | | | | with a mirror mite that has a genuine copy. Submitted by: bento
* Remove gettext-old dependency, which moves us kloser to nuking that outdatedsobomax2002-09-241-4/+2
| | | | piece of crap (only 5 packages depending on it remain).
* Fix on -current.sobomax2002-09-241-0/+14
|
* Fix plistperky2002-09-201-0/+1
|
* Update to 0.4.9perky2002-09-193-5/+5
|
* add more mastersitesijliao2002-09-171-1/+3
| | | | | PR: 42788 Submitted by: maintainer
* Due to popular demant into each port which might be inserted into dependencysobomax2002-09-142-0/+8
| | | | | | | | | | list by bsd.port.mk insert anti foot-shooting device, which prevents infinite fork loop when the user defines corresponding USE_XXX in global make.conf, command line or environment. Similar devices should probably be inserted into ports that might be inserted into dependency list by others bsd.foo.mk files (bsd.ruby.mk, bsd.python.mk and so on.)
* Update to 1.05.tobez2002-09-124-4/+5
| | | | | Submitted by: maintainer PR: 42669
* Gzip (GNU zip) is a compression utility designed to be a replacementdinoex2002-09-116-0/+64
| | | | | | | | | | for compress. Its main advantages over compress are much better compression and freedom from patented algorithms. WWW: http://www.gzip.org/ Devel version imported, see discussion in ports/ PR: 41061 Submitted by: cyrille.lefevre@laposte.net
* o track MASTER_SITES.sf2002-09-082-2/+4
| | | | o mark IGNORE: recommend to use archiver/rar instead. BSD binary works better.
* forgot to include all the patches last commitijliao2002-09-076-0/+181
|
* 1. fix build with gcc 3.2ijliao2002-09-071-1/+1
| | | | | | 2. drop maintainership Submitted by: Craig Rodrigues <rodrigc@attbi.com>
* Update to version 1.03kevlo2002-09-033-4/+8
| | | | | PR: 42361 Submitted by: MAINTAINER
* Update to 0.6.sobomax2002-08-303-18/+4
| | | | | PR: 41729 Submitted by: Ports Fury
* Update to 1.01.sobomax2002-08-303-9/+17
| | | | | PR: 39197 Prompted by: Szymon Roczniak <simon@dischaos.com>
* Define wchar properlyache2002-08-271-10/+10
|
* Upgrade to 3.00ache2002-08-272-13/+15
| | | | | PR: 41353 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Upgrade to 1.3.obraun2002-08-262-2/+2
| | | | | | PR: ports/42023 Submitted by: maintainer Approved by: dwcjr (mentor)
* Turn Miguel Mendez' ports over to Adam Weinberger.trevor2002-08-262-4/+1
| | | | PR: 42012
* Update to 3.0.3. Not much changed here: [1] i18n PKGNAMEs converted towill2002-08-252-15/+2
| | | | | | | more closely conform to FreeBSD style etc, and Konqueror SSL patch merged. Tested by: Matt Douhan <matt@fruitsalad.org>, alane Submitted by: lioux [1]
* Update MASTER_SITESkevlo2002-08-221-1/+1
| | | | | PR: 41868 Submitted by: Josef El-Rayes <shammer@exception.at>
* Chase shlib rev of devel/gettextade2002-08-022-2/+2
| | | | | Submitted by: lots and lots Pointy hat to: ade
* Use USE_GNOMENG.marcus2002-07-282-16/+4
|
* Remove gehicks@cisco.com as MAINTAINER; mail has been bouncing for 2 months.fenner2002-07-221-1/+1
|
* Fix build on -CURRENT.ru2002-07-221-4/+5
|
* Fix install.ru2002-07-213-17/+15
| | | | Requested by: kris
* * Fix a typo.naddy2002-07-214-2/+36
| | | | * Allow this to build with other compilers than "cc" or "gcc".
* Do not install .la file.demon2002-07-168-24/+42
| | | | | PR: 40619 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Update to 1.08.anders2002-07-148-22/+24
| | | | | PR: 40547 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
* remove bitboxijliao2002-07-089-76/+0
| | | | according to bento's log, it's unfetchable for 1 year
* Update to 3.0.2 -- full log available in ports/x11/kde3/Makefile,v 1.51.will2002-07-052-2/+2
|
* add arj 3.10bijliao2002-07-027-0/+75
| | | | | | | Open-source ARJ PR: 40071 Submitted by: "Konstantin Reznichenko" <kot@premierbank.dp.ua>
* Update to version 1.4.1.obrien2002-06-284-4/+4
|
* add mtf 0.21ijliao2002-06-268-0/+80
| | | | | | | A Unix reader for the Microsoft Tape Format used by NT Backup PR: 34452 Submitted by: Philippe CASIDY <pcasidy@casidy.com>
* Updating my email address.perky2002-06-252-2/+2
| | | | Approved by: cjh (mentor)
* remove unused WWW varijliao2002-06-231-2/+0
|
* fix plistijliao2002-06-224-6/+74
| | | | | PR: 39639 Submitted by: Ports Fury
* ${PERL} -> ${REINPLACE_CMD}ijliao2002-06-221-1/+3
| | | | | PR: 39587, 39589, 39590 Submitted by: maintainer
* upgrade to 1.0.2ijliao2002-06-214-10/+12
| | | | | PR: 39153 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
* Add USE_REINPLACE where appropriate.sobomax2002-06-191-0/+2
|
* upgrade to 1.4ijliao2002-06-188-100/+196
| | | | | PR: 39428 Submitted by: Ports Fury
* Upgrade to KDE 3.0.1. The delay in this upgrade is mainly due to thewill2002-06-163-10/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rigorous testing performed on the part of the KDE/FreeBSD Project over the last three weeks. Thanks to everyone who helped test! General changes: [1] Follow KDE2 style by moving KDE core specific macros and the like to x11/kde3/Makefile.kde. [2] Fix a variety of comments or miscellaneous data to reflect that this is KDE3 and not KDE2. [3] Account for more empty directories in the PLISTs. deskutils/kdepim3: [4] More #include <malloc.h> -> #include <stdlib.h>. audio/arts: [5] Upgrade to 1.0.1. [6] Point at MASTER_SITE_KDE not my own mirror. audio/kdemultimedia3: [7] Account for the removal of the <machine/soundcard.h> symlink. Simply point all such includes at <sys/soundcard.h>. editors/koffice-kde3: [8] Get rid of #include <values.h> preemptively. devel/kdesdk3: [9] Remove cervisia from build if building on -CURRENT due to C++-unsafe sys/wait.h. The header is believed to have been fixed in newer -CURRENT (>= Jun 5) but we have not tested that. devel/kdevelop: [10] Upgrade to 2.1.1 and use KDE 3 version. [11] Remove a number of suggested dependencies that no longer fit. [12] Account for where the docs for Qt went since they got moved to fit in hier(7) better. graphics/kdegraphics3: [13] Turn off kuickshow by default because it depends on imlib, which in turn depends on gtk/glib. This will be revisited when we split up the KDE ports a bit. games/kdegames3: [14] Fix compile error on -CURRENT where kpat/freecell-solver/md5.h tried to define uint32_t after sys/types.h already had. sysutils/kdeadmin3: No particular changes. misc/kdeaddons3: No particular changes. misc/kdeedu3: [15] Re-add the huge number of missing @dirrm's. misc/kdeutils3: No particular changes. misc/kde3-i18n-* and */kde3-i18n: For the most part, no particular changes. A huge number of I18N message updates went into this release, though. french/kde3-i18n: [16] Fix build Makefile error due to tarball builder's env. net/kdenetwork3: No particular changes. x11-clocks/kdetoys3: No particular changes. x11/kdebase3: [17] Account for mkfontdir "soft" build-time dependency. If mkfontdir is available, use it to build fonts.dir where kdebase installs fonts. Otherwise, don't bother. [18] Patch ElectricEyes.desktop to use the name of the program that FreeBSD uses when you install the port for it. [19] Patches for KDM merged into KDE 3.0.1. [20] Properly fix kdm/backend/xdmcp.c string format error. x11/kdelibs3: [21] Support the KDE3 version check to make sure no one tries to install KDE2 then KDE3. The 'kde-version-check' target is centralized in x11/kde3/Makefile.kde. [22] Remove patch for kdeprint/configure.in.in. [23] Add patch to fix critical icon loader bug. x11/kde3: [24] Add Makefile.kde for centralizing KDE core-specific macros that don't belong in bsd.kde.mk. x11-toolkits/qt30: [25] Mark broken on any XFree86 version < 4 due to packing list related problems if we tried to support XFree86 3. [26] Error out if the user has Qt2 installed already. x11-wm/kdeartwork3: [27] Add USE_MESA to explicitly support the 3D screensavers. [28] Re-add a large number of missing @dirrm's. Credits: [1] [4] [5] [6] [7] [9] [10] [14] [16] [21] [22] [24] [26]: will [2] [3] [8] [15] [17] [19] [25] [27] [28]: alane [11] [12] Submitted by: Lauri Watts <lauri@kde.org> [13] Found by: mi Removed by: will [18] [23] Submitted by: Andy Fawcett <andy@athame.co.uk> Tested by: [in addition to the above, in no particular order] knu Mattias Douhan <matt@athame.co.uk> Bradley T. Hughes <bhughes@trolltech.com> Erik H. Bakke <ebakke@trolltech.com> David Johnson <david@usermode.org> JJ Behrens <jj@nttmcl.com> Michael W. Collette <metrol@metrol.net> Adriaan de Groot <adridg@sci.kun.nl> Mark Rowlands <mark.rowlands@minmail.net> Mark Stosberg <mark@summersault.com> Dave Cantrell <phaedrus@alltel.net> Mark Miller <joup@bigfoot.com> Wesley Morgan <morganw@chemikals.org> Arjan van Leeuwen <avl@operamail.com>
* Use ${REINPLACE_CMD} instead of ${PERL}ijliao2002-06-141-2/+2
| | | | | PR: 39238, 39239, 39240, 39241 Submitted by: maintainer
* Miguel Mendez informed me in private e-mail that he has changed his mindwill2002-06-111-1/+1
| | | | and would like to maintain these ports again. Welcome back, Miguel. :-)
* Tidy up after repo copy of ports/sysutils/star to ports/archivers/star.trevor2002-06-113-2/+3
| | | | | PR: 37145 Submitted by: Thomas Hurst
* Add URL for home page.trevor2002-06-102-0/+4
|
* To ports@freebsd.org.obrien2002-06-092-2/+2
|
* Update to 0.4.2pat2002-06-083-18/+3
| | | | | PR: 38971 Submitted by: maintainer
* Set Miguel Mendez' ports loose. Look out, world!trevor2002-06-071-1/+1
| | | | | | | | I would like to try maintaining the acroread5 one, so I pre-snarfed it. :-P PR: 38978 Submitted by: Miguel Mendez (outgoing maintainer)
* Sync with src/contrib/tar - re-enable --same-owner for uid 0.sobomax2002-06-072-7/+6
|
* Fix a format string nit.kris2002-06-071-0/+11
|
* Sync with src/contrib/tar - don't assume that user with uid 0 doesn't reallysobomax2002-06-072-1/+29
| | | | care about umask(2).
* Update to 1.01, assign the submitter to be the maintainer.tobez2002-06-052-3/+3
| | | | | PR: 38889 Submitted by: Erwin Lansing <erwin@lansing.dk>
* Unbroke on systems without <langinfo.h>.sobomax2002-06-041-7/+9
| | | | | PR: 38891 Submitted by: Lev Serebryakov <lev@serebryakov.spb.ru>
* Fix installation on -current due to *.mk changes.kris2002-06-041-4/+4
| | | | Submitted by: ru
* Stage 1 of system GNU tar upgrade to a modern version:sobomax2002-06-0210-1/+417
| | | | | | | Merge all applicable bugfixes, local hacks and new features from the ancient base system tar into the port, so those two are interchangeable. Bump PORTREVISION.
* Prevent negative fseek for old FreeBSD versionsache2002-05-312-0/+60
| | | | | PR: 33170 Submitted by: "Vadim Mikhailov" <mvp@braz.ru> (partially)
* upgrade 0.3.1ijliao2002-05-313-14/+43
|
* - Add USE_X_PREFIXijliao2002-05-314-58/+60
| | | | | | | | - Conform to GNOME directory hierarchy - Do not install GNU GPL doc PR: 38705 Submitted by: Ports Fury
* - Conditionalize dependency for archivers/bzip2ijliao2002-05-311-4/+13
| | | | | | | | - Support install macros - Bump portrevision PR: 38704 Submitted by: Ports Fury
* Explict dependancy on version 7 of linux_base is not needed anymore.obrien2002-05-282-14/+8
| | | | The linux_base port is now at RH version 7.
* upgrade to 1.2ijliao2002-05-222-3/+3
| | | | | | | take maintainership PR: 38403 Submitted by: Erwin Lansing <erwin@lansing.dk>
* Update to 1.1dwcjr2002-05-223-5/+2
| | | | | PR: 38232 Submitted by: maintainer
* Don't build klaptopdaemon on alpha.gallatin2002-05-212-23/+34
| | | | | | | | | Due to APM dependancies, its preventing the port from building on alpha. Since I can't see what use its features would be on a platform which doesn't support power mgmnt, it seems simplest to just yank it. Approved by: will