Please repocopy ports/editors/openoffice.org-2-devel to ports/editors/openoffice.org-vcltesttool The reason is: I'd like to add VCLTestTool for OpenOffice.org. This tool performs automated tests for OpenOffice.org. VCLtesttool should be from very old OpenOffice.org; SRC680_m226; openoffice.org-2-devel port (I committed at 2007/8/26). Therefore, repocopy is the natual way to remove openoffice.org-2-devel port and alive again as openoffice.org-vcltesttool port.
Responsible Changed From-To: freebsd-bugs->portmgr ports PR.
State Changed From-To: open->repocopy This is a repocopy request
State Changed From-To: repocopy->open Repocopy complete.
Responsible Changed From-To: portmgr->maho Repocopy complete.
maho 2009-07-22 09:53:45 UTC FreeBSD ports repository Modified files: editors/openoffice.org-vcltesttool Makefile distinfo pkg-descr editors/openoffice.org-vcltesttool/files openoffice.org-wrapper Added files: editors/openoffice.org-vcltesttool/files createTestTool.pl filefbsd.txt ooovcltest.pl patch-libxslt Removed files: editors/openoffice.org-vcltesttool/files Makefile.knobs Makefile.localized Makefile.others generate.pl optpatch-freetype pkg-message.in Log: Add VCLtestTool for OpenOffice.org. The automated GUI testing provides a test framework with test scripts and an application (VCL TestTool) to test almost the whole the OpenOffice.org application automatically. * This port should based on SRC680_m226, but currently only buildable with SRC680_m248. * repocopied from openoffice.org-2-devel port [1] PR: 136674 [1] WWW: http://qa.openoffice.org/ooQAReloaded/AutomationTeamsite/ooQA-TeamAutomation.html http://wiki.services.openoffice.org/wiki/VCLTesttool_2.4 http://wiki.services.openoffice.org/wiki/VCL_TestTool/Standalone_VCL_TestTool http://qa.openoffice.org/ooQAReloaded/AutomationTeamsite/ooQA-TeamAutomationBin.html http://wiki.services.openoffice.org/wiki/VCLTestToolIssues Revision Changes Path 1.375 +36 -172 ports/editors/openoffice.org-vcltesttool/Makefile 1.165 +0 -6 ports/editors/openoffice.org-vcltesttool/distinfo 1.55 +0 -148 ports/editors/openoffice.org-vcltesttool/files/Makefile.knobs (dead) 1.21 +0 -401 ports/editors/openoffice.org-vcltesttool/files/Makefile.localized (dead) 1.10 +0 -67 ports/editors/openoffice.org-vcltesttool/files/Makefile.others (dead) 1.1 +270 -0 ports/editors/openoffice.org-vcltesttool/files/createTestTool.pl (new) 1.1 +81 -0 ports/editors/openoffice.org-vcltesttool/files/filefbsd.txt (new) 1.12 +0 -30 ports/editors/openoffice.org-vcltesttool/files/generate.pl (dead) 1.1 +117 -0 ports/editors/openoffice.org-vcltesttool/files/ooovcltest.pl (new) 1.4 +2 -10 ports/editors/openoffice.org-vcltesttool/files/openoffice.org-wrapper 1.5 +0 -38 ports/editors/openoffice.org-vcltesttool/files/optpatch-freetype (dead) 1.1 +11 -0 ports/editors/openoffice.org-vcltesttool/files/patch-libxslt (new) 1.8 +0 -42 ports/editors/openoffice.org-vcltesttool/files/pkg-message.in (dead) 1.6 +9 -15 ports/editors/openoffice.org-vcltesttool/pkg-descr _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Done. thanks!