Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Feb 2007 22:44:58 GMT
From:      Gabor Kovesdan <gabor@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 114994 for review
Message-ID:  <200702242244.l1OMiwbM047949@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=114994

Change 114994 by gabor@gabor_server on 2007/02/24 22:44:46

	IFC

Affected files ...

.. //depot/projects/soc2006/gabor_destdir/CHANGES#2 integrate
.. //depot/projects/soc2006/gabor_destdir/COPYRIGHT#2 integrate
.. //depot/projects/soc2006/gabor_destdir/GIDs#2 integrate
.. //depot/projects/soc2006/gabor_destdir/KNOBS#2 integrate
.. //depot/projects/soc2006/gabor_destdir/LEGAL#2 integrate
.. //depot/projects/soc2006/gabor_destdir/MOVED#2 integrate
.. //depot/projects/soc2006/gabor_destdir/Makefile#2 integrate
.. //depot/projects/soc2006/gabor_destdir/Mk/bsd.autotools.mk#2 integrate
.. //depot/projects/soc2006/gabor_destdir/Mk/bsd.database.mk#2 integrate
.. //depot/projects/soc2006/gabor_destdir/Mk/bsd.emacs.mk#2 integrate
.. //depot/projects/soc2006/gabor_destdir/Mk/bsd.gcc.mk#2 integrate
.. //depot/projects/soc2006/gabor_destdir/Mk/bsd.gnome.mk#2 integrate
.. //depot/projects/soc2006/gabor_destdir/Mk/bsd.gnustep.mk#2 integrate
.. //depot/projects/soc2006/gabor_destdir/Mk/bsd.gstreamer.mk#2 integrate
.. //depot/projects/soc2006/gabor_destdir/Mk/bsd.java.mk#2 integrate
.. //depot/projects/soc2006/gabor_destdir/Mk/bsd.kde.mk#2 integrate
.. //depot/projects/soc2006/gabor_destdir/Mk/bsd.local.mk#2 integrate
.. //depot/projects/soc2006/gabor_destdir/Mk/bsd.lua.mk#2 integrate
.. //depot/projects/soc2006/gabor_destdir/Mk/bsd.php.mk#2 integrate
.. //depot/projects/soc2006/gabor_destdir/Mk/bsd.port.mk#2 integrate
.. //depot/projects/soc2006/gabor_destdir/Mk/bsd.port.subdir.mk#2 integrate
.. //depot/projects/soc2006/gabor_destdir/Mk/bsd.python.mk#2 integrate
.. //depot/projects/soc2006/gabor_destdir/Mk/bsd.ruby.mk#2 integrate
.. //depot/projects/soc2006/gabor_destdir/Mk/bsd.sites.mk#2 integrate
.. //depot/projects/soc2006/gabor_destdir/Mk/bsd.tcl.mk#2 integrate
.. //depot/projects/soc2006/gabor_destdir/Mk/bsd.wx.mk#2 integrate
.. //depot/projects/soc2006/gabor_destdir/Tools/portbuild/scripts/buildenv#2 integrate
.. //depot/projects/soc2006/gabor_destdir/Tools/portbuild/scripts/buildscript#2 integrate
.. //depot/projects/soc2006/gabor_destdir/Tools/portbuild/scripts/clean-chroot#2 integrate
.. //depot/projects/soc2006/gabor_destdir/Tools/portbuild/scripts/cleanup-chroots#2 integrate
.. //depot/projects/soc2006/gabor_destdir/Tools/portbuild/scripts/dopackages#2 integrate
.. //depot/projects/soc2006/gabor_destdir/Tools/portbuild/scripts/dopackagestats#2 integrate
.. //depot/projects/soc2006/gabor_destdir/Tools/portbuild/scripts/dosetupnode#2 integrate
.. //depot/projects/soc2006/gabor_destdir/Tools/portbuild/scripts/flushsquid#2 integrate
.. //depot/projects/soc2006/gabor_destdir/Tools/portbuild/scripts/makeduds#2 integrate
.. //depot/projects/soc2006/gabor_destdir/Tools/portbuild/scripts/pdispatch#2 integrate
.. //depot/projects/soc2006/gabor_destdir/Tools/portbuild/scripts/portbuild#2 integrate
.. //depot/projects/soc2006/gabor_destdir/Tools/portbuild/scripts/processlogs#2 integrate
.. //depot/projects/soc2006/gabor_destdir/Tools/portbuild/scripts/processonelog#2 integrate
.. //depot/projects/soc2006/gabor_destdir/Tools/portbuild/scripts/reportload#2 integrate
.. //depot/projects/soc2006/gabor_destdir/Tools/scripts/chkversion.pl#2 integrate
.. //depot/projects/soc2006/gabor_destdir/Tools/scripts/rmport#2 integrate
.. //depot/projects/soc2006/gabor_destdir/Tools/scripts/tindex#2 integrate
.. //depot/projects/soc2006/gabor_destdir/UIDs#2 integrate
.. //depot/projects/soc2006/gabor_destdir/UPDATING#2 integrate

Differences ...

==== //depot/projects/soc2006/gabor_destdir/CHANGES#2 (text+ko) ====

@@ -10,6 +10,51 @@
 
 All ports committers are allowed to commit to this file.
 
+20070130:
+AUTHOR: portmgr@FreeBSD.org
+The following changes were made to the ports infrastructure:
+
+  * DEPENDS variable was removed, please use other *_DEPENDS variables instead.
+
+  * A new pkg-plist keyword is available, @stopdaemon.  It will call forcestop
+    on all rc.subr scripts installed by the port on deinstall, efectively
+    stopping services on deinstall/upgrade.
+
+  * rc.subr script suffix is now available in Makefile as RC_SUBR_SUFFIX.
+
+  * New variable USE_CDRTOOLS was introduced.  It replaced direct dependencies
+    on sysutils/cdrtools port.  It now automatically support switching to
+    cdrtools-cjk port when user specified WITH_CJK.  All ports were converted.
+
+  * USE_DOS2UNIX, infrastructure for converting DOS to UNIX line feeds, was
+    enhanced by a new variable DOS2UNIX_REGEX.  It allows to specify a find
+    -iregex parameter to limit touched files by file extensions.
+
+  * Support for partially translated manpages was added.  For examples of
+    usage, please refer to Porter's Handbook.
+
+  * USE_TCL/USE_TK variables were changed to provide runtime dependency.  New
+    variables USE_TCL_BUILD and USE_TK_BUILD were added.  All unintuitive
+    quirks of these variables were fixed.
+
+  * USE_LDCONFIG was fixed to work properly for ports, that specify @cwd in the
+    pkg-plists.
+
+  * Old bsd.java.mk version 1.0 macros were removed.
+
+  * New category: ports-mgmt
+
+  * New virtual category: gnustep
+
+  * Unused picobsd category was removed.
+
+20070118:
+AUTHOR: maho@FreeBSD.org
+We'd like to ask all ports maintainers, who are using Fortran77 (f77 in base),
+to switch to Fortran90/95 (gfortran42, lang/gcc42). Please refer to
+http://people.freebsd.org/~maho/gfortran/gfortran.html
+for details.
+
 20061014:
 AUTHOR: gnome@FreeBSD.org
 The following changes have been introduced to the GNOME porting process
@@ -1203,7 +1248,7 @@
 
 Copyright information:
 
-Copyright 2004 FreeBSD Foundation All Rights Reserved.
+Copyright 2004-2007 FreeBSD Foundation All Rights Reserved.
 
 Redistribution, publication, translation and use, with or without
 modification, in full or in part, in any form or format of this
@@ -1227,4 +1272,4 @@
 Contact Erwin Lansing if you have any questions about your use of
 this document.
 
-$FreeBSD: ports/CHANGES,v 1.62 2006/10/14 09:31:38 marcus Exp $
+$FreeBSD: ports/CHANGES,v 1.65 2007/01/31 14:07:23 pav Exp $

==== //depot/projects/soc2006/gabor_destdir/COPYRIGHT#2 (text+ko) ====

@@ -1,10 +1,10 @@
-# $FreeBSD: ports/COPYRIGHT,v 1.2 2006/01/15 22:11:50 erwin Exp $
+# $FreeBSD: ports/COPYRIGHT,v 1.3 2007/01/01 00:53:56 erwin Exp $
 #	@(#)COPYRIGHT	8.2 (Berkeley) 3/21/94
 
 The compilation of software known as the FreeBSD Ports Collection is
 distributed under the following terms:
 
-Copyright (C) 1994-2006 The FreeBSD Project. All rights reserved.
+Copyright (C) 1994-2007 The FreeBSD Project. All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions

==== //depot/projects/soc2006/gabor_destdir/GIDs#2 (text+ko) ====

@@ -1,5 +1,6 @@
-$FreeBSD: ports/GIDs,v 1.18 2006/11/16 08:58:31 alexbl Exp $
+$FreeBSD: ports/GIDs,v 1.28 2007/02/17 09:57:35 dinoex Exp $
 # Please keep this file sorted by GID!
+smmsp:*:25:
 bind:*:53:
 rdfdb:*:55:
 spamd:*:58:
@@ -11,6 +12,7 @@
 dialer:*:68:
 network:*:69:
 pgsql:*:70:
+ircd:*:72:
 simscan:*:74:
 audit:*:77:
 virtuoso:*:79:
@@ -47,20 +49,26 @@
 _symon:*:115:
 smokeping:*:117:
 ircproxyd:*:118:
+mythtv:*:119:
+pdns:*:120
 fetchmail:*:124
 postfix:*:125:
 maildrop:*:126:
 vchat:*:128:
 _bgpd:*:130:
 _ospfd:*:131:
+dovecot:*:143:
 rbldns:*:153:
 sfs:*:171:
 agk:*:172:
 polipo:*:173:
+nagios:*:181:
 moinmoin:*:192:
+cups:*:193:
 sympa:*:200:
 dspam:*:202:
 bs:*:220:
+fcron:*:247:
 _tor:*:256:
 _dns-proxy-tor:*:257:
 _trans-proxy-tor:*:258:
@@ -71,6 +79,7 @@
 smx:*:264:
 haclient:*:275:
 mrtg:*:279:
+_sphinx:*:312:
 dkfilter:*:325:
 wildfire:*:340:
 ldap:*:389:

==== //depot/projects/soc2006/gabor_destdir/KNOBS#2 (text+ko) ====

@@ -1,7 +1,7 @@
 #
 # KNOBS - A list of popular knobs and descriptions
 #
-# $FreeBSD: ports/KNOBS,v 1.19 2006/10/09 18:51:50 alepulver Exp $
+# $FreeBSD: ports/KNOBS,v 1.20 2006/12/01 01:03:01 pav Exp $
 #
 # Rules to adding knobs:
 #
@@ -102,6 +102,7 @@
 TREMOR			Tremor (integer-only Vorbis) audio support
 UNIXODBC		Use UNIXODBC as the ODBC driver
 VORBIS			OGG/Vorbis audio support
+WX			wxWindows support
 X11			Support for X11
 X264			H.264/AVC (MPEG4 part 10) multimedia codec
 XINE			XINE multimedia support

==== //depot/projects/soc2006/gabor_destdir/LEGAL#2 (text+ko) ====

@@ -1,5 +1,5 @@
 # Creator:  Jordan Hubbard
-# $FreeBSD: ports/LEGAL,v 1.509 2006/11/09 08:55:13 vd Exp $
+# $FreeBSD: ports/LEGAL,v 1.524 2007/02/20 21:47:23 nox Exp $
 
    **********************************************************************
    ***                      NOTE TO COMMITTERS                        ***
@@ -148,7 +148,6 @@
 						with fee
 diablo-latte-freebsd*-*-* java/diablo-jre15	License does not allow distribution
 						with fee
-dist10.tar.gz		audio/mp3encode		Condition is not clear
 divx4linux-*.tgz	multimedia/linux-divx4linux4 Unsure of licensing issues
 divx4linux-*.tar.gz	multimedia/linux-divx4linux Unsure of licensing issues
 djbdns*			dns/djbdns		No license -- see
@@ -264,6 +263,8 @@
 goPod-*			misc/*gopod		Unclear legal status in EU countries
 grande-KXL-*.tar.gz	games/grande		Possible copyright infringement
 graphviz-*		graphics/graphviz	Needs license before fetching
+
+groupoffice-com-*	www/groupoffice		Free for personal use only
 GTL-*			misc/gtl		Non-commercial use only,
 						license forbids redistribution
 hcfmdm/*		comms/hcfmdm		No redistribution allowed
@@ -357,7 +358,8 @@
 jmf-*-alljava.zip	java/jmf		Redistribution of pre-compiled
 						binaries is not permitted
 john-*			security/john		Crypto; export-controlled
-jpgraph-*		graphics/jpgraph	Not for commercial use
+jpgraph-1.*		graphics/jpgraph	Not for commercial use
+jpgraph-2.*		graphics/jpgraph2	Not for commercial use
 jre*i_ELF.*.tar.gz	java/jre		License does not allow distribution
 						with fee
 jre118_v3-glibc-*	java/linux-blackdown-jre11 License does not allow
@@ -376,9 +378,9 @@
 libdvdcss-*.tar.bz2	multimedia/libdvdcss	CSS code may violate the DMCA
 libidea-*		security/libidea	Crypto; export-controlled
 libots-*.alpha.rpm	lang/compaq-cc		Distribution not allowed
-libSDLx11.so.tar.gz	multimedia/mtv		No redistribution
 LimeWireOther.zip	net-p2p/limewire	No redistribution allowed
 Linux-ACU-Driver-v*	sysutils/linux-acu	Redistribution not allowed
+Linux_MegaCli_*		sysutils/linux-megacli	Redistribution not allowed
 rpm/i386/fedora/4/gtk2-* x11-toolkits/linux-gtk2 LGPL binary, no source
 linuxq3ademo-*		games/linux-quake3-demo	Restrictive license by Loki Software
 l0phtcrack/*		security/l0phtcrack	Parts are under GPL, so
@@ -424,17 +426,16 @@
 MPlayer*		multimedia/mplayer	Restricted binary distribution
 msql-*			databases/msql		Not free for commercial organizations
 MT-*			www/MT			No redistribution
-mtv-*.tar.gz		multimedia/mtv		No redistribution
 mupad/*			math/mupad		Unsure of selling for profit
 mypaedia-*		japanese/mypaedia-fpw	The original dictionary is not free
 mysqlman.tar.gz		databases/mysqlman	Not redistributable, license
 						agreement required
 ncftpd-*		ftp/ncftpd		30 day evaluation license
-netbeans-*		java/netbeans		Restrictive copyright
+netbeans3-*		java/netbeans3		Restrictive copyright
+netbeans4-*		java/netbeans4		Restrictive copyright
 NetComponents-*		java/netcomponents	No redistribution except as part
 						of a substantially different product
 netshow_linux.gz	multimedia/netshow	Commercial software
-nfbtr*			textproc/nfbtrans	Unclear copyright status
 nntpcache-*		news/nntpcache		Commercial or government use
 						requires license
 nsc2ke.*		math/nsc2ke		No resale, contact author for
@@ -557,6 +558,7 @@
 swing1_1_1*		java/jfc		Do not distribute without
 						value-added application
 systemc-2*.tgz		cad/systemc		License agreement required.
+scv-1.0p2-sysc*		cad/scv		License agreement required.
 tcetest_*		games/linux-enemyterritory-tce Redistribution limited
 texcm-ttf-20010117/*	x11-fonts/texcm-ttf	Cannot be sold or distributed
 						with any commercial product
@@ -566,8 +568,6 @@
 tolkien-ttf-*		x11-fonts/tolkien-ttf	Shareware.  Commercial usage
 						or redistribution requires
 						license.
-tools-for-freebsd-*	emulators/vmware-tools2	Not sure if we can
-						redistribute this
 tracker-*.tgz		audio/tracker		Non-redistributable beta
 triangle-*/*		math/triangle		No commercial use without prior
 						arrangement with the author
@@ -583,6 +583,7 @@
 						Japanese version of Windows
 						and EPSON printer specified
 						by EULA	
+tonicpoint-*		graphics/tonicpoint-viewer	Free for non-profit
 tuc-*			converters/tuc		Author does not allow
 						CD-ROM distribution
 tutorial.zip		java/java-tutorial	This software is under license
@@ -607,7 +608,6 @@
 						Commodore Business Machines
 vwnc7.3.1/*		lang/visualworks	Do not redistribute
 vje30/*			japanese/vje30		Commercial software
-VMware-*.tar.gz		emulators/vmware2	Not sure if we can redistribute this
 vmware-freebsd-tools.*	emulators/vmware-guestd3 Not sure if we can redistribute this
 vmware-freebsd-tools.*	emulators/vmware-guestd4 Not sure if we can redistribute this
 						[RESTRICTED]
@@ -631,6 +631,8 @@
 						codecs is unknown
 xchada01.lzh		games/xchadance		Contains commercial character
 						data
+xds-[0-9]*		lang/xds		Redistribution is forbidden
+xds-c-*			lang/xds-c		Redistribution is forbidden
 xephem-*		astro/xephem		Personal use only
 xev*.tar.gz		games/xbat		Possible copyright infringement
 XFrisk-*.tar.gz		games/xfrisk		Possible trademark infringement

==== //depot/projects/soc2006/gabor_destdir/MOVED#2 (text+ko) ====

@@ -1,7 +1,7 @@
 #
 # MOVED - a list of (recently) moved or removed ports
 #
-# $FreeBSD: ports/MOVED,v 1.1189 2006/11/24 22:23:36 erwin Exp $
+# $FreeBSD: ports/MOVED,v 1.1306 2007/02/23 22:50:13 mezz Exp $
 #
 # Each entry consists of a single line containing the following four
 # fields in the order named, separated with the pipe (`|') character:
@@ -151,7 +151,6 @@
 math/xmgr||2003-01-19|removed, obsoleted, successor is grace
 x11/libhelp||2003-01-19|removed, didn't compile on current motif, only used by xmgr
 devel/gnustep-devel|devel/gnustep|2003-01-20|merged
-devel/gnustep-devel|devel/gnustep|2003-01-20|merged
 x11-toolkits/gnustep-gui-devel|x11-toolkits/gnustep-gui|2003-01-20|merged
 x11-toolkits/gnustep-xgps|x11-toolkits/gnustep-back|2003-01-20|full substitute
 devel/ruby-unit|devel/ruby-testunit|2003-01-23|succeeded
@@ -773,7 +772,6 @@
 deskutils/loserjabber|deskutils/logjam2|2004-02-07|Renamed to Logjam
 x11/wmbsdbatt|sysutils/wmbsdbatt|2004-02-09|Moved to more appropriate category
 converters/ktnef|deskutils/kdepim3|2004-02-09|ktnef is now included in kdepim
-lang/g95|lang/gfortran|2004-02-11|change to appropreate name
 www/mozilla-firebird|www/firefox|2004-02-11|Project changed names
 x11-wm/mosfet-liquid||2004-02-13|obsolete
 mail/mozilla-thunderbird|mail/thunderbird|2004-02-14|Name change to fit the project
@@ -937,7 +935,6 @@
 x11-toolkits/qt32|x11-toolkits/qt33|2004-03-09|qt32 replaced by qt33
 mail/ksig|misc/ksig|2004-03-09|ksig is now a part of the kdeaddons ports
 mail/exim-old|mail/exim|2004-03-09|No security maintenance from author, successor is exim
-sysutils/xwatch||2004-03-09|obsolete-distfile deleted by author
 textproc/dico|french/dico|2004-03-14|better category
 x11-fonts/Xft|x11-fonts/libXft|2004-03-16|port renamed
 devel/ulex|devel/ocaml-ulex|2004-03-19|port renamed
@@ -1942,7 +1939,6 @@
 devel/php4-pear||2005-12-09|Obsoleted by devel/pear port
 devel/php5-pear||2005-12-09|Obsoleted by devel/pear port
 archivers/pear-Archive_Tar||2005-12-09|Obsoleted by devel/pear port
-devel/pear-Console_Getopt||2005-12-09|Obsoleted by devel/pear port
 devel/pear-XML_RPC||2005-12-09|Obsoleted by devel/pear port
 devel/pear-PEAR|devel/pear|2005-12-09|New pear bootstrap code
 databases/php5-dbx||2005-12-09|Unsupported in PHP 5.1
@@ -2017,7 +2013,6 @@
 biology/flip||2006-01-14|Mastersite disappeared
 chinese/MT||2006-01-14|Does not work with MT 3
 chinese/chinput2||2006-01-14|Mastersite disappeared
-chinese/wangttf||2006-01-14|Mastersite disappeared
 comms/vpb2||2006-01-14|Mastersite disappeared
 deskutils/journal||2006-01-14|Mastersite disappeared
 devel/decompyle||2006-01-14|Mastersite disappeared
@@ -2231,7 +2226,6 @@
 security/nessus-libnasl-devel||2006-04-17|Has expired: Development version of nessus is no longer available in sources
 security/nessus-libraries-devel||2006-04-17|Has expired: Development version of nessus is no longer available in sources
 security/nessus-plugins-devel||2006-04-17|Has expired: Development version of nessus is no longer available in sources
-audio/gstreamer-plugins-polypaudio|audio/gstreamer-plugins-polyp80|2006-04-21|The port name has been changed to match its correct name
 devel/cvspadm||2006-04-24|Development ceased, please use devel/cvsdadm
 editors/jed-devel||2006-04-24|No more development version for a while, please, use editors/jed
 sysutils/gdesklets-multitail||2006-04-24|Project is too long dead
@@ -2239,26 +2233,22 @@
 java/diablo-jre13||2006-04-24|Removed due to security problems and no longer being distributed
 audio/gstreamer-plugins-artsd|audio/gstreamer-plugins-artsd80|2006-04-29|Not part of gstreamer 0.10 yet
 audio/gstreamer-plugins-audiofile|audio/gstreamer-plugins-audiofile80|2006-04-29|Not part of gstreamer 0.10 yet
-audio/gstreamer-plugins-cdaudio|audio/gstreamer-plugins-cdaudio80|2006-04-29|Not part of gstreamer 0.10 yet
 sysutils/gstreamer-plugins-cdio|sysutils/gstreamer-plugins-cdio80|2006-04-29|Not part of gstreamer 0.10 yet
 multimedia/gstreamer-plugins-dirac|multimedia/gstreamer-plugins-dirac80|2006-04-29|Not part of gstreamer 0.10 yet
 graphics/gstreamer-plugins-gdkpixbuf|graphics/gstreamer-plugins-gdkpixbuf80|2006-04-29|Not part of gstreamer 0.10 yet
 graphics/gstreamer-plugins-hermes|graphics/gstreamer-plugins-hermes80|2006-04-29|Not part of gstreamer 0.10 yet
-audio/gstreamer-plugins-jack|audio/gstreamer-plugins-jack80|2006-04-29|Not part of gstreamer 0.10 yet
 multimedia/gstreamer-plugins-libfame|multimedia/gstreamer-plugins-libfame80|2006-04-29|Not part of gstreamer 0.10 yet
 graphics/gstreamer-plugins-libmng|graphics/gstreamer-plugins-libmng80|2006-04-29|Not part of gstreamer 0.10 yet
 audio/gstreamer-plugins-mikmod|audio/gstreamer-plugins-mikmod80|2006-04-29|Not part of gstreamer 0.10 yet
-multimedia/gstreamer-plugins-mpeg2enc|multimedia/gstreamer-plugins-mpeg2enc80|2006-04-29|Not part of gstreamer 0.10 yet
 multimedia/gstreamer-plugins-mplex|multimedia/gstreamer-plugins-mplex80|2006-04-29|Not part of gstreamer 0.10 yet
 audio/gstreamer-plugins-nas|audio/gstreamer-plugins-nas80|2006-04-29|Not part of gstreamer 0.10 yet
-audio/gstreamer-plugins-polypaudio|audio/gstreamer-plugins-polypaudio80|2006-04-29|Not part of gstreamer 0.10 yet
-audio/gstreamer-plugins-shout|audio/gstreamer-plugins-shout80|2006-04-29|Not part of gstreamer 0.10 yet
+audio/gstreamer-plugins-polypaudio|audio/gstreamer-plugins-pulse|2006-04-29|Project renamed
+audio/gstreamer-plugins-shout|audio/gstreamer-plugins-shout2|2006-04-29|Not part of gstreamer 0.10 yet
 audio/gstreamer-plugins-smoothwave|audio/gstreamer-plugins-smoothwave80|2006-04-29|Not part of gstreamer 0.10 yet
 audio/gstreamer-plugins-sndfile|audio/gstreamer-plugins-sndfile80|2006-04-29|Not part of gstreamer 0.10 yet
-graphics/gstreamer-plugins-swfdec|graphics/gstreamer-plugins-swfdec80|2006-04-29|Not part of gstreamer 0.10 yet
 multimedia/gstreamer-plugins-x264|multimedia/gstreamer-plugins-x26480|2006-04-29|Not part of gstreamer 0.10 yet
 graphics/gstreamer-plugins-jpeg-mmx|graphics/gstreamer-plugins-jpeg-mmx80|2006-04-29|Not part of gstreamer 0.10 yet
-audio/gstreamer-plugins-polyp|audio/gstreamer-plugins-polyp80|2006-04-29|Not part of gstreamer 0.10 yet
+audio/gstreamer-plugins-polyp|audio/gstreamer-plugins-pulse|2006-04-29|Project renamed
 www/evolution-caldav||2006-04-29|Now included in evolution-data-server and evolution
 graphics/mrsidviewer||2006-04-30|Removed (distribution no longer available from vendor)
 graphics/kimdaba|graphics/kphotoalbum|2006-04-30|renamed
@@ -2517,7 +2507,6 @@
 chinese/xcin25|chinese/xcin|2006-11-05|Reflect its real portname
 mail/nail|mail/heirloom-mailx|2006-11-05|Project name changed
 databases/php5-filepro||2006-11-06|Removed in 5.2 branch
-databases/php5-pdo||2006-11-08|Removed
 deskutils/offix-trash||2006-11-09|Has expired: development ceased in 1996
 devel/mingw||2006-11-09|Has expired: use mingw32-* ports instead
 devel/mingw-binutils||2006-11-09|Has expired: use mingw32-* ports instead
@@ -2548,3 +2537,306 @@
 print/pecl-panda||2006-11-22|Has expired: Project is dead and does not work
 mail/dbmail-devel|mail/dbmail21|2006-11-23|Renamed
 net/ripetools|net/ripe-whois|2006-11-24|Has expired: project no longer exists
+devel/sge||2006-11-26|Removed
+mail/pantomime-ssl|mail/pantomime|2006-12-01|Removed
+x11-toolkits/p5-Gtk2-PodViewer|x11-toolkits/p5-Gtk2-Ex-PodViewer|2006-12-03|CPAN module renamed
+audio/xmms-rateplug||2006-12-04|Has expired: Project disappeared from the internet
+chinese/iiimf-le-chewing||2006-12-04|Has expired: fails to install (dependency problem)
+deskutils/mhc-xemacs21-mule||2006-12-04|Has expired: hangs during build
+devel/alleyoop||2006-12-04|Has expired: Does not compile
+devel/hs-crypto||2006-12-04|Has expired: is incompatible with current GHC, needs updating
+editors/gedit-autocomplete-plugin||2006-12-04|Has expired: Not compatible with gedit versions >= 2.14
+emulators/vmware2||2006-12-04|Has expired: Unfetchable
+finance/ccard||2006-12-04|Has expired: Project disappeared from the internet
+devel/autoconf26|devel/autoconf261|2006-12-07|Move to correct location
+www/mozilla-bonobo||2006-12-12|Has expired: "Does not build with new Mozilla"
+www/p5-ldap-abook||2006-12-12|Has expired: Arbitrary command execution vulnerability in CGI script
+x11-wm/tpager||2006-12-12|Has expired: Unmaintained and disappears from MASTER_SITE on a regular basis
+x11/XFree86-aoutlibs||2006-12-12|Has expired: Requires a.out ld.so and support libraries
+x11/linux-XFree86-libs||2006-12-12|Has expired: superseeded by linux-xorg-libs port
+www/mod_v2h||2006-12-12|Has expired: No longer available for download, the website is gone
+www/mod_injection||2006-12-12|Has expired: No longer available for download, the website is gone
+www/nspostgres||2006-12-12|Has expired: Use www/aolserver with WITH_NSPOSTGRES=1 instead.
+www/fxhtml||2006-12-12|Has expired: crusty old a.out binary, not useful any more
+www/jakarta-tomcat3||2006-12-12|Has expired: Please use www/tomcat55 instead
+shells/mudsh||2006-12-12|Has expired: Project disappeared from the internet
+print/py-freetype||2006-12-12|Has expired: Project has disappeared and is no longer fetchable
+palm/syncal||2006-12-12|Has expired: Does not build with new pilot-link
+net/tn3270||2006-12-12|Has expired: dumps core. Please use net/c3270 instead
+multimedia/dvdwizard||2006-12-12|Has expired: has an incomplete dependency list
+print/latex-bibtopic||2006-12-12|Has expired: is already included in the teTeX distribution
+print/latex-bibunits||2006-12-12|Has expired: is already included in the teTeX distribution
+print/latex-booktabs||2006-12-12|Has expired: is already included in the teTeX distribution
+print/latex-index||2006-12-12|Has expired: is already included in the teTeX distribution
+print/latex-layouts||2006-12-12|Has expired: is already included in the teTeX distribution
+print/latex-subfig||2006-12-12|Has expired: is already included in the teTeX distribution
+print/latex-xcolor||2006-12-12|Has expired: is already included in the teTeX distribution
+print/latex-lineno||2006-12-12|Has expired: is already included in the teTeX distribution
+print/latex-pict2e||2006-12-12|Has expired: is already included in the teTeX distribution
+multimedia/gstreamer-plugins-mpeg2enc80||2006-12-12|Has expired: Obsolete version, use gstreamer 0.10 instead
+lang/gcc30||2006-12-12|Has expired: "This port is no longer in use by anything in the ports collection and will be removed in the future.  Use a later release instead."
+lang/egcs||2006-12-12|Has expired: "This port is no longer in use by anything in the ports collection and will be removed in the future.  Use a later release of gcc instead"
+graphics/php4-ming||2006-12-12|Has expired: doesn't work with new version of ming library
+graphics/dvipng||2006-12-12|Has expired: is already included in the teTeX distribution
+audio/gdesklets-xmms||2006-12-12|Has expired: Disappeared from the internet
+games/flightgear-l410||2006-12-12|Has expired: is incompatible with the latest FlightGear release
+www/frontpage||2006-12-12|Has expired: Microsoft Frontpage Extensions have reached their End-of-Life
+portuguese/frontpage-pt_BR||2006-12-12|Removed: Microsoft Frontpage Extensions have reached their End-of-Life
+www/frontpage-ar||2006-12-12|Removed: Microsoft Frontpage Extensions have reached their End-of-Life
+www/frontpage-de||2006-12-12|Removed: Microsoft Frontpage Extensions have reached their End-of-Life
+www/frontpage-es||2006-12-12|Removed: Microsoft Frontpage Extensions have reached their End-of-Life
+www/frontpage-fr||2006-12-12|Removed: Microsoft Frontpage Extensions have reached their End-of-Life
+www/frontpage-he||2006-12-12|Removed: Microsoft Frontpage Extensions have reached their End-of-Life
+www/frontpage-it||2006-12-12|Removed: Microsoft Frontpage Extensions have reached their End-of-Life
+www/frontpage-ja||2006-12-12|Removed: Microsoft Frontpage Extensions have reached their End-of-Life
+www/frontpage-ko||2006-12-12|Removed: Microsoft Frontpage Extensions have reached their End-of-Life
+www/frontpage-nl||2006-12-12|Removed: Microsoft Frontpage Extensions have reached their End-of-Life
+www/frontpage-sv||2006-12-12|Removed: Microsoft Frontpage Extensions have reached their End-of-Life
+www/frontpage-th||2006-12-12|Removed: Microsoft Frontpage Extensions have reached their End-of-Life
+www/frontpage-zh||2006-12-12|Removed: Microsoft Frontpage Extensions have reached their End-of-Life
+www/mod_frontpage||2006-12-12|Removed: Depends on dead www/frontpage
+www/mod_frontpage-rtr||2006-12-12|Removed: Microsoft Frontpage Extensions have reached their End-of-Life
+www/mod_frontpage2-rtr||2006-12-12|Removed: Microsoft Frontpage Extensions have reached their End-of-Life
+net/wais||2006-12-12|Has expired: Imported 12 years ago; never completed
+www/w3c-httpd||2006-12-12|Has expired: Does not compile
+multimedia/gstreamer-plugins-dirac80||2006-12-13|Has expired: Obsolete version, use gstreamer 0.10 instead
+devel/ruby-pcsc-lite||2006-12-14|Has expired: Does not compile with new pcsc-lite. Port is broken since 2005/04/20.
+audio/alsaplayer||2006-12-14|Has expired: Remote code execution: http://vuxml.FreeBSD.org/9855ac8e-2aec-11db-a6e2-000e0c2e438a.html. Last version 0.99.76 is more than 3 years old.
+sysutils/kdar||2006-12-14|Has expired: Does not compile with dar-2.3.0
+net-im/ymessenger||2006-12-14|Has expired: is a dynamically linked binary linked to old version of gtkhtml no longer in ports
+audio/ac3dec||2006-12-14|Dead outside FreeBSD and replaced by liba52
+net-p2p/mldonkey-sancho||2006-12-14|Removed due to developer's request
+net/gmdns||2006-12-14|Dead, unmaintain and nothing use it
+devel/stlport-icc||2006-12-20|Has expired: does not work with stlport 4.6.2
+security/gnupg-devel|security/gnupg|2006-12-21|gnupg-devel has been released as Gnupg 2.0
+devel/javasvn|devel/svnkit|2006-12-23|JavaSVN has been renamed to SVNKit
+deskutils/etoile|deskutils/etoile-dictionaryreader|2006-12-25|renamed to etoile-dictionaryreader
+devel/p5-Inline-C2XS|devel/p5-InlineX-C2XS|2006-12-26|Project rename the module into the InlineX namespace
+www/etoile-grr|www/etoile-mollusk|2006-12-29|Project moved
+deskutils/etoile-etoileextensionskit|www/etoile-ui|2006-12-29|Project splitted in new modules
+deskutils/etoile-preferenceskit|www/etoile-panekit|2006-12-29|Project splitted in new modules
+deskutils/etoile-workspaceswitcher||2006-12-29|Project dopped
+mail/sylpheed-claws-att_remover|mail/claws-mail-att_remover|2006-12-31|Project renamed upstream
+mail/sylpheed-claws-cachesaver|mail/claws-mail-cachesaver|2006-12-31|Project renamed upstream
+mail/sylpheed-claws-etpan_privacy|mail/claws-mail-etpan_privacy|2006-12-31|Project renamed upstream
+mail/sylpheed-claws-fetchinfo|mail/claws-mail-fetchinfo|2006-12-31|Project renamed upstream
+mail/sylpheed-claws-gtkhtml2_viewer|mail/claws-mail-gtkhtml2_viewer|2006-12-31|Project renamed upstream
+mail/sylpheed-claws-maildir|mail/claws-mail-maildir|2006-12-31|Project renamed upstream
+mail/sylpheed-claws-mailmbox|mail/claws-mail-mailmbox|2006-12-31|Project renamed upstream
+mail/sylpheed-claws-newmail|mail/claws-mail-newmail|2006-12-31|Project renamed upstream
+mail/sylpheed-claws-notification|mail/claws-mail-notification|2006-12-31|Project renamed upstream
+mail/sylpheed-claws-perl|mail/claws-mail-perl|2006-12-31|Project renamed upstream
+mail/sylpheed-claws-rssyl|mail/claws-mail-rssyl|2006-12-31|Project renamed upstream
+mail/sylpheed-claws-smime|mail/claws-mail-smime|2006-12-31|Project renamed upstream
+mail/sylpheed-claws-synce|mail/claws-mail-synce|2006-12-31|Project renamed upstream
+mail/sylpheed-claws-vcalendar|mail/claws-mail-vcalendar|2006-12-31|Project renamed upstream
+mail/sylpheed-claws|mail/claws-mail|2006-12-31|Removed: renamed to claws-mail
+devel/pear-Console_Getopt||2007-01-01|Obsoleted by devel/pear port
+databases/ruby-libgda||2007-01-01|No longer include in the tarball
+multimedia/ruby-gst||2007-01-01|No longer include in the tarball
+audio/autools||2007-01-05|Has expired: is unfetchable and the project homepage disappeared
+www/mediawiki13||2007-01-05|Removed: No longer supported, please upgrade your wiki installation
+www/mediawiki15||2007-01-05|Removed: No longer supported, please upgrade your wiki installation
+ftp/gwget||2007-01-05|Has expired: fails to install
+multimedia/bsdav||2007-01-05|Has expired: does not work. We need to import bktv patches from OpenBSD to make it work
+multimedia/pitivi||2007-01-05|Has expired: Installs files during "make all"
+misc/gnomesword||2007-01-05|Has expired: Configure fails
+graphics/opendx-samples||2007-01-05|Has expired: Changes permissions on installed file usr/local/dx/java/server/nets
+graphics/panorama||2007-01-05|Has expired: segfaults on startup (GUI only, render binary still works)
+graphics/qtutils||2007-01-05|Has expired: Does not build
+net-p2p/gnome-btdownload||2007-01-05|Has expired: does not run with BitTorrent 4.x yet
+print/ec-fonts-mftraced||2007-01-05|Has expired: Installs files before 'make install'
+print/yatex-xemacs-mule||2007-01-05|Has expired: hangs during build
+security/gnu-crypto||2007-01-05|Has expired: Does not compile
+www/linux-beonex||2007-01-05|Has expired: Security issues. From http://www.beonex.com/ 'The currently available Beonex Communicator 0.8 builds have several known security bugs'
+misc/instant-workstation||2007-01-05|Has expired: Incomplete pkg-plist
+lang/yap||2007-01-05|Has expired: Does not compile
+lang/tensile||2007-01-05|Has expired: "Coredump during build on FreeBSD >= 6.x"
+japanese/gauche-kakasi||2007-01-05|Has expired: deinstalls file not installed by this port
+japanese/migemo-xemacs21-mule||2007-01-05|Has expired: Incomplete pkg-plist
+www/rt3-elixus||2007-01-05|Has expired: Broken due the new mod_perl2 API
+comms/vpb-driver||2007-01-05|Has expired: leaves files behind on deinstall
+irc/xchat-ecl-plugin||2007-01-05|Has expired: Does not build
+french/gnome-verbiste||2007-01-05|Has expired: does not install
+devel/kasm||2007-01-05|Has expired: Buggy and unmaintained, use devel/hptools instead
+devel/py-getargs||2007-01-05|Has expired: distfile and homepage disappeared
+devel/pyumlgraph||2007-01-05|Has expired: distfile and homepage disappeared
+editors/beaver||2007-01-05|Has expired: distfile disappeared from homepage
+editors/dte||2007-01-05|Has expired: distfile and homepage disappeared
+graphics/teddy||2007-01-05|Has expired: No new releases in the past 4 years
+net/arla||2007-01-05|Has expired: "does not compile"
+sysutils/lsmlib||2007-01-05|Has expired: distfile and homepage disappeared
+security/ifd-gpr400||2007-01-05|Has expired: distfile and homepage disappeared
+science/mmtk||2007-01-05|Has expired: distfile and homepage disappeared
+print/xtem||2007-01-05|Has expired: distfile and homepage disappeared
+net/mrt||2007-01-05|Has expired: distfile and homepage disappeared
+net/tund||2007-01-05|Has expired: distfile disappeared and has no homepage
+net/xbms||2007-01-05|Has expired: distfile and homepage disappeared
+print/bibcard||2007-01-05|Has expired: distfile and homepage disappeared
+misc/afbackup||2007-01-05|Has expired: Uses unregistered uid that conflicts with other ports
+misc/afbackup-client||2007-01-05|Has expired: Uses unregistered uid that conflicts with other ports
+misc/afbackup-server||2007-01-05|Has expired: Uses unregistered uid that conflicts with other ports
+lang/forth||2007-01-05|Has expired: obsoleted by lang/pfe; use of this port is pretty much senseless
+ftp/jmirror||2007-01-05|Has expired: distfile disappeared and has no homepage
+devel/libformat||2007-01-05|Has expired: distfile and homepage disappeared
+editors/ooodict-all||2007-01-05|Has expired: Size mismatch
+mail/distribute||2007-01-05|Has expired: Does not install
+net-im/gaim-rss-reader||2007-01-05|Has expired: Requires update to work with Gaim 0.82.1
+sysutils/slay||2007-01-05|Has expired: Author doesn't see it as needed anymore
+www/emp||2007-01-05|Has expired: project is shutting down
+textproc/nfbtrans||2007-01-05|Has expired: Unfetchable
+comms/ecu||2007-01-05|Has expired: is unfetchable and project homepage disappeared
+net/citadel||2007-01-05|Has expired: http://www.FreeBSD.org/ports/portaudit/4c005a5e-2541-4d95-80a0-00c76919aa66.html
+multimedia/mtv||2007-01-05|Has expired: No new releases in the past 5 years
+mail/py-email2||2007-01-08|Has expired: Only usable python versions schedualed to expire
+net/ruby-radius||2007-01-08|Has expired: distfile disappeared from homepage
+devel/versuch|net/versuch|2007-01-12|Removed duplicate port
+german/tvbrowser|misc/tvbrowser|2007-01-13|move to misc/tvbrowser
+chinese/xcin||2007-01-17|Has expired: dead project, see http://lists.linux.org.tw/pipermail/xcin/2005-November/004300.html
+x11-wm/wmi||2007-01-17|Has expired: This port is unsupported by the author.  Please use x11-wm/wmii instead.
+www/abcache||2007-01-17|Has expired: "is a dead project and the distfile disappeared"
+devel/rubygem-event-loop||2007-01-17|Has expired: replaced by devel/ruby-event-loop which gets around issues caused by the rubygems system
+games/hlserver-opera||2007-01-17|Has expired: distfile and homepage disappeared
+games/mythserver||2007-01-17|Has expired: distfile disappeared
+games/nwnusers||2007-01-17|Has expired: Does not make any sense any more. (NWN 2 is out there)
+games/urban-sounds||2007-01-17|Has expired: distfile and homepage disappeared
+games/urban||2007-01-17|Has expired: distfile and homepage disappeared
+games/x3eyes||2007-01-17|Has expired: distfile disappeared and has no homepage
+games/xeji||2007-01-17|Has expired: distfile disappeared and has no homepage
+games/xemeraldia||2007-01-17|Has expired: distfile disappeared and has no homepage
+games/xlifegame||2007-01-17|Has expired: distfile disappeared and has no homepage
+games/xpilotmon||2007-01-17|Has expired: distfile disappeared and has no homepage
+games/xsok||2007-01-17|Has expired: distfile disappeared and has no homepage
+database/grass-i18n|database/grass|2007-01-18|Deprecated because i18n extension has been merged
+net-mgmt/apan||2007-01-19|Has expired: Does not install
+ftp/vcheck||2007-01-19|Has expired: distfile disappeared and has no homepage
+deskutils/xfce4-calendar|deskutils/orage|2007-01-22|got obsolete by xfce 4.4 update
+deskutils/xfce4-taskbar-plugin||2007-01-22|got obsolete by xfce 4.4 update
+deskutils/xfce4-windowlist-plugin||2007-01-22|got obsolete by xfce 4.4 update
+games/xfce4-toys||2007-01-22|got obsolete by xfce 4.4 update
+misc/xfce4-iconbox||2007-01-22|got obsolete by xfce 4.4 update
+sysutils/xfce4-showdesktop-plugin|deskutils/orage|2007-01-22|got obsolete by xfce 4.4 update
+x11/xfce4-trigger-launcher||2007-01-22|got obsolete by xfce 4.4 update
+x11-fm/xfce4-fm||2007-01-22|got obsolete by xfce 4.4 update
+x11-wm/xfce4-systray||2007-01-22|got obsolete by xfce 4.4 update
+russian/rispell||2007-01-23|Has expired: does not work with current textproc/ispell, use rus-ispell port istead
+audio/mp3encode||2007-01-25|Has expired: is unfetchable and has no homepage
+biology/coalesce||2007-01-25|Has expired: Not supported by the authors. Last version is from 1995. Use biology/fluctuate instead.
+devel/leoarg||2007-01-25|Has expired: distfile and homepage disappeared
+misc/dirtree||2007-01-25|distfile and homepage disappeared
+misc/argparse||2007-01-25|distfile and homepage disappeared
+audio/gstreamer-plugins-wavpack80||2007-01-25|does not build with current wavpack and got obsolete by 0.10.x version
+net-mgmt/pfpro||2007-01-26|Has expired: Does not compile
+emulators/vx68k||2007-01-26|Has expired: distfile disappeared from homepage
+emulators/libvm68k||2007-01-26|Has expired: distfile disappeared from homepage
+textproc/ruby-text-format||2007-01-26|Has expired: distfile and homepage disappeared
+www/flashplugin||2007-01-27|Obsolete, broken
+lang/python21||2007-01-26|Has expired: Version branch long since retired
+lang/python22||2007-01-26|Has expired: Version branch long since retired
+audio/lopster|net-p2p/lopster|2007-01-28|Moved to better category
+net/p5-Spread||2007-01-29|Has expired: Spread comes with its own Perl library
+lang/glade-gpl||2007-01-31|Removed
+graphics/linux_glx||2007-02-02|Removed as part of obsolete XFree86 3.X
+graphics/mesagl||2007-02-02|Removed as part of obsolete XFree86 3.X
+graphics/xpm||2007-02-02|Removed as part of obsolete XFree86 3.X
+x11/XFree86||2007-02-02|Removed this obsolete old version of XFree86
+x11/XFree86-contrib||2007-02-02|Removed this obsolete old version of XFree86
+sysutils/unidesc|sysutils/uniutils|2007-02-04|Renamed by the author
+devel/portcheckout|ports-mgmt/portcheckout|2007-02-05|Moved to a new category
+devel/portlint|ports-mgmt/portlint|2007-02-05|Moved to a new category
+devel/portmk|ports-mgmt/portmk|2007-02-05|Moved to a new category
+devel/porttools|ports-mgmt/porttools|2007-02-05|Moved to a new category
+misc/instant-tinderbox|ports-mgmt/instant-tinderbox|2007-02-05|Moved to a new category
+misc/porteasy|ports-mgmt/porteasy|2007-02-05|Moved to a new category
+misc/portell|ports-mgmt/portell|2007-02-05|Moved to a new category
+misc/portless|ports-mgmt/portless|2007-02-05|Moved to a new category
+misc/tinderbox|ports-mgmt/tinderbox|2007-02-05|Moved to a new category
+security/jailaudit|ports-mgmt/jailaudit|2007-02-05|Moved to a new category
+security/portaudit|ports-mgmt/portaudit|2007-02-05|Moved to a new category
+security/portaudit-db|ports-mgmt/portaudit-db|2007-02-05|Moved to a new category
+security/vulnerability-test-port|ports-mgmt/vulnerability-test-port|2007-02-05|Moved to a new category
+sysutils/barry|ports-mgmt/barry|2007-02-05|Moved to a new category
+sysutils/bpm|ports-mgmt/bpm|2007-02-05|Moved to a new category
+sysutils/kports|ports-mgmt/kports|2007-02-05|Moved to a new category
+sysutils/managepkg|ports-mgmt/managepkg|2007-02-05|Moved to a new category
+sysutils/newportsversioncheck|ports-mgmt/newportsversioncheck|2007-02-05|Moved to a new category
+sysutils/pib|ports-mgmt/pib|2007-02-05|Moved to a new category
+sysutils/pkgfe|ports-mgmt/pkgfe|2007-02-05|Moved to a new category
+sysutils/pkg-orphan|ports-mgmt/pkg-orphan|2007-02-05|Moved to a new category
+sysutils/pkg_cutleaves|ports-mgmt/pkg_cutleaves|2007-02-05|Moved to a new category
+sysutils/pkg_install|ports-mgmt/pkg_install|2007-02-05|Moved to a new category
+sysutils/pkg_install-devel|ports-mgmt/pkg_install-devel|2007-02-05|Moved to a new category
+sysutils/pkg_remove|ports-mgmt/pkg_remove|2007-02-05|Moved to a new category
+sysutils/pkg_rmleaves|ports-mgmt/pkg_rmleaves|2007-02-05|Moved to a new category
+sysutils/pkg_trackinst|ports-mgmt/pkg_trackinst|2007-02-05|Moved to a new category
+sysutils/pkg_tree|ports-mgmt/pkg_tree|2007-02-05|Moved to a new category
+sysutils/portbrowser|ports-mgmt/portbrowser|2007-02-05|Moved to a new category
+sysutils/portconf|ports-mgmt/portconf|2007-02-05|Moved to a new category
+sysutils/portdowngrade|ports-mgmt/portdowngrade|2007-02-05|Moved to a new category
+sysutils/portcheck|ports-mgmt/portcheck|2007-02-05|Moved to a new category
+sysutils/portmanager|ports-mgmt/portmanager|2007-02-05|Moved to a new category
+sysutils/portmaster|ports-mgmt/portmaster|2007-02-05|Moved to a new category
+sysutils/portscout|ports-mgmt/portscout|2007-02-05|Moved to a new category
+sysutils/portsearch|ports-mgmt/portsearch|2007-02-05|Moved to a new category
+sysutils/portsman|ports-mgmt/portsman|2007-02-05|Moved to a new category
+sysutils/portsnap|ports-mgmt/portsnap|2007-02-05|Moved to a new category
+sysutils/portsopt|ports-mgmt/portsopt|2007-02-05|Moved to a new category
+sysutils/portupgrade|ports-mgmt/portupgrade|2007-02-05|Moved to a new category
+sysutils/portupgrade-devel|ports-mgmt/portupgrade-devel|2007-02-05|Moved to a new category
+sysutils/port-authoring-tools|ports-mgmt/port-authoring-tools|2007-02-05|Moved to a new category
+sysutils/port-maintenance-tools|ports-mgmt/port-maintenance-tools|2007-02-05|Moved to a new category
+sysutils/psearch|ports-mgmt/psearch|2007-02-05|Moved to a new category
+sysutils/p5-FreeBSD-Portindex|ports-mgmt/p5-FreeBSD-Portindex|2007-02-05|Moved to a new category
+sysutils/qtpkg|ports-mgmt/qtpkg|2007-02-05|Moved to a new category
+textproc/p5-FreeBSD-Ports|ports-mgmt/p5-FreeBSD-Ports|2007-02-05|Moved to a new category
+sysutils/pkg_replace|ports-mgmt/pkg_replace|2007-02-05|Moved to a new category
+archivers/py-bzip2||2007-02-05|Included with all current python versions in ports tree
+devel/py-logging||2007-02-05|Included with all current python versions in ports tree
+misc/qt4-codecs-tw|chinese/qt4-codecs-tw|2007-02-06|Accidentally added to wrong category
+www/squid26|www/squid|2007-02-07|Squid 2.6 is now mainstream version
+irc/xchat-systray-plugin||2007-02-07|Has expired: Functionality is now included in xchat
+net/nicmond||2007-02-07|Has expired: Disappeared from the internet
+www/caudium10||2007-02-07|Has expired: Please use www/caudium12
+net/openldap22-client||2007-02-07|Removed: OpenLDAP 2.2.x is no longer supported by developers
+net/openldap22-sasl-client||2007-02-07|Removed: OpenLDAP 2.2.x is no longer supported by developers
+net/openldap22-sasl-server||2007-02-07|Removed: OpenLDAP 2.2.x is no longer supported by developers
+net/openldap22-server||2007-02-07|Removed: OpenLDAP 2.2.x is no longer supported by developers
+databases/ruby-sqlite3|databases/rubygem-sqlite3|2007-02-08|Moved to rubygem version
+databases/pecl-PDO|databases/php5-pdo|2007-02-09|PHP5 bundled version is newer
+databases/pecl-PDO_DBLIB|databases/php5-pdo_dblib|2007-02-09|PHP5 bundled version is newer
+databases/pecl-PDO_MYSQL|databases/php5-pdo_mysql|2007-02-09|PHP5 bundled version is newer
+databases/pecl-PDO_OCI|databases/php5-pdo_oci|2007-02-09|PHP5 bundled version is newer
+databases/pecl-PDO_ODBC|databases/php5-pdo_odbc|2007-02-09|PHP5 bundled version is newer
+databases/pecl-PDO_PGSQL|databases/php5-pdo_pgsql|2007-02-09|PHP5 bundled version is newer
+databases/pecl-PDO_SQLITE|databases/php5-pdo_sqlite|2007-02-09|PHP5 bundled version is newer
+math/pear-Structures_Graph|devel/pear|2007-02-09|Included in base pear installation
+lang/cli||2007-02-10|Port was broken with no sign of a fix
+misc/moviedb||2007-02-10|Port was broken with no sign of a fix
+devel/cl-asdf-cmucl||2007-02-10|Port was broken with no sign of a fix
+graphics/libdjvu++||2007-02-10|Port was broken with no sign of a fix
+graphics/dri-devel||2007-02-10|Expired port
+devel/cl-infix-cmucl||2007-02-10|Depended on removed port devel/cl-asdf-cmucl
+devel/cl-split-sequence-cmucl||2007-02-10|Depended on removed port devel/cl-asdf-cmucl
+devel/cl-uffi-cmucl||2007-02-10|Depended on removed port devel/cl-asdf-cmucl
+textproc/cl-meta-cmucl||2007-02-10|Depended on removed port devel/cl-asdf-cmucl
+textproc/cl-ppcre-cmucl||2007-02-10|Depended on removed port devel/cl-asdf-cmucl
+www/cl-lml-cmucl||2007-02-10|Depended on removed port devel/cl-asdf-cmucl
+emulators/vmware-tools2||2007-02-12|Has expired: Unfetchable
+lang/ruby16||2007-02-13|Port passed expiry date and was removed.
+lang/ruby16-shim-ruby18||2007-02-13|Port passed expiry date and was removed.
+lang/ruby16_static||2007-02-13|Port passed expiry date and was removed.
+lang/ruby18_static||2007-02-13|Port passed expiry date and was removed.
+devel/Subversive|devel/subversive|2007-02-16|Normalize port name
+www/ruby-mnogosearch||2007-02-17|Has expired: distfile and homepage disappeared
+textproc/p5-Pod-LaTeX||2007-02-18|Has expired: Incorrect pkg-plist
+editors/emacs20-mule-devel||2007-02-18|Has expired: homepage and patchfiles disappeared
+irc/sircd||2007-02-18|Has expired: No upgrade since 02-02-2002. Developer unavailable. Website gone.
+math/vtk43-headers||2007-02-18|Has expired: Please use vtk 4.4 or 5.x.
+math/vtk43||2007-02-18|Has expired: Please use vtk 4.4 or 5.x.
+textproc/ruby-htmlcompact||2007-02-18|Has expired: distfile and homepage disappeared
+textproc/ruby-rwv2||2007-02-18|Has expired: distfile disappeared and has no homepage
+net/happystats||2007-02-18|Has expired: Disappeared from the internet
+www/drupal-pubcookie||2007-02-19|Has expired: No maintainer
+lang/tcc||2007-02-19|Has expired: is unusable; tcc -run works, but little else
+www/p5-HTML||2007-02-23|Has expired: project no longer exists
+audio/speex-devel|audio/speex|2007-02-23|Merged into audio/speex

==== //depot/projects/soc2006/gabor_destdir/Makefile#2 (text+ko) ====

@@ -1,4 +1,4 @@
-# $FreeBSD: ports/Makefile,v 1.96 2006/02/11 02:26:30 kris Exp $
+# $FreeBSD: ports/Makefile,v 1.98 2007/01/31 15:37:18 pav Exp $
 #
 
 SUBDIR += accessibility
@@ -43,6 +43,7 @@
 SUBDIR += news
 SUBDIR += palm
 SUBDIR += polish
+SUBDIR += ports-mgmt
 SUBDIR += portuguese
 SUBDIR += print
 SUBDIR += russian
@@ -139,7 +140,11 @@
 	@awk -F\| '{ printf("Port:\t%s\nPath:\t%s\nInfo:\t%s\nMaint:\t%s\nIndex:\t%s\nB-deps:\t%s\nR-deps:\t%s\nE-deps:\t%s\nP-deps:\t%s\nF-deps:\t%s\nWWW:\t%s\n\n", $$1, $$2, $$4, $$6, $$7, $$8, $$9, $$11, $$12, $$13, $$10); }' < ${INDEXDIR}/${INDEXFILE}
 
 CVS?= cvs
+.if ${OSVERSION} >= 601101
+SUP?= csup
+.else
 SUP?= cvsup
+.endif
 PORTSNAP?= portsnap
 PORTSNAP_FLAGS?= -p ${.CURDIR}
 .if defined(SUPHOST)

==== //depot/projects/soc2006/gabor_destdir/Mk/bsd.autotools.mk#2 (text+ko) ====

@@ -1,7 +1,7 @@
 #-*- mode: makefile; tab-width: 4; -*-
 # ex:ts=4
 #
-# $FreeBSD: ports/Mk/bsd.autotools.mk,v 1.24 2006/07/05 02:18:08 linimon Exp $
+# $FreeBSD: ports/Mk/bsd.autotools.mk,v 1.25 2006/12/04 01:07:25 ade Exp $
 #
 # Please view me with 4 column tabs!
 #
@@ -51,7 +51,7 @@
 #	- Extra arguments passed to automake during configure step
 #
 # ACLOCAL_ARGS=...
-#   - Arguments passed to aclocal during configure step
+#	- Arguments passed to aclocal during configure step
 #
 # AUTOCONF_ARGS=...
 #	- Extra arguments passed to autoconf during configure step

==== //depot/projects/soc2006/gabor_destdir/Mk/bsd.database.mk#2 (text+ko) ====

@@ -1,7 +1,7 @@
 # -*- mode: Makefile; tab-width: 4; -*-
 # ex: ts=4
 #
-# $FreeBSD: ports/Mk/bsd.database.mk,v 1.16 2006/10/07 10:22:24 miwi Exp $
+# $FreeBSD: ports/Mk/bsd.database.mk,v 1.17 2006/12/06 16:48:56 girgen Exp $
 #
 
 .if defined(_POSTMKINCLUDED) && !defined(Database_Post_Include)
@@ -152,6 +152,7 @@
 PGSQL74_LIBVER=		3
 PGSQL80_LIBVER=		4
 PGSQL81_LIBVER=		4
+PGSQL82_LIBVER=		5
 
 # Setting/finding PostgreSQL version we want.
 .if exists(${LOCALBASE}/bin/pg_config)

==== //depot/projects/soc2006/gabor_destdir/Mk/bsd.emacs.mk#2 (text+ko) ====

@@ -1,5 +1,5 @@
 #
-#	$FreeBSD: ports/Mk/bsd.emacs.mk,v 1.59 2006/08/14 13:24:18 erwin Exp $
+#	$FreeBSD: ports/Mk/bsd.emacs.mk,v 1.61 2007/02/06 20:58:06 anray Exp $
 #
 #	bsd.emacs.mk - 19990829 Shigeyuki Fukushima.
 #
@@ -115,7 +115,7 @@
 # Emacs-22.x
 .elif (${EMACS_PORT_NAME} == "emacs22")
 EMACS_NAME=		emacs
-EMACS_VER=		22.0.50
+EMACS_VER=		22.0.93
 EMACS_MAJOR_VER=	22
 EMACS_LIBDIR?=		share/${EMACS_NAME}
 EMACS_LIBDIR_WITH_VER?=	share/${EMACS_NAME}/${EMACS_VER}
@@ -149,7 +149,7 @@
 # XEmacs-21.x
 .elif (${EMACS_PORT_NAME} == "xemacs21")
 EMACS_NAME=		xemacs
-EMACS_VER=		21.4.19
+EMACS_VER=		21.4.20
 EMACS_MAJOR_VER=	21
 EMACS_LIBDIR?=		lib/${EMACS_NAME}
 EMACS_LIBDIR_WITH_VER?=	lib/${EMACS_NAME}-${EMACS_VER}
@@ -166,7 +166,7 @@
 # XEmacs-21.x with Mule
 .elif (${EMACS_PORT_NAME} == "xemacs21-mule")
 EMACS_NAME=		xemacs
-EMACS_VER=		21.4.19
+EMACS_VER=		21.4.20
 EMACS_MAJOR_VER=	21
 EMACS_LIBDIR?=		lib/${EMACS_NAME}
 EMACS_LIBDIR_WITH_VER?=	lib/${EMACS_NAME}-${EMACS_VER}

==== //depot/projects/soc2006/gabor_destdir/Mk/bsd.gcc.mk#2 (text+ko) ====

@@ -18,10 +18,10 @@
 # If you are wondering what your port exactly does, use "make test-gcc"
 # to see some debugging.
 #
-# $FreeBSD: ports/Mk/bsd.gcc.mk,v 1.9 2006/09/30 19:25:45 linimon Exp $
+# $FreeBSD: ports/Mk/bsd.gcc.mk,v 1.11 2007/01/29 09:27:04 pav Exp $
 #
 
-GCC_Include_MAINTAINER=		portmgr@FreeBSD.org
+GCC_Include_MAINTAINER=		gerald@FreeBSD.org
 
 #
 # All GCC versions supported by the ports framework.
@@ -133,10 +133,11 @@
 . if ${_USE_GCC} == ${_GCCVERSION_${v}_V}
 .  if ${OSVERSION} < ${_GCCVERSION_${v}_L} || ${OSVERSION} > ${_GCCVERSION_${v}_R}
 # If Fortran support is requested, regardless of the value of USE_GCC
-# we need to use lang/gfortran, which is based on lang/gcc41 right now.
+# we use lang/gcc42 which is the first release which features the new
+# Fortran frontend and has Fortran enabled by default.
 .   if defined(WITH_FORTRAN)
-V:=			41
-_GCC_BUILD_DEPENDS:=	gfortran
+V:=			42
+_GCC_BUILD_DEPENDS:=	gcc42
 _GCC_PORT_DEPENDS:=	gfortran${V}
 .else
 V:=			${_GCCVERSION_${v}_V:S/.//}

==== //depot/projects/soc2006/gabor_destdir/Mk/bsd.gnome.mk#2 (text+ko) ====

@@ -1,7 +1,7 @@
 #-*- mode: Fundamental; tab-width: 4; -*-
 # ex:ts=4
 #
-# $FreeBSD: ports/Mk/bsd.gnome.mk,v 1.136 2006/10/31 09:11:23 jylefort Exp $
+# $FreeBSD: ports/Mk/bsd.gnome.mk,v 1.139 2007/02/04 22:25:07 tmclaugh Exp $
 #	$NetBSD: $
 #     $MCom: ports/Mk/bsd.gnome.mk,v 1.401 2006/08/05 05:25:55 marcus Exp $
 #
@@ -56,18 +56,19 @@
 		oaf orbit pygnome pygtk
 
 # GNOME 2 components
-_USE_GNOME_ALL+= atk atspi desktopfileutils eel2 evolutiondataserver \
-		gail gal2 gconf2 glib20 gnomecontrolcenter2 gnomedesktop \
-		gnomedocutils gnomemenus gnomepanel gnomespeech gnomevfs2 \
-		gtk20 gtkhtml3 gtksourceview libartlgpl2 libbonobo \
+_USE_GNOME_ALL+= atk atspi desktopfileutils eel2 evolutiondataserver gail \
+		gal2 gconf2 glib20 gnomecontrolcenter2 gnomedesktop gnomedocutils \
+		gnomemenus gnomepanel gnomesharp20 gnomespeech gnomevfs2 gtk20 \
+		gtkhtml3 gtksharp10 gtksharp20 gtksourceview libartlgpl2 libbonobo \
 		libbonoboui libgailgnome libgda2 libgda3 libglade2 libgnome \
 		libgnomecanvas libgnomedb libgnomeprint libgnomeprintui \
 		libgnomeui libgsf libgsf_gnome libgtkhtml libidl librsvg2 libwnck \
 		libxml2 libxslt libzvt linc metacity nautilus2 nautiluscdburner \
 		orbit2 pango pygnome2 pygnomeextras pygtk2 vte pygnomedesktop
 
+GNOME_MAKEFILEIN?=	Makefile.in
 SCROLLKEEPER_DIR=	/var/db/scrollkeeper
-gnomehack_PRE_PATCH=	${FIND} ${WRKSRC} -name "Makefile.in*" -type f | ${XARGS} ${REINPLACE_CMD} -e \
+gnomehack_PRE_PATCH=	${FIND} ${WRKSRC} -name "${GNOME_MAKEFILEIN}*" -type f | ${XARGS} ${REINPLACE_CMD} -e \
 				's|[(]GNOME_datadir[)]/gnome/|(datadir)/|g ; \
 				 s|[(]GNOME_datadir[)]/locale|(prefix)/share/locale|g ; \
 				 s|[(]datadir[)]/locale|(prefix)/share/locale|g ; \
@@ -114,7 +115,8 @@
 			   --with-html-dir=${DESTDIR}${GNOME_HTML_DIR} \
 			   --with-help-dir=${TARGETDIR}/share/gnome/help \
 			   --disable-gtk-doc \
-			   --with-gconf-source=${GCONF_CONFIG_SOURCE}
+			   --with-gconf-source=${GCONF_CONFIG_SOURCE} \
+			   --mandir=${PREFIX}/man
 gnomeprefix_USE_GNOME_IMPL=gnomehier
 .if !defined(WITHOUT_HACK)
 gnomeprefix_PREFIX=${LOCALBASE}
@@ -469,6 +471,7 @@
 evolutiondataserver_DETECT=		${LOCALBASE}/libdata/pkgconfig/evolution-data-server-1.2.pc
 evolutiondataserver_USE_GNOME_IMPL=libgnomeui
 
+desktopfileutils_BUILD_DEPENDS=update-desktop-database:${PORTSDIR}/devel/desktop-file-utils
 desktopfileutils_RUN_DEPENDS=update-desktop-database:${PORTSDIR}/devel/desktop-file-utils
 desktopfileutils_DETECT=	${LOCALBASE}/bin/update-desktop-database
 desktopfileutils_USE_GNOME_IMPL=glib20
@@ -496,6 +499,21 @@
 pygnomedesktop_RUN_DEPENDS=	${pygnomedesktop_DETECT}:${PORTSDIR}/x11-toolkits/py-gnome-desktop
 pygnomedesktop_USE_GNOME_IMPL=pygnome2 libgnomeprintui gtksourceview gnomepanel libwnck nautiluscdburner metacity
 
+gtksharp10_DETECT=			${LOCALBASE}/libdata/pkgconfig/gtk-sharp.pc
+gtksharp10_BUILD_DEPENDS=	${gtksharp10_DETECT}:${PORTSDIR}/x11-toolkits/gtk-sharp10
+gtksharp10_RUN_DEPENDS=		${gtksharp10_DETECT}:${PORTSDIR}/x11-toolkits/gtk-sharp10
+gtksharp10_USE_GNOME_IMPL=	gtk20
+
+gtksharp20_DETECT=			${LOCALBASE}/libdata/pkgconfig/gtk-sharp-2.0.pc
+gtksharp20_BUILD_DEPENDS=	${gtksharp20_DETECT}:${PORTSDIR}/x11-toolkits/gtk-sharp20
+gtksharp20_RUN_DEPENDS=		${gtksharp20_DETECT}:${PORTSDIR}/x11-toolkits/gtk-sharp20
+gtksharp20_USE_GNOME_IMPL=	gtk20
+
+gnomesharp20_DETECT=		${LOCALBASE}/libdata/pkgconfig/gnome-sharp-2.0.pc
+gnomesharp20_BUILD_DEPENDS=	${gnomesharp20_DETECT}:${PORTSDIR}/x11-toolkits/gnome-sharp20
+gnomesharp20_RUN_DEPENDS=	${gnomesharp20_DETECT}:${PORTSDIR}/x11-toolkits/gnome-sharp20
+gnomesharp20_USE_GNOME_IMPL=	gnomepanel gtkhtml3 gtksharp20 librsvg2 vte
+
 # End component definition section
 
 # This section defines tests for optional software.  These work off four

==== //depot/projects/soc2006/gabor_destdir/Mk/bsd.gnustep.mk#2 (text+ko) ====

@@ -1,5 +1,5 @@
 #
-# $FreeBSD: ports/Mk/bsd.gnustep.mk,v 1.36 2006/11/20 03:47:08 dinoex Exp $
+# $FreeBSD: ports/Mk/bsd.gnustep.mk,v 1.42 2007/01/30 04:25:35 kris Exp $
 #
 # This file contains some variable definitions that are supposed to
 # make your life easier when dealing with ports related to the GNUstep.
@@ -73,28 +73,37 @@
 #	depends on a shared lib in System directrory
 #
 # USE_GNUSTEP_SYSTEM_BUNDLES+=	EtoileMenus:x11-themes/etoile-etoilemenus
-#	depends on Bundles installed in System directrory at build and runtime
+#	depends on Bundles installed in System directrory
 #
 # USE_GNUSTEP_SYSTEM_THEMES+=	Camaelon:x11-themes/etoile-camaelon
-#	depends on Themes installed in System directrory at build and runtime
+#	depends on Themes installed in System directrory
 #
 # USE_GNUSTEP_LOCAL_LIBS+=	pantomime:mail/pantomime
 #	depends on a shared lib in Local directrory
 #
 # USE_GNUSTEP_LOCAL_BUNDLES+=	Cddb:audio/cddb-bundle
-#	depends on Bundles installed in Local directrory at build and runtime
+#	depends on Bundles installed in Local directrory
 #
 # USE_GNUSTEP_LOCAL_THEMES+=	WildMenus:x11-themes/etoile-wildmenus
-#	depends on Themes installed in Local directrory at build and runtime
+#	depends on Themes installed in Local directrory
 #
 # USE_GNUSTEP_SYSTEM_APPS+=	ProjectCenter:devel/projectcenter.app
-#	depends on Application installed in System directrory at runtime
+#	depends on Application installed in System directrory
 #
 # USE_GNUSTEP_LOCAL_APPS+=	Ink:misc/gnustep-examples
-#	depends on Application installed in Local directrory at runtime
+#	depends on Application installed in Local directrory
+#
+# USE_GNUSTEP_SYSTEM_TOOLS+=	resizer:deskutils/gworkspace
+#	depends on Tool installed in System directrory
 #
 # USE_GNUSTEP_LOCAL_TOOLS+=	zillion:net/zillion
-#	depends on Tool installed in Local directrory at runtime
+#	depends on Tool installed in Local directrory
+#
+# USE_GNUSTEP_SYSTEM_SERVICES+=	thumbnailer:deskutils/gworkspace
+#	depends on Services installed in System directrory
+#
+# USE_GNUSTEP_LOCAL_SERVICES+=	LaTeX:textproc/latex-service
+#	depends on Services installed in Local directrory
 #
 # ---------------------------------------------------------------------------
 .if !defined(_POSTMKINCLUDED)
@@ -107,16 +116,16 @@
 BUILD_DEPENDS+=	${TARGLIB}/libobjc.so:${PORTSDIR}/${GNUSTEP_GCC_PORT}

>>> TRUNCATED FOR MAIL (1000 lines) <<<



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702242244.l1OMiwbM047949>