# New ports collection makefile for: pyzfs # Date created: 11 July 2010 # Whom: Martin Matuska # # $FreeBSD$ # PORTNAME= zfs PORTVERSION= 1 PORTREVISION= 2 CATEGORIES= sysutils python MASTER_SITES= # none PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTFILES= # none MAINTAINER= mm@FreeBSD.org COMMENT= Python ZFS library LICENSE= CDDL USE_PYTHON= 2.4-2.7 MAKEFILE= ${FILESDIR}/Makefile.lib MAKE_ARGS+= PYTHON_INCLUDEDIR="${PYTHON_INCLUDEDIR}" \ PYTHON_LDFLAGS="-L${LOCALBASE}/lib -l${PYTHON_VERSION}" NO_WRKSUBDIR= yes SRCDIR?= /usr/src SUB_FILES+= compile.py SUB_LIST+= PYTHON_CMD=${PYTHON_CMD} PYFILES= __init__.py \ allow.py \ dataset.py \ groupspace.py\ unallow.py \ userspace.py \ util.py .if !exists(${SRCDIR}/cddl/contrib/opensolaris/lib/pyzfs) || \ !exists(${SRCDIR}/cddl/contrib/opensolaris/cmd/pyzfs) IGNORE= requires ZFS v15 or higher sources with pyzfs (in ${SRCDIR}) .endif .if exists(${SRCDIR}/cddl/contrib/opensolaris/lib/pyzfs/common/holds.py) && \ exists(${SRCDIR}/cddl/contrib/opensolaris/lib/pyzfs/common/table.py) PYFILES+= holds.py \ table.py PLIST_SUB+= V28="" EXTRA_PATCHES+= ${FILESDIR}/extra-patch-util.py \ ${FILESDIR}/extra-patch-userspace.py .else PLIST_SUB+= V28="@comment " .endif do-extract: @${MKDIR} ${WRKSRC} @${CP} ${SRCDIR}/cddl/contrib/opensolaris/cmd/pyzfs/pyzfs.py \ ${WRKSRC}/pyzfs.py .for PYFILE in ${PYFILES} @${CP} ${SRCDIR}/cddl/contrib/opensolaris/lib/pyzfs/common/${PYFILE} \ ${WRKSRC}/${PYFILE} .endfor post-patch: .for PYFILE in pyzfs.py ${PYFILES} @${REINPLACE_CMD} -e "s|#! /usr/bin/python.*|#! ${PYTHON_CMD}|g" \ ${WRKSRC}/${PYFILE} .endfor do-install: ${MKDIR} ${PYTHONPREFIX_SITELIBDIR}/zfs .for PYFILE in ${PYFILES} ${INSTALL_DATA} ${WRKSRC}/${PYFILE} \ ${PYTHONPREFIX_SITELIBDIR}/zfs .endfor ${INSTALL_DATA} ${WRKSRC}/ioctl.so ${PYTHONPREFIX_SITELIBDIR}/zfs @${PYTHON_CMD} ${WRKDIR}/compile.py ${PYTHONPREFIX_SITELIBDIR}/zfs @${PYTHON_CMD} -O ${WRKDIR}/compile.py ${PYTHONPREFIX_SITELIBDIR}/zfs ${MKDIR} /usr/lib/zfs ${INSTALL_SCRIPT} ${WRKSRC}/pyzfs.py /usr/lib/zfs @${PYTHON_CMD} ${WRKDIR}/compile.py /usr/lib/zfs @${PYTHON_CMD} -O ${WRKDIR}/compile.py /usr/lib/zfs .include pm_and_yarn/devel/electron4/files/lodash.merge-4.6.2'>dependabot/npm_and_yarn/devel/electron4/files/lodash.merge-4.6.2 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update phoronix-test-suite to 4.0.1mm2012-12-023-3/+4
* - Update to version 1.53sperber2012-12-012-17/+10
* Simplify PTHREAD_LIBS fix by removing useless patchmartymac2012-11-292-24/+1
* - Remove indefinite article from COMMENTak2012-11-282-14/+14
* 2012-11-26 benchmarks/gsbench: No more public distfilesbapt2012-11-2811-153/+0
* - Update to 1.97martymac2012-11-283-7/+33
* - Convert to new options frameworkjhale2012-11-141-17/+13
* - Update to use OPTIONSNGsumikawa2012-11-121-16/+15
* - Change my email address to gblach@FreeBSD.orggblach2012-11-041-6/+2
* Deprecate a bunch of ports that are either abandonware and/or for which no morebapt2012-10-262-0/+6
* grabeadler2012-10-221-6/+2
* - cleanup commentsdinoex2012-10-131-5/+0
* - Add LICENSEsunpoet2012-10-071-15/+15
* - Reassign to the heap due to mail bouncestabthorpe2012-09-301-6/+2
* - Mark BROKEN on FreeBSD 7.x: does not linkbeat2012-09-261-1/+7
* - Revert committabthorpe2012-09-251-2/+6
* - Reassign to the heap due to mail bouncestabthorpe2012-09-251-6/+2
* Upgrade to 2.6.0sumikawa2012-08-245-75/+15
* Update Phoronix Test Suite to 4.0.0mm2012-08-083-18/+26
* - Teach the Haskell Cabal ports to use the new options frameworkpgj2012-08-031-1/+1
* Add wrk - a HTTP benchmarking tool.osa2012-08-024-0/+41
* Fix typos in COMMENTcs2012-07-251-1/+1
* Fix typos in COMMENTcs2012-07-251-1/+1
* - Remove benchmarks/tsung from Atticjgh2012-07-215-0/+358
* - Update E17 ports:makc2012-06-275-0/+118
* - reset MAINTAINERdinoex2012-06-261-1/+1
* - Update to 4.3.2scheidell2012-06-245-65/+72
* - add couple of patches to fix build warningsrm2012-06-202-0/+31
* Switch to OptionsNgmartymac2012-06-151-1/+3
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orswills2012-06-111-1/+1
* - Remove SITE_PERL from *_DEPENDSaz2012-06-041-2/+2
* - Update The Glorious Glasgow Haskell Compiler to version 7.4.1pgj2012-06-041-3/+4
* Fix the DOCS logicalbapt2012-06-031-1/+1
* Convert to new options frameworkbapt2012-06-013-22/+24
* - update png to 1.5.10dinoex2012-06-014-4/+4
* Update my email address.tj2012-06-011-1/+1
* - Reset maintainer:pav2012-05-311-1/+1
* Properly call freehostent()mm2012-05-262-7/+16
* - Fix build for 9 and abovemiwi2012-05-215-44/+44
* 1) Add OPTIONS support for:sumikawa2012-05-152-4/+73
* - Enhances detection of CPU countscheidell2012-04-154-13/+68
* Bump port revision of all the octave-forge ports,maho2012-04-111-1/+1
* Update to 3.8.0mm2012-03-274-53/+62
* Cpipe copies its standard input to its standard output while measuring the timewxs2012-03-024-0/+35
* Update to 3.6.1mm2012-02-262-3/+3
* Return maintainership back to poolmm2012-02-261-1/+1
* - Update to 0.6.0.1pgj2012-02-133-13/+8
* - Fix CATEGORIES when IPV6 option is offsunpoet2012-02-021-18/+16
* - Reassign to the heaptabthorpe2012-02-011-1/+1
* Make UDP_STREAM work on IPv6 by transmitting and extracting IPv6sumikawa2012-01-272-0/+70
* Update to 0.72mm2012-01-253-21/+19
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450eadler2012-01-221-1/+1
* - Respect CCmiwi2012-01-151-0/+1
* - Respect CC & ALL_TARGETmiwi2012-01-151-2/+2
* - Update to 1.2.9miwi2012-01-152-8/+5
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-141-1/+1
* - Respect CC/CFLAGSmiwi2012-01-041-6/+20
* Update to 3.6.0mm2011-12-213-3/+8
* - Unbreak PGSQL support [1]zi2011-12-141-2/+3
* - Update to 3.397miwi2011-11-193-14/+3
* - Get rid FreeBSD 6.X supportmiwi2011-11-071-7/+1
* Remove more tags from pkg-descr files fo the form:dougb2011-10-242-4/+0
* - remove maintainer tags from pkg-descreadler2011-10-2311-28/+0
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-249-13/+8
* Update to 3.4.0mm2011-09-213-10/+12
* - Update to 1.8.3dhn2011-09-024-29/+23
* - Update math/hs-statistics to 0.9.0.0pgj2011-08-151-1/+1
* - Update math/hs-mwc-random to 0.10.0.0pgj2011-08-151-1/+1
* - Update devel/hs-vector-algorithms to 0.5.2pgj2011-08-141-1/+1
* - Update devel/hs-vector to 0.7.1pgj2011-08-141-1/+1
* - add MASTER_SITE_LOCALdinoex2011-08-091-1/+3
* This port is in the public domain.obrien2011-08-031-0/+5
* Deprecate port with no more public distfilesbapt2011-08-021-0/+3
* Bye bye abandonwares (part 2)bapt2011-08-018-345/+0
* Update to 2.1.13arved2011-07-253-6/+7
* Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,linimon2011-07-211-2/+1
* - Mark BROKEN on recent -CURRENT:pav2011-07-211-1/+7
* Upgrade to 2.5.0.sumikawa2011-07-203-13/+3
* Update to 3.2.1mm2011-07-152-3/+3
* - Update math/hs-erf to 2.0.0.0ashish2011-07-101-0/+1
* - Update to 0.5.0.10ashish2011-07-102-4/+3
* - Remove USE_GZIP=yes since it is defaultwen2011-07-071-1/+0
* - Bump portrevision for octave-forge-* ports because of update ofstephen2011-07-011-1/+1
* - Bump portrevision because math/octave updated to 3.4.1stephen2011-06-241-1/+1
* Update to 3.2.0mm2011-06-234-26/+12
* Another bunch of deprecation: no more public distfiles and/or abandonwarebapt2011-06-162-0/+6
* Maintainer: stephen@missouri.edu -> stephen@FreeBSD.orgstephen2011-06-141-1/+1
* Update my e-mail to my FreeBSD one.jlaffaye2011-06-092-2/+2
* Bump PORTREVISION of all ports dependent on lang/ghc as duringashish2011-05-261-0/+1
* - Add licensesylvio2011-05-201-0/+2
* Update math/gsl to 1.15, and adjust PORTREVISIONbf2011-05-101-1/+1
* - Please welcome GHC 7.0.3ashish2011-05-095-53/+8
* Bump PORTREVISION after open-mofit updatemakc2011-05-024-4/+4
* - Set LICENSE_FILEmm2011-03-221-1/+2
* - Add license information (GPLv3)mm2011-03-222-3/+7
* Bump PORTREVISION for ports linking to default libmysqlclient.ale2011-03-192-1/+2
* - Get Rid MD5 supportmiwi2011-03-1957-73/+1
* Update to 3.0.1mm2011-03-164-767/+431
* - Update to 1.1.7miwi2011-02-272-8/+5
* Chase the upgrade of MPICH2.thierry2011-02-266-6/+3
* - Update distinfo (comment block change)pav2011-01-261-3/+2
* Add new port benchmarks/filebenchflo2011-01-095-0/+93
* - Add patch to fix a race conditionjadawin2011-01-093-2/+21
* Return kris' ports to the heap.tabthorpe2011-01-021-1/+1
* - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.pgollucci2010-12-301-1/+0
* - Use canonical format for FreeBSD.org MAINTAINER addressessunpoet2010-12-264-4/+2