summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorShokara Kou <kou@13f0.net>2022-12-04 11:08:16 -0500
committerShokara Kou <kou@13f0.net>2022-12-04 11:08:16 -0500
commit37c17bc49f465942447cdfd35360c0feb248d325 (patch)
treee24b265fc89311b02425298527a5f091ef22beb8 /net
parent1a1cc45e1ba91d4c23f23e0e105b0742ec3bed17 (diff)
add updated loudmouth
Diffstat (limited to 'net')
-rw-r--r--net/loudmouth/CVS/Entries4
-rw-r--r--net/loudmouth/CVS/Repository1
-rw-r--r--net/loudmouth/CVS/Root1
-rw-r--r--net/loudmouth/Makefile28
-rw-r--r--net/loudmouth/distinfo2
-rw-r--r--net/loudmouth/mcabber.corebin0 -> 1621656 bytes
-rw-r--r--net/loudmouth/patches/CVS/Entries7
-rw-r--r--net/loudmouth/patches/CVS/Repository1
-rw-r--r--net/loudmouth/patches/CVS/Root1
-rw-r--r--net/loudmouth/pkg/CVS/Entries3
-rw-r--r--net/loudmouth/pkg/CVS/Repository1
-rw-r--r--net/loudmouth/pkg/CVS/Root1
-rw-r--r--net/loudmouth/pkg/DESCR3
-rw-r--r--net/loudmouth/pkg/PLIST38
-rw-r--r--net/loudmouth/pkg/PLIST.orig36
15 files changed, 127 insertions, 0 deletions
diff --git a/net/loudmouth/CVS/Entries b/net/loudmouth/CVS/Entries
new file mode 100644
index 0000000..09aa4bc
--- /dev/null
+++ b/net/loudmouth/CVS/Entries
@@ -0,0 +1,4 @@
1/Makefile/1.29/Fri Mar 11 19:46:18 2022//
2/distinfo/1.6/Sun Jan 18 03:14:42 2015//
3D/patches////
4D/pkg////
diff --git a/net/loudmouth/CVS/Repository b/net/loudmouth/CVS/Repository
new file mode 100644
index 0000000..dea7351
--- /dev/null
+++ b/net/loudmouth/CVS/Repository
@@ -0,0 +1 @@
ports/net/loudmouth
diff --git a/net/loudmouth/CVS/Root b/net/loudmouth/CVS/Root
new file mode 100644
index 0000000..3811072
--- /dev/null
+++ b/net/loudmouth/CVS/Root
@@ -0,0 +1 @@
/cvs
diff --git a/net/loudmouth/Makefile b/net/loudmouth/Makefile
new file mode 100644
index 0000000..ea694ef
--- /dev/null
+++ b/net/loudmouth/Makefile
@@ -0,0 +1,28 @@
1COMMENT= lightweight Jabber client library
2
3V= 1.5.3
4DISTNAME= loudmouth-$V
5REVISION= 0
6SHARED_LIBS += loudmouth-1 3.1 # .1.0
7CATEGORIES= net devel
8
9HOMEPAGE= https://mcabber.com/
10
11# LGPLv2.1
12PERMIT_PACKAGE= Yes
13
14WANTLIB = crypto glib-2.0 iconv idn>=16 intl pcre pthread ssl
15
16MASTER_SITES= ${HOMEPAGE}/files/loudmouth/
17EXTRACT_SUFX= .tar.bz2
18
19LIB_DEPENDS= devel/glib2 \
20 devel/libidn
21BUILD_DEPENDS= ${TEST_DEPENDS}
22TEST_DEPENDS= devel/check
23
24CONFIGURE_STYLE= gnu
25CONFIGURE_ARGS+= --with-check=${LOCALBASE} \
26 --with-ssl=openssl
27
28.include <bsd.port.mk>
diff --git a/net/loudmouth/distinfo b/net/loudmouth/distinfo
new file mode 100644
index 0000000..e018314
--- /dev/null
+++ b/net/loudmouth/distinfo
@@ -0,0 +1,2 @@
1SHA256 (loudmouth-1.5.3.tar.bz2) = VDKUFcsbrLeDwg9fH5dd5PxGAWXQ2KHjt4k2e19p0yw=
2SIZE (loudmouth-1.5.3.tar.bz2) = 375974
diff --git a/net/loudmouth/mcabber.core b/net/loudmouth/mcabber.core
new file mode 100644
index 0000000..2627ef5
--- /dev/null
+++ b/net/loudmouth/mcabber.core
Binary files differ
diff --git a/net/loudmouth/patches/CVS/Entries b/net/loudmouth/patches/CVS/Entries
new file mode 100644
index 0000000..4dcf023
--- /dev/null
+++ b/net/loudmouth/patches/CVS/Entries
@@ -0,0 +1,7 @@
1/patch-configure/1.4/Fri Mar 11 19:46:18 2022//
2/patch-loudmouth_Makefile_in/1.2/Fri Mar 11 19:46:18 2022//
3/patch-loudmouth_lm-error_c/1.2/Fri Mar 11 19:46:18 2022//
4/patch-loudmouth_lm-sock_c/1.3/Fri Mar 11 19:46:18 2022//
5/patch-loudmouth_lm-ssl-openssl_c/1.2/Fri Mar 11 19:46:18 2022//
6/patch-tests-Makefile_in/1.3/Fri Mar 11 19:46:18 2022//
7D
diff --git a/net/loudmouth/patches/CVS/Repository b/net/loudmouth/patches/CVS/Repository
new file mode 100644
index 0000000..4c46a16
--- /dev/null
+++ b/net/loudmouth/patches/CVS/Repository
@@ -0,0 +1 @@
ports/net/loudmouth/patches
diff --git a/net/loudmouth/patches/CVS/Root b/net/loudmouth/patches/CVS/Root
new file mode 100644
index 0000000..3811072
--- /dev/null
+++ b/net/loudmouth/patches/CVS/Root
@@ -0,0 +1 @@
/cvs
diff --git a/net/loudmouth/pkg/CVS/Entries b/net/loudmouth/pkg/CVS/Entries
new file mode 100644
index 0000000..eb76b97
--- /dev/null
+++ b/net/loudmouth/pkg/CVS/Entries
@@ -0,0 +1,3 @@
1/DESCR/1.1.1.1/Sun May 27 19:33:15 2007//
2/PLIST/1.3/Fri Mar 11 19:46:18 2022//
3D
diff --git a/net/loudmouth/pkg/CVS/Repository b/net/loudmouth/pkg/CVS/Repository
new file mode 100644
index 0000000..c90d909
--- /dev/null
+++ b/net/loudmouth/pkg/CVS/Repository
@@ -0,0 +1 @@
ports/net/loudmouth/pkg
diff --git a/net/loudmouth/pkg/CVS/Root b/net/loudmouth/pkg/CVS/Root
new file mode 100644
index 0000000..3811072
--- /dev/null
+++ b/net/loudmouth/pkg/CVS/Root
@@ -0,0 +1 @@
/cvs
diff --git a/net/loudmouth/pkg/DESCR b/net/loudmouth/pkg/DESCR
new file mode 100644
index 0000000..4ac8d63
--- /dev/null
+++ b/net/loudmouth/pkg/DESCR
@@ -0,0 +1,3 @@
1Loudmouth is a lightweight and easy-to-use C library for programming
2with the Jabber protocol. It's designed to be easy to get started with
3and yet extensible to let you do anything the Jabber protocol allows.
diff --git a/net/loudmouth/pkg/PLIST b/net/loudmouth/pkg/PLIST
new file mode 100644
index 0000000..60b6f0b
--- /dev/null
+++ b/net/loudmouth/pkg/PLIST
@@ -0,0 +1,38 @@
1include/loudmouth-1.0/
2include/loudmouth-1.0/loudmouth/
3include/loudmouth-1.0/loudmouth/lm-connection.h
4include/loudmouth-1.0/loudmouth/lm-error.h
5include/loudmouth-1.0/loudmouth/lm-message-handler.h
6include/loudmouth-1.0/loudmouth/lm-message-node.h
7include/loudmouth-1.0/loudmouth/lm-message.h
8include/loudmouth-1.0/loudmouth/lm-proxy.h
9include/loudmouth-1.0/loudmouth/lm-ssl.h
10include/loudmouth-1.0/loudmouth/lm-utils.h
11include/loudmouth-1.0/loudmouth/loudmouth.h
12@static-lib lib/libloudmouth-1.a
13lib/libloudmouth-1.la
14@lib lib/libloudmouth-1.so.${LIBloudmouth-1_VERSION}
15lib/pkgconfig/loudmouth-1.0.pc
16share/gtk-doc/
17share/gtk-doc/html/
18share/gtk-doc/html/loudmouth/
19share/gtk-doc/html/loudmouth/ch01.html
20share/gtk-doc/html/loudmouth/home.png
21share/gtk-doc/html/loudmouth/index.html
22share/gtk-doc/html/loudmouth/index.sgml
23share/gtk-doc/html/loudmouth/left-insensitive.png
24share/gtk-doc/html/loudmouth/left.png
25share/gtk-doc/html/loudmouth/loudmouth-LmConnection.html
26share/gtk-doc/html/loudmouth/loudmouth-LmError.html
27share/gtk-doc/html/loudmouth/loudmouth-LmMessage.html
28share/gtk-doc/html/loudmouth/loudmouth-LmMessageHandler.html
29share/gtk-doc/html/loudmouth/loudmouth-LmMessageNode.html
30share/gtk-doc/html/loudmouth/loudmouth-LmProxy.html
31share/gtk-doc/html/loudmouth/loudmouth-LmSSL.html
32share/gtk-doc/html/loudmouth/loudmouth-Miscellaneous-Utility-Functions.html
33share/gtk-doc/html/loudmouth/loudmouth.devhelp2
34share/gtk-doc/html/loudmouth/right-insensitive.png
35share/gtk-doc/html/loudmouth/right.png
36share/gtk-doc/html/loudmouth/style.css
37share/gtk-doc/html/loudmouth/up-insensitive.png
38share/gtk-doc/html/loudmouth/up.png
diff --git a/net/loudmouth/pkg/PLIST.orig b/net/loudmouth/pkg/PLIST.orig
new file mode 100644
index 0000000..2c72475
--- /dev/null
+++ b/net/loudmouth/pkg/PLIST.orig
@@ -0,0 +1,36 @@
1include/loudmouth-1.0/
2include/loudmouth-1.0/loudmouth/
3include/loudmouth-1.0/loudmouth/lm-connection.h
4include/loudmouth-1.0/loudmouth/lm-error.h
5include/loudmouth-1.0/loudmouth/lm-message-handler.h
6include/loudmouth-1.0/loudmouth/lm-message-node.h
7include/loudmouth-1.0/loudmouth/lm-message.h
8include/loudmouth-1.0/loudmouth/lm-proxy.h
9include/loudmouth-1.0/loudmouth/lm-ssl.h
10include/loudmouth-1.0/loudmouth/lm-utils.h
11include/loudmouth-1.0/loudmouth/loudmouth.h
12lib/libloudmouth-1.a
13lib/libloudmouth-1.la
14@lib lib/libloudmouth-1.so.${LIBloudmouth-1_VERSION}
15lib/pkgconfig/loudmouth-1.0.pc
16share/gtk-doc/
17share/gtk-doc/html/
18share/gtk-doc/html/loudmouth/
19share/gtk-doc/html/loudmouth/ch01.html
20share/gtk-doc/html/loudmouth/home.png
21share/gtk-doc/html/loudmouth/index.html
22share/gtk-doc/html/loudmouth/index.sgml
23share/gtk-doc/html/loudmouth/left.png
24share/gtk-doc/html/loudmouth/loudmouth-lm-connection.html
25share/gtk-doc/html/loudmouth/loudmouth-lm-error.html
26share/gtk-doc/html/loudmouth/loudmouth-lm-message-handler.html
27share/gtk-doc/html/loudmouth/loudmouth-lm-message-node.html
28share/gtk-doc/html/loudmouth/loudmouth-lm-message.html
29share/gtk-doc/html/loudmouth/loudmouth-lm-proxy.html
30share/gtk-doc/html/loudmouth/loudmouth-lm-ssl.html
31share/gtk-doc/html/loudmouth/loudmouth-lm-utils.html
32share/gtk-doc/html/loudmouth/loudmouth.devhelp
33share/gtk-doc/html/loudmouth/loudmouth.devhelp2
34share/gtk-doc/html/loudmouth/right.png
35share/gtk-doc/html/loudmouth/style.css
36share/gtk-doc/html/loudmouth/up.png