# New ports collection makefile for: javanns # Date created: 7 January 2002 # Whom: des # # $FreeBSD$ # PORTNAME= javanns PORTVERSION= 1.1 CATEGORIES= math java MASTER_SITES= http://www-ra.informatik.uni-tuebingen.de/downloads/JavaNNS/ DISTNAME= JavaNNS-LinuxIntel MAINTAINER= ports@FreeBSD.org COMMENT= Fully featured neural network simulator RUN_DEPENDS= ${JAVAVM}:${PORTSDIR}/java/javavmwrapper ONLY_FOR_ARCHS= i386 JAVAVM?= ${LOCALBASE}/bin/javavm CLASSDIR?= ${PREFIX}/share/java/classes LIBSDIR?= ${DATADIR}/lib NO_WRKSUBDIR= yes NO_BUILD= yes post-extract: # Permissions in the tar file are whacked ${FIND} ${WRKSRC} -type d -print | ${XARGS} ${CHMOD} 755 ${FIND} ${WRKSRC} -type f -print | ${XARGS} ${CHMOD} 644 do-configure: ${INSTALL_DATA} ${FILESDIR}/javanns.sh ${WRKSRC} ${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ -e 's|%%DATADIR%%|${DATADIR}|g' \ -e 's|%%CLASSDIR%%|${CLASSDIR}|g' ${WRKSRC}/javanns.sh ${FIND} ${WRKSRC} -type d -print | ${XARGS} ${CHMOD} 0755 do-install: ${MKDIR} ${DATADIR} ${LIBSDIR} ${CLASSDIR} ${INSTALL_DATA} ${WRKSRC}/JavaNNS.jar ${CLASSDIR} ${INSTALL_SCRIPT} ${WRKSRC}/javanns.sh ${PREFIX}/bin/javanns .ifndef NOPORTDOCS ${MKDIR} ${DOCSDIR} ${TAR} -cf - -C${WRKSRC} examples manual |\ ${TAR} -xf - -C${DOCSDIR} .endif .include 07fd1919ec4b4a1e0c5199af23dc9a897'/> FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/accessibility/py-papi
Commit message (Collapse)AuthorAgeFilesLines
* - Rename PYTHON_FEATURES to USE_PYTHON to comply to USE_PERL5 and to avoid amva2014-08-151-1/+1
| | | | | | | | | | | | conflict in behaviour with the read-only COMPILER_FEATURES knob - Fix the deprecated USE_PYTHON_BUILD and USE_PYTHON_RUN behaviour, which usually should be mutually exclusive, but some ports include both knobs Phabric: D581 Recommended by: danfe@, makc@ Reviewed by: danfe, wg, antoine Approved by: portmgr With hat: python@
* - Convert my ports to USES=pythonmva2014-08-101-4/+2
|
* Reduce unnecessary bsd.port.options.mk inclusion by usingadamw2014-07-041-4/+0
| | | | | | OPTIONS helpers. Approved by: portmgr (blanket)
* Python cleanup:rene2014-01-141-1/+1
| | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat)
* - Convert to PYDISTUTILS_AUTOPLISTmva2013-09-292-20/+9
| | | | | - Enable stage support - Convert to new OPTIONS framework
* Add no stage all over the place in accessibility in preparation for the ↵bapt2013-09-201-0/+1
| | | | staging area support
* Convert all a categories to USE=pkgconfigbapt2013-04-231-6/+2
| | | | While here trim some headers and convert some gnomehack to pathfix
* * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 whichkwm2013-03-081-0/+1
| | | | | | | | | | | | | | | | | | | | are the latest stable releases. * Update vala to the newest stable release 0.18.1, also update a few ports in the gtk/gnome stack. * The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles. * Remove pkg-config run depends from glib20 and freetype2. This doesn't eliminate pkg-config run dependency completely, a second phase is needed and is planned. * Support for .:run. and .:build. for USE_GNOME components was added. Currently only libxml2 and libxslt support this mechanism. * Updates of the telepathy stack and empathy. * Trim makefile headers, convert ports to new options, trim off library versions for some ports. * Fix other ports so they build with the new glib version. Thanks to miwi and crees for helping out with some exp-runs. Approved by: portmgr (miwi & bapt) Obtained from: gnome team repo
* - convert to using PYTHON_INCLUDEDIR (non-functional change)rm2012-02-131-4/+4
|
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
| | | | With hat: portmgr (myself)
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-1/+1
| | | | starting with A
* Update to 0.0.9.mva2009-03-082-4/+4
| | | | Approved by: miwi (mentor)
* Updated my mail address to use @FreeBSD.org now.mva2009-02-201-1/+1
| | | | Approved by: miwi (co-mentor), beech (mentor)
* - Update to 0.0.8beech2009-02-082-4/+4
| | | | Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer)
* - Update to 0.0.7miwi2008-12-253-7/+14
| | | | | PR: 129847 Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer)
* - File was rerolled to add missing example filemiwi2008-08-063-4/+8
| | | | | | - Bump PORTREVISION Submitted by: maintainer via im
* - Update to 0.0.6miwi2008-08-063-15/+20
| | | | | PR: 126286 Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer)
* - Remove USE_GCC where it can be satisfied with base compiler on followingpav2008-07-251-1/+0
| | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+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)
* - Update to 0.0.5lwhsu2007-09-163-12/+18
| | | | | | | | - DOCSDIR safety - respecting EXAMPLESDIR PR: ports/115006 Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer)
* - Update to 0.0.4miwi2007-03-232-4/+4
| | | | | PR: 110696 Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer)
* - Update to 0.0.3miwi2006-12-302-4/+4
| | | | | PR: ports/107239 Submitter by: Marcus von Appen <mva@sysfault.org> (maintainer)