add libghttp port
- GNOME http client library.
This commit is contained in:
parent
728fd5b25d
commit
14711ee89e
20
www/libghttp/Makefile
Normal file
20
www/libghttp/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 1999/04/18 20:53:16 brad Exp $
|
||||
|
||||
DISTNAME= libghttp-1.0.2
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= $(MASTER_SITE_GNOME)
|
||||
MASTER_SITE_SUBDIR= sources/libghttp
|
||||
|
||||
NEED_VERSION= 1.73
|
||||
|
||||
MAINTAINER= brad@openbsd.org
|
||||
|
||||
SEPARATE_BUILD= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
||||
CONFIGURE_ARGS+= --enable-static
|
||||
|
||||
post-install:
|
||||
${LDCONFIG} -m ${PREFIX}/lib
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/libghttp/files/md5
Normal file
3
www/libghttp/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (libghttp-1.0.2.tar.gz) = a6e9688214d37f130234239cf410f7a0
|
||||
RMD160 (libghttp-1.0.2.tar.gz) = b3b481b33df5c56cd6d0e1368f8fe181e04d495c
|
||||
SHA1 (libghttp-1.0.2.tar.gz) = 32d4f24a9c4f9f0df3c3364553c8ed144f7599c5
|
43
www/libghttp/patches/patch-aa
Normal file
43
www/libghttp/patches/patch-aa
Normal file
@ -0,0 +1,43 @@
|
||||
--- ltmain.sh.orig Sun Apr 18 02:38:56 1999
|
||||
+++ ltmain.sh Sun Apr 18 02:39:12 1999
|
||||
@@ -2633,40 +2633,6 @@
|
||||
# Exit here if they wanted silent mode.
|
||||
test "$show" = : && exit 0
|
||||
|
||||
- echo "----------------------------------------------------------------------"
|
||||
- echo "Libraries have been installed in:"
|
||||
- for libdir in $libdirs; do
|
||||
- echo " $libdir"
|
||||
- done
|
||||
- echo
|
||||
- echo "To link against installed libraries in a given directory, LIBDIR,"
|
||||
- echo "you must use the \`-LLIBDIR' flag during linking."
|
||||
- echo
|
||||
- echo " You will also need to do at least one of the following:"
|
||||
- if test -n "$shlibpath_var"; then
|
||||
- echo " - add LIBDIR to the \`$shlibpath_var' environment variable"
|
||||
- echo " during execution"
|
||||
- fi
|
||||
- if test -n "$runpath_var"; then
|
||||
- echo " - add LIBDIR to the \`$runpath_var' environment variable"
|
||||
- echo " during linking"
|
||||
- fi
|
||||
- if test -n "$hardcode_libdir_flag_spec"; then
|
||||
- libdir=LIBDIR
|
||||
- eval flag=\"$hardcode_libdir_flag_spec\"
|
||||
-
|
||||
- echo " - use the \`$flag' linker flag"
|
||||
- fi
|
||||
- if test -n "$admincmds"; then
|
||||
- echo " - have your system administrator run these commands:$admincmds"
|
||||
- fi
|
||||
- if test -f /etc/ld.so.conf; then
|
||||
- echo " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'"
|
||||
- fi
|
||||
- echo
|
||||
- echo "See any operating system documentation about shared libraries for"
|
||||
- echo "more information, such as the ld(1) and ld.so(8) manual pages."
|
||||
- echo "----------------------------------------------------------------------"
|
||||
exit 0
|
||||
;;
|
||||
|
1
www/libghttp/pkg/COMMENT
Normal file
1
www/libghttp/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
GNOME http client library.
|
3
www/libghttp/pkg/DESCR
Normal file
3
www/libghttp/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
GNOME http client library.
|
||||
|
||||
It is for making HTTP 1.1 requests.
|
6
www/libghttp/pkg/PLIST
Normal file
6
www/libghttp/pkg/PLIST
Normal file
@ -0,0 +1,6 @@
|
||||
include/ghttp.h
|
||||
include/ghttp_constants.h
|
||||
lib/libghttp.a
|
||||
lib/libghttp.la
|
||||
lib/libghttp.so.1.0
|
||||
@exec /sbin/ldconfig -m %B
|
4
www/libghttp/pkg/PLIST.noshared
Normal file
4
www/libghttp/pkg/PLIST.noshared
Normal file
@ -0,0 +1,4 @@
|
||||
include/ghttp.h
|
||||
include/ghttp_constants.h
|
||||
lib/libghttp.a
|
||||
lib/libghttp.la
|
Loading…
x
Reference in New Issue
Block a user