mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-09 18:11:15 +02:00
updated
This commit is contained in:
@@ -1,24 +0,0 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
PORTNAME= lzo2
|
||||
PORTVERSION= 2.09
|
||||
CATEGORIES= archivers devel
|
||||
MASTER_SITES+= http://www.oberhumer.com/opensource/lzo/download/
|
||||
MASTER_SITES+= http://fresh.t-systems-sfr.com/unix/src/misc/
|
||||
MASTER_SITES+= http://ftp.uni-koeln.de/util/arc/
|
||||
MASTER_SITE_SUBDIR= libs/compression
|
||||
DISTNAME= lzo-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
|
||||
PKGNAMEPREFIX= lib
|
||||
|
||||
|
||||
MAINTAINER= homeunix7@gmail.com
|
||||
COMMENT= Portable speedy, lossless data compression library
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES+= gmake
|
||||
CONFIGURE_ARGS= --enable-shared
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
#EOF
|
||||
@@ -1,2 +0,0 @@
|
||||
SHA256 (lzo-2.09.tar.gz) = f294a7ced313063c057c504257f437c8335c41bfeed23531ee4e6a2b87bcb34c
|
||||
SIZE (lzo-2.09.tar.gz) = 594855
|
||||
@@ -1,11 +0,0 @@
|
||||
--- ./Makefile.in.orig 2015-02-04 13:24:51.000000000 +0200
|
||||
+++ ./Makefile.in 2015-03-05 00:25:56.000000000 +0200
|
||||
@@ -1381,7 +1381,7 @@
|
||||
|
||||
info-am:
|
||||
|
||||
-install-data-am: install-docDATA install-pkgincludeHEADERS
|
||||
+install-data-am: install-pkgincludeHEADERS
|
||||
|
||||
install-dvi: install-dvi-am
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
--- ./include/lzo/lzodefs.h.orig 2015-02-04 13:24:51.000000000 +0200
|
||||
+++ ./include/lzo/lzodefs.h 2015-03-05 00:18:31.000000000 +0200
|
||||
@@ -29,6 +29,8 @@
|
||||
#ifndef __LZODEFS_H_INCLUDED
|
||||
#define __LZODEFS_H_INCLUDED 1
|
||||
|
||||
+#include <limits.h>
|
||||
+
|
||||
#if defined(__CYGWIN32__) && !defined(__CYGWIN__)
|
||||
# define __CYGWIN__ __CYGWIN32__
|
||||
#endif
|
||||
@@ -1,23 +0,0 @@
|
||||
--- ./lzotest/lzotest.c.orig 2015-02-04 13:24:51.000000000 +0200
|
||||
+++ ./lzotest/lzotest.c 2015-03-05 00:18:31.000000000 +0200
|
||||
@@ -206,7 +206,7 @@
|
||||
// command line options
|
||||
**************************************************************************/
|
||||
|
||||
-int opt_verbose = 2;
|
||||
+int opt_verbose = 1;
|
||||
|
||||
long opt_c_loops = 0;
|
||||
long opt_d_loops = 0;
|
||||
@@ -1902,9 +1902,11 @@
|
||||
if ((*s == '/' || *s == '\\') && s[1])
|
||||
progname = s + 1;
|
||||
|
||||
+#if 0
|
||||
printf("\nLZO real-time data compression library (v%s, %s).\n",
|
||||
lzo_version_string(), lzo_version_date());
|
||||
printf("Copyright (C) 1996-2015 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n");
|
||||
+#endif
|
||||
|
||||
|
||||
/*
|
||||
@@ -1,22 +0,0 @@
|
||||
LZO is a data compression library which is suitable for data
|
||||
de-/compression in real-time. This means it favours speed over
|
||||
compression ratio.
|
||||
|
||||
LZO implements a number of algorithms with the following features:
|
||||
+ Decompression is simple and *very* fast.
|
||||
+ Requires no memory for decompression.
|
||||
+ Compression is pretty fast.
|
||||
+ Requires 64 kB of memory for compression.
|
||||
+ Allows you to dial up extra compression at a speed cost in the
|
||||
compressor. The speed of the decompressor is not reduced.
|
||||
+ Includes compression levels for generating pre-compressed data
|
||||
which achieve a quite competitive compression ratio.
|
||||
+ There is also a compression level which needs only 8 kB for
|
||||
compression.
|
||||
+ Algorithm is thread safe.
|
||||
+ Algorithm is lossless.
|
||||
|
||||
Author: Markus Franz Xaver Johannes Oberhumer
|
||||
markus.oberhumer@jk.uni-linz.ac.at
|
||||
|
||||
WWW: http://www.oberhumer.com/opensource/lzo/
|
||||
@@ -1,18 +0,0 @@
|
||||
include/lzo/lzo1.h
|
||||
include/lzo/lzo1a.h
|
||||
include/lzo/lzo1b.h
|
||||
include/lzo/lzo1c.h
|
||||
include/lzo/lzo1f.h
|
||||
include/lzo/lzo1x.h
|
||||
include/lzo/lzo1y.h
|
||||
include/lzo/lzo1z.h
|
||||
include/lzo/lzo2a.h
|
||||
include/lzo/lzo_asm.h
|
||||
include/lzo/lzoconf.h
|
||||
include/lzo/lzodefs.h
|
||||
include/lzo/lzoutil.h
|
||||
lib/liblzo2.a
|
||||
lib/liblzo2.la
|
||||
lib/liblzo2.so
|
||||
lib/liblzo2.so.2
|
||||
@dir include/lzo
|
||||
@@ -1,24 +0,0 @@
|
||||
# Created by: Vanilla I. Shu <vanilla@FreeBSD.org>
|
||||
# $FreeBSD: head/archivers/snappy/Makefile 457139 2017-12-24 10:48:23Z danfe $
|
||||
|
||||
PORTNAME= snappy
|
||||
PORTVERSION= 1.1.6
|
||||
CATEGORIES= archivers
|
||||
PKGNAMEPREFIX= lib
|
||||
|
||||
MAINTAINER= vanilla@FreeBSD.org
|
||||
COMMENT= Fast compressor/decompressor library
|
||||
|
||||
USES= autoreconf libtool pathfix pkgconfig
|
||||
CONFIGURE_ARGS= --disable-gtest
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
CFLAGS+= -DNDEBUG
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= google
|
||||
TEST_TARGET= check
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${LOCALBASE}/lib/libsnappy.so*
|
||||
|
||||
.include <bsd.port.mk>
|
||||
@@ -1,3 +0,0 @@
|
||||
TIMESTAMP = 1501830268
|
||||
SHA256 (google-snappy-1.1.6_GH0.tar.gz) = 6fa92cde5b2caefd0d9a60336991ba42e5a7ddc3bdc36c5610451373751d0495
|
||||
SIZE (google-snappy-1.1.6_GH0.tar.gz) = 1128388
|
||||
@@ -1,8 +0,0 @@
|
||||
Snappy is a compression/decompression library. It does not aim for maximum
|
||||
compression, or compatibility with any other compression library; instead,
|
||||
it aims for very high speeds and reasonable compression. For instance,
|
||||
compared to the fastest mode of zlib, Snappy is an order of magnitude faster
|
||||
for most inputs, but the resulting compressed files are anywhere from 20% to
|
||||
100% bigger.
|
||||
|
||||
WWW: http://google.github.io/snappy/
|
||||
@@ -1,8 +0,0 @@
|
||||
include/snappy-c.h
|
||||
include/snappy-sinksource.h
|
||||
include/snappy-stubs-public.h
|
||||
include/snappy.h
|
||||
lib/libsnappy.a
|
||||
lib/libsnappy.so
|
||||
lib/libsnappy.so.2
|
||||
lib/pkgconfig/snappy.pc
|
||||
@@ -1,62 +0,0 @@
|
||||
#
|
||||
# $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
|
||||
@@ -1,3 +0,0 @@
|
||||
TIMESTAMP = 1756309727
|
||||
SHA256 (php-7.4.33.tar.xz) = 924846abf93bc613815c55dd3f5809377813ac62a9ec4eb3778675b82a27b927
|
||||
SIZE (php-7.4.33.tar.xz) = 10420144
|
||||
@@ -1,9 +0,0 @@
|
||||
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/
|
||||
|
||||
Reference in New Issue
Block a user