aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
Commit message (Collapse)AuthorAgeFilesLines
* Update to 5.4.5.delphij2012-07-241-1/+0
| | | | | Security: bdab0acd-d4cd-11e1-8a1c-14dae9ebcf89 With hat: secteam
* Fix typos in COMMENTcs2012-07-233-3/+3
|
* For ports maintained by ports@ where pkgconfig is one of the USE_GNOME depsdougb2012-07-231-1/+2
| | | | | convert it to BUILD_DEPENDS. This avoids the problem of the bogus run dep added by bsd.gnome.mk.
* Remove archivers/zlib in favor of base system bundled version.delphij2012-07-194-50/+0
| | | | | PR: ports/169955 Approved by: maintainer
* Update to 1.26ehaupt2012-07-183-17/+15
|
* Fix missing newline at end of filezeising2012-07-181-1/+1
| | | | Approved by: kwm (mentor), maintainer (timeout) fixing previous commit.
* - Avoid warning of update-desktop-database command, when we deleteolivierd2012-07-182-17/+19
| | | | | | | | application (.desktop file). - Convert to new options framework PR: 163924 Approved by: miwi, rene (mentors), maintainer timeout (6 months)
* - Update to 0.0932sunpoet2012-07-133-10/+14
| | | | | | | - Add LICENSE - Align PERL_LEVEL check to stable Perl releases (lang/perl5.*) Changes: http://search.cpan.org/dist/Archive-Any/Changes
* Fixed bug #55544 (ob_gzhandler always conflicts withale2012-07-092-0/+11
| | | | | | | zlib.output_compression). PR: ports/169637 Submitted by: Andrei Lavreniyuk <andy.lavr@gmail.com>
* Update to 1.2.7 to fix build with clang.zeising2012-07-092-4/+4
| | | | | | PR: ports/169349 Submitted by: me Approved by: maintainer timeout (16 days), miwi (mentor)
* Add USE_CSTD=gnu89 to fix linking when building with clangpawel2012-07-061-0/+1
|
* Move to OPTIONSnggarga2012-07-031-5/+7
|
* - set MAINTAINER ro ruby@dinoex2012-06-291-1/+1
|
* - reset MAINTAINERdinoex2012-06-262-2/+2
|
* Update to 5.4.4 release and switch to OptionsNG.ale2012-06-192-19/+0
|
* Fix build on FreeBSD 7.xjohans2012-06-181-8/+8
| | | | Reported by: pav (pointyhat)
* - Update rpm to 4.10johans2012-06-164-29/+131
| | | | | | | | | http://rpm.org/wiki/Releases/4.10.0 - Remove unneeded library version numbers - Remove patch file that's no longer relevant - Register conflict with rpm 5.x - Convert to new options framework - Note: shared library version got bumped
* - Switch to OptionsNgmartymac2012-06-151-4/+6
| | | | | - Un-version LIB_DEPENDS - Swap LICENSE and *_DEPENDS to make portlint happy
* Switch to OptionsNgmartymac2012-06-151-1/+3
|
* KDE/FreeBSD team presents KDE SC 4.8.4, probably the last release in 4.8.x ↵makc2012-06-151-2/+2
| | | | | | series. Official announcement: http://kde.org/announcements/announce-4.8.4.php
* Register CONFLICTSehaupt2012-06-111-0/+3
| | | | Submitted by: "Sulev-Madis 'ketas' Silber" <madis555@hot.ee> (via mail)
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orswills2012-06-113-3/+3
| | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi)
* - Update to 1.5.5miwi2012-06-102-44/+15
| | | | - Convert to optionNG
* - Fix build for php54miwi2012-06-092-2/+12
| | | | | PR: 168741 Submitted by: Valery Komarov <komarov@valerka.net>
* - update to 1.4dinoex2012-06-093-11/+19
|
* Convert my ports to optionsNGpawel2012-06-082-2/+4
|
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4miwi2012-06-061-2/+1
| | | | Review by: bapt, David Naylor (kde team)
* - Update MASTER_SITESsylvio2012-06-062-6/+11
| | | | | | | | - Add LICENSE - Add MAKE_JOBS_SAFE PR: ports/168587 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Remove SITE_PERL from *_DEPENDSaz2012-06-061-1/+1
|
* - Remove SITE_PERL from *_DEPENDSjadawin2012-06-051-1/+1
| | | | Submitted by: az@
* - Update to 1.88jadawin2012-06-052-6/+9
| | | | | - Changelog: http://cpansearch.perl.org/src/BINGOS/Archive-Tar-1.88/CHANGES - Convert to the new options framework
* - Convert to optionNGmiwi2012-06-041-2/+5
|
* - Update to 0.2.2.1pgj2012-06-043-6/+7
| | | | Obtained from: FreeBSD Haskell
* - Update to 0.1.0.1pgj2012-06-043-4/+5
| | | | Obtained from: FreeBSD Haskell
* - Update to 0.5.3.3pgj2012-06-043-11/+12
| | | | Obtained from: FreeBSD Haskell
* - Update to 0.1.1.8pgj2012-06-043-8/+7
| | | | Obtained from: FreeBSD Haskell
* - Update to 0.4.0.0pgj2012-06-042-3/+3
| | | | Obtained from: FreeBSD Haskell
* - Update The Glorious Glasgow Haskell Compiler to version 7.4.1pgj2012-06-041-0/+1
| | | | | | | | | | | Please note that port revision for all the Haskell ports without version changes are also bumped. Other per-port updates are coming soon (in separate commits)! In addition to that, separate -docs ports are no longer needed so they are now removed. Thanks ashish@ for the assistance. Obtained from: FreeBSD Haskell
* Streaming compression/decompression via conduits.pgj2012-06-043-0/+24
| | | | | | WWW: http://github.com/snoyberg/conduit Obtained from: FreeBSD Haskell
* - add CONFLICTSdinoex2012-06-032-0/+4
| | | | Suggested by: ketas
* Set maintainership back to ports@cs2012-06-031-1/+1
|
* Fix integer overflow.ale2012-06-022-0/+19
|
* Correct previous commit: now use the real patch,johans2012-06-011-34/+30
| | | | | | | rather than a patch of the patch to update the port Reported by: fluffy Pointyhat to: johans
* - update png to 1.5.10dinoex2012-06-019-8/+9
|
* Add patch to fix compilation on CURRENT (10.x)johans2012-06-011-0/+34
| | | | | PR; ports/168463 Submitted by: Rodrigo OSORIO <rodrigo@bebik.net>
* Update my email address.tj2012-06-012-2/+2
| | | | Approved by: eadler (mentor)
* - Fix sanity checkmiwi2012-05-311-1/+1
|
* - Convert complete XFCE to new options frameworkmiwi2012-05-311-3/+3
| | | | | | | | | | | While here some extra work: - Remove 6.X gruft - Correct NOPORTDOCS - Pet portlint - Whitespaces fixes Reviewed by: beat, bapt (thx!)
* - Welcome XFCE 4.10 to the portstree!miwi2012-05-262-5/+8
| | | | | | | Special Thanks to: rene, Olivier Duchateau <duchateau.olivier@gmail.com> Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> Tested by: phw
* - Update to 1.86jadawin2012-05-252-3/+3
| | | | - Changelog: http://cpansearch.perl.org/src/BINGOS/Archive-Tar-1.86/CHANGES
* KDE/FreeBSD team presents long awaited KDE SC 4.8.3!makc2012-05-255-331/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | kdeaccessibility4 and kdeutils4 are now meta ports. deskutils/kdepim4 updated to match KDE SC version, old kdepim preserved in deskutils/kdepim44. Follow UPDATING instruction! New ports: - accessibility/kaccessible - accessibility/kmag - accessibility/kmousetool - accessibility/kmouth - archivers/ark - comms/kremotecontrol - deskutils/kcharselect - deskutils/kdepim44 - deskutils/kdepim44-runtime - deskutils/superkaramba - devel/kdebindings4-perl-perlkde - devel/kdebindings4-perl-perlqt - math/analitza - math/kcalc - misc/kde4-l10n-fa - security/kgpg-kde4 - security/kwallet - sysutils/kdf - sysutils/kfloppy - sysutils/sweeper - vietnamese/kde4-l10n - x11-clocks/ktimer - x11/kactivities - x11/libkonq Removed ports: - devel/kdebindings4-kross-interpreters - devel/kdebindings4-python - devel/kdebindings4-ruby - devel/kdebindings4-smoke
* - Respect Prefixmiwi2012-05-211-4/+5
| | | | Approved by: maintainer via IM
* Remove pecl-bz2, since it's included in all supported php releases.ale2012-05-204-32/+0
|
* Mark IGNORE with php 5.4 and set 5.3 as default.ale2012-05-203-1/+6
| | | | | Reported by: pav Pointyhat to: me
* readd php 5.3.13 and all its modules as php53*flo2012-05-168-0/+122
|
* Update to 1.0.7mm2012-05-162-3/+3
|
* zlib is designed to be a free, general-purpose, legally unencumbered -- that is,miwi2012-05-164-0/+49
| | | | | | | | | | | | | | | not covered by any patents -- lossless data-compression library for use on virtually any computer hardware and operating system. The zlib data format is itself portable across platforms. Unlike the LZW compression method used in Unix compress(1) and in the GIF image format, the compression method currently used in zlib essentially never expands the data. (LZW can double or triple the file size in extreme cases.) zlib's memory footprint is also independent of the input data and can be reduced, if necessary, at some cost in compression. WWW: http://zlib.net/ PR: ports/166991 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
* - Pass maintainership to submittertabthorpe2012-05-162-2/+2
| | | | | PR: ports/167937 Submitted by: Tom Judge <tom@tomjudge.com>
* - Fix patch for unrar 4.20 Beta 1sunpoet2012-05-151-9/+9
| | | | Approved by: maintainer (implicit)
* - Update to 4.20 Beta 1sunpoet2012-05-152-5/+4
|
* Respect STRIP (eg. if WITH_DEBUG is defined)ehaupt2012-05-151-0/+1
| | | | | PR: 167816 Submitted by: Jan Beich <jbeich@tormail.org>
* - Respect STRIPsunpoet2012-05-151-0/+1
| | | | | PR: ports/167815 Submitted by: Jan Beich <jbeich@tormail.org>
* 2012-05-10 archivers/php4-bz2: php4 is EOLedbapt2012-05-126-74/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2012-05-10 archivers/php4-zlib: php4 is EOLed 2012-05-10 converters/php4-iconv: php4 is EOLed 2012-05-10 converters/php4-mbstring: php4 is EOLed 2012-05-10 converters/php4-recode: php4 is EOLed 2012-05-10 databases/php4-dba: php4 is EOLed 2012-05-10 databases/php4-dbase: php4 is EOLed 2012-05-10 databases/php4-dbx: php4 is EOLed 2012-05-10 databases/php4-filepro: php4 is EOLed 2012-05-10 databases/php4-interbase: php4 is EOLed 2012-05-10 databases/php4-mssql: php4 is EOLed 2012-05-10 databases/php4-mysql: php4 is EOLed 2012-05-10 databases/php4-odbc: php4 is EOLed 2012-05-10 databases/php4-oracle: php4 is EOLed 2012-05-10 databases/php4-pgsql: php4 is EOLed databases/php4-rrdtool: php4 is EOLed 2012-05-10 databases/php4-sybase_ct: php4 is EOLed 2012-05-10 devel/php4-dio: php4 is EOLed 2012-05-10 devel/php4-gettext: php4 is EOLed 2012-05-10 devel/php4-mcve: php4 is EOLed 2012-05-10 devel/php4-ncurses: php4 is EOLed 2012-05-10 devel/php4-pcntl: php4 is EOLed 2012-05-10 devel/php4-pcre: php4 is EOLed 2012-05-10 devel/php4-readline: php4 is EOLed 2012-05-10 devel/php4-shmop: php4 is EOLed 2012-05-10 devel/php4-sysvmsg: php4 is EOLed 2012-05-10 devel/php4-sysvsem: php4 is EOLed 2012-05-10 devel/php4-sysvshm: php4 is EOLed 2012-05-10 devel/php4-tokenizer: php4 is EOLed 2012-05-10 finance/php4-pfpro: php4 is EOLed 2012-05-10 ftp/php4-curl: php4 is EOLed 2012-05-10 ftp/php4-ftp: php4 is EOLed 2012-05-10 graphics/php4-chartdirector: php4 is EOLed 2012-05-10 graphics/php4-exif: php4 is EOLed 2012-05-10 graphics/php4-gd: php4 is EOLed lang/php4: php4 is EOLed 2012-05-10 lang/php4-extensions: php4 is EOLed 2012-05-10 lang/php4-overload: php4 is EOLed 2012-05-10 mail/php4-imap: php4 is EOLed 2012-05-10 math/php4-bcmath: php4 is EOLed 2012-05-10 math/php4-gmp: php4 is EOLed 2012-05-10 misc/php4-calendar: php4 is EOLed 2012-05-10 misc/php4-mcal: php4 is EOLed 2012-05-10 net/php4-ldap: php4 is EOLed 2012-05-10 net/php4-sockets: php4 is EOLed 2012-05-10 net/php4-xmlrpc: php4 is EOLed 2012-05-10 net/php4-yp: php4 is EOLed 2012-05-10 net-mgmt/php4-snmp: php4 is EOLed 2012-05-10 security/php4-crack: php4 is EOLed 2012-05-10 security/php4-mcrypt: php4 is EOLed 2012-05-10 security/php4-mhash: php4 is EOLed 2012-05-10 security/php4-openssl: php4 is EOLed 2012-05-10 sysutils/php4-posix: php4 is EOLed 2012-05-10 textproc/php4-ctype: php4 is EOLed 2012-05-10 textproc/php4-domxml: php4 is EOLed 2012-05-10 textproc/php4-pspell: php4 is EOLed 2012-05-10 textproc/php4-wddx: php4 is EOLed 2012-05-10 textproc/php4-xml: php4 is EOLed 2012-05-10 textproc/php4-xslt: php4 is EOLed 2012-05-10 www/php4-session: php4 is EOLed 2012-05-10 archivers/pecl-zip: php4 is EOLed 2012-05-10 databases/pecl-sqlite: php4 is EOLed 2012-05-11 devel/pear-XML_XPath: php4 is EOLed 2012-05-11 devel/pecl-json: php4 is EOLed 2012-05-10 www/pecl-tidy: php4 is EOLed 2012-05-10 www/php-dyn: php4 is EOLed 2012-05-11 security/pecl-hash: php4 is EOLed 2012-05-11 net/phpldapadmin098: php4 is EOLed graphics/jpgraph: php4 is EOLed
* - Update to 2.054sunpoet2012-05-094-20/+4
| | | | | | | - Use bundled zlib (1.2.7) instead of the one in src tree (1.2.5, src/lib/libz) - Update pkg-descr Changes: http://search.cpan.org/dist/Compress-Raw-Zlib/Changes
* - Update to 1.13sylvio2012-05-082-6/+5
|
* Pass maintainership of almost of my "p5-*" ports to "perl@".skv2012-05-072-2/+2
| | | | (I hope updating of them will be improved).
* - Update to 2.053sunpoet2012-05-072-3/+3
| | | | Changes: http://search.cpan.org/dist/Compress-Raw-Zlib/Changes
* - Assign clsung's p5- ports to perl@swills2012-05-015-5/+5
| | | | Approved by: clsung via IRC
* - Update to 2.052sunpoet2012-04-302-5/+5
| | | | Changes: http://search.cpan.org/dist/IO-Compress-Lzop/Changes
* - Update to 2.052sunpoet2012-04-302-7/+7
| | | | Changes: http://search.cpan.org/dist/IO-Compress-Lzma/Changes
* - Update to 2.052sunpoet2012-04-302-5/+5
| | | | Changes: http://search.cpan.org/dist/IO-Compress-Lzf/Changes
* - Update to 2.052sunpoet2012-04-302-7/+7
| | | | Changes: http://search.cpan.org/dist/IO-Compress/Changes
* - Update to 2.052sunpoet2012-04-302-3/+3
| | | | Changes: http://search.cpan.org/dist/Compress-Raw-Zlib/Changes
* - Update to 2.052sunpoet2012-04-302-3/+3
| | | | Changes: http://search.cpan.org/dist/Compress-Raw-Lzma/Changes
* - Update to 2.052sunpoet2012-04-302-3/+3
| | | | Changes: http://search.cpan.org/dist/Compress-Raw-Bzip2/Changes
* - Add OPTIONS OPENSSL_AES: use OpenSSL implementation of AES instead of bundledsunpoet2012-04-254-1/+127
| | | | | | | | one to speed up extraction of encrypted archives - Bump PORTREVISION for package change PR: ports/166968 (based on) Submitted by: naddy
* update zpsfx to 1.01bf2012-04-223-6/+46
|
* - Add p5-Compress-Snappy 0.18sunpoet2012-04-195-0/+48
| | | | | | | | | | | | Compress::Snappy provides an interface to Google's Snappy (de)compressor. Snappy does not aim for maximum compression, or compatibility with any other compression library; instead, it aims for very high speeds and reasonable compression. For instance, compared to the fastest mode of zlib, Snappy is an order of magnitude faster for most inputs, but the resulting compressed files are anywhere from 20% to 100% bigger. WWW: http://search.cpan.org/dist/Compress-Snappy/
* Set the expiration date for all ports which depend upon linux_base-fc4 tonetchild2012-04-152-0/+4
| | | | | | | | | | | | | the EoL of the last 7.x release. The 7.x branch is the only supported FreeBSD version not yet at his EoL which needs a linux 2.4 based linuxulator environment (linux_base-f10 doesn't work there). I didn't bump the portrevision, this is mostly done as a hint for ports committers to tell them that at least the emulation@-owned ports need to stay until then (even the forbidden ones). The dependent ports need to go at the same time, but are free to be deleted before. Discussed with: bsam
* php4 is EOLed, let's deprecate itbapt2012-04-123-0/+9
| | | | Approved by: ale (maintainer by private mail)
* . Update to 3.0.4.glewis2012-04-092-4/+4
| | | | Feature safe: yes
* - Update to version 1.15.8.12 (squeeze stable branch)pawel2012-04-0710-404/+375
| | | | | | | | | | - Disable compile warnings, it needs more recent gcc to work - Move manpages declarations to Makefile.man - Remove some useless dirrmtry's of locale dirs, they are now in /etc/mtree/BSD.local.dist - Use dirrm instead of dirrmtry on dirs specific to this package Feature safe: yes
* Update rpm4 to 4.9.1.3johans2012-04-062-4/+3
| | | | Feature safe: yes
* Update to bugfix release 0.10.1:makc2012-04-032-3/+3
| | | | | | | - fixed CVE-2012-1162 - fixed CVE-2012-1163 Feature safe: yes
* update zpaq to v4.04bf2012-03-312-4/+4
| | | | Feature safe: yes
* Update to 2.2.4, which also fixes a possible DoS issue.delphij2012-03-162-3/+3
| | | | | | Requested by: wosch to secteam@ Approved by: maintainer Feature safe: yes
* Upgrade to 1.0.5.vanilla2012-03-153-3/+4
| | | | Feature safe: yes
* - Revert ports/165605 as requested by portmgr@pgollucci2012-03-149-6/+72
| | | | | | | | | Note: devel/p5-B-Size and devel/p5-Devel-Arena where intentionally not restored. PR: ports/165605 Approved by: portmgr (bapt) Feature safe: yes (I sure hope so)
* - Update to 4.1.1gabor2012-03-132-3/+8
| | | | | | | | - Add LICENSE information PR: ports/165269 Submitted by: Svyatoslav Lempert <svyatoslav.lempert@gmail.com> Feature safe: yes
* - Update to 0.5.0tota2012-03-092-3/+3
|
* - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, ↵pgollucci2012-03-099-72/+6
| | | | | | | | | | | | | | | devel/p5-Devel-Arena) - Remove conditionals for PERL_LEVEL < 501200 - Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk - Other minor cleanups RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS} PR: ports/165605 Submitted by: pgollucci (myself) Approved by: portmgr (linimon) Exp Run by: linimon Tested by: make index
* - Update to 1.84jadawin2012-03-052-3/+3
| | | | - Changelog: http://cpansearch.perl.org/src/BINGOS/Archive-Tar-1.84/CHANGES
* Update MASTER_SITESak2012-03-031-1/+3
| | | | Approved by: eadler (mentor)
* Update maintainer email in my portsak2012-03-031-1/+1
| | | | Approved by: eadler (mentor)
* - Chase libarchive shlib bumppav2012-03-031-2/+2
| | | | | Reported by: pointyhat Pointy hat to: glewis
* . Update to 3.0.3.glewis2012-02-262-7/+39
| | | | | PR: 165291 Submitted by: mm@
* - Update to 2.051sunpoet2012-02-242-3/+3
| | | | Changes: http://search.cpan.org/dist/Compress-Raw-Zlib/Changes
* - Update to 2.050sunpoet2012-02-222-3/+3
| | | | Changes: http://search.cpan.org/dist/Compress-Raw-Zlib/Changes
* - Update to 0.60sunpoet2012-02-212-3/+3
| | | | Changes: http://search.cpan.org/dist/Archive-Extract/CHANGES
* - Update to 2.049sunpoet2012-02-192-5/+5
| | | | Changes: http://search.cpan.org/dist/IO-Compress-Lzop/Changes
* - Update to 2.049sunpoet2012-02-192-7/+7
| | | | Changes: http://search.cpan.org/dist/IO-Compress-Lzma/Changes
* - Update to 2.049sunpoet2012-02-192-5/+5
| | | | Changes: http://search.cpan.org/dist/IO-Compress-Lzf/Changes
* - Update to 2.049sunpoet2012-02-192-7/+7
| | | | Changes: http://search.cpan.org/dist/IO-Compress/Changes
* - Update to 2.049sunpoet2012-02-192-3/+3
| | | | Changes: http://search.cpan.org/dist/Compress-Raw-Zlib/Changes
* - Update to 2.049sunpoet2012-02-192-3/+3
| | | | Changes: http://search.cpan.org/dist/Compress-Raw-Lzma/Changes
* - Update to 2.049sunpoet2012-02-192-3/+3
| | | | Changes: http://search.cpan.org/dist/Compress-Raw-Bzip2/Changes
* - Update to 4.10sunpoet2012-02-192-11/+12
| | | | | - Add my LOCAL to MASTER_SITES - Cosmetic change
* - Bump PORTREVISION to chase the update of multimedia/libvpxashish2012-02-161-0/+1
|
* - Update to 0.38sunpoet2012-02-152-4/+5
| | | | Changes: http://search.cpan.org/dist/Archive-Extract-Libarchive/CHANGES
* Bump pcre library dependency due to 8.30 updatemm2012-02-141-1/+2
|
* - Update to 0.3.2.0pgj2012-02-132-5/+4
| | | | Obtained from: FreeBSD Haskell
* - Connect all the previously added hs- ports to the buildpgj2012-02-131-0/+2
| | | | Obtained from: FreeBSD Haskell
* - Please welcome GHC 7.0.4pgj2012-02-132-2/+2
| | | | | | | | | | | | | GHC in the ports tree has been updated to version 7.0.4 and the port revision for all the Haskell ports without version changes are bumped. Other per-port updates are coming soon. This update also incorporates some improvements for bsd.cabal.mk that makes working with Haskell ports even easier. Thanks ashish@ for the help! Obtained from: FreeBSD Haskell
* The zlib-enum package is a stop-gap to provide enumeratees for zlibpgj2012-02-133-0/+26
| | | | | | | | compression and decompression. WWW: http://github.com/maltem/zlib-enum Obtained from: FreeBSD Haskell
* This package contains low-level bindigs to the zlib package.pgj2012-02-133-0/+24
| | | | | | WWW: http://github.com/snoyberg/zlib-bindings Obtained from: FreeBSD Haskell
* - Switch to .tar.gz distfile (contents are identical, but new file is a bitdanfe2012-02-122-18/+20
| | | | | | | | | | smaller and does not require external EXTRACT_DEPENDS) - Do not hardcode list of programs twice, use ${PLIST_FILES:T} second time - Use official spelling of PKZIP in COMMENT - Unsplit PLIST_FILES definitions (join into one line) similar to MAN1 - Install seemingly useful documentation files - Pacify portlint(1) and cleanup things a bit - Canonicalize and reformat Makefile header while I am here
* - Fix bad work with data types between architectures which resulted indanfe2012-02-122-0/+37
| | | | | | | | | immediate segfault when being run on e.g. amd64 - Fix wrong length when reading block into structure (probably a typo) - Other minor non-functional fixes PR: ports/161664 Submitted by: Cray Elliott
* - Add TEST_DEPENDSpgollucci2012-02-121-1/+4
| | | | | | | | - expand BUILD_DEPENDS PR: ports/164112 Submitted by: swills Approved by: maintainer timeout (clsung ; 28 days)
* Remove whitespace after b.p.m to help reduce false postives when searching ↵eadler2012-02-081-1/+0
| | | | | | | | for other junk after b.p.m Trivial non-functional change so maintainer not contacted Submitted by: Alex Kozlov
* update to 20120202, which adds support for the ZPAQ level 2 standardbf2012-02-063-13/+21
|
* - Update to 2.048sunpoet2012-01-302-5/+10
| | | | | | | - Add LICENSE - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/IO-Compress-Lzop/Changes
* - Update to 2.048sunpoet2012-01-302-7/+14
| | | | | | | - Add LICENSE - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/IO-Compress-Lzma/Changes
* - Update to 2.048sunpoet2012-01-302-5/+10
| | | | | | | - Add LICENSE - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/IO-Compress-Lzf/Changes
* - Update to 2.048sunpoet2012-01-302-7/+7
| | | | | | - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/IO-Compress/Changes
* - Update to 2.048sunpoet2012-01-302-3/+5
| | | | | | - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/Compress-Raw-Zlib/Changes
* - Update to 2.048sunpoet2012-01-302-4/+9
| | | | | | | - Add LICENSE - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/Compress-Raw-Lzma/Changes
* - Update to 2.048sunpoet2012-01-302-3/+5
| | | | | | - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/Compress-Raw-Bzip2/Changes
* - Respect CXX/CXXFLAGSmiwi2012-01-281-0/+1
| | | | | | PR: 163249 Submitted by: Jan Beich <jbeich@tormail.net> Approved by: maintainer timeout
* The KDE/FreeBSD team is pleased to announce KDE SC 4.7.4, whichavilla2012-01-252-3/+3
| | | | | | | | | | concludes the 4.7 series. The official release notes can be found at: http://kde.org/announcements/announce-4.7.4.php PR: 162216 PR: 163662
* - Forgot to bump PORTREVISION in previous commit, needed due to plist changeswills2012-01-241-1/+1
|
* - Fix buildswills2012-01-242-90/+0
|
* - Add support for new InstallShield header format instead of calling abort()danfe2012-01-182-3/+216
| | | | | | | | | | | | (sic!) on such files. When header format could not be detected, try to use the newest algorithm instead the oldest one; this should make the port more "future proof" - Allow to specify header format via command line (-i <version>) to override default detection logic - Bump port revision and reformat Makefile header while I am here Obtained from: SynCE bug tracker at sf.net (ID: 3163039) Approved by: maintainer (sunpoet)
* - Fix build after removal of hardcoded CXX/CXXFLAGSsunpoet2012-01-162-16/+2
| | | | | Submitted by: sunpoet (myself) Approved by: Yar <yarodin@gmail.com> (maintainer)
* Update to 3.08fjoe2012-01-163-7/+7
| | | | | PR: 163856 Submitted by: sunpoet@
* - Update devel/tbb to 4.0.0martymac2012-01-161-2/+2
| | | | - Bump dependent ports' revisions
* - Update to 0.608miwi2012-01-153-16/+5
| | | | | PR: 164117 Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
* - Didn't reinstall documentation/fceux.6 as intended.scheidell2012-01-131-2/+2
| | | | | | | | - maintainer asked committer to submit the patch due to maintainer's schedule PR: ports/163510 Submitted by: A.J. Kehoe IV (Nanoman)" <ibxht163@nanoman.ca> Approved by: maintainer (timeout, 22 days), gabor (mentor, implicit)
* - Update to 2.0.2pgollucci2012-01-132-3/+3
| | | | | | | PR: ports/163376 Submitted by: myself (pgollucci) Approved by: maintainer timeout (hhyou@cs.nctu.edu.tw ; 26 days) Sponsored by: RideCharge Inc. / TaxiMagic
* LASzip is a compression library for compressing ASPRS LAS format data. It hascs2012-01-125-0/+49
| | | | | | | | | | | | | | | been provided as an LGPL-licensed stand-alone software library to allow other softwares that handle LAS data to read and write LASzip-compressed data. The BSD-licensed libLAS and the LGPL-licensed LASlib can take advantage of LASzip to read and write compressed data. LASzip is completely lossless. It compresses bulky LAS files into compact LAZ files that are only 10-20 percent of the original size, accurately preserving every single bit. PR: ports/163956 Submitted by: Rainer Hurling <rhurlin@gwdg.de> Approved by: glarkin@ (mentor)
* - Remove outdated version checkseadler2012-01-091-4/+0
| | | | Reviewed by: nox
* - Respect CXX/CXXFLAGSsunpoet2012-01-081-0/+3
| | | | Submitted by: osa
* - Update to 4.10 Beta 3sunpoet2012-01-062-4/+4
|
* - Update to 2.046sunpoet2011-12-282-3/+5
| | | | | | - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/IO-Compress/Changes
* Pacify portlintehaupt2011-12-275-5/+10
| | | | Feature safe: yes
* - Patch zoo to work properly when modifying existing archives on 64-bitgabor2011-12-2214-306/+228
| | | | | | | | systems - Bump PORTREVISION PR: ports/162804 Submitted by: Carl Johnson <carlj@peak.org>
* Fix clang compile issue.vanilla2011-12-221-0/+11
|
* Fix clang issue.vanilla2011-12-222-0/+22
|
* update to 20111221 (libzpaq 4.01, zpaq 4.03)bf2011-12-223-20/+16
|
* Update MASTER_SITES to take advantage of latest CHEESESHOP mirrors and add ↵jgh2011-12-221-1/+2
| | | | | | | MASTER_SITE_SUBDIR Submitted by: jgh Approved by: David Naylor (maintainer via email) , crees (mentor)
* - Point at the homepage consistently as defined by rubygems.orgpgollucci2011-12-201-1/+1
|
* Try to build this on the cluster, now that it has been updated to lzo2.linimon2011-12-111-2/+0
| | | | | Feature safe: yes Hat: portmgr
* - Fix library linkingsunpoet2011-12-062-3/+12
| | | | | | | | - Bump PORTREVISION for package change Submitted by: sunpoet (myself) Approved by: clsung (maintainer, via IRC) Feature safe: yes
* update to 20111128 (zpaq 4.02)bf2011-12-052-4/+4
| | | | Feature safe: yes
* - Update to 2.045sunpoet2011-12-052-5/+5
| | | | | Changes: http://search.cpan.org/dist/IO-Compress-Lzop/Changes Feature safe: yes
* - Update to 2.045sunpoet2011-12-052-7/+7
| | | | | Changes: http://search.cpan.org/dist/IO-Compress-Lzma/Changes Feature safe: yes
* - Update to 2.045sunpoet2011-12-052-5/+5
| | | | | Changes: http://search.cpan.org/dist/IO-Compress-Lzf/Changes Feature safe: yes
* - Update to 2.045sunpoet2011-12-053-7/+11
| | | | | Changes: http://search.cpan.org/dist/IO-Compress/Changes Feature safe: yes
* - Update to 2.045sunpoet2011-12-052-3/+3
| | | | | Changes: http://search.cpan.org/dist/Compress-Raw-Zlib/Changes Feature safe: yes
* - Update to 2.045sunpoet2011-12-052-3/+3
| | | | | Changes: http://search.cpan.org/dist/Compress-Raw-Lzma/Changes Feature safe: yes
* - Update to 2.045sunpoet2011-12-052-3/+3
| | | | | Changes: http://search.cpan.org/dist/Compress-Raw-Bzip2/Changes Feature safe: yes
* - Fix plist when python is not selected [1]johans2011-12-051-14/+13
| | | | | | | - Aggregate variable settings Reported by: Peter <pmc@citylink.dinoex.sub.org> [1] Feature safe: yes
* update to 20111126: x86*-only JIT that doesn't require a c++ compiler,bf2011-11-294-57/+76
| | | | | | merge of zp and zpaq Feature safe: yes
* Add php5-phar extension.ale2011-11-254-0/+67
| | | | | | PR: ports/162807 Submitted by: Oleg Pudeyev <oleg@bsdpower.com> Feature safe: yes
* Update to 1.0.6mm2011-11-242-3/+3
| | | | Feature safe: yes
* - Update to 1.82jadawin2011-11-222-3/+3
| | | | | | - Changelog: http://cpansearch.perl.org/src/BINGOS/Archive-Tar-1.82/CHANGES Feature safe: yes
* Update to 0.35lth2011-11-222-3/+3
| | | | Feature safe: yes
* - Update to 2.043sunpoet2011-11-212-5/+5
| | | | | Changes: http://search.cpan.org/dist/IO-Compress-Lzop/Changes Feature safe: yes
* - Update to 2.043sunpoet2011-11-212-7/+7
| | | | | Changes: http://search.cpan.org/dist/IO-Compress-Lzma/Changes Feature safe: yes
* - Update to 2.043sunpoet2011-11-212-5/+5
| | | | | Changes: http://search.cpan.org/dist/IO-Compress-Lzf/Changes Feature safe: yes
* - Update to 2.043sunpoet2011-11-212-7/+7
| | | | | Changes: http://search.cpan.org/dist/IO-Compress/Changes Feature safe: yes
* - Update to 2.043sunpoet2011-11-212-3/+3
| | | | | Changes: http://search.cpan.org/dist/Compress-Raw-Zlib/Changes Feature safe: yes
* - Update to 2.043sunpoet2011-11-212-3/+3
| | | | | Changes: http://search.cpan.org/dist/Compress-Raw-Lzma/Changes Feature safe: yes
* - Update to 2.043sunpoet2011-11-212-3/+3
| | | | | Changes: http://search.cpan.org/dist/Compress-Raw-Bzip2/Changes Feature safe: yes
* . Update to 2.8.5.glewis2011-11-202-4/+3
| | | | Feature safe: yes
* Remove trailing whitespaces.ehaupt2011-11-191-1/+1
| | | | Feature safe: yes
* - Update to 2.042sunpoet2011-11-182-5/+5
| | | | | Changes: http://search.cpan.org/dist/p5-IO-Compress-Lzop/Changes Feature safe: yes
* - Update to 2.042sunpoet2011-11-182-7/+7
| | | | | Changes: http://search.cpan.org/dist/p5-IO-Compress-Lzma/Changes Feature safe: yes
* - Update to 2.042sunpoet2011-11-182-5/+5
| | | | | Changes: http://search.cpan.org/dist/p5-IO-Compress-Lzf/Changes Feature safe: yes
* - Update to 2.042sunpoet2011-11-182-7/+7
| | | | | Changes: http://search.cpan.org/dist/p5-IO-Compress/Changes Feature safe: yes
* - Update to 2.042sunpoet2011-11-182-3/+3
| | | | | Changes: http://search.cpan.org/dist/p5-Compress-Raw-Zlib/Changes Feature safe: yes
* - Update to 2.042sunpoet2011-11-182-4/+4
| | | | | | | - Use += for LIB_DEPENDS to eliminate portlint warning Changes: http://search.cpan.org/dist/p5-Compress-Raw-Lzma/Changes Feature safe: yes
* - Update to 2.042sunpoet2011-11-182-3/+3
| | | | | Changes: http://search.cpan.org/dist/p5-Compress-Raw-Bzip2/Changes Feature safe: yes
* - Fix gshar.1 and gunshar.1garga2011-11-171-2/+22
| | | | | | | | - Pet portlint PR: ports/161761 Submitted by: Takefu <takefu@airport.fm> Feature safe: yes
* Fix conflicting glob_t definitions, which triggered a crashjohans2011-11-152-0/+19
| | | | | | | | when importing the rpm4 module in Python. PR: ports/162483 Submitted by: Sean Mitchell <smitchell@hcn-inc.com> Feature safe: yes
* The KDE on FreeBSD team is pleased to update the KDE4 ports to 4.7.3.rakuco2011-11-141-2/+2
| | | | | | | | | | | This is an incremental update and should be much easier to handle than the transition from 4.6.5 to 4.7.2 in the ports tree. The official release notes can be found at http://www.kde.org/announcements/announce-4.7.3.php. Approved by: avilla (mentor), makc (mentor), portmgr (miwi) Feature safe: yes
* - Update to 1.25ehaupt2011-11-115-181/+15
| | | | | | | - Fix build on any non amd64 arch Notified by: linimon Feature safe: yes
* Mark as broken everywhere except amd64: fails to link.linimon2011-11-101-1/+7
| | | | | Hat: portmgr Feature safe: yes
* Freshmeat is now called Freecode. Change all freshmeat.net URLs for toehaupt2011-11-101-1/+1
| | | | freecode.com (for ports@ and ehaupt@).
* - Remove WITH_FBSD10_FIX, is no longer neededmiwi2011-11-095-6/+0
|
* - Get rid FreeBSD 6.X supportmiwi2011-11-073-19/+0
|
* - Update to 1.1.6miwi2011-11-062-3/+3
|
* - Fix depend versions according to rubygems.org [again]pgollucci2011-11-031-1/+1
| | | | | With Hat: ruby@ Tested by: P6 TB Full rubygem run
* Send ports@ ruby ports over ruby@pgollucci2011-11-022-2/+2
| | | | most of these were from stas@
* x11-toolkits/gambas2-gb-qt has been broken for over a year.dougb2011-11-015-42/+0
| | | | Remove it, and the ports that depend on it.
* - Update to 0.37sunpoet2011-10-302-3/+6
| | | | Changes: http://search.cpan.org/dist/Archive-Extract-Libarchive/CHANGES
* - Update to 0.36sunpoet2011-10-302-3/+3
| | | | Changes: http://search.cpan.org/dist/Archive-Extract-Libarchive/CHANGES
* - Update to 2.041sunpoet2011-10-302-3/+3
| | | | Changes: http://search.cpan.org/dist/p5-IO-Compress-Lzma/Changes
* - Fix build on FreeBSD 10miwi2011-10-304-0/+5
|
* - Fix build on FreeBSD 10miwi2011-10-291-0/+1
|
* - Update to 2.040sunpoet2011-10-292-5/+5
| | | | Changes: http://search.cpan.org/dist/p5-IO-Compress-Lzop/Changes
* - Update to 2.040sunpoet2011-10-292-7/+7
| | | | Changes: http://search.cpan.org/dist/p5-IO-Compress-Lzma/Changes
* - Update to 2.040sunpoet2011-10-292-5/+5
| | | | Changes: http://search.cpan.org/dist/p5-IO-Compress-Lzf/Changes
* - Update to 2.040sunpoet2011-10-292-7/+7
| | | | Changes: http://search.cpan.org/dist/p5-IO-Compress/Changes
* - Update to 2.040sunpoet2011-10-292-3/+3
| | | | Changes: http://search.cpan.org/dist/p5-Compress-Raw-Zlib/Changes
* - Update to 2.040sunpoet2011-10-292-3/+3
| | | | Changes: http://search.cpan.org/dist/p5-Compress-Raw-Lzma/Changes
* - Update to 2.040sunpoet2011-10-292-3/+3
| | | | Changes: http://search.cpan.org/dist/p5-Compress-Raw-Bzip2/Changes
* - Update to 2.039sunpoet2011-10-292-6/+6
| | | | | | - Add space in COMMENTS to eliminate portlint warning Changes: http://search.cpan.org/dist/IO-Compress-Lzop/Changes
* - Update to 2.039sunpoet2011-10-292-8/+8
| | | | | | - Add space in COMMENTS to eliminate portlint warning Changes: http://search.cpan.org/dist/IO-Compress-Lzma/Changes
* - Update to 2.039sunpoet2011-10-292-6/+6
| | | | | | - Add space in COMMENTS to eliminate portlint warning Changes: http://search.cpan.org/dist/IO-Compress-Lzf/Changes
* - Update to 2.039sunpoet2011-10-292-7/+7
| | | | Changes: http://search.cpan.org/dist/IO-Compress/Changes
* - Update to 2.039sunpoet2011-10-292-3/+3
| | | | Changes: http://search.cpan.org/dist/Compress-Raw-Zlib/Changes
* - Update to 2.039sunpoet2011-10-292-3/+3
| | | | Changes: http://search.cpan.org/dist/Compress-Raw-Lzma/Changes
* - Update to 2.039sunpoet2011-10-292-3/+3
| | | | Changes: http://search.cpan.org/dist/Compress-Raw-Bzip2/Changes
* Add p5-Archive-Peek 0.34, peek into archives without extracting them.lth2011-10-265-0/+47
|
* Update MASTER_SITES to only use my mirrors - author frequently changes theehaupt2011-10-261-1/+1
| | | | location of his distfiles w/o notice.
* - Update to 1.1.0wen2011-10-262-8/+9
|
* The vast majority of pkg-descr files had the following format when theydougb2011-10-246-8/+6
| | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues
* Restore Author: tag erroneously removed in previous commit.danfe2011-10-241-0/+2
|
* Remove more tags from pkg-descr files fo the form:dougb2011-10-241-3/+0
| | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file.
* - Return my ports back to the pool. I was unable to make any fixes tostas2011-10-243-3/+3
| | | | | | | | my ports in the past 3 weeks while ports were broken on any 10.x machines, which means I'm unable to maintain them. So let people know that there's no available support for them until things are back to normal (which also means that anyone with spare time will be able to fix them without getting approval).
* - Add p5-Archive-Extract-Libarchive 0.35sunpoet2011-10-235-0/+47
| | | | | | | | | Archive::Extract::Libarchive has a similar interface to Archive::Extract, but instead of using Perl modules and external commands, it uses the libarchive C libary. It supports many different archive formats and compression algorithms and is fast. WWW: http://search.cpan.org/dist/Archive-Extract-Libarchive/
* - Update to 0.58sunpoet2011-10-233-6/+4
| | | | Changes: http://search.cpan.org/dist/Archive-Extract/CHANGES
* - remove maintainer tags from pkg-descreadler2011-10-2318-49/+0
| | | | | Approved by: portmgr Approved by: bapt (mentor)
* - Update to 1.80jadawin2011-10-182-3/+3
| | | | - Changelog: http://cpansearch.perl.org/src/BINGOS/Archive-Tar-1.80/CHANGES
* The KDE/FreeBSD team is pleased to announce KDE Software Compilationavilla2011-10-176-175/+34
| | | | | | | | | | | | | | | | | | 4.7.2. The official release notes can be found at: http://kde.org/announcements/announce-4.7.2.php This release ships with many improvements. Read more about them here: http://FreeBSD.kde.org/news.php#itemKDESC472availableinports We'd like to say thanks to all testers and contributors, especially to lwhsu@ for his effort on hosting our test packages. PR: 156293 [1] 159219 [2] 160164 [3] Submitted by: Oleg Sidorkin <osidorkin@gmail.com> [1] Alvaro Castillo <gobledb@gmail.com> [2] dkeav04@gmail.com [3] Tested by: exp-run via pav
* As previously advertised, complete removal of vulnerable ports thatdougb2011-10-154-61/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | no one has stepped up to deal with: archivers/pecl-phar Vulnerable since 2011-01-13 comms/libsyncml Depends on devel/libsoup22, which is FORBIDDEN databases/mysql323-server Vulnerable since 2006-10-29 databases/mysql323-client Vulnerable since 2006-10-29 databases/mysql323-scripts Vulnerable since 2006-10-29 databases/mysql40-server Vulnerable since 2006-10-29 databases/mysql40-client Vulnerable since 2006-10-29 databases/mysql40-scripts Vulnerable since 2006-10-29 databases/p5-DBD-mysql40 Depends on databases/mysql40-server, which is FORBIDDEN deskutils/buoh Depends on devel/libsoup22, which is FORBIDDEN deskutils/libopensync-plugin-syncml Depends on comms/libsyncml, which is DEPRECATED devel/libsoup22 Vulnerable since 2011-07-28 dns/bind9-sdb-ldap Vulnerable since 2011-06-04 dns/bind9-sdb-postgresql Vulnerable since 2011-06-04 ftp/wgetpro Vulnerable since 2004-12-14 games/quake2forge Vulnerable since 2005-01-21 graphics/linux-tiff Vulnerable since 2004-10-13 japanese/mutt Vulnerable since 2007-07-29 japanese/asterisk14-sounds Depends on net/asterisk14, which is FORBIDDEN net/asterisk14 Vulnerable since 2011-06-25 net/isc-dhcp31-client Vulnerable since 2011-04-10 net/isc-dhcp31-server Vulnerable since 2011-04-10 net/isc-dhcp31-relay Vulnerable since 2011-04-10 net/asterisk-app-ldap Depends on net/asterisk14, which is FORBIDDEN net/asterisk-app-notify Depends on net/asterisk14, which is FORBIDDEN net/asterisk-oh323 Depends on net/asterisk14, which is FORBIDDEN, does not compile on sparc64 net/asterisk14-addons Depends on net/asterisk14, which is FORBIDDEN net/astfax Depends on net/asterisk14, which is FORBIDDEN net-mgmt/nagios2 Vulnerable since 2009-06-30 www/gforge Vulnerable since 2005-08-09 www/linux-flashplugin7 Vulnerable since at least 2008-05-30 www/opera-devel Vulnerable since 2010-06-25, does not fetch www/plone3 Vulnerable and unsupported upstream www/serendipity-devel Vulnerable since 2008-04-25 www/ziproxy Vulnerable since 2010-06-15 www/asterisk-gui Depends on net/asterisk14, which is FORBIDDEN x11-toolkits/linux-pango Vulnerable since 2009-05-13
* Update to rpm 4.9.1.2 (bugfix release)johans2011-10-072-4/+3
|
* Update to 1.24ehaupt2011-10-044-6/+186
|
* Mark FORBIDDEN the remaining ports that are vulnerable for more thandougb2011-09-261-0/+3
| | | | | | | | | | 2 weeks according to portaudit (ranging from 23 days to 7 years). The maintainers were notified by mail that this action would be taken on 2011-09-03. (Ports for which maintainers responded have been/will be dealt with separately.) Also mark DEPRECATED ports that rely on the FORBIDDEN ports, and a few ports that rely on those DEPRECATED ports.
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-2421-36/+28
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* Unbreak by providing a new master site. Fix an ancient warning, whilemi2011-09-212-6/+19
| | | | I'm here.
* Upgrade to 1.0.4.vanilla2011-09-192-3/+3
|
* - Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+sunpoet2011-09-173-3/+3
| | | | With hat: perl
* - Fix segmentation faults caused by missing libc function prototypesjohans2011-09-163-1/+17
| | | | | | Returned pointers could be truncated to (potentially smaller) integers Reported by: will (with detailed analysis)
* Change maintainer address to my FreeBSD addresscs2011-09-151-1/+1
| | | | Approved by: wen@ (mentor)
* - Update to 1.78jadawin2011-09-092-3/+3
| | | | - Changelog: http://cpansearch.perl.org/src/BINGOS/Archive-Tar-1.78/CHANGES
* - Adjust COMMENTdanfe2011-09-011-6/+7
| | | | | | - Add LICENSE (GPLv2) - Install changelog - Do some minor cleanups
* Improve wording and reformat.danfe2011-09-011-9/+9
|
* Utilize NO_WRKSUBDIR and reformat Makefile slightly.danfe2011-08-311-4/+5
|
* - Update to 0.4.0tota2011-08-312-3/+3
|
* - Update to 5.21p.delphij2011-08-312-6/+4
| | | | - Take maintainership.
* Take maintainershipehaupt2011-08-301-1/+1
|
* - Take maintainershipsunpoet2011-08-301-1/+1
|
* Remove myself from MAINTAINERache2011-08-304-4/+4
|
* Remove myself from MAINTAINERache2011-08-301-1/+1
|
* Bah, forgot to set BROKEN.linimon2011-08-291-1/+1
|
* Mark deprecated: unfetchable. Only one port in the repo uses this anways.linimon2011-08-291-0/+3
|
* Update my mail address in the ports I maintain.rakuco2011-08-291-1/+1
| | | | Approved by: avilla
* - Update to 0.56sunpoet2011-08-272-10/+14
| | | | Changes: http://search.cpan.org/dist/Archive-Extract/CHANGES
* - Update to 1.1.5miwi2011-08-262-6/+6
|