aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/jdic
Commit message (Collapse)AuthorAgeFilesLines
* - This changes adds xt to USE_XORG since the port uses headers from theThierry Thomas2008-08-221-2/+2
| | | | | | | | | | | | | xt port (e.g., X11/Intrinsic.h) and clearly links with libXt during the build; - Release maintainership. PR: ports/126699 Submitted by: glewis Notes: svn path=/head/; revision=219007
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-3/+3
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Add a missing USE_XLIB.Thierry Thomas2007-02-081-0/+1
| | | | | | | Reported by: pointyhat via Kris Notes: svn path=/head/; revision=184598
* Mark ONLY_FOR_ARCHS=i386: JDIC needs com.sun.jnlp, which is part of theThierry Thomas2007-01-181-0/+3
| | | | | | | | | | web plug-in (javaws.jar) and which is not installed on !i386. Reported by: pointyhat via Kris Credits to: hq for the explanation Notes: svn path=/head/; revision=182755
* The JDesktop Integration Components (JDIC) project aims to make Java(TM)Thierry Thomas2007-01-056-0/+198
technology-based applications ("Java applications") first-class citizens of current desktop platforms without sacrificing platform independence. JDIC provides Java applications with access to facilities provided by the native desktop such as the mailer, the browser, and registered document viewing applications. Additionally it provides the mechanisms by which Java applications can integrate into the native desktop such as registering Java applications as document viewers on the desktop, creating tray icons on the desktop and creating installer packages. JDIC consists of a collection of Java packages (JDIC API), all with the package name prefix org.jdesktop.jdic, and a JNLP application packaging tool (JDIC Packager). Note: only the tray icon API is built at the moment. WWW: https://jdic.dev.java.net/ Notes: svn path=/head/; revision=181588