mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
updated
This commit is contained in:
62
php74/php-mod-hash/Makefile
Normal file
62
php74/php-mod-hash/Makefile
Normal file
@@ -0,0 +1,62 @@
|
||||
#
|
||||
# $Id: Makefile 2636 2009-09-30 12:09:37Z root $
|
||||
#
|
||||
PORTNAME= php${PORTVERSION:R:S/.//g}-mod-${MODULE_NAME}
|
||||
PORTVERSION= 7.4.33
|
||||
CATEGORIES= lang devel www
|
||||
MASTER_SITES= ${MASTER_SITE_PHP}
|
||||
MASTER_SITE_SUBDIR= distributions
|
||||
DISTNAME= php-${PORTVERSION}
|
||||
|
||||
MASTER_SITES+= http://dk.php.net/%SUBDIR%/
|
||||
MASTER_SITES+= http://de.php.net/%SUBDIR%/
|
||||
MASTER_SITES+= http://es.php.net/%SUBDIR%/
|
||||
MASTER_SITES+= http://fi.php.net/%SUBDIR%/
|
||||
MASTER_SITES+= http://fr.php.net/%SUBDIR%/
|
||||
MASTER_SITES+= http://gr.php.net/%SUBDIR%/
|
||||
MASTER_SITES+= http://it.php.net/%SUBDIR%/
|
||||
MASTER_SITES+= http://jp.php.net/%SUBDIR%/
|
||||
MASTER_SITES+= http://se.php.net/%SUBDIR%/
|
||||
MASTER_SITES+= http://uk.php.net/%SUBDIR%/
|
||||
MASTER_SITES+= http://us2.php.net/%SUBDIR%/
|
||||
MASTER_SITES+= http://br.php.net/%SUBDIR%/
|
||||
MASTER_SITES+= http://cn.php.net/%SUBDIR%/
|
||||
|
||||
MASTER_SITE_SUBDIR= distributions
|
||||
|
||||
MAINTAINER= onborodin@gmail.com
|
||||
COMMENT= PHP Scripting Language (Apache Module and CLI)
|
||||
|
||||
BUILD_DEPENDS+= php:lang/php${PORTVERSION:R:S/.//g}
|
||||
#RUN_DEPENDS
|
||||
#BUILD_DEPENDS+= ${RUN_DEPENDS}
|
||||
|
||||
|
||||
EXTRACT_AFTER_ARGS= ${DISTNAME}/ext/${MODULE_NAME}
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/ext/${MODULE_NAME}
|
||||
|
||||
EXTRACT_AFTER_ARGS= ${DISTNAME}/ext/${MODULE_NAME}
|
||||
|
||||
USES+= tar:xz gmake
|
||||
GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/php
|
||||
LDFLAGS= -L${LOCALBASE}/lib
|
||||
|
||||
MODULE_NAME= hash
|
||||
DESTDIRNAME= INSTALL_ROOT
|
||||
#EXTDIR
|
||||
#INCLUDEDIR
|
||||
|
||||
pre-configure:
|
||||
cd ${WRKSRC} && ${CONFIGURE_ENV} phpize .
|
||||
|
||||
post-install:
|
||||
${RM} -f ${TMPPLIST}
|
||||
cd ${STAGEDIR}${PREFIX} && ${FIND} lib/php -type f >> ${TMPPLIST}
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/include/php
|
||||
cd ${STAGEDIR}${PREFIX} && ${FIND} include/php -type f >> ${TMPPLIST}
|
||||
cd ${STAGEDIR}${PREFIX} && ${FIND} -ds lib/php -type d | ${SED} -e 's,^,@dir ,' >> ${TMPPLIST}
|
||||
cd ${STAGEDIR}${PREFIX} && ${FIND} -ds include/php -type d | ${SED} -e 's,^,@dir ,' >> ${TMPPLIST}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
#EOF
|
||||
3
php74/php-mod-hash/distinfo
Normal file
3
php74/php-mod-hash/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1756309727
|
||||
SHA256 (php-7.4.33.tar.xz) = 924846abf93bc613815c55dd3f5809377813ac62a9ec4eb3778675b82a27b927
|
||||
SIZE (php-7.4.33.tar.xz) = 10420144
|
||||
9
php74/php-mod-hash/pkg-descr
Normal file
9
php74/php-mod-hash/pkg-descr
Normal file
@@ -0,0 +1,9 @@
|
||||
PHP, which stands for "PHP: Hypertext Preprocessor" is a widely-used Open
|
||||
Source general-purpose scripting language that is especially suited for
|
||||
Web development and can be embedded into HTML. Its syntax draws upon C,
|
||||
Java, and Perl, and is easy to learn. The main goal of the language is to
|
||||
allow web developers to write dynamically generated webpages quickly, but
|
||||
you can do much more with PHP.
|
||||
|
||||
WWW: http://www.php.net/
|
||||
|
||||
@@ -30,6 +30,7 @@ COMMENT= PHP Scripting Language (Apache Module and CLI)
|
||||
BUILD_DEPENDS+= php:lang/php${PORTVERSION:R:S/.//g}
|
||||
#RUN_DEPENDS
|
||||
#BUILD_DEPENDS+= ${RUN_DEPENDS}
|
||||
LIB_DEPENDS+= libonig.so:text/libonig
|
||||
|
||||
|
||||
EXTRACT_AFTER_ARGS= ${DISTNAME}/ext/${MODULE_NAME}
|
||||
|
||||
@@ -1,101 +0,0 @@
|
||||
#`configure' configures this package to adapt to many kinds of systems.
|
||||
#
|
||||
#Usage: ./configure [OPTION]... [VAR=VALUE]...
|
||||
#
|
||||
#To assign environment variables (e.g., CC, CFLAGS...), specify them as
|
||||
#VAR=VALUE. See below for descriptions of some of the useful variables.
|
||||
#
|
||||
#Defaults for the options are specified in brackets.
|
||||
#
|
||||
#Configuration:
|
||||
# -h,CONFIGURE_ARGS+= --help display this help and exit
|
||||
# CONFIGURE_ARGS+= --help=short display options specific to this package
|
||||
# CONFIGURE_ARGS+= --help=recursive display the short help of all the included packages
|
||||
# -V,CONFIGURE_ARGS+= --version display version information and exit
|
||||
# -q,CONFIGURE_ARGS+= --quiet, --silent do not print `checking ...' messages
|
||||
# CONFIGURE_ARGS+= --cache-file=FILE cache test results in FILE [disabled]
|
||||
# -C,CONFIGURE_ARGS+= --config-cache alias for `--cache-file=config.cache'
|
||||
# -n,CONFIGURE_ARGS+= --no-create do not create output files
|
||||
# CONFIGURE_ARGS+= --srcdir=DIR find the sources in DIR [configure dir or `..']
|
||||
#
|
||||
#Installation directories:
|
||||
# CONFIGURE_ARGS+= --prefix=PREFIX install architecture-independent files in PREFIX
|
||||
# [/usr/local]
|
||||
# CONFIGURE_ARGS+= --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
|
||||
# [PREFIX]
|
||||
#
|
||||
#By default, `make install' will install all the files in
|
||||
#`/usr/local/bin', `/usr/local/lib' etc. You can specify
|
||||
#an installation prefix other than `/usr/local' using `--prefix',
|
||||
#for instance `--prefix=$HOME'.
|
||||
#
|
||||
#For better control, use the options below.
|
||||
#
|
||||
#Fine tuning of the installation directories:
|
||||
# CONFIGURE_ARGS+= --bindir=DIR user executables [EPREFIX/bin]
|
||||
# CONFIGURE_ARGS+= --sbindir=DIR system admin executables [EPREFIX/sbin]
|
||||
# CONFIGURE_ARGS+= --libexecdir=DIR program executables [EPREFIX/libexec]
|
||||
# CONFIGURE_ARGS+= --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
|
||||
# CONFIGURE_ARGS+= --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
|
||||
# CONFIGURE_ARGS+= --localstatedir=DIR modifiable single-machine data [PREFIX/var]
|
||||
# CONFIGURE_ARGS+= --libdir=DIR object code libraries [EPREFIX/lib]
|
||||
# CONFIGURE_ARGS+= --includedir=DIR C header files [PREFIX/include]
|
||||
# CONFIGURE_ARGS+= --oldincludedir=DIR C header files for non-gcc [/usr/include]
|
||||
# CONFIGURE_ARGS+= --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
|
||||
# CONFIGURE_ARGS+= --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
|
||||
# CONFIGURE_ARGS+= --infodir=DIR info documentation [DATAROOTDIR/info]
|
||||
# CONFIGURE_ARGS+= --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
|
||||
# CONFIGURE_ARGS+= --mandir=DIR man documentation [DATAROOTDIR/man]
|
||||
# CONFIGURE_ARGS+= --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
|
||||
# CONFIGURE_ARGS+= --htmldir=DIR html documentation [DOCDIR]
|
||||
# CONFIGURE_ARGS+= --dvidir=DIR dvi documentation [DOCDIR]
|
||||
# CONFIGURE_ARGS+= --pdfdir=DIR pdf documentation [DOCDIR]
|
||||
# CONFIGURE_ARGS+= --psdir=DIR ps documentation [DOCDIR]
|
||||
#
|
||||
#System types:
|
||||
# CONFIGURE_ARGS+= --build=BUILD configure for building on BUILD [guessed]
|
||||
# CONFIGURE_ARGS+= --host=HOST cross-compile to build programs to run on HOST [BUILD]
|
||||
# CONFIGURE_ARGS+= --target=TARGET configure for building compilers for TARGET [HOST]
|
||||
#
|
||||
#Optional Features and Packages:
|
||||
# CONFIGURE_ARGS+= --disable-option-checking ignore unrecognized --enable/--with options
|
||||
# CONFIGURE_ARGS+= --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
|
||||
# CONFIGURE_ARGS+= --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
|
||||
# CONFIGURE_ARGS+= --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
|
||||
# CONFIGURE_ARGS+= --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
|
||||
# CONFIGURE_ARGS+= --with-libdir=NAME Look for libraries in .../NAME rather than .../lib
|
||||
# CONFIGURE_ARGS+= --with-php-config=PATH Path to php-config [php-config]
|
||||
# CONFIGURE_ARGS+= --enable-mbstring Enable multibyte string support
|
||||
# CONFIGURE_ARGS+= --disable-mbregex MBSTRING: Disable multibyte regex support
|
||||
# CONFIGURE_ARGS+= --with-pcre-dir MBSTRING: pcre install prefix
|
||||
# CONFIGURE_ARGS+= --enable-shared=PKGS Build shared libraries default=yes
|
||||
# CONFIGURE_ARGS+= --enable-static=PKGS Build static libraries default=yes
|
||||
# CONFIGURE_ARGS+= --enable-fast-install=PKGS
|
||||
# Optimize for fast installation default=yes
|
||||
# CONFIGURE_ARGS+= --with-gnu-ld Assume the C compiler uses GNU ld default=no
|
||||
# CONFIGURE_ARGS+= --disable-libtool-lock Avoid locking (might break parallel builds)
|
||||
# CONFIGURE_ARGS+= --with-pic Try to use only PIC/non-PIC objects default=use both
|
||||
# CONFIGURE_ARGS+= --with-tags=TAGS Include additional configurations automatic
|
||||
#
|
||||
#
|
||||
#Some influential environment variables:
|
||||
# PKG_CONFIG path to pkg-config utility
|
||||
# PKG_CONFIG_PATH
|
||||
# directories to add to pkg-config's search path
|
||||
# PKG_CONFIG_LIBDIR
|
||||
# path overriding pkg-config's built-in search path
|
||||
# CC C compiler command
|
||||
# CFLAGS C compiler flags
|
||||
# LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
|
||||
# nonstandard directory <lib dir>
|
||||
# LIBS libraries to pass to the linker, e.g. -l<library>
|
||||
# CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
|
||||
# you have headers in a nonstandard directory <include dir>
|
||||
# CPP C preprocessor
|
||||
# ONIG_CFLAGS C compiler flags for ONIG, overriding pkg-config
|
||||
# ONIG_LIBS linker flags for ONIG, overriding pkg-config
|
||||
#
|
||||
#Use these variables to override the choices made by `configure' or to help
|
||||
#it to find libraries and programs with nonstandard names/locations.
|
||||
#
|
||||
#Report bugs to the package provider.
|
||||
Reference in New Issue
Block a user