Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Sep 2014 15:44:18 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r366887 - in head: . editors editors/color-mate editors/gnuserv editors/jext editors/komodo-ide editors/psgml editors/setedit editors/softmaker-office editors/textedit emulators emulato...
Message-ID:  <201409011544.s81FiIXq099262@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Sep  1 15:44:17 2014
New Revision: 366887
URL: http://svnweb.freebsd.org/changeset/ports/366887
QAT: https://qat.redports.org/buildarchive/r366887/

Log:
  Remove non staged ports without pending PR from d*

Deleted:
  head/editors/color-mate/
  head/editors/gnuserv/
  head/editors/jext/
  head/editors/komodo-ide/
  head/editors/psgml/
  head/editors/setedit/
  head/editors/softmaker-office/
  head/editors/textedit/
  head/emulators/its/
  head/emulators/linux-geepee32/
  head/emulators/linux-systemsimcell/
  head/emulators/psim-freebsd/
  head/emulators/vMac/
Modified:
  head/LEGAL
  head/MOVED
  head/editors/Makefile
  head/emulators/Makefile

Modified: head/LEGAL
==============================================================================
--- head/LEGAL	Mon Sep  1 15:42:58 2014	(r366886)
+++ head/LEGAL	Mon Sep  1 15:44:17 2014	(r366887)
@@ -191,7 +191,6 @@ ningpo_demo*		games/linux-ningpo-demo	Re
 nntpcache-*		news/nntpcache		Free for individuals and non-military, non-profit organisations only
 nttcp-*			benchmarks/nttcp	No commercial use
 nwresources*.tar.gz	games/nwndata		Distribution not allowed
-ofb06trial.tgz		editors/softmaker-office  distribution with other products of any kind forbiden
 oneko-*.tar.gz		games/oneko-sakura	Including derivatives from CARDCAPTOR SAKURA
 OptimFROG*		audio/optimfrog		No commercial use
 oracle/*		databases/jdbc-oracle10g	This software is under license and export controls
@@ -244,7 +243,6 @@ su2-1.3.tar.gz		sysutils/su2		Do not sel
 susv2.tar.bz2		misc/susv2		Redistribution of the documents is 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 of the author
-systemsim-cell-*	emulators/linux-systemsimcell	Redistribution of pre-compiled binaries is not permitted
 taetgen-*		math/tetgen		Academic or personal use only
 tarsnap-*		sysutils/tarsnap	license restricts redistribution of source and binaries
 tcetest_*		games/linux-enemyterritory-tce	Redistribution limited

Modified: head/MOVED
==============================================================================
--- head/MOVED	Mon Sep  1 15:42:58 2014	(r366886)
+++ head/MOVED	Mon Sep  1 15:44:17 2014	(r366887)
@@ -6596,3 +6596,16 @@ devel/uppaal||2014-09-01|Not staged
 devel/ustl||2014-09-01|Not staged
 devel/vtg||2014-09-01|Not staged
 dns/poweradmin||2014-09-01|Not staged
+editors/color-mate||2014-09-01|Not staged
+editors/gnuserv||2014-09-01|Not staged
+editors/jext||2014-09-01|Not staged
+editors/komodo-ide||2014-09-01|Not staged
+editors/psgml||2014-09-01|Not staged
+editors/setedit||2014-09-01|Not staged
+editors/softmaker-office||2014-09-01|Not staged
+editors/textedit||2014-09-01|Not staged
+emulators/its||2014-09-01|Not staged
+emulators/linux-geepee32||2014-09-01|Not staged
+emulators/linux-systemsimcell||2014-09-01|Not staged
+emulators/psim-freebsd||2014-09-01|Not staged
+emulators/vMac||2014-09-01|Not staged

Modified: head/editors/Makefile
==============================================================================
--- head/editors/Makefile	Mon Sep  1 15:42:58 2014	(r366886)
+++ head/editors/Makefile	Mon Sep  1 15:44:17 2014	(r366887)
@@ -42,7 +42,6 @@
     SUBDIR += calligra-l10n-tr
     SUBDIR += chexedit
     SUBDIR += codelite
-    SUBDIR += color-mate
     SUBDIR += conglomerate
     SUBDIR += cooledit
     SUBDIR += cream
@@ -71,7 +70,6 @@
     SUBDIR += gmanedit
     SUBDIR += gnome2-office
     SUBDIR += gnotepad+
-    SUBDIR += gnuserv
     SUBDIR += gobby
     SUBDIR += gwrite
     SUBDIR += heme
@@ -83,7 +81,6 @@
     SUBDIR += impress
     SUBDIR += jed
     SUBDIR += jedit
-    SUBDIR += jext
     SUBDIR += joe
     SUBDIR += joe2
     SUBDIR += jove
@@ -93,7 +90,6 @@
     SUBDIR += kile-kde4
     SUBDIR += klat4
     SUBDIR += komodo-edit
-    SUBDIR += komodo-ide
     SUBDIR += lazarus
     SUBDIR += lazarus-lcl-gtk
     SUBDIR += lazarus-lcl-gtk2
@@ -225,7 +221,6 @@
     SUBDIR += paredit-mode.el
     SUBDIR += pico-alpine
     SUBDIR += poedit
-    SUBDIR += psgml
     SUBDIR += puff
     SUBDIR += py-room
     SUBDIR += rox-edit
@@ -233,9 +228,7 @@
     SUBDIR += scribes
     SUBDIR += se
     SUBDIR += semi
-    SUBDIR += setedit
     SUBDIR += slime
-    SUBDIR += softmaker-office
     SUBDIR += spe
     SUBDIR += speedbar
     SUBDIR += ssam
@@ -249,7 +242,6 @@
     SUBDIR += texmacs
     SUBDIR += texmaker
     SUBDIR += texmakerx
-    SUBDIR += textedit
     SUBDIR += textroom
     SUBDIR += texworks
     SUBDIR += thoteditor

Modified: head/emulators/Makefile
==============================================================================
--- head/emulators/Makefile	Mon Sep  1 15:42:58 2014	(r366886)
+++ head/emulators/Makefile	Mon Sep  1 15:44:17 2014	(r366887)
@@ -58,7 +58,6 @@
     SUBDIR += i386-wine-devel
     SUBDIR += ia64sim
     SUBDIR += ines
-    SUBDIR += its
     SUBDIR += javatari
     SUBDIR += joytran
     SUBDIR += jzintv
@@ -69,8 +68,6 @@
     SUBDIR += lib765
     SUBDIR += libdsk
     SUBDIR += libspectrum
-    SUBDIR += linux-geepee32
-    SUBDIR += linux-systemsimcell
     SUBDIR += linux_base-c6
     SUBDIR += linux_base-f10
     SUBDIR += linux_base-gentoo-stage3
@@ -109,7 +106,6 @@
     SUBDIR += pcsxr
     SUBDIR += pearpc
     SUBDIR += pipelight
-    SUBDIR += psim-freebsd
     SUBDIR += q4wine
     SUBDIR += qemu
     SUBDIR += qemu-devel
@@ -137,7 +133,6 @@
     SUBDIR += tuxnes
     SUBDIR += uae
     SUBDIR += ucon64
-    SUBDIR += vMac
     SUBDIR += vba
     SUBDIR += vboxtool
     SUBDIR += vgb-bin



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