FreeBSD Bugzilla – Attachment 160373 Details for
Bug 202672
[NEW PORT] www/webstuff: C library for web-development
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Port SHAR file
webstuff.shar (text/plain), 2.91 KB, created by
Ilja Kartaschoff
on 2015-08-26 12:06:37 UTC
(
hide
)
Description:
Port SHAR file
Filename:
MIME Type:
Creator:
Ilja Kartaschoff
Created:
2015-08-26 12:06:37 UTC
Size:
2.91 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: ># ># webstuff ># webstuff/Makefile ># webstuff/distinfo ># webstuff/pkg-descr ># webstuff/pkg-plist ># >echo c - webstuff >mkdir -p webstuff > /dev/null 2>&1 >echo x - webstuff/Makefile >sed 's/^X//' >webstuff/Makefile << '026db2edff471b0c2317a7a5f0906f36' >X# Created by: Ilja U. Kartaschov <ik@lowenware.com> >X# $FreeBSD$ >X >XPORTNAME= webstuff >XPORTVERSION= 1.0.2 >XCATEGORIES= www >XMASTER_SITES= http://lowenware.com/download/webstuff/ >X >XMAINTAINER= ik@lowenware.com >XCOMMENT= Lightweight C Library for web-applications development >X >XLICENSE= BSD2CLAUSE >X >XNO_ARCH= yes >X >XNO_OPTIONS_SORT=yes >XOPTIONS_DEFINE= TEMPLIGHT \ >X OPTS_PARSER \ >X CONF_PARSER >X >XINSTALL_TARGET=install >X >XOPTIONS_DEFAULT= TEMPLIGHT OPTS_PARSER CONF_PARSER >X >XTEMPLIGHT_DESC= Include HTML template engine >XOPTS_PARSER_DESC= Include command line options parser >XCONF_PARSER_DESC= Include configuration file parser >X >X.include <bsd.port.options.mk> >X >XUSE_LDCONFIG= yes >X >XHAS_CONFIGURE= yes >XCONFIGURE_ARGS+=--prefix=${LOCALBASE} >X >XCONFIGURE_ARGS+=--compiler=${CC} >X >X.if ${PORT_OPTIONS:MTEMPLIGHT} >XCONFIGURE_ARGS+=--with-templight >X.endif >X >X.if ${PORT_OPTIONS:MOPTS_PARSER} >XCONFIGURE_ARGS+=--with-opts-parser >X.endif >X >X.if ${PORT_OPTIONS:MCONF_PARSER} >XCONFIGURE_ARGS+=--with-conf-parser >X.endif >X >X.include <bsd.port.mk> >026db2edff471b0c2317a7a5f0906f36 >echo x - webstuff/distinfo >sed 's/^X//' >webstuff/distinfo << '28e639b0b652bbef592cda9d5f6a9193' >XSHA256 (webstuff-1.0.2.tar.gz) = 735f787cbda82d554d7964ac9753195c8c1933c2f8693132d15484a858c32b3e >XSIZE (webstuff-1.0.2.tar.gz) = 50440 >28e639b0b652bbef592cda9d5f6a9193 >echo x - webstuff/pkg-descr >sed 's/^X//' >webstuff/pkg-descr << 'd491b65db9f4e78249ef41dda2d395cb' >XWebStuff is Lightweight C Library for web development. >X >XIt allows to create web-applications as a standalone binary executables, >Xthat could work as an HTTP backend server. >X >XWebStuff provide easy access to GET and POST vars, fast templating engine, >Xtools to handle command-line arguments and configuration files. >X >XWWW: http://lowenware.com/ >d491b65db9f4e78249ef41dda2d395cb >echo x - webstuff/pkg-plist >sed 's/^X//' >webstuff/pkg-plist << 'e9f8af7de774cd0e39350020ac6da6e3' >Xinclude/ws/config.h >Xinclude/ws/http.h >Xinclude/ws/list.h >Xinclude/ws/log.h >Xinclude/ws/module.h >Xinclude/ws/options.h >Xinclude/ws/pair.h >Xinclude/ws/request.h >Xinclude/ws/socket.h >Xinclude/ws/status.h >Xinclude/ws/stream.h >Xinclude/ws/string.h >Xinclude/ws/templight.h >Xinclude/ws/thread.h >Xinclude/ws/timer.h >Xinclude/ws/timestamp.h >Xinclude/ws/types.h >Xinclude/ws/upload.h >Xinclude/ws/url.h >Xinclude/ws/webstuff.h >Xlib/libws.so >Xshare/webstuff/tutorial/demo.c >Xshare/webstuff/tutorial/demo.tpl.html >e9f8af7de774cd0e39350020ac6da6e3 >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 202672
: 160373