aboutsummaryrefslogtreecommitdiff
path: root/java/eclipse-windowbuilder
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412347
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-0/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* Update 8 plugins following upgrade to Eclipse 4.3.2John Marino2014-07-112-4/+4
| | | | | | | | | | | | | | | | | | | | The following plugins must be updated after upgrading Eclipse to version 4.3.2 because they don't currently work: * java/eclipse-datatools (assign maintainership too) * java/eclipse-emf * java/eclipse-gef * java/eclipse-pydev * java/eclipse-webtools * java/eclipse-windowbuilder * devel/scala-ide * devel/subversive PR: 191798 Submitted by: Eclipse maintainer (Jimmy Kelly) Notes: svn path=/head/; revision=361590
* Remove indefinite articles and trailing periods from COMMENT, plus minorJimmy Olgeni2014-07-051-1/+1
| | | | | | | | | | | | COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Categories J-L. CR: D305 Approved by: portmgr (swills) Notes: svn path=/head/; revision=360810
* Update to 1.6.1 release and stagify.Alex Dupre2014-01-242-10/+9
| | | | Notes: svn path=/head/; revision=340896
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | java) Notes: svn path=/head/; revision=327738
* WindowBuilder is a powerful and easy to use bi-directionalAlex Dupre2012-06-143-0/+50
Java GUI designer that makes it very easy to create Java GUI applications without spending a lot of time writing code to display simple forms. With WindowBuilder you can create complicated windows in minutes. Use the visual designer and Java code will be generated for you. You can easily add controls using drag-and-drop, add event handlers to your controls, change various properties of controls using a property editor, internationalize your app and much more. WWW: http://www.eclipse.org/windowbuilder/ Notes: svn path=/head/; revision=299260