FreeBSD Bugzilla – Attachment 164909 Details for
Bug 205467
[NEW PORT] Request for archivers/minilzo
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
initial source for archivers/minilzo
minilzo.shar (text/plain), 4.08 KB, created by
Chris Hutchinson
on 2015-12-31 19:34:38 UTC
(
hide
)
Description:
initial source for archivers/minilzo
Filename:
MIME Type:
Creator:
Chris Hutchinson
Created:
2015-12-31 19:34:38 UTC
Size:
4.08 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># minilzo ># minilzo/files ># minilzo/files/patch-Makefile ># minilzo/Makefile ># minilzo/distinfo ># minilzo/pkg-descr ># >echo c - minilzo >mkdir -p minilzo > /dev/null 2>&1 >echo c - minilzo/files >mkdir -p minilzo/files > /dev/null 2>&1 >echo x - minilzo/files/patch-Makefile >sed 's/^X//' >minilzo/files/patch-Makefile << '7391429823143bc24b9ea49425c88e28' >X--- Makefile.orig 2015-12-31 10:46:07.015484000 -0800 >X+++ Makefile 2015-12-31 10:49:14.762752000 -0800 >X@@ -8,24 +8,13 @@ >X SOURCES = testmini.c minilzo.c >X >X default: >X- @echo "" >X- @echo "Welcome to miniLZO. Please choose one of the following 'make' targets:" >X- @echo "" >X- @echo " gcc: gcc" >X- @echo " unix: hpux hpux9" >X- @echo " win32: win32-bc win32-cygwin win32-dm win32-lccwin32" >X- @echo " win32-intelc win32-mingw win32-vc win32-watcomc" >X- @echo " dos32: dos32-djgpp2 dos32-wc" >X- @echo "" >X- >X- >X # Make sure that minilzo.h, lzoconf.h and lzodefs.h are in the >X # current dircectory. Otherwise you may want to adjust CPPFLAGS. >X+ >X CPPFLAGS = -I. -I../include/lzo >X >X GCC_CFLAGS = -s -Wall -O2 -fomit-frame-pointer >X >X- >X # >X # gcc (generic) >X # >X@@ -36,59 +25,6 @@ >X cc: >X cc $(CPPFLAGS) -o $(PROGRAM) $(SOURCES) >X >X- >X-# >X-# UNIX >X-# >X- >X-hpux: >X- cc -Ae $(CPPFLAGS) -o $(PROGRAM) $(SOURCES) >X- >X-hpux9: >X- cc -Aa -D_HPUX_SOURCE $(CPPFLAGS) -o $(PROGRAM) $(SOURCES) >X- >X- >X-# >X-# Windows (32-bit) >X-# >X- >X-win32-borlandc win32-bc: >X- bcc32 -O2 -d -w -w-aus $(CPPFLAGS) $(SOURCES) >X- >X-win32-cygwin32 win32-cygwin: >X- gcc -mcygwin $(CPPFLAGS) $(GCC_CFLAGS) -o $(PROGRAM).exe $(SOURCES) >X- >X-win32-digitalmars win32-dm: >X- dmc -mn -o -w- $(CPPFLAGS) $(SOURCES) >X- >X-win32-intelc win32-ic: >X- icl -nologo -MT -W3 -O2 -GF $(CPPFLAGS) $(SOURCES) >X- >X-win32-lccwin32: >X- @echo "NOTE: need lcc 2002-07-25 or newer, older versions have bugs" >X- lc -A -unused -O $(CPPFLAGS) $(SOURCES) >X- >X-win32-mingw32 win32-mingw: >X- gcc -mno-cygwin $(CPPFLAGS) $(GCC_CFLAGS) -o $(PROGRAM).exe $(SOURCES) >X- >X-win32-visualc win32-vc: >X- cl -nologo -MT -W3 -O2 -GF $(CPPFLAGS) $(SOURCES) >X- >X-win32-watcomc win32-wc: >X- wcl386 -bt=nt -zq -mf -5r -zc -w5 -oneatx $(CPPFLAGS) $(SOURCES) >X- >X- >X-# >X-# DOS (32-bit) >X-# >X- >X-dos32-djgpp2 dos32-dj2: >X- gcc $(CPPFLAGS) $(GCC_CFLAGS) -o $(PROGRAM).exe $(SOURCES) >X- >X-dos32-watcomc dos32-wc: >X- wcl386 -zq -mf -bt=dos -l=dos4g -5r -ox -zc $(CPPFLAGS) $(SOURCES) >X- >X- >X # >X # other targets >X # >7391429823143bc24b9ea49425c88e28 >echo x - minilzo/Makefile >sed 's/^X//' >minilzo/Makefile << '74ceffed7d45dec612d01b63bd0d9c01' >X# Created by: Chris Hutchinson <portmaster@BSDforge.com> >X# $FreeBSD$ >X >XPORTNAME= minilzo >XPORTVERSION= 2.09 >XCATEGORIES= archivers >XMASTER_SITES= http://www.oberhumer.com/opensource/lzo/download/ >X >XMAINTAINER= portmaster@BSDforge.com >XCOMMENT= lightweight subset of the LZO library >X >XLICENSE= GPLv2 >X >XALL_TARGET= minilzo testmini >X >X.include <bsd.port.mk> >74ceffed7d45dec612d01b63bd0d9c01 >echo x - minilzo/distinfo >sed 's/^X//' >minilzo/distinfo << 'c6b4999caa05fb3ed57b429802fbfed4' >XSHA256 (minilzo-2.09.tar.gz) = 2330e82a06a409b9d779b025b86164da84a6c608f2c7807e33ca9bd6dd8af6e3 >XSIZE (minilzo-2.09.tar.gz) = 61945 >c6b4999caa05fb3ed57b429802fbfed4 >echo x - minilzo/pkg-descr >sed 's/^X//' >minilzo/pkg-descr << '1d9b8525194b9e578b6855affff342f7' >XVery easy to use - it only takes a few minutes to add data compression >Xto your application! >X >XI've created miniLZO for projects where it is inconvenient to include or >Xrequire the full LZO source code just because you want to add a little bit >Xof data compression to your application. >X >XminiLZO consists of one C source file and three header files. It compiles >Xto less than 6 kB (on x86), and the sources are just a few kB when packed -- >Xso there's no more excuse that your application doesn't support data >Xcompression :-) >X >XWWW: http://www.oberhumer.com/opensource/lzo/ >1d9b8525194b9e578b6855affff342f7 >exit >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 205467
: 164909