FreshPorts -- The Place For Ports notbug Sat, 11 Feb 2012 10:42 AM GMT
Port details
portmanager 0.4.1_9 ports-mgmt on this many watch lists=21 search for ports that depend on this port
FreeBSD installed ports status and safe update utility
Maintained by: jsa@FreeBSD.org search for ports maintained by this maintainer
Port Added: 05 Feb 2007 01:09:12
License: not specified in port
FreeBSD port collection management.  Update your ports easily. Great
for users of KDE or GNOME who need to be concerned about how
dependency ports are built.  

**New options**

1)  Single port update/add/rebuild examples:

portmanager x11/gnome2	updates/adds gnome2 and dependencies 
portmanager x11/gnome2	-f rebuilds gnome2 and dependencies 

2) portmanager -u -f forces rebuild of everything

3) -sl showleaves and -slid  delete leaves
	now no longer list build dependencies

Author: Michael C. Shultz <ringworm01@gmail.com>
WWW: http://portmanager.sourceforge.net/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMonThere are no ports dependent upon this port

To install the port: cd /usr/ports/ports-mgmt/portmanager/ && make install clean
To add the package: pkg_add -r portmanager


Configuration Options
===> The following configuration options are available for portmanager-0.4.1_9:
     DEBUG=off (default) "Enable debug support and warnings"
     BUILD_DEPENDS_ARE_LEAVES=off (default) "Treat build dependencies as leaves"
===> Use 'make config' to modify these settings

Master Sites:
http://heanet.dl.sourceforge.net/project/portmanager/portmanager/0.4.1/
http://sunet.dl.sourceforge.net/project/portmanager/portmanager/0.4.1/
http://iweb.dl.sourceforge.net/project/portmanager/portmanager/0.4.1/
http://switch.dl.sourceforge.net/project/portmanager/portmanager/0.4.1/
http://surfnet.dl.sourceforge.net/project/portmanager/portmanager/0.4.1/
http://kent.dl.sourceforge.net/project/portmanager/portmanager/0.4.1/
http://freefr.dl.sourceforge.net/project/portmanager/portmanager/0.4.1/
http://voxel.dl.sourceforge.net/project/portmanager/portmanager/0.4.1/
http://jaist.dl.sourceforge.net/project/portmanager/portmanager/0.4.1/
http://osdn.dl.sourceforge.net/project/portmanager/portmanager/0.4.1/
http://nchc.dl.sourceforge.net/project/portmanager/portmanager/0.4.1/
http://ncu.dl.sourceforge.net/project/portmanager/portmanager/0.4.1/
http://transact.dl.sourceforge.net/project/portmanager/portmanager/0.4.1/
http://softlayer.dl.sourceforge.net/project/portmanager/portmanager/0.4.1/
http://internode.dl.sourceforge.net/project/portmanager/portmanager/0.4.1/
http://ufpr.dl.sourceforge.net/project/portmanager/portmanager/0.4.1/
http://waix.dl.sourceforge.net/project/portmanager/portmanager/0.4.1/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 12

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
24 Oct 2011 09:11:38
Original commit files touched by this commit  0.4.1_9
dougb search for other commits by this committer
The vast majority of pkg-descr files had the following format when they
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
18 Mar 2011 17:59:51
Original commit files touched by this commit  0.4.1_9
miwi search for other commits by this committer
- Get Rid MD5 support

With hat:       portmgr (myself)
03 Aug 2010 01:47:53
Original commit files touched by this commit  0.4.1_9
linimon search for other commits by this committer
Over to new maintainer, who seems to be interested in working on it.

Hat:            portmgr
22 Aug 2009 00:35:32
Original commit files touched by this commit  0.4.1_9
  Sanity Test Failure
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S
21 Aug 2008 06:18:49
Original commit files touched by this commit  0.4.1_9
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
30 Jul 2008 19:00:36
Original commit files touched by this commit  0.4.1_9
rnoland search for other commits by this committer
Update my email address to my @FreeBSD.org address.

Approved by:    garga (mentor)
24 Mar 2008 15:44:31
Original commit files touched by this commit  0.4.1_9
wxs search for other commits by this committer
Pass maintainership back to rnoland - he's back online.
Sorry about this and welcome back!

Approved by:    garga (implicit)
20 Mar 2008 16:10:07
Original commit files touched by this commit  0.4.1_9
wxs search for other commits by this committer
Reset maintainer due to bouncing mails.
Discussed with pav.

Submitted by:   miwi on IRC
Approved by:    garga (mentor)
20 Mar 2007 17:18:19
Original commit files touched by this commit  0.4.1_9
miwi search for other commits by this committer
-  Remove inclusion of <sgtty.h>

PR:             110363
Submitted by:   Ed Schouten <ed@fxq.nl>
Approved by:    maintainer
03 Mar 2007 15:37:48
Original commit files touched by this commit  0.4.1_9
rafan search for other commits by this committer
- Call init_pkgtools_global in our script, as pkgtools doesn't seem to call it
  early enough for us to be happy.
- Bump PORTREVISION

PR:             ports/109776
Submitted by:   Robert Noland <rnoland at 2hip.net> (maintainer)
05 Feb 2007 19:59:46
Original commit files touched by this commit  0.4.1_8
pav search for other commits by this committer
- Fix after move to ports-mgmt category

PR:             ports/108808
Submitted by:   Robert Noland <rnoland@2hip.net> (maintainer)
05 Feb 2007 01:08:46
Original commit files touched by this commit  0.4.1_9
pav search for other commits by this committer
Populate a new ports-mgmt category. List of moved ports:

  devel/portcheckout -> ports-mgmt/portcheckout
  devel/portlint -> ports-mgmt/portlint
  devel/portmk -> ports-mgmt/portmk
  devel/porttools -> ports-mgmt/porttools
  misc/instant-tinderbox -> ports-mgmt/instant-tinderbox
  misc/porteasy -> ports-mgmt/porteasy
  misc/portell -> ports-mgmt/portell
  misc/portless -> ports-mgmt/portless
  misc/tinderbox -> ports-mgmt/tinderbox
  security/jailaudit -> ports-mgmt/jailaudit
  security/portaudit -> ports-mgmt/portaudit
  security/portaudit-db -> ports-mgmt/portaudit-db
  security/vulnerability-test-port -> ports-mgmt/vulnerability-test-port
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 12

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
bipFeb 11
surfFeb 11
chromiumFeb 09
chromiumFeb 09
drupal6Feb 07
drupal7Feb 07
bugzillaFeb 06
bugzilla2Feb 06
bugzilla3Feb 06
php5*Feb 06
mathopdFeb 03
firefoxFeb 01
linux-firefoxFeb 01
linux-seamonkeyFeb 01
linux-thunderbirdFeb 01

13 vulnerabilities affecting 32 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 23149
Broken 190
Deprecated 96
Ignore 726
Forbidden 2
Restricted 329
No CDROM 109
Vulnerable 0
Expired 7
Set to expire 93
Interactive 59
new 24 hours 5
new 48 hours8
new 7 days49
new fortnight76
new month142

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

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