Initial import of 3.1.5
--- GNU cgicc is an ANSI C++ compliant class library that greatly simplifies the creation of CGI applications for the World Wide Web.
This commit is contained in:
parent
55bdcea49f
commit
2c0a477ce9
24
www/cgicc/Makefile
Normal file
24
www/cgicc/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2001/07/25 03:03:31 shell Exp $
|
||||
|
||||
COMMENT= "c++ compliant CGI applications libraries"
|
||||
|
||||
DISTNAME= cgicc-3.1.5
|
||||
CATEGORIES= www devel
|
||||
|
||||
NEED_VERSION= 1.427
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
MASTER_SITE_SUBDIR= cgicc
|
||||
|
||||
HOMEPAGE= http://www.gnu.org/software/cgicc/cgicc.html
|
||||
|
||||
MAINTAINER= Shell Hung <shell@openbsd.org>
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= ${CONFIGURE_SHARED} --enable-static
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/cgicc/files/md5
Normal file
3
www/cgicc/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (cgicc-3.1.5.tar.gz) = 6664f5c2fa61d9d9093a9d24b9b0718f
|
||||
RMD160 (cgicc-3.1.5.tar.gz) = a3c1b8ee22a9dca4750f875d7cefc536fc70870c
|
||||
SHA1 (cgicc-3.1.5.tar.gz) = ee33b6ebf2858cb729bd189e2df8bd8c5fce516e
|
4
www/cgicc/pkg/DESCR
Normal file
4
www/cgicc/pkg/DESCR
Normal file
@ -0,0 +1,4 @@
|
||||
GNU cgicc is an ANSI C++ compliant class library that greatly
|
||||
simplifies the creation of CGI applications for the World Wide Web.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
3
www/cgicc/pkg/PFRAG.shared
Normal file
3
www/cgicc/pkg/PFRAG.shared
Normal file
@ -0,0 +1,3 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2001/07/25 03:03:31 shell Exp $
|
||||
lib/libcgicc.so.2.3
|
||||
DYNLIBDIR(%B)
|
24
www/cgicc/pkg/PLIST
Normal file
24
www/cgicc/pkg/PLIST
Normal file
@ -0,0 +1,24 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/07/25 03:03:31 shell Exp $
|
||||
@unexec install-info --delete --info-dir=%D/info %D/info/cgicc.info
|
||||
bin/cgicc-config
|
||||
include/cgicc/CgiDefs.h
|
||||
include/cgicc/CgiEnvironment.h
|
||||
include/cgicc/CgiUtils.h
|
||||
include/cgicc/Cgicc.h
|
||||
include/cgicc/FormEntry.h
|
||||
include/cgicc/FormFile.h
|
||||
include/cgicc/HTMLAttributes.h
|
||||
include/cgicc/HTMLClasses.h
|
||||
include/cgicc/HTMLElements.h
|
||||
include/cgicc/HTMLGeneric.h
|
||||
include/cgicc/HTTPHeaders.h
|
||||
include/cgicc/MStreamable.h
|
||||
info/cgicc.info
|
||||
info/cgicc.info-1
|
||||
info/cgicc.info-2
|
||||
info/cgicc.info-3
|
||||
lib/libcgicc.a
|
||||
lib/libcgicc.la
|
||||
%%SHARED%%
|
||||
@dirrm include/cgicc
|
||||
@exec install-info --info-dir=%D/info %D/info/cgicc.info
|
Loading…
Reference in New Issue
Block a user