Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Apr 2007 13:32:01 GMT
From:      Gabor Kovesdan <gabor@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 117646 for review
Message-ID:  <200704081332.l38DW15O060744@repoman.freebsd.org>

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

Change 117646 by gabor@gabor_server on 2007/04/08 13:31:36

	IFC

Affected files ...

.. //depot/projects/soc2006/gabor_ports/CHANGES#9 integrate
.. //depot/projects/soc2006/gabor_ports/COPYRIGHT#2 integrate
.. //depot/projects/soc2006/gabor_ports/GIDs#6 integrate
.. //depot/projects/soc2006/gabor_ports/KNOBS#6 integrate
.. //depot/projects/soc2006/gabor_ports/LEGAL#8 integrate
.. //depot/projects/soc2006/gabor_ports/MOVED#16 integrate
.. //depot/projects/soc2006/gabor_ports/Makefile#2 integrate
.. //depot/projects/soc2006/gabor_ports/Mk/bsd.autotools.mk#3 integrate
.. //depot/projects/soc2006/gabor_ports/Mk/bsd.database.mk#5 integrate
.. //depot/projects/soc2006/gabor_ports/Mk/bsd.efl.mk#1 branch
.. //depot/projects/soc2006/gabor_ports/Mk/bsd.emacs.mk#6 integrate
.. //depot/projects/soc2006/gabor_ports/Mk/bsd.gcc.mk#4 integrate
.. //depot/projects/soc2006/gabor_ports/Mk/bsd.gnome.mk#9 integrate
.. //depot/projects/soc2006/gabor_ports/Mk/bsd.gnustep.mk#6 integrate
.. //depot/projects/soc2006/gabor_ports/Mk/bsd.gstreamer.mk#5 integrate
.. //depot/projects/soc2006/gabor_ports/Mk/bsd.java.mk#4 integrate
.. //depot/projects/soc2006/gabor_ports/Mk/bsd.kde.mk#4 integrate
.. //depot/projects/soc2006/gabor_ports/Mk/bsd.local.mk#2 integrate
.. //depot/projects/soc2006/gabor_ports/Mk/bsd.lua.mk#4 integrate
.. //depot/projects/soc2006/gabor_ports/Mk/bsd.ocaml.mk#1 branch
.. //depot/projects/soc2006/gabor_ports/Mk/bsd.php.mk#7 integrate
.. //depot/projects/soc2006/gabor_ports/Mk/bsd.port.mk#86 integrate
.. //depot/projects/soc2006/gabor_ports/Mk/bsd.port.subdir.mk#4 integrate
.. //depot/projects/soc2006/gabor_ports/Mk/bsd.python.mk#8 integrate
.. //depot/projects/soc2006/gabor_ports/Mk/bsd.ruby.mk#6 integrate
.. //depot/projects/soc2006/gabor_ports/Mk/bsd.sites.mk#13 integrate
.. //depot/projects/soc2006/gabor_ports/Mk/bsd.tcl.mk#3 integrate
.. //depot/projects/soc2006/gabor_ports/Mk/bsd.wx.mk#3 integrate
.. //depot/projects/soc2006/gabor_ports/Mk/bsd.xfce.mk#1 branch
.. //depot/projects/soc2006/gabor_ports/Tools/portbuild/scripts/buildenv#2 integrate
.. //depot/projects/soc2006/gabor_ports/Tools/portbuild/scripts/buildscript#3 integrate
.. //depot/projects/soc2006/gabor_ports/Tools/portbuild/scripts/clean-chroot#3 integrate
.. //depot/projects/soc2006/gabor_ports/Tools/portbuild/scripts/cleanup-chroots#2 integrate
.. //depot/projects/soc2006/gabor_ports/Tools/portbuild/scripts/dopackages#3 integrate
.. //depot/projects/soc2006/gabor_ports/Tools/portbuild/scripts/dopackagestats#6 integrate
.. //depot/projects/soc2006/gabor_ports/Tools/portbuild/scripts/dosetupnode#2 integrate
.. //depot/projects/soc2006/gabor_ports/Tools/portbuild/scripts/flushsquid#2 integrate
.. //depot/projects/soc2006/gabor_ports/Tools/portbuild/scripts/makeduds#2 integrate
.. //depot/projects/soc2006/gabor_ports/Tools/portbuild/scripts/pdispatch#3 integrate
.. //depot/projects/soc2006/gabor_ports/Tools/portbuild/scripts/portbuild#3 integrate
.. //depot/projects/soc2006/gabor_ports/Tools/portbuild/scripts/processlogs#3 integrate
.. //depot/projects/soc2006/gabor_ports/Tools/portbuild/scripts/processonelog#6 integrate
.. //depot/projects/soc2006/gabor_ports/Tools/portbuild/scripts/reportload#2 integrate
.. //depot/projects/soc2006/gabor_ports/Tools/scripts/chkversion.pl#3 integrate
.. //depot/projects/soc2006/gabor_ports/Tools/scripts/rmport#6 integrate
.. //depot/projects/soc2006/gabor_ports/Tools/scripts/tindex#5 integrate
.. //depot/projects/soc2006/gabor_ports/UIDs#6 integrate
.. //depot/projects/soc2006/gabor_ports/UPDATING#18 integrate

