aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/kana-no-quiz
Commit message (Collapse)AuthorAgeFilesLines
* Remove superfluous linefeeds and fix some other minor whitespace bugs.danfe2018-02-041-2/+1
|
* Convert Python ports to FLAVORS.mat2018-02-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Update to 1.9.5mat2016-03-104-789/+27
| | | | | | PR: 205211 Submitted by: tkato432 yahoo com Sponsored by: Absolight
* - Update MASTER_SITES, unbreak fetchamdmi32015-12-011-3/+2
| | | | | | | | - Pass maintainership to submitter - While here, add NO_ARCH PR: 204798 Submitted by: CQG00620@nifty.ne.jp
* Mark a few ports BROKEN: unfetchableantoine2015-11-091-0/+2
|
* MASTER_SITES cleanup.mat2015-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
* Fix DEPENDSantoine2015-01-261-2/+2
|
* Cleanup plistantoine2014-11-121-22/+0
|
* - Convert ports from german/, java/, japanese/ and ports-mgmt/ to newmva2014-10-201-3/+2
| | | | | | USES=python Approved by: portmgr (implicit)
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-1/+1
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* - Remove deprecated INSTALLS_EGGINFO knob. Since the ports use distutils,mva2014-08-171-1/+0
| | | | | | there is no need to touch the plist. With hat: python@
* 1: Stagify.vanilla2014-07-152-4/+3
| | | | | 2: add INSTALLS_EGGINFO, bump version. 3: fix WWW line.
* Remove indefinite articles and trailing periods from COMMENT, plus minorolgeni2014-07-061-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)
* Resetting maintainership on ports that have not been staged and without anyantoine2014-07-031-1/+1
| | | | | | pending PR With hat: portmgr
* Update the default version of GCC used in the Ports Collection fromgerald2014-03-111-1/+1
| | | | | | | | | | | GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs)
* Fix properties on pkg-plistbapt2014-01-221-1/+0
|
* 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)
* Update to libmpc version 1.0.1 which brings the following fixes:gerald2013-10-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery)
* - Remove manual creation and removal of share/applications, as it's now in ↵amdmi32013-10-221-1/+0
| | | | | | the mtree (categories starting with [fgijk]) Approved by: portmgr (bdrewery)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-5/+2
| | | | japanese)
* - Convert USE_GETTEXT to USES (part 3)ak2013-04-251-1/+1
| | | | Approved by: portmgr (bapt)
* - Move to py25 or abovemiwi2011-02-252-4/+2
| | | | - While here kick md5 support
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-2/+2
|
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* 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)
* - Remove useless OPTIONS variablenivit2007-09-251-2/+0
|
* - Update to 1.9nivit2007-09-254-274/+782
|
* - Make Python 2.5.1 the default Python versionalexbl2007-07-301-1/+3
| | | | | | | | | | - 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
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Updated email address in my portsnivit2006-12-101-1/+1
| | | | Approved by: alexbl (mentor)
* - Update to 104454miwi2006-10-313-278/+278
| | | | | PR: ports/104454 Submitted by: Nicola Vitale (maintainer)
* Fix size mismatch (a few py files removed, a new files installed)itetcu2006-08-073-3/+5
| | | | | PR: ports/101463 Submitted by: Nicola Vitale (maintainer)
* - Fix typopav2006-05-281-1/+1
| | | | | PR: ports/98047 Submitted by: Nicola Vitale <nivit@email.it> (maintainer)
* Add ja-kana-no-quiz: A little tool to memorize Japanese KANA (Hiragana/Katakana)sat2006-05-154-0/+334
PR: ports/95583 (based on) Submitted by: Nicola Vitale <nivit@email.it> Approved by: krion (mentor)