Move the libsoup programming reference to the libsoup-reference port.
This commit is contained in:
parent
e01747b9b2
commit
5e7a8e73ce
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=161960
6 changed files with 22 additions and 58 deletions
|
@ -540,6 +540,7 @@
|
||||||
SUBDIR += libslang
|
SUBDIR += libslang
|
||||||
SUBDIR += libslang2
|
SUBDIR += libslang2
|
||||||
SUBDIR += libsoup
|
SUBDIR += libsoup
|
||||||
|
SUBDIR += libsoup-reference
|
||||||
SUBDIR += libstatgrab
|
SUBDIR += libstatgrab
|
||||||
SUBDIR += libstrfunc
|
SUBDIR += libstrfunc
|
||||||
SUBDIR += libstroke
|
SUBDIR += libstroke
|
||||||
|
|
3
devel/libsoup-reference/Makefile
Normal file
3
devel/libsoup-reference/Makefile
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk"
|
|
@ -16,10 +16,15 @@ DIST_SUBDIR= gnome2
|
||||||
MAINTAINER= gnome@FreeBSD.org
|
MAINTAINER= gnome@FreeBSD.org
|
||||||
COMMENT= A SOAP (Simple Object Access Protocol) implementation in C
|
COMMENT= A SOAP (Simple Object Access Protocol) implementation in C
|
||||||
|
|
||||||
|
USE_BZIP2= yes
|
||||||
|
|
||||||
|
.if !defined(REFERENCE_PORT)
|
||||||
|
|
||||||
|
PORTREVISION= 1
|
||||||
|
|
||||||
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
|
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
|
||||||
|
|
||||||
USE_BZIP2= yes
|
USE_GNOME= gnomehack glib20 libxml2 ltverhack referencehack
|
||||||
USE_GNOME= gnomehack glib20 libxml2 ltverhack
|
|
||||||
INSTALLS_SHLIB= yes
|
INSTALLS_SHLIB= yes
|
||||||
USE_AUTOTOOLS= libtool:15
|
USE_AUTOTOOLS= libtool:15
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
|
@ -45,3 +50,5 @@ pre-everything::
|
||||||
@${ECHO_MSG} ""
|
@${ECHO_MSG} ""
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
||||||
|
.endif
|
||||||
|
|
|
@ -28,32 +28,5 @@ lib/libsoup-%%VERSION%%.la
|
||||||
lib/libsoup-%%VERSION%%.so
|
lib/libsoup-%%VERSION%%.so
|
||||||
lib/libsoup-%%VERSION%%.so.8
|
lib/libsoup-%%VERSION%%.so.8
|
||||||
libdata/pkgconfig/libsoup-%%VERSION%%.pc
|
libdata/pkgconfig/libsoup-%%VERSION%%.pc
|
||||||
%%DOCSDIR%%/SoupAddress.html
|
|
||||||
%%DOCSDIR%%/SoupAuth.html
|
|
||||||
%%DOCSDIR%%/SoupConnection.html
|
|
||||||
%%DOCSDIR%%/SoupConnectionNTLM.html
|
|
||||||
%%DOCSDIR%%/SoupMessage.html
|
|
||||||
%%DOCSDIR%%/SoupServer.html
|
|
||||||
%%DOCSDIR%%/SoupServerMessage.html
|
|
||||||
%%DOCSDIR%%/SoupSession.html
|
|
||||||
%%DOCSDIR%%/SoupSessionAsync.html
|
|
||||||
%%DOCSDIR%%/SoupSessionSync.html
|
|
||||||
%%DOCSDIR%%/SoupSoapMessage.html
|
|
||||||
%%DOCSDIR%%/SoupSocket.html
|
|
||||||
%%DOCSDIR%%/ch01.html
|
|
||||||
%%DOCSDIR%%/home.png
|
|
||||||
%%DOCSDIR%%/index.html
|
|
||||||
%%DOCSDIR%%/index.sgml
|
|
||||||
%%DOCSDIR%%/ix01.html
|
|
||||||
%%DOCSDIR%%/left.png
|
|
||||||
%%DOCSDIR%%/libsoup-soup-dns.html
|
|
||||||
%%DOCSDIR%%/libsoup-soup-ssl.html
|
|
||||||
%%DOCSDIR%%/libsoup-soup-status.html
|
|
||||||
%%DOCSDIR%%/libsoup-soup-uri.html
|
|
||||||
%%DOCSDIR%%/libsoup.devhelp
|
|
||||||
%%DOCSDIR%%/right.png
|
|
||||||
%%DOCSDIR%%/style.css
|
|
||||||
%%DOCSDIR%%/up.png
|
|
||||||
@dirrm %%DOCSDIR%%
|
|
||||||
@dirrm include/libsoup-%%VERSION%%/libsoup
|
@dirrm include/libsoup-%%VERSION%%/libsoup
|
||||||
@dirrm include/libsoup-%%VERSION%%
|
@dirrm include/libsoup-%%VERSION%%
|
||||||
|
|
|
@ -16,10 +16,15 @@ DIST_SUBDIR= gnome2
|
||||||
MAINTAINER= gnome@FreeBSD.org
|
MAINTAINER= gnome@FreeBSD.org
|
||||||
COMMENT= A SOAP (Simple Object Access Protocol) implementation in C
|
COMMENT= A SOAP (Simple Object Access Protocol) implementation in C
|
||||||
|
|
||||||
|
USE_BZIP2= yes
|
||||||
|
|
||||||
|
.if !defined(REFERENCE_PORT)
|
||||||
|
|
||||||
|
PORTREVISION= 1
|
||||||
|
|
||||||
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
|
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
|
||||||
|
|
||||||
USE_BZIP2= yes
|
USE_GNOME= gnomehack glib20 libxml2 ltverhack referencehack
|
||||||
USE_GNOME= gnomehack glib20 libxml2 ltverhack
|
|
||||||
INSTALLS_SHLIB= yes
|
INSTALLS_SHLIB= yes
|
||||||
USE_AUTOTOOLS= libtool:15
|
USE_AUTOTOOLS= libtool:15
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
|
@ -45,3 +50,5 @@ pre-everything::
|
||||||
@${ECHO_MSG} ""
|
@${ECHO_MSG} ""
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
||||||
|
.endif
|
||||||
|
|
|
@ -28,32 +28,5 @@ lib/libsoup-%%VERSION%%.la
|
||||||
lib/libsoup-%%VERSION%%.so
|
lib/libsoup-%%VERSION%%.so
|
||||||
lib/libsoup-%%VERSION%%.so.8
|
lib/libsoup-%%VERSION%%.so.8
|
||||||
libdata/pkgconfig/libsoup-%%VERSION%%.pc
|
libdata/pkgconfig/libsoup-%%VERSION%%.pc
|
||||||
%%DOCSDIR%%/SoupAddress.html
|
|
||||||
%%DOCSDIR%%/SoupAuth.html
|
|
||||||
%%DOCSDIR%%/SoupConnection.html
|
|
||||||
%%DOCSDIR%%/SoupConnectionNTLM.html
|
|
||||||
%%DOCSDIR%%/SoupMessage.html
|
|
||||||
%%DOCSDIR%%/SoupServer.html
|
|
||||||
%%DOCSDIR%%/SoupServerMessage.html
|
|
||||||
%%DOCSDIR%%/SoupSession.html
|
|
||||||
%%DOCSDIR%%/SoupSessionAsync.html
|
|
||||||
%%DOCSDIR%%/SoupSessionSync.html
|
|
||||||
%%DOCSDIR%%/SoupSoapMessage.html
|
|
||||||
%%DOCSDIR%%/SoupSocket.html
|
|
||||||
%%DOCSDIR%%/ch01.html
|
|
||||||
%%DOCSDIR%%/home.png
|
|
||||||
%%DOCSDIR%%/index.html
|
|
||||||
%%DOCSDIR%%/index.sgml
|
|
||||||
%%DOCSDIR%%/ix01.html
|
|
||||||
%%DOCSDIR%%/left.png
|
|
||||||
%%DOCSDIR%%/libsoup-soup-dns.html
|
|
||||||
%%DOCSDIR%%/libsoup-soup-ssl.html
|
|
||||||
%%DOCSDIR%%/libsoup-soup-status.html
|
|
||||||
%%DOCSDIR%%/libsoup-soup-uri.html
|
|
||||||
%%DOCSDIR%%/libsoup.devhelp
|
|
||||||
%%DOCSDIR%%/right.png
|
|
||||||
%%DOCSDIR%%/style.css
|
|
||||||
%%DOCSDIR%%/up.png
|
|
||||||
@dirrm %%DOCSDIR%%
|
|
||||||
@dirrm include/libsoup-%%VERSION%%/libsoup
|
@dirrm include/libsoup-%%VERSION%%/libsoup
|
||||||
@dirrm include/libsoup-%%VERSION%%
|
@dirrm include/libsoup-%%VERSION%%
|
||||||
|
|
Loading…
Reference in a new issue