Port details |
- py-gyp-devel Generate Your Projects
- 20150414 devel
=0 20150414Version of this port present on the latest quarterly branch.
- Maintainer: daichi@FreeBSD.org
- Port Added: 2010-06-26 01:36:24
- Last Update: 2016-05-16 17:43:22
- SVN Revision: 415345
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- http://code.google.com/p/gyp/
- Description:
- gyp - Generate Your Projects - a python based build tool
WWW: http://code.google.com/p/gyp/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}gyp>0:devel/py-gyp-devel@${PY_FLAVOR}
- No installation instructions:
- This port has been deleted.
- PKGNAME: py27-gyp
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py27-setuptools27>0 : devel/py-setuptools27
- python2.7 : lang/python27
- python2 : lang/python2
- Runtime dependencies:
-
- py27-setuptools27>0 : devel/py-setuptools27
- python2.7 : lang/python27
- python2 : lang/python2
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- python:2
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
20150414 16 May 2016 17:43:22 |
hrs |
Update japanese/mozc-server to 2.17.2322.102. Changes include:
- Use Github as the source.
- Depend on devel/py-gyp and japanese/zinnia because bundled versions have
been removed from the original distfile.
- devel/py-gyp-devel has been updated to snapshot as of 20160504 and
renamed with devel/py-gyp. Take maintainership[*].
- Install mozc.el.gz instead of mozc.el.
Approved by: maintainer [*] |
20150414 12 Jul 2015 16:09:26 |
sunpoet |
- Add LICENSE
- Fix USES=python
- Sort USE_PYTHON [1]
- Use bsd.port.mk instead of bsd.port.pre.mk + bsd.port.post.mk
Approved by: portmgr (blanket)
With hat: python [1] |
20150414 17 Apr 2015 00:08:25 |
daichi |
updated to latest development version:
- changed the PORTVERSION style from using revision to
a date checked out because the version managament
system of gyp was changed from subversion to git.
Reviewed by: thierry |
r832_4 20 Oct 2014 16:04:14 |
mva |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
r832_4 05 May 2014 09:45:37 |
bapt |
Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr |
r832_4 16 Apr 2014 21:39:55 |
thierry |
- Don't generate Makefile for the OS target "linux" but for freebsd;
- Initialize default values for the compilers.
PR: ports/187115
Submitted by: /me
Approved by: maintainer's time-out |
r832_3 06 Mar 2014 14:14:11 |
miwi |
- Stage support
- Convert to autoplist
- Bump PORTREVISION |
r832_2 15 Dec 2013 16:22:17 |
wg |
Use setuptools for all Python ports.
Setuptools is the preferred method to manage Python distributions after
many changes to the packaging ecosystem over the past couple of years.
Only ports using USE_PYDISTUTILS= yes are affected by this commit, ports using
USE_PYDISTUTILS= easy_install remains the same however this usage is now
deprecated and should be converted to USE_PYDISTUTILS= yes.
Some Python distributions do not work with setuptools out of the box because
they extend the install command from distutils and not setuptools, and
so they need to be patched accordingly.
pip (which leverages setuptools) works around the issue by using eggs, however
we want to get rid of those as well, as support for "flat" installation is (Only the first 15 lines of the commit message are shown above ) |
r832_2 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
r832_2 12 Dec 2011 17:43:50 |
daichi |
- fixed a gcc 4.2.1 's namespace bug. Now mozc can build
himself using the system's default gcc.
- removed the dependency for external gyp
- removed the gsed dependency
- removed the gnugrep dependency
- refined the mozc relative ports
Feature safe: yes
Submitted by: hrs |
r832_1 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
r832_1 29 Dec 2010 20:04:42 |
pgollucci |
- DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.
PR: ports/153292
Submitted by: myself (pgollucci)
Tested by: -exp run by pav
Approved by: portmgr (pav) |
r832_1 04 Sep 2010 02:44:13 |
daichi |
Update Mozc (Japanese Input Method Editor)
relative ports to 0.12.434.102 and fix build error on
recent 9-CURRENT. |
r832 26 Jun 2010 01:36:06 |
daichi |
Add a new port: gyp
gyp (Generate Your Projects) - a python based build tool
Feature safe: yes |