aboutsummaryrefslogtreecommitdiff
path: root/emulators/dynagen
Commit message (Collapse)AuthorAgeFilesLines
* Add EXAMPLES options to ports that should have one.Mathieu Arnold2018-09-101-1/+1
| | | | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479407
* Add DOCS options to ports that should have one.Mathieu Arnold2018-09-101-0/+2
| | | | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479406
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-1/+1
| | | | | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight Notes: svn path=/head/; revision=472884
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Convert to new shebangfix orderDmitry Marakasov2015-10-191-12/+3
| | | | | | | | | | | | | | - Remove unneeded shebangfix items - Add NO_ARCH - Merge USES lines - Remove redundant options.mk inclusion PR: 203515 Submitted by: amdmi3 Approved by: maintainer timeout (pavelivolkov@gmail.com, 2 weeks) Notes: svn path=/head/; revision=399685
* Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for portsAntoine Brodin2015-07-291-1/+0
| | | | | | | | | | | | using python PR: 201077 Reviewed by: mat With hat: portmgr Differential Revision: https://reviews.freebsd.org/D2955 Notes: svn path=/head/; revision=393196
* - Allow to work with python 3Thomas Zander2015-05-162-24/+15
| | | | | | | | | | - Use autoplist PR: 199781 Submitted by: pavelivolkov@gmail.com (maintainer) Notes: svn path=/head/; revision=386571
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+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
* emulators/dynagen: shebangfix for python in the scripts instead of patchesKurt Jaeger2015-03-288-73/+36
| | | | | | | | | PR: 194215 Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer) Reviewed by: marino Notes: svn path=/head/; revision=382486
* - Convert ports from dns/, editors/ and emulators/ to newMarcus von Appen2014-10-191-3/+2
| | | | | | | | | USES=python Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371188
* - Remove empty files and directoriesAlex Kozlov2014-06-242-0/+0
| | | | Notes: svn path=/head/; revision=359081
* emulators/dynagen: Add stage supportJohn Marino2014-06-115-52/+33
| | | | | | | | | | | | In addition: * Update maintainer address * minor tweaks PR: 190923 submitted by: maintainer (Pavel Volkoy) Notes: svn path=/head/; revision=357506
* Convert to USES=dos2unixBaptiste Daroussin2014-05-261-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=355278
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | emulators) Notes: svn path=/head/; revision=327721
* Fix RUN_DEPENDS.Wesley Shields2012-06-225-100/+62
| | | | | | | | | | | Add LICENSE. Switch to PLIST_FILES. PR: ports/168937 Submitted by: Pavel I Volkov <pavelivolkov@googlemail.com> (maintainer) Notes: svn path=/head/; revision=299754
* - convert to using PYTHON_SITELIBDIR (non-functional change)Ruslan Makhmatkhanov2012-02-121-24/+24
| | | | Notes: svn path=/head/; revision=291053
* - Change RUN_DEPENDS from emulators/dynamips-devel to ↵Sunpoet Po-Chuan Hsieh2011-04-292-2/+2
| | | | | | | | | | | | | emulators/dynamips-community - Bump PORTREVISION for dependency change - Remove obsolete MD5 checksum PR: ports/156692 Submitted by: Pavel I Volkov <pavelivolkov@googlemail.com> (maintainer) Notes: svn path=/head/; revision=273339
* Update maintainer addressMax Brazhnikov2010-10-161-1/+1
| | | | | | | | PR: ports/151500 Submitted by: Pavel I. Volkov (maintainer) Notes: svn path=/head/; revision=263111
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with E,F Notes: svn path=/head/; revision=240069
* - Remove USE_GCC where it can be satisfied with base compiler on followingPav Lucistnik2008-07-251-1/+0
| | | | | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT Notes: svn path=/head/; revision=217485
* - Update to 0.11.0Martin Wilke2008-06-209-47/+92
| | | | | | | | PR: 124759 Submitted by: Pavel I Volkov <pol@opk.ru> (maintainer) Notes: svn path=/head/; revision=215353
* - Pass maintainership to Pavel Volkov, who is already maintainingEdward Tomasz Napierala2008-06-111-1/+1
| | | | | | | | | emulators/dynagen-devel. Approved by: Pavel Volkov Notes: svn path=/head/; revision=214644
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-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) Notes: svn path=/head/; revision=214430
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-07-301-0/+1
| | | | | | | | | | | | | - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav Notes: svn path=/head/; revision=196700
* - Use proper capitalization in my email address.Edward Tomasz Napierala2007-07-111-1/+1
| | | | | | | | Approved by: miwi (mentor) Suggested by: sat Notes: svn path=/head/; revision=195441
* - Update to 0.9.3.Edward Tomasz Napierala2007-07-045-22/+16
| | | | | | | | | PR: ports/113807 Submitted by: Pavel I Volkov <pol@opk.ru> Approved by: miwi (mentor) Notes: svn path=/head/; revision=194887
* Change my email address to trasz@FreeBSD.org.Edward Tomasz Napierala2007-04-131-1/+1
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=189901
* - Update to 0.9.0Martin Wilke2007-02-265-14/+33
| | | | | | | | PR: 109576 Submitted by: trasz (maintainer) Notes: svn path=/head/; revision=186027
* - Update to 0.8.3Martin Wilke2007-01-083-5/+6
| | | | | | | | PR: 107663 Submitted by: trasz (maintainer) Notes: svn path=/head/; revision=181769
* - Update to 0.8.2Martin Wilke2007-01-033-7/+7
| | | | | | | | PR: ports/107456 Submitted by: trasz <trasz@pin.if.uz.zgora.pl> (Maintainer) Notes: svn path=/head/; revision=181355
* - Update to 0.8.1Martin Wilke2006-11-255-23/+60
| | | | | | | | PR: 105840 Submitted by trasz (maintainer) Notes: svn path=/head/; revision=178020
* Dynagen is a front-end for use with the Dynamips Cisco routerMartin Wilke2006-11-085-0/+125
emulator. It uses an INI-like configuration file to provision Dynamips emulator networks. It takes care of specifying the right port adapters, generating and matching up those pesky NIO descriptors, specifying bridges, frame-relay, ATM switches, etc. It also provides a management CLI for listing devices, suspending and reloading instances, etc. WWW: http://dyna-gen.sourceforge.net/ PR: ports/105282 Submitted by: trasz <trasz@pin.if.uz.zgora.pl> Notes: svn path=/head/; revision=176880