FreshPorts -- The Place For Ports Sat, 11 Oct 2008 11:25 AM GMT
There is a PORTS FREEZE in effect!

A ports freeze means that commits will be few and far between and only by approval.

non port: archivers/libarchive/Makefile
CVSWeb

Number of commits found: 54

Mon, 6 Oct 2008
[ 02:32 glewis ] Original commit 
1.54 archivers/libarchive/Makefile
1.47 archivers/libarchive/distinfo
. Update to 2.5.5.
Tue, 17 Jun 2008
[ 06:12 glewis ] Original commit 
1.53 archivers/libarchive/Makefile
. Add a regression-test target.

Submitted by:   pfgshield-freebsd@yahoo.com
Thu, 29 May 2008
[ 07:57 glewis ] Original commit 
1.52 archivers/libarchive/Makefile
1.46 archivers/libarchive/distinfo
. Update to 2.5.4b.
Sat, 10 May 2008
[ 17:28 glewis ] Original commit 
1.51 archivers/libarchive/Makefile
1.45 archivers/libarchive/distinfo
. Update to 2.4.17.
Sat, 19 Apr 2008
[ 18:56 miwi ] Original commit 
1.2 www/helixplugin/files/BSDmakefile
1.2 x11/gpctool/files/BSDmakefile
1.4 japanese/kanji18/files/DEINSTALL.tmpl
1.4 japanese/kanji26/files/DEINSTALL.tmpl
1.4 cad/cider/files/FreeBSD
1.2 audio/festival+OGI/files/FreeBSD.mak
1.3 japanese/kanji18/files/INSTALL.tmpl
1.3 japanese/kanji26/files/INSTALL.tmpl
1.64 accessibility/at-spi/Makefile
1.43 accessibility/dasher/Makefile

(Only the first 10 of 2842 ports in this commit are shown above. View all ports for this commit)
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
Sun, 16 Mar 2008
[ 20:51 glewis ] Original commit 
1.49 archivers/libarchive/Makefile
1.44 archivers/libarchive/distinfo
. Update to 2.4.14.
Sat, 1 Mar 2008
[ 19:35 glewis ] Original commit 
1.48 archivers/libarchive/Makefile
1.43 archivers/libarchive/distinfo
. Update to 2.4.13.
Tue, 5 Feb 2008
[ 05:04 glewis ] Original commit 
1.47 archivers/libarchive/Makefile
1.42 archivers/libarchive/distinfo
. Update to 2.4.12.
Fri, 18 Jan 2008
[ 07:58 glewis ] Original commit 
1.46 archivers/libarchive/Makefile
1.41 archivers/libarchive/distinfo
. Update to 2.4.11.
Sun, 30 Dec 2007
[ 19:23 glewis ] Original commit 
1.45 archivers/libarchive/Makefile
1.40 archivers/libarchive/distinfo
. Update to 2.4.10.
. Enable bsdcpio by default.
Mon, 29 Oct 2007
[ 02:45 glewis ] Original commit 
1.44 archivers/libarchive/Makefile
1.39 archivers/libarchive/distinfo
. Update to 2.3.5.
Sun, 14 Oct 2007
[ 18:38 glewis ] Original commit 
1.43 archivers/libarchive/Makefile
1.38 archivers/libarchive/distinfo
. Update to 2.3.4.
Sun, 7 Oct 2007
[ 21:51 glewis ] Original commit 
1.42 archivers/libarchive/Makefile
1.37 archivers/libarchive/distinfo
1.2 archivers/libarchive/files/patch-Makefile.in
. Update to 2.3.3.
Fri, 28 Sep 2007
[ 05:18 glewis ] Original commit 
1.41 archivers/libarchive/Makefile
1.36 archivers/libarchive/distinfo
. Update to 2.3.2.
Thu, 20 Sep 2007
[ 17:47 glewis ] Original commit 
1.40 archivers/libarchive/Makefile
1.35 archivers/libarchive/distinfo
1.1 archivers/libarchive/files/patch-Makefile.in
. Update to 2.3.1.
. Optionally install bsdcpio (currently defaults to off until bsdcpio is
  a little more mature).
Sat, 8 Sep 2007
[ 08:04 glewis ] Original commit 
1.39 archivers/libarchive/Makefile
1.34 archivers/libarchive/distinfo
. Update to 2.2.7.
Mon, 13 Aug 2007
[ 01:29 glewis ] Original commit 
1.38 archivers/libarchive/Makefile
1.33 archivers/libarchive/distinfo
. Update to 2.2.6
Mon, 23 Jul 2007
[ 10:36 rafan ] Original commit 
1.19 archivers/dpkg/Makefile
1.54 archivers/gtar/Makefile
1.21 archivers/gzip/Makefile
1.37 archivers/libarchive/Makefile
1.21 astro/starplot/Makefile
1.10 astro/tclgeomap/Makefile
1.11 astro/tkgeomap/Makefile
1.23 audio/audacity-devel/Makefile
1.10 audio/checkmate/Makefile
1.21 audio/cmus/Makefile

(Only the first 10 of 437 ports in this commit are shown above. View all ports for this commit)
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:             ports/111470
Approved by:    portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by:      pointyhat exp run
Tue, 17 Jul 2007
[ 22:18 glewis ] Original commit 
1.36 archivers/libarchive/Makefile
1.32 archivers/libarchive/distinfo
. Update to 2.2.5.
Thu, 12 Jul 2007
[ 18:21 glewis ] Original commit 
1.35 archivers/libarchive/Makefile
1.31 archivers/libarchive/distinfo
. Update to 2.2.4.
Wed, 27 Jun 2007
[ 22:11 glewis ] Original commit 
1.34 archivers/libarchive/Makefile
. Bump PORTREVISION for the previous change.

Suggested by:   erwin
[ 21:04 glewis ] Original commit 
1.33 archivers/libarchive/Makefile
. Add new man page missed in the update.

Pointed out by: pav
Pointy hat to:  glewis
Tue, 26 Jun 2007
[ 06:19 glewis ] Original commit 
1.32 archivers/libarchive/Makefile
1.30 archivers/libarchive/distinfo
. Update to 2.2.3.
Wed, 2 May 2007
[ 08:18 edwin ] Original commit 
1.31 archivers/libarchive/Makefile
[patch] cleanup non-supported FreeBSD versions

PR:             ports/111638
Submitted by:   Edwin Groothuis <edwin@mavetju.org>
Approved by:    maintainer timeout
Fri, 10 Nov 2006
[ 06:05 glewis ] Original commit 
1.30 archivers/libarchive/Makefile
1.29 archivers/libarchive/distinfo
. Update to 1.3.1.
Tue, 20 Jun 2006
[ 23:33 glewis ] Original commit 
1.29 archivers/libarchive/Makefile
1.28 archivers/libarchive/distinfo
. Update to 1.2.53.  bsdtar is now included in this port.
Tue, 15 Nov 2005
[ 19:51 glewis ] Original commit 
1.28 archivers/libarchive/Makefile
1.27 archivers/libarchive/distinfo
. Update to 1.2.37.
. Add SHA256.
Thu, 13 Oct 2005
[ 18:09 glewis ] Original commit 
1.27 archivers/libarchive/Makefile
1.26 archivers/libarchive/distinfo
. Update to 1.02.036.
Sun, 25 Sep 2005
[ 19:56 glewis ] Original commit 
1.26 archivers/libarchive/Makefile
1.25 archivers/libarchive/distinfo
. Update to 1.02.034.
Wed, 7 Sep 2005
[ 16:08 glewis ] Original commit 
1.25 archivers/libarchive/Makefile
1.24 archivers/libarchive/distinfo
. Update to 1.02.032.
Tue, 6 Sep 2005
[ 17:35 glewis ] Original commit 
1.24 archivers/libarchive/Makefile
. Allow installation on recent versions of FreeBSD.  Although this is in
  the base system, the version in this port may contain newer features
  which are not in the base system version (depending on how old your
  FreeBSD version is).
[ 03:01 glewis ] Original commit 
1.23 archivers/libarchive/Makefile
1.23 archivers/libarchive/distinfo
. Update to 1.02.031.
Sun, 28 Aug 2005
[ 20:58 glewis ] Original commit 
1.22 archivers/libarchive/Makefile
1.22 archivers/libarchive/distinfo
. Update to 1.02.030.
Wed, 15 Jun 2005
[ 20:37 glewis ] Original commit 
1.21 archivers/libarchive/Makefile
1.21 archivers/libarchive/distinfo
. Update to 1.02.027.
Mon, 6 Jun 2005
[ 20:54 glewis ] Original commit 
1.20 archivers/libarchive/Makefile
1.20 archivers/libarchive/distinfo
. Update to 1.02.026.
Mon, 2 May 2005
[ 05:01 glewis ] Original commit 
1.19 archivers/libarchive/Makefile
1.19 archivers/libarchive/distinfo
. Update to 1.02.023.
Mon, 18 Apr 2005
[ 15:02 glewis ] Original commit 
1.18 archivers/libarchive/Makefile
1.18 archivers/libarchive/distinfo
. Update to 1.02.019.
Tue, 12 Apr 2005
[ 17:37 glewis ] Original commit 
1.17 archivers/libarchive/Makefile
1.17 archivers/libarchive/distinfo
. Update to 1.02.017.
Wed, 16 Mar 2005
[ 16:19 glewis ] Original commit 
1.16 archivers/libarchive/Makefile
1.16 archivers/libarchive/distinfo
. Update to 1.02.016.
Tue, 15 Mar 2005
[ 17:35 glewis ] Original commit 
1.15 archivers/libarchive/Makefile
1.15 archivers/libarchive/distinfo
1.2 archivers/libarchive/files/patch-archive_read_extract.c
. Update to 1.02.015.
Mon, 14 Mar 2005
[ 17:23 glewis ] Original commit 
1.14 archivers/libarchive/Makefile
1.14 archivers/libarchive/distinfo
1.1 archivers/libarchive/files/patch-archive_read_extract.c
. Update to 1.02.014.
Sun, 27 Feb 2005
[ 06:51 glewis ] Original commit 
1.13 archivers/libarchive/Makefile
1.13 archivers/libarchive/distinfo
. Update to 1.02.010.
Wed, 23 Feb 2005
[ 20:49 glewis ] Original commit 
1.12 archivers/libarchive/Makefile
1.12 archivers/libarchive/distinfo
. Update to 1.02.009.
Wed, 16 Feb 2005
[ 19:39 glewis ] Original commit 
1.11 archivers/libarchive/Makefile
1.11 archivers/libarchive/distinfo
. Update to 1.02.006.
Tue, 1 Feb 2005
[ 16:16 glewis ] Original commit 
1.10 archivers/libarchive/Makefile
1.10 archivers/libarchive/distinfo
. Update to 1.02.002.
Wed, 29 Dec 2004
[ 06:37 glewis ] Original commit 
1.9 archivers/libarchive/Makefile
1.9 archivers/libarchive/distinfo
. Update to 1.01.022.
Mon, 15 Nov 2004
[ 16:38 glewis ] Original commit 
1.8 archivers/libarchive/Makefile
1.8 archivers/libarchive/distinfo
. Update to 1.01.020.
Mon, 8 Nov 2004
[ 15:49 glewis ] Original commit 
1.7 archivers/libarchive/Makefile
1.7 archivers/libarchive/distinfo
. The distfile has changed to include some fixes for the handling of write
  errors.  Chase this and bump PORTREVISION for the fixes.
Tue, 12 Oct 2004
[ 06:53 glewis ] Original commit 
1.6 archivers/libarchive/Makefile
1.6 archivers/libarchive/distinfo
. Update to 1.01.015.
Mon, 23 Aug 2004
[ 17:37 glewis ] Original commit 
1.5 archivers/libarchive/Makefile
1.5 archivers/libarchive/distinfo
. Update to 1.01.013.
. Fix a whitespace bogon. [2]

Submitted by:   portlint [2]
Thu, 15 Jul 2004
[ 17:09 glewis ] Original commit 
1.4 archivers/libarchive/Makefile
1.4 archivers/libarchive/distinfo
. Update to 2004.07.14.
Wed, 16 Jun 2004
[ 16:20 glewis ] Original commit 
1.3 archivers/libarchive/Makefile
1.3 archivers/libarchive/distinfo
1.2 archivers/libarchive/files/patch-archive_platform.h
. Update to 2004.06.07.
Mon, 12 Apr 2004
[ 21:25 glewis ] Original commit 
1.2 archivers/libarchive/Makefile
1.2 archivers/libarchive/distinfo
1.2 archivers/libarchive/files/patch-Makefile
1.1 archivers/libarchive/files/patch-archive_platform.h
. Update to the 2004-04-08 snapshot.
Wed, 24 Mar 2004
[ 17:20 glewis ] Original commit 
1.95 archivers/Makefile
1.1 archivers/libarchive/Makefile
1.1 archivers/libarchive/distinfo
1.1 archivers/libarchive/files/patch-Makefile
1.1 archivers/libarchive/pkg-descr
Add a port of Tim Kientzle's libarchive:

Libarchive is a programming library that can create and read several
different streaming archive formats, including most popular tar
variants and the POSIX cpio format.

WWW: http://people.freebsd.org/~kientzle/libarchive/

This code is present in -CURRENT but Tim currently has no intention of
MFC'ing it.  The port will allow 4.x users to benefit from Tim's current
work and the tools he is building on top of it (bsdtar, libpkg).

Not objected to by:     kientzle

Number of commits found: 54

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
cups-baseOct 10
mysql41-server*Oct 10
mysql50-client*Oct 10
mysql50-server*Oct 10
mysql51-client*Oct 10
mysql51-server*Oct 10
mysql60-client*Oct 10
operaOct 10
bitlbee*Oct 03
gallery*Oct 03
gallery2*Oct 03
horde-base*Oct 03
phpmyadmin*Oct 03
proftpd*Oct 03
proftpd-devel*Oct 03

21 vulnerabilities affecting 37 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 19277
Broken 154
Deprecated 79
Ignore 432
Forbidden 7
Restricted 279
No CDROM 132
Vulnerable 55
Expired 54
Set to expire 61
Interactive 78
new 24 hours 2
new 48 hours2
new 7 days32
new fortnight60
new month106

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.227 seconds.