[MacPorts] PortfileRecipes modified

MacPorts noreply at macports.org
Thu Feb 19 19:34:51 PST 2015


Page "PortfileRecipes" was changed by pixilla at macports.org
Diff URL: <https://trac.macports.org/wiki/PortfileRecipes?action=diff&version=81>
Revision 81
Changes:
-------8<------8<------8<------8<------8<------8<------8<------8<--------
Index: PortfileRecipes
=========================================================================
--- PortfileRecipes (version: 80)
+++ PortfileRecipes (version: 81)
@@ -617,3 +617,185 @@
 * `registry_active` returns a list containing information about active ports. Given a particular name, only one active port can match, so the returning list has at most one element, which we save as `installed`. (If we had not provided an argument, the list would have had one element for every active port.)
 * `installed` is now a list containing information on the active port. The elements relevant to version checking are the port version, revision, and epoch, which are at indices 1, 2, and 5, respectively.
 * If the active port is not recent enough, we deactivate it using `registry_deactivate_composite`. The second argument is a version number, which in this case we leave empty. The third argument is a list of options; setting `ports_nodepcheck` to 1 forces deactivation regardless of whether there are active dependents. This is fine, since `kerberos5` will be reinstalled shortly.
+== Current list of license keyword values in Portfiles == #licensekeyword
+{{{
+port info --license --index all | grep -v ^-- | sed 's,^license:.,,g' | tr ' ' '\n' | sort -u
+}}}
+* AFL-2.1
+* AFL-3
+* AGPL-3
+* AGPL-3+
+* AOLserver
+* APSL
+* APSL-1.1
+* APSL-1.2
+* APSL-2
+* Apache
+* Apache-1
+* Apache-1.1
+* Apache-2
+* Apache-2+
+* Apache-2.0
+* Apache-2.0+
+* Apache-3
+* Artistic
+* Artistic-1
+* Artistic-2
+* Attribution-ShareAlike-3.0
+* Attribution-Sharealike-3.0
+* Autoconf
+* BSD
+* BSD-old
+* Beerware
+* BitstreamVera
+* Boost
+* Boost-1
+* Boost-1.0
+* CC-SA-1
+* CC-SA-3
+* CCBY-3
+* CDDL
+* CDDL-1
+* CNRI
+* CPL-1
+* CeCILL
+* CeCILL-2
+* CeCILL-B
+* CeCILL-C
+* Commercial
+* Copyleft
+* Curl
+* DMD
+* Domain
+* EPL-1
+* FPLL-1.1
+* FreeBSD
+* FreeImage-1
+* FreeType
+* GFDL
+* GFDL-1.1
+* GFDL-1.1+
+* GFDL-1.2
+* GFDL-1.3
+* GFDL-1.3+
+* GL2PS-2
+* GNU
+* GPL
+* GPL-1
+* GPL-1+
+* GPL-2
+* GPL-2+
+* GPL-2.1
+* GPL-2.1+
+* GPL-3
+* GPL-3+
+* GPLConflict
+* IBMPL-1
+* IJG
+* IPL-1
+* ISC
+* ISCL
+* ImageMagick
+* JasPer-2
+* LGPL
+* LGPL-2
+* LGPL-2+
+* LGPL-2.1
+* LGPL-2.1+
+* LGPL-3
+* LGPL-3+
+* LPPL
+* LPPL-1.2
+* LPPL-1.3
+* LibXL
+* License
+* MAME
+* MIT
+* MIT/Expat
+* MPL
+* MPL-1
+* MPL-1.1
+* MPL-1.1+
+* MPL-2
+* MPL-2.0
+* NCSA
+* NPL-1.1
+* Noncommercial
+* OPL-0.4
+* OSL-2
+* OpenLDAP-2.8+
+* OpenSSL
+* OpenSSLException
+* PDL-1
+* PHP
+* PHP-2.02
+* PHP-3
+* PHP-3.01
+* PSF
+* PSF-2+
+* PSF-2.1.1
+* Permissive
+* Pine
+* PopCap
+* Public
+* Public-Domain
+* Public-domain
+* PyNGL
+* PyNIO
+* Python
+* QPL
+* QPL-1
+* RASLIC
+* RPL-1.1
+* Restrictive
+* Restrictive/Distributable
+* Restrictive/nondistributable
+* Ruby
+* SPIN
+* SSLeay
+* Sleepycat
+* Tcl/Tk
+* UCAR-Unidata
+* UW's
+* Unknown
+* Vim
+* VirtualBoxPUEL
+* W3C
+* WTFPL
+* WTFPL-2
+* X11
+* Xdebug-1.01
+* ZPL
+* ZPL-2
+* ZPL-2.1
+* Zlib
+* agpl-3
+* apache
+* bsd
+* cdcill
+* cpl
+* custom
+* fontconfig
+* freetype
+* freeware
+* gd
+* gpl
+* gpl-2
+* ibmpl
+* lgpl-2
+* libtool
+* mit
+* nethack
+* none
+* openldap
+* permissive
+* psf
+* public-domain
+* restrictive/distributable
+* unknown
+* unknown/none
+* wxWidgets-3
+* wxwidgets
+* wxwidgets-3
+* wxwidgets-3.1
+* zlib
-------8<------8<------8<------8<------8<------8<------8<------8<--------

--
Page URL: <https://trac.macports.org/wiki/PortfileRecipes>
MacPorts <https://www.macports.org/>
Ports system for OS X

This is an automated message. Someone added your email address to be
notified of changes on 'PortfileRecipes' page.
If it was not you, please report to .


More information about the macports-changes mailing list