Differences ...

==== //depot/projects/soc2006/gabor_ports/CHANGES#9 (text+ko) ====

@@ -10,6 +10,99 @@
 
 All ports committers are allowed to commit to this file.
 
+20070403:
+AUTHOR: portmgr@FreeBSD.org
+The following changes were made to the ports infrastructure:
+
+  * The default dependency of USE_GHOSTSCRIPT has been changed from
+    ghostscript-gnu to ghostscript-gpl.  The WITH_GHOSTSCRIPT_GPL variable is
+    now no-op.  New WITH_GHOSTSCRIPT_GNU variable was added.
+
+  * bsd.tcl.mk was overhauled.  Most importantly, the semantics of USE_TCL* and
+    USE_TK* variables was changed.  USE_TCL and USE_TK now implies both build
+    and run dependencies, USE_TCL_RUN and USE_TK_BUILD variables were
+    introduced. Existing ports in the tree were modified.
+
+  * Unused category tcl81 was removed, and new categories tcl and tk were
+    added.
+
+20070324:
+AUTHOR: portmgr@FreeBSD.org
+The following changes were made to the ports infrastructure:
+
+  * Default LIBTOOLFILES value was changed from literal `configure'
+    to ${CONFIGURE_SCRIPT}.
+
+  * bsd.efl.mk was moved to ports/Mk.  USE_EFL family of macros is now
+    generally available to all ports.
+
+  * New macros COPYTREE_BIN and COPYTREE_SHARE were added, to allow
+    for easy installation of a tree hierarchy, either with executable (bin)
+    or read-only (share) permissions on files.
+
+  * A new variable WWWDIR was added, with default value of
+    ${PREFIX}/www/${PORTNAME}.
+
+  * Variables DOCSDIR_REL, DATADIR_REL, EXAMPLESDIR_REL and WWWDIR_REL were
+    added for porter's convenience.  They contain the values of their
+    respective non-REL variables, except relative to installation PREFIX.
+
+20070306:
+AUTHOR: portmgr@FreeBSD.org
+The following changes were made to the ports infrastructure:
+
+  * The remainging vestiges of FreeBSD 4.X support were removed.  Any
+    remaining users of 4.X should have stayed with the RELENG_4_EOL tag.
+
+  * It is now possible to include USE_PHP after bsd.port.pre.mk.
+
+  * 'make search' should now work with non-default ${PORTSDIR}.
+
+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 +1296,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 +1320,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.68 2007/04/02 23:14:45 pav Exp $

==== //depot/projects/soc2006/gabor_ports/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_ports/GIDs#6 (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.34 2007/03/31 12:53:57 laszlof Exp $
 # Please keep this file sorted by GID!
+smmsp:*:25:
 bind:*:53:
 rdfdb:*:55:
 spamd:*:58:
@@ -11,14 +12,16 @@
 dialer:*:68:
 network:*:69:
 pgsql:*:70:
+ircd:*:72:
 simscan:*:74:
+hybserv:*:76:
 audit:*:77:
 virtuoso:*:79:
 www:*:80:
 qnofiles:*:81:
 qmail:*:82:
 mysql:*:88:
-vpopmail:*:89:
+vchkpw:*:89:
 firebird:*:90:
 mailman:*:91:
 gdm:*:92:
@@ -47,20 +50,28 @@
 _symon:*:115:
 smokeping:*:117:
 ircproxyd:*:118:
+mythtv:*:119:
+pdns:*:120
 fetchmail:*:124
 postfix:*:125:
 maildrop:*:126:
+nav:*:127:
 vchat:*:128:
 _bgpd:*:130:
 _ospfd:*:131:
+_spamd:*:132:
+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 +82,7 @@
 smx:*:264:
 haclient:*:275:
 mrtg:*:279:
+_sphinx:*:312:
 dkfilter:*:325:
 wildfire:*:340:
 ldap:*:389:
@@ -87,8 +99,10 @@
 avahi:*:558:
 tacacs:*:559:
 distcc:*:561:
+polkit:*:562:
 _xsi:*:600:
 bnetd:*:700:
 bopm:*:717:
 openxpki:*:777:
+netdisco:*:840:
 bacula:*:910:

==== //depot/projects/soc2006/gabor_ports/KNOBS#6 (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_ports/LEGAL#8 (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.531 2007/03/31 03:41:14 alepulver Exp $
 
    **********************************************************************
    ***                      NOTE TO COMMITTERS                        ***
@@ -49,7 +49,10 @@
 						author
 aestats-*		games/aestats		Commercial use is prohibited
 AGSatellite0520*	net-p2p/linux-agsatellite	Unsure of licensing issues
-infinity.*		games/alephone-data	Bungie/Microsoft do not
+alephone/M1A1.zip	games/alephone-data	Bungie/Microsoft do not
+						allow charging for Marathon
+						data files
+alephone/Marathon*.zip	games/alephone-data	Bungie/Microsoft do not
 						allow charging for Marathon
 						data files
 ads-java-novm-*		databases/adstudio	Free for personal or educational
@@ -148,7 +151,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
@@ -187,6 +189,8 @@
 ezmlm-*			mail/ezmlm-idx		No license -- see
 						http://cr.yp.to/softwarelaw.html
 f-prot-sig*		security/f-prot-sig	Free for personal use only
+f-protd			security/f-protd	60 days free of trial for
+						everybody
 f6kuzzzz.taz		databases/libudbc	Downloading and redistribution
 						terms are unclear
 faac*			audio/faac		Restrictive copyright (do not
@@ -236,8 +240,8 @@
 						before downloading
 freqship/*		sysutils/freqsdwn	License agreement is required
 						to download
-fretsonfire/FretsOnFire-*-linux*	games/fretsonfire-data	Only Unreal Voodoo 
-								site is allowed to 
+fretsonfire/FretsOnFire-*-linux*	games/fretsonfire-data	Only Unreal Voodoo
+								site is allowed to
 								distribute the music
 ftree-*			misc/ftree		Cannot distribute commercially
 fwtk/*			security/fwtk		No redistribution allowed
@@ -264,6 +268,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
@@ -278,10 +284,6 @@
 httprint_freebsd_*.zip	security/httprint	No cost for personal, education and non-commercial use
 HyperSpec-*.tar.gz	devel/clisp-hyperspec	Commercial redistribution
 						prohibited
-IBMJava2-SDK-131.tgz	java/linux-ibm-jdk13	Redistribution of repackaged
-						binaries not permitted
-IBMJava2-SDK-*		java/linux-ibm-jdk14	Redistribution of repackaged
-						binaries not permitted
 ICON-AquaFusion.*	x11-themes/gnome-icons-aqua-fusion Author rights unclear
 ICON-CoolGorilla.*	x11-themes/gnome-icons-cool-gorilla Author rights unclear
 CrystalSVGforGnomeIcons* x11-themes/gnome-icons-crystal Author rights unclear
@@ -357,7 +359,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 +379,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
@@ -392,12 +395,6 @@
 l_fc_p*_*.*.*.tar	lang/ifc7		No redistribution allowed
 l_fc_p*_*.*.*.tar.gz	lang/ifc		No redistribution allowed
 macopix-*.tar.gz	games/macopix		Contains commercial character data
-MarathonEvil-*.tar.gz	games/marathon-evil	Bungie/Microsoft do not
-						allow charging for Marathon data
-						files
-marathon2.zip		games/marathon2-data	Bungie/Microsoft do not
-						allow charging for Marathon data
-						files.
 mathfonts-4.1/*		x11-fonts/mathfonts	No redistribution allowed
 MB339-PAN.zip		games/flightgear-mb339-pan	Redistribution prohibited
 mbrola-freebsd/*	audio/mbrola		No commercial, military use
@@ -424,17 +421,17 @@
 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
+netbeans5-*		java/netbeans5		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
@@ -498,7 +495,7 @@
 RealPlayer-*.rpm	multimedia/linux-realplayer Redistribution not allowed
 ruby/ruby_cast_256.zip	security/ruby-cast_256	Crypto; export-controlled
 runrev/linux.tgz	devel/linux-runrev	Do not sell for profit
-savage/savage*		games/linux-savage	Savage is freeware, but i am 
+savage/savage*		games/linux-savage	Savage is freeware, but i am
 						not sure of its license
 sdr-*			mbone/sdr		Crypto; export-controlled
 serialmail-*		mail/serialmail		No license -- see
@@ -551,12 +548,13 @@
 						not permitted
 susv3.tar.bz2		misc/susv3		Redistribution of the documents is
 						not permitted
-svm_light.tar.gz	science/svmlight	The software must not be further 
-						distributed without prior permission 
+svm_light.tar.gz	science/svmlight	The software must not be further
+						distributed without prior permission
 						of the author
 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 +564,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
@@ -582,7 +578,8 @@
 						Japan, user must have
 						Japanese version of Windows
 						and EPSON printer specified
-						by EULA	
+						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 +604,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 +627,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
@@ -675,3 +673,5 @@
 tw_cli-*		sysutils/tw_cli		Redistribution forbidden by
 						license.
 lha-1.14i-ac*		archivers/lha-ac	No Redistribution
+GotoBLAS*		math/gotoblas		No Redistribution
+gamess.*/gamess*	science/gamess		No Redistribution

==== //depot/projects/soc2006/gabor_ports/MOVED#16 (text+ko) ====

@@ -1,7 +1,7 @@
 #
 # MOVED - a list of (recently) moved or removed ports
 #
-# $FreeBSD: ports/MOVED,v 1.1188 2006/11/23 13:55:02 pav Exp $
+# $FreeBSD: ports/MOVED,v 1.1339 2007/04/06 21:48:08 gerald 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
@@ -2222,7 +2217,7 @@
 mail/ruby-mime-types||2006-04-07|Has expired: mastersite disappeared, no longer maintained by author
 devel/wftk||2006-04-07|master site disappeared
 www/linux-flashplugin||2006-04-08|Removed due to license problem
-net/nic||2006-04-08|Deprecated for a long time
+net/nic|net-mgmt/horde-nic|2006-04-08|Moved to more appropriate category, updated to H3
 www/flashpluginwrapper||2006-04-08|Removed as it depends on linux-flashplugin
 mail/mew-mule||2006-04-10|Has expired: Does not work on the current emacs port
 net/smbfs||2006-04-14|Incorporated into base system long ago
@@ -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
@@ -2511,13 +2501,11 @@
 x11-themes/e17-theme-mclaren||2006-11-01|Has expired: doesn't work with recent e17
 x11-themes/e17-theme-grey||2006-11-01|Has expired: doesn't work with recent e17
 devel/ac-archive|devel/autoconf-archive|2006-11-01|Replace broken ac-archive with working autoconf-archive
-www/firefox-devel|www/firefox|2006-11-01|Firefox 2.0 is now stable
 graphics/php4-imlib2|graphics/pecl-imlib2|2006-11-01|Follow PECL ports naming conversion
 graphics/php5-imlib2|graphics/pecl-imlib2|2006-11-01|Follow PECL ports naming conversion
 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
@@ -2547,3 +2535,366 @@
 devel/p5-IO-Stty||2006-11-21|Has expired: project no longer exists
 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
+www/horde|www/horde-base|2007-02-24|Port renamed for consistency
+www/phpip|net-mgmt/phpip|2007-02-26|move to net-mgmt/phpip
+www/aolserver-openacs-pg||2007-02-28|Not longer needed.
+devel/boost-gcc3|devel/boost|2007-03-07|Removed support for FreeBSD 4.
+graphics/jpeg-mmx|graphics/jpeg|2007-03-08|Has expired: no longer needed.
+graphics/gstreamer-plugins-jpeg-mmx80|graphics/gstreamer-plugins-jpeg80|2007-03-08|graphics/jpeg-mmx was removed
+java/linux-ibm-jdk13||2007-03-09|Has expired: Vulnerabilities in the browser plugin
+java/linux-ibm-jdk14||2007-03-09|Has expired: Vulnerabilities in the browser plugin
+japanese/emacs20-dl-canna||2007-03-09|Has expired: has deprecated dependency
+japanese/emacs20-dl-wnn6||2007-03-09|Has expired: has deprecated dependency
+misc/pbs||2007-03-11|Has expired: failed to build
+devel/pcre-utf8||2007-03-11|UTF8 support is now enabled in devel/pcre
+www/ruby-webunit||2007-03-13|Has expired: has deprecated dependencies
+emulators/grustibus||2007-03-13|Has expired: Project was abandoned 6 years ago and expects an old version of xmame (0.37b4), please use other frontends instead (like gxmame)
+graphics/drm-kmod||2007-03-13|Has expired: Broken on all supported versions of FreeBSD
+java/janosvm||2007-03-13|Has expired: Broken on all supported versions of FreeBSD
+korean/gau||2007-03-13|Has expired: Broken on all supported versions of FreeBSD
+lang/cyclone||2007-03-13|Has expired: Broken on all supported versions of FreeBSD
+lang/pike70||2007-03-13|Has expired: Please use pike72
+misc/lile||2007-03-13|Has expired: Broken on all supported versions of FreeBSD
+misc/muuz||2007-03-13|Has expired: Broken on all supported versions of FreeBSD
+misc/xdf||2007-03-13|Has expired: Broken on all supported versions of FreeBSD
+net/telnetx||2007-03-13|Has expired: Broken on all supported versions of FreeBSD
+sysutils/diskmark||2007-03-13|Has expired: Makes no sense on FreeBSD > 4.x.  Use glabel(8) instead
+sysutils/diskusage||2007-03-13|Has expired: Unmainntaied, MASTER_SITES disappeared, WWW disappeared.
+sysutils/xperfmon3||2007-03-13|Has expired: Broken on all supported versions of FreeBSD
+comms/mwavem||2007-03-13|Has expired: Broken on all supported versions of FreeBSD
+chinese/big5fs||2007-03-14|Has expired: Use mount_cd9660(8), mount_msdosfs(8), or mount_ntfs(8) instead
+chinese/gbfs||2007-03-14|Has expired: Use mount_cd9660(8), mount_msdosfs(8), or mount_ntfs(8) instead
+audio/anthem||2007-03-16|Has expired: this software is not developed any more
+www/jakarta-tomcat41|www/tomcat41|2007-03-17|Renamed (no longer a Jakarta project)
+multimedia/totem-gstreamer|multimedia/totem|2007-03-19|multimedia/totem now uses gstreamer by default
+x11-wm/fluxbox-devel|x11-wm/fluxbox|2007-03-19|Merged into x11-wm/fluxbox
+lang/xotcl-thread||2007-03-21|Not longer needed
+graphics/gnome-colorscheme|graphics/agave|2007-03-21|Project renamed
+databases/zodb||2007-03-22|Has expired: outdated software, databases/zodb3 should be used
+finance/gnomepm||2007-03-22|Has expired: is unfetchable and has no homepage
+games/frabs||2007-03-22|Has expired: is unfetchable and homepage disappeared
+www/drupal|www/drupal4|2007-03-25|rename for drupal5
+www/drupal-attachment|www/drupal4-attachment|2007-03-25|rename for drupal5
+www/drupal-filemanager|www/drupal4-filemanager|2007-03-25|rename for drupal5
+www/drupal-gsitemap|www/drupal4-gsitemap|2007-03-25|rename for drupal5
+www/drupal-i18n|www/drupal4-i18n|2007-03-25|rename for drupal5
+www/drupal-nice_menus|www/drupal4-nice_menus|2007-03-25|rename for drupal5
+www/drupal-taxonomy_access|www/drupal4-taxonomy_access|2007-03-25|rename for drupal5
+www/drupal-textile|www/drupal4-textile|2007-03-25|rename for drupal5
+security/drupal-ldap_integration|security/drupal4-ldap_integration|2007-03-25|rename for drupal5
+devel/xdg-user-dirs-gtk||2007-03-25|Not all dependencies are in ports yet
+net/pcs|net/py-pcs|2007-03-26|Renamed to fit python module naming convention
+japanese/gal||2007-03-28|Has expired: Broken on all supported versions of FreeBSD
+japanese/gnome||2007-03-28|Has expired: Broken on all supported versions of FreeBSD
+japanese/gnomelibs||2007-03-28|Has expired: Broken on all supported versions of FreeBSD
+x11-toolkits/ruby-fox|x11-toolkits/ruby-fox10|2007-03-29|rename for supporting multiple fox version
+x11-toolkits/ruby-fox-devel|x11-toolkits/ruby-fox12|2007-03-29|rename for supporting multiple fox version
+lang/tcl81-thread||2007-03-29|Remove an ancient, unused tcl version
+editors/emacs20-dl||2007-04-02|Has expired: unfetchable, obsolete
+editors/flim113-emacs20||2007-04-02|Has expired: unfetchable, obsolete
+editors/semi113-emacs20||2007-04-02|Has expired: unfetchable, obsolete
+lang/gfortran|lang/gcc42|2007-04-06|Superseded by and equivalent to gcc42

==== //depot/projects/soc2006/gabor_ports/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.99 2007/02/26 08:54:07 ru Exp $
 #
 
 SUBDIR += accessibility
@@ -43,6 +43,7 @@
 SUBDIR += news
 SUBDIR += palm
 SUBDIR += polish
+SUBDIR += ports-mgmt
 SUBDIR += portuguese
 SUBDIR += print
 SUBDIR += russian
@@ -71,11 +72,11 @@
 	@rm -f ${INDEXDIR}/${INDEXFILE}
 	@cd ${.CURDIR} && make ${INDEXDIR}/${INDEXFILE}
 
-fetchindex: ${INDEXDIR}/{INDEXFILE}.bz2
+fetchindex: ${INDEXDIR}/${INDEXFILE}.bz2
 	@bunzip2 < ${INDEXDIR}/${INDEXFILE}.bz2 > ${INDEXDIR}/${INDEXFILE} && \
 	chmod a+r ${INDEXDIR}/${INDEXFILE}
 
-${INDEXDIR}/{INDEXFILE}.bz2: .PHONY
+${INDEXDIR}/${INDEXFILE}.bz2: .PHONY
 	@${FETCHINDEX} ${INDEXDIR}/${INDEXFILE}.bz2 ${MASTER_SITE_INDEX}${INDEXFILE}.bz2
 
 MASTER_SITE_INDEX?=	http://www.FreeBSD.org/ports/
@@ -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

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



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