aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
Commit message (Collapse)AuthorAgeFilesLines
* Update to KDE 3.2.1 / QT 3.3.1lofi2004-03-104-29/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Important changes: ================== KDE: - Audio/arts does not install artswrapper anymore, instead it is provided by audio/artswrapper. See UPDATING. - misc/kdeaddons3 is now a metaport with editors/kate-plugins editors/vimpart games/atlantikdesigner misc/kaddressbook-plugins misc/kfile-plugins misc/kicker-applets misc/knewsticker-scripts misc/konq-plugins misc/ksig misc/renamedlgplugins multimedia/noatun-plugins net/kontact-plugins as slave ports. - A number of KDE ports now uses OPTIONS do make various WITH_* options more visible. - Plist fixes - devel/kdevelop should be able to detect FreeBSD's autoconf/automake now for newly created projects. - kdebase will no longer remove previous KDM configurations. This won't take effect during the update from 3.2.0 to 3.2.1 (as deinstalling 3.2.0 will still remove the configuration), but subsequent updates will merge old configs. QT: - Previous versions of QT could be compiled with debugging-support enabled by defining DEBUG. This switch has been renamed to the more unambiguous WANT_QT_DEBUG (similar to WANT_KDE_DEBUG in the KDE ports).
* . Build and install API documentation if NOPORTDOCS isn't set.glewis2004-03-102-0/+32
| | | | . Bump PORTREVISION for this change.
* - Fix fetch, the mastersite changed (but still is at aladdinsys.com) andnetchild2004-03-082-11/+7
| | | | | | | | | | | the distfile was renamed (only the EXTRACT_SUFX changed and it still has the same content and checksum). - Some cleanup, no longer chmod(8) the distfile in DISTDIR executable without reason and add a do-build target to brandelf(1) the binaries instead of doing this in the do-install target so that the binaries in WRKDIR actually can be used after a `make all` run. Submitted by: Marius Strobl <marius@alchemy.franken.de>
* . The RPM web site now refers to it as the "RPM Package Manager", not theglewis2004-03-062-18/+16
| | | | "Red Hat Package Manager". Fix this and reformat the text.
* . Disable the javaglue for beecrypt. Its pointless and its broken (breaksglewis2004-03-062-6/+8
| | | | | the build). . Reformat CONFIGURE_ARGS.
* . Fix fetch.glewis2004-03-062-6/+4
|
* Update to 0.2.1, which supports ruby 1.6 again.knu2004-03-052-12/+4
|
* Add a port of rpm 4.0.4:glewis2004-03-0541-0/+2067
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | "The Red Hat Package Manager (RPM) is a powerful command line driven package management system capable of installing, uninstalling, verifying, querying, and updating computer software packages. Each software package consists of an archive of files along with information about the package like its version, a description, and the like. There is also a related API ("Application Program Interface"), permitting advanced developers to bypass 'shelling out' to a command line, and to manage such transactions from within a native coding language. WWW: http://www.rpm.org/" 4.0.4 was chosen because: . The only newer version available as a tarball (4.1) is buggy. . This version closely corresponds to our current default linux_base. . This version uses the version of popt we have in the tree (unfortunately it uses an earlier version of beecrypt). . This version is a lot less work to port than 4.2 (elfutils). However, I am considering how best this port could be updated to a more recent version (e.g. 4.1.1 or 4.2, probably the latter). This wasn't an update to the current rpm port as I haven't done enough testing of other ports that use rpm with it. Tested on 4.9/i386, 5.2/sparc64 and 5.2/alpha.
* This does not work with ruby 1.6, but requires ruby 1.8 or later.knu2004-03-051-1/+10
| | | | | | | | Maybe ruby 1.6 will be supported again, but for the moment mark this port IGNORE when it is being built with ruby 1.6. PR: ports/61631 Submitted by: Paul Argentoff <argentoff@rtelekom.ru>
* - Fix package buildkrion2004-03-041-2/+2
| | | | Reported by: bento via kris
* - SIZEifykrion2004-03-013-0/+3
| | | | | PR: ports/63548 Submitted by: maintainer
* Update to 0.5.3.knu2004-02-282-3/+3
|
* - Pacify portlint and use misc macrosclement2004-02-277-18/+12
| | | | - remove pkg-plist (fastjar and stuffit)
* - add SIZEdinoex2004-02-261-0/+1
|
* Update to 1.33mat2004-02-242-2/+3
| | | | Approved by: maintainer
* - Update to version 3.10.19krion2004-02-234-21/+6
| | | | | PR: ports/63240 Submitted by: maintainer
* Rename a file with % in its name for perforce users.perky2004-02-221-0/+0
| | | | Requested by: Mark Santcroos <marks@ripe.net>
* - Update to version 3.10.18.krion2004-02-174-7/+21
| | | | | | | | - Patch for the correct load arjcrypt.so - Fix build on AMD64 PR: ports/62953 ports/62852 Submitted by: maintainer Hendrik Scholz <hendrik@scholz.net>
* New port: upx 1.24fjoe2004-02-1719-0/+1261
| | | | | | UPX is a free, portable, extendable, high-performance executable packer for several different executable formats. It achieves an excellent compression ratio and offers very fast decompression.
* Add port for alz2zip 0.1,perky2004-02-165-0/+30
| | | | a converter for alzip archives to zip formats.
* Enable kdepasswd, depend on kdebase, fix plist.bas*, bump PORTREVISION.lofi2004-02-103-7/+79
|
* Add %%PORTDOCS%% prefixache2004-02-101-3/+3
| | | | Submitted by: Piotr Smyrak <piotr.smyrak@heron.pl>
* Remove lang/php4/bsd.php.mk and switch every ports depending on PHP toale2004-02-091-3/+2
| | | | | | use Mk/bsd.php.mk. Approved by: nork (mentor/implicitly)
* Update to 0.5.2.knu2004-02-092-2/+3
|
* Use PLIST_FILES (bento-tested, marcus-reviewed).trevor2004-02-0618-9/+10
|
* Use PLIST_FILES.trevor2004-02-0628-14/+15
| | | | Reviewed by: marcus
* RUN_DEPENDS on gnupg, CONFLICTS with kgpg.lofi2004-02-051-1/+5
| | | | Submitted by: lioux
* Update to KDE 3.2.0lofi2004-02-0510-115/+253
| | | | | | | | | | | | | | | | | | | | | | | | | | Important changes: ================== - Kmail and knode have been moved from kdenetwork to kdepim. This means you will have to install kdepim if you want to continue using kmail or knode. This is to ease integration with korganizer, in the new 'Kontact' application. - The arabic translations for KDE and KOffice have been moved from misc to the arabic category. - There is a new module called kdeaccessibility in the accessibility category. It contains a few utilities for disabled users like a magnification lens and a text-to-speech frontend. - In KDM, you need to select the 'CUSTOM' session profile in order to have your .xsession executed. This is particularly important if you're using the aegypten tools (http://freebsd.kde.org/howtos/aegypten-kmail.php). - We have started making more parts of the ports optional. In kdepim, both Kandy and KPilot can be turned off with ports-knobs. This process will continue in the 3.2 series.
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-0412-1/+12
| | | | (Part 2)
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 1)
* Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-044-12/+11
| | | | | Submitted by: trevor Tested by: bento
* Add SIZE fieldmat2004-01-291-0/+1
|
* Obey CXX againache2004-01-291-1/+1
| | | | Submitted by: Charles Swiger <chuck@pkix.net>
* Add SIZE.trevor2004-01-2835-0/+35
|
* Remove unrar since it is available in the better form (as source port)ache2004-01-272-3/+0
|
* Upgrade to 3.30ache2004-01-273-22/+21
|
* Update to 2.4.4.adamw2004-01-274-4/+4
|
* Upgrade to 3.30ache2004-01-262-4/+4
|
* - Give maintainership to Igor Pokrovsky <tiamat@comset.net>krion2004-01-242-2/+2
| | | | | PR: 61813 61814 61815 61816 61817 61818 61819 Submitted by: Igor Pokrovsky <tiamat@comset.net>
* Now gettext 0.12.1 is gettext-old.trevor2004-01-244-4/+4
|
* Fix WITH_UNZIP_UNREDUCE caseache2004-01-211-2/+2
| | | | Submitted by: nork
* Fix plist construction and silence portlintache2004-01-162-6/+5
| | | | | PR: 61366 Submitted by: Matthias Andree <matthias.andree@gmx.de>
* Update to 2.4.3. Use lthack.adamw2004-01-166-28/+6
|
* Update to 1.08mat2004-01-132-2/+2
| | | | Approved by: maintainer
* Upgrade to 3.30 beta 4ache2004-01-102-3/+3
|
* - Update to 0.8.35pav2004-01-093-2/+12
| | | | | PR: ports/61088 Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org>
* - Drop maintainership to ports@krion2004-01-081-1/+1
|
* Release maintainership.adamw2004-01-071-1/+1
|
* - Update to 1.02pav2003-12-284-28/+7
| | | | | PR: ports/60653 Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org>
* - take maintainershipdinoex2003-12-281-1/+1
|
* [PATCH] simplify pear-* portsedwin2003-12-282-21/+6
| | | | | | | | | | | | | | | | | | | | | | These patches do the following things for PEAR ports: * devel-pear-PEAR-Makefile.common.patch - provides a do-install target and all that jazz in devel/pear-PEAR/Makefile.common - individual PEAR ports now just set a few variables: * pear-ports-Makefile.common-ng.patch contains changes for all pear-* ports including devel/pear-PEAR See http://smradoch.innuendo.cz/FreeBSD/ for complete description. Note: still missing are: devel/pear-HTML_Common devel/pear-I18N net/pear-Net_NNTP security/pear-Auth PR: ports/59213 Submitted by: Roman Neuhauser <neuhauser@bellavista.cz>
* add jzip.org 0.2.0ijliao2003-12-245-0/+40
| | | | A WinZip like program written in java
* - Use canonical form (ports@FreeBSD.org) in MAINTAINER linesergei2003-12-212-2/+2
|
* Add par2cmdline, a set of commandline tools for working with PAR v2 files,pav2003-12-185-0/+43
| | | | | | | | used for verifying and recovering damaged files. PAR is especially popular on news groups. PR: ports/54812 Submitted by: Chris Larsen <darth@vader.dk>
* Update to 0.7.1perky2003-12-162-2/+2
|
* Add RPM v4 support.netchild2003-12-142-2/+2
| | | | | Submitted by: Marius Strobl <marius@alchemy.franken.de> Approved by: maintainer
* upgrade to 0.8.34ijliao2003-12-134-15/+25
|
* - add missing file from the last updatenetchild2003-12-123-1/+107
| | | | | | | | - distinfo isn't needed anymore, the used file has no home and is included PR: 59980 (part of) Submitted by: maintainer
* Replaces existing code with a version that doesn't slurp the entire filelinimon2003-12-113-12/+21
| | | | | | | | | into memory and supports the newer bzip2 compressed rpms. Also, call it rpm2cpio.pl so that it doesn't conflict with the binary version from archivers/rpm. PR: ports/59980 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
* Do not build private copy of zlib library. Use what is shipped with FreeBSDdemon2003-12-091-0/+15
| | | | distribution.
* Upgrade to version 1.32.demon2003-12-092-2/+2
|
* Update to 1.09erwin2003-12-092-2/+2
|
* - AMD64 has no APMarved2003-11-261-3/+3
| | | | | | | - Revert logic, i386 seems to be the only ARCH with APM Submitted by: Adriaan de Groot Approved by: portmgr (marcus)
* USE_REINPLACE need be defined only when REINPLACE_CMD is used.trevor2003-11-172-2/+0
|
* Update maintainer field with my FreeBSD.org address.pav2003-11-141-1/+1
| | | | Approved by: adamw (mentor)
* Add the virtual category "pear" to the Makefiles of these ports.edwin2003-11-131-1/+1
| | | | | | PR: ports/56582 Submitted by: edwin@mavetju.org Approved by: portmgr@freebsd.org
* Cleanup runtime dependency list. Fileroller does not requirebland2003-11-112-30/+2
| | | | any of archivers pre-installed. It pickups them if available.
* Update to 2.4.2bland2003-11-106-6/+6
|
* Update to 0.7perky2003-11-102-2/+2
|
* Upgrade to 5.21jache2003-11-054-41/+26
|
* Reset maintainer to ports@FreeBSD.org. Requested by: kris.linimon2003-11-031-1/+1
|
* Update to 0.2.0.knu2003-11-012-2/+2
|
* Approved by: maintainerfoxfair2003-10-312-2/+2
| | | | Upgrade p5-Compress-Zlib to 1.31
* introduce MASTER_SITE_GNU_ALPHAijliao2003-10-311-2/+2
|
* - Add *.la files for loadable module supportkrion2003-10-294-15/+20
| | | | | | - Bump PORTREVISION Submitted by: KATO Tsuguru <tkato@prontomail.com>
* - Update to version 0.3.3krion2003-10-299-26/+104
| | | | | PR: 58620 Submitted by: Ports Fury
* Update to 0.05mat2003-10-282-3/+3
|
* portlint (.ifndef (PORTLINT) -> .if !defined(NOPORTDOCS))kris2003-10-271-1/+1
|
* portlint (DISTFILES -> DISTNAME,EXTRACT_SUFX; silence possible errors fromkris2003-10-272-2/+2
| | | | @unexec)
* portlint (variable ordering)kris2003-10-273-4/+3
|
* portlint (remove trailing blank lines)kris2003-10-271-1/+0
|
* Portlint (shorten pkg-descr)kris2003-10-271-22/+1
|
* portlint (switch back to USE_LIBTOOL). I'm not sure why this waskris2003-10-272-8/+1
| | | | changed in the libtool megapatch, but it seems to work now.
* Portlint (DISTFILES -> DISTNAME, EXTRACT_SUFX)kris2003-10-271-1/+2
|
* portlint (shorten COMMENT)kris2003-10-271-1/+1
|
* portlint ($() -> ${})kris2003-10-271-1/+1
|
* portlint (variable ordering, explicit /usr/local and /usr/ports refs)kris2003-10-271-2/+2
|
* portlint (fix whitespace)kris2003-10-2713-42/+42
|
* portlint (fix whitespace)kris2003-10-271-3/+3
|
* Fix whitespace errorkris2003-10-271-1/+1
| | | | Submitted by: portlint
* Note that all the mastersites have disappeared, according to the distfilelinimon2003-10-261-2/+3
| | | | | survey; note that archivers/cabextract still seems to be in active development.
* Fixes to make slave ports happyache2003-10-261-3/+3
| | | | | PR: 58268 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* Update to 1.08erwin2003-10-242-2/+2
|
* utilize SITE_PERLijliao2003-10-246-28/+25
| | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* Cosmetic fix: use %%DOCSDIR%% macro.osa2003-10-2117-90/+90
| | | | | | | No functionally changes. Submitted by: Oleg Karachevtsev <ok@etrust.ru> A part of PR: 57992
* Update to version 1.07.tom2003-10-212-2/+2
| | | | This update fixes a few bugs and adds a new feature.
* Update to 2.4.1.1.marcus2003-10-204-4/+4
|
* Fully respect CC and CFLAGSkris2003-10-191-0/+17
|
* Respect CC and CFLAGSkris2003-10-191-6/+14
|
* Respect CC and CFLAGSkris2003-10-191-0/+21
|
* Update to 0.1.9.knu2003-10-152-2/+2
|
* Update to 2.4.1.marcus2003-10-146-4/+12
|
* Fix the spelling of NOPORTDOCS.roam2003-10-081-1/+2
| | | | | | | Bump PORTREVISION for the packing list change in the NOPORTDOCS case. PR: 57745 Submitted by: Piotr Smyrak <smyru@smyrak.com>
* Change MASTER_SITE and use FETCH_CMD which follows redirectache2003-10-081-2/+2
|
* Fix the -pthread problem in case the option gets removed again. Thiswill2003-10-042-3/+2
| | | | | | | | | | | | | | | | | patch involved patching the core auto* routines in KDE to accept the PTHREAD_* variables in the environment, with fallbacks. We decided the easiest way to implement this in ports was to generate configure instead of risking incorrect generation at port configure time. Said patch has already been committed to HEAD in KDE and as such will be removed with the 3.2 upgrade once it is released. Ports using Makefile.kde that shouldn't be using them (i.e. non-KDE modules) have this support commented out due to lack of patch. Helped out: Adriaan de Groot <adridg@cs.kun.nl> Lauri Watts <lauri@kde.org> Andy Fawcett <andy@athame.co.uk>
* Fix comment info about compression.ache2003-09-301-3/+3
| | | | | | | Drop maintainership, I don't understand Japanese. PR: 57392 Submitted by: IIJIMA Hiromitsu <delmonta@ht.sakura.ne.jp>
* IA64s do not have apm.arved2003-09-301-2/+2
| | | | IA64 Laptops are also very unlikely, so disable klaptop on ia64.
* - Fix MASTER_SITESkrion2003-09-281-1/+1
| | | | | PR: 57292 Submitted by: Mark Linimon <linimon@lonesome.com>
* Update to 0.6.7perky2003-09-272-2/+2
|
* 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