Index: head/archivers/php5-snappy/pkg-descr =================================================================== --- head/archivers/php5-snappy/pkg-descr (revision 422190) +++ head/archivers/php5-snappy/pkg-descr (nonexistent) @@ -1,4 +0,0 @@ -Provides the API to PHP for the snappy compression algorithm by -Google. - -WWW: http://code.google.com/p/php-snappy/ Property changes on: head/archivers/php5-snappy/pkg-descr ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/archivers/php5-snappy/distinfo =================================================================== --- head/archivers/php5-snappy/distinfo (revision 422190) +++ head/archivers/php5-snappy/distinfo (nonexistent) @@ -1,2 +0,0 @@ -SHA256 (php-snappy-0.0.2.tar.gz) = 7aa6be88e09985fc0f9054b3e3d06612383aaacbbc6db705913ad7d047dc9cd9 -SIZE (php-snappy-0.0.2.tar.gz) = 6801 Property changes on: head/archivers/php5-snappy/distinfo ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/archivers/php5-snappy/Makefile =================================================================== --- head/archivers/php5-snappy/Makefile (revision 422190) +++ head/archivers/php5-snappy/Makefile (nonexistent) @@ -1,33 +0,0 @@ -# Created by: Melvyn Sopacua -# $FreeBSD$ - -PORTNAME= php5-snappy -PORTVERSION= 0.0.2 -PORTREVISION= 2 -CATEGORIES= archivers -MASTER_SITES= GOOGLE_CODE -PROJECTHOST= php-snappy -DISTNAME= ${PROJECTHOST}-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= PHP extension for the snappy compression algorithm - -LICENSE= BSD2CLAUSE - -BROKEN= Unfetchable (google code has gone away) - -LIB_DEPENDS= libsnappy.so:archivers/snappy - -USES= php:ext -PHP_MODNAME= snappy -CONFIGURE_ARGS= --with-snappy-includedir=${LOCALBASE}/include -WRKSRC= ${WRKDIR}/${PROJECTHOST} -IGNORE_WITH_PHP= 70 - -do-test: - (cd ${WRKSRC} && ${DO_MAKE_BUILD} NO_INTERACTION=yes test < /dev/null) - -post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/php/${PHP_EXT_DIR}/snappy.so - -.include Property changes on: head/archivers/php5-snappy/Makefile ___________________________________________________________________ Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/archivers/php5-snappy/files/patch-config.m4 =================================================================== --- head/archivers/php5-snappy/files/patch-config.m4 (revision 422190) +++ head/archivers/php5-snappy/files/patch-config.m4 (nonexistent) @@ -1,44 +0,0 @@ ---- config.m4.orig 2011-09-07 08:27:21 UTC -+++ config.m4 -@@ -53,7 +53,7 @@ if test "$PHP_SNAPPY" != "no"; then - - if test "$PHP_SNAPPY_INCLUDEDIR" != "no" && test "$PHP_SNAPPY_INCLUDEDIR" != "yes"; then - if test -r "$PHP_SNAPPY_INCLUDEDIR/snappy.h"; then -- SNAPPY_DIR="$PHP_SNAPPY_INCLUDEDIR" -+ SNAPPY_DIR="$(dirname $PHP_SNAPPY_INCLUDEDIR)" - else - AC_MSG_ERROR([Can't find snappy headers under "$PHP_SNAPPY_INCLUDEDIR"]) - fi -@@ -61,12 +61,12 @@ if test "$PHP_SNAPPY" != "no"; then - SEARCH_PATH="/usr/local /usr" # you might want to change this - SEARCH_FOR="/include/snappy-c.h" # you most likely want to change this - if test -r $PHP_SNAPPY/$SEARCH_FOR; then # path given as parameter -- SNAPPY_DIR="$PHP_SNAPPY/include" -+ SNAPPY_DIR="$PHP_SNAPPY" - else # search default path list - AC_MSG_CHECKING([for snappy files in default path]) - for i in $SEARCH_PATH ; do - if test -r $i/$SEARCH_FOR; then -- SNAPPY_DIR="$i/include" -+ SNAPPY_DIR="$i" - AC_MSG_RESULT(found in $i) - fi - done -@@ -80,7 +80,7 @@ if test "$PHP_SNAPPY" != "no"; then - - dnl # add include path - -- PHP_ADD_INCLUDE($SNAPPY_DIR) -+ PHP_ADD_INCLUDE([$SNAPPY_DIR/include]) - - dnl # check for lib - -@@ -90,7 +90,7 @@ if test "$PHP_SNAPPY" != "no"; then - AC_LANG_CPLUSPLUS - AC_TRY_COMPILE( - [ -- #include "$SNAPPY_DIR/snappy-c.h" -+ #include "$SNAPPY_DIR/include/snappy-c.h" - ],[ - snappy_max_compressed_length(1); - ],[ Property changes on: head/archivers/php5-snappy/files/patch-config.m4 ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/archivers/pecl-snappy/Makefile =================================================================== --- head/archivers/pecl-snappy/Makefile (nonexistent) +++ head/archivers/pecl-snappy/Makefile (revision 422191) @@ -0,0 +1,29 @@ +# Created by: Melvyn Sopacua +# $FreeBSD$ + +PORTNAME= php5-snappy +PORTVERSION= 0.1.5 +CATEGORIES= archivers + +MAINTAINER= ports@FreeBSD.org +COMMENT= PHP extension for the snappy compression algorithm + +LICENSE= BSD2CLAUSE + +LIB_DEPENDS= libsnappy.so:archivers/snappy + +USES= php:ext +USE_GITHUB= yes +GH_ACCOUNT= kjdev +GH_PROJECT= php-ext-snappy +PHP_MODNAME= snappy +CONFIGURE_ARGS= --with-snappy-includedir=${LOCALBASE}/include +WRKSRC= ${WRKDIR}/php-ext-snappy-${PORTVERSION} + +do-test: + (cd ${WRKSRC} && ${DO_MAKE_BUILD} NO_INTERACTION=yes test < /dev/null) + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/php/${PHP_EXT_DIR}/snappy.so + +.include Property changes on: head/archivers/pecl-snappy/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/archivers/pecl-snappy/distinfo =================================================================== --- head/archivers/pecl-snappy/distinfo (nonexistent) +++ head/archivers/pecl-snappy/distinfo (revision 422191) @@ -0,0 +1,3 @@ +TIMESTAMP = 1473896952 +SHA256 (kjdev-php-ext-snappy-0.1.5_GH0.tar.gz) = 78d407290ca7d75eed5127642d8dcb5c08a71ec611efa5f197980e48b3623dab +SIZE (kjdev-php-ext-snappy-0.1.5_GH0.tar.gz) = 9516 Property changes on: head/archivers/pecl-snappy/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/archivers/pecl-snappy/pkg-descr =================================================================== --- head/archivers/pecl-snappy/pkg-descr (nonexistent) +++ head/archivers/pecl-snappy/pkg-descr (revision 422191) @@ -0,0 +1,4 @@ +Provides the API to PHP for the snappy compression algorithm by +Google. + +WWW: http://code.google.com/p/php-snappy/ Property changes on: head/archivers/pecl-snappy/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property