FreeBSD Bugzilla – Attachment 154147 Details for
Bug 198495
[NEW PORT]: devel/libCello: Higher level programming in C
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
shar file for devel/libCello
devel__libcello__1.1.7.shar (text/plain), 3.25 KB, created by
Matthew Closson
on 2015-03-10 16:03:49 UTC
(
hide
)
Description:
shar file for devel/libCello
Filename:
MIME Type:
Creator:
Matthew Closson
Created:
2015-03-10 16:03:49 UTC
Size:
3.25 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: ># ># devel/libCello/ ># devel/libCello/pkg-plist ># devel/libCello/distinfo ># devel/libCello/Makefile ># devel/libCello/files ># devel/libCello/files/patch-Makefile ># devel/libCello/pkg-descr ># >echo c - devel/libCello/ >mkdir -p devel/libCello/ > /dev/null 2>&1 >echo x - devel/libCello/pkg-plist >sed 's/^X//' >devel/libCello/pkg-plist << 'bdf2889935d061490ca802dc8039d601' >Xinclude/Cello/FunctionAuto.h >Xinclude/Cello/Lambda.h >Xinclude/Cello/Dictionary.h >Xinclude/Cello/Map.h >Xinclude/Cello/Reference.h >Xinclude/Cello/LambdaCurry.h >Xinclude/Cello/Table.h >Xinclude/Cello/Format.h >Xinclude/Cello/String.h >Xinclude/Cello/Value.h >Xinclude/Cello/Array.h >Xinclude/Cello/Function.h >Xinclude/Cello/Pool.h >Xinclude/Cello/Tree.h >Xinclude/Cello/Type.h >Xinclude/Cello/List.h >Xinclude/Cello/None.h >Xinclude/Cello/Module.h >Xinclude/Cello/Exception.h >Xinclude/Cello/File.h >Xinclude/Cello/Prelude.h >Xinclude/Cello/Thread.h >Xinclude/Cello/Char.h >Xinclude/Cello/Bool.h >Xinclude/Cello/Number.h >Xinclude/Cello.h >Xlib/libCello.a >bdf2889935d061490ca802dc8039d601 >echo x - devel/libCello/distinfo >sed 's/^X//' >devel/libCello/distinfo << 'f7b1139fb03be554d9d7446da115fa4c' >XSHA256 (libCello-1.1.7.tar.gz) = 2273fe8257109c2dd19054beecd83ddcc780ec565a1ad02721e24efa74082908 >XSIZE (libCello-1.1.7.tar.gz) = 52793 >f7b1139fb03be554d9d7446da115fa4c >echo x - devel/libCello/Makefile >sed 's/^X//' >devel/libCello/Makefile << '673cb2ad3c63f9eadce31bc7a47a6753' >X# $FreeBSD$ >X >XPORTNAME= libCello >XPORTVERSION= 1.1.7 >XCATEGORIES= devel >XMASTER_SITES= http://libcello.org/static/ >X >XMAINTAINER= matthew.closson@gmail.com >XCOMMENT= Higher level programming in C >X >XLICENSE= BSD2CLAUSE >X >XUSES= dos2unix gmake >XDOS2UNIX_FILES= Makefile >X >Xpost-patch: >X ${REINPLACE_CMD} -E 's| abs\(| labs\(|' ${WRKSRC}/src/*.c >X >X.include <bsd.port.mk> >673cb2ad3c63f9eadce31bc7a47a6753 >echo c - devel/libCello/files >mkdir -p devel/libCello/files > /dev/null 2>&1 >echo x - devel/libCello/files/patch-Makefile >sed 's/^X//' >devel/libCello/files/patch-Makefile << '594fe6ad60d27c93d86284dbd94ee30c' >X--- Makefile.orig 2015-03-10 20:42:37 UTC >X+++ Makefile >X@@ -42,8 +42,8 @@ else >X >X CFLAGS += -fPIC >X >X- INSTALL_LIB = mkdir -p ${LIBDIR} && cp -f ${STATIC} ${LIBDIR}/$(STATIC) >X- INSTALL_INC = mkdir -p ${INCDIR} && cp -r include/* ${INCDIR} >X+ INSTALL_LIB = mkdir -p ${DESTDIR}${LIBDIR} && cp -f ${STATIC} ${DESTDIR}${LIBDIR}/$(STATIC) >X+ INSTALL_INC = mkdir -p ${DESTDIR}${INCDIR} && cp -r include/* ${DESTDIR}${INCDIR} >X endif >X >X ifeq ($(findstring clang,$(COMPILER)),clang) >594fe6ad60d27c93d86284dbd94ee30c >echo x - devel/libCello/pkg-descr >sed 's/^X//' >devel/libCello/pkg-descr << 'b90e2614a7a77394fa43da924345876b' >XCello is a library that introduces higher level programming to C. >X >XInterfaces allow for structured design >XDuck Typing allows for generic functions >XExceptions control error handling >XConstructors/Destructors aid memory management >XSyntactic Sugar increases readability >XC Library means excellent performance and integration >X >XWWW: http://libcello.org >b90e2614a7a77394fa43da924345876b >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 198495
: 154147