Browse Source

-adding missing pkgconfig files

Christian Grothoff 11 years ago
parent
commit
98f6a5d40e

+ 13 - 1
configure.ac

@@ -1207,25 +1207,37 @@ src/vpn/Makefile
 src/vpn/vpn.conf
 src/integration-tests/Makefile
 pkgconfig/Makefile
+pkgconfig/gnunetats.pc
 pkgconfig/gnunetarm.pc
 pkgconfig/gnunetblock.pc
 pkgconfig/gnunetcore.pc
 pkgconfig/gnunetdatacache.pc
 pkgconfig/gnunetdatastore.pc
 pkgconfig/gnunetdht.pc
-pkgconfig/gnunetdhtlog.pc
+pkgconfig/gnunetdns.pc
+pkgconfig/gnunetdnsparser.pc
 pkgconfig/gnunetdv.pc
 pkgconfig/gnunetfragmentation.pc
 pkgconfig/gnunetfs.pc
+pkgconfig/gnunetgns.pc
 pkgconfig/gnunethello.pc
+pkgconfig/gnunetlockmanager.pc
+pkgconfig/gnunetmesh.pc
+pkgconfig/gnunetmysql.pc
+pkgconfig/gnunetnamestore.pc
 pkgconfig/gnunetnat.pc
 pkgconfig/gnunetnse.pc
 pkgconfig/gnunetpeerinfo.pc
+pkgconfig/gnunetpostgres.pc
 pkgconfig/gnunetregex.pc
 pkgconfig/gnunetstatistics.pc
+pkgconfig/gnunetstream.pc
+pkgconfig/gnunettestbed.pc
 pkgconfig/gnunettesting.pc
 pkgconfig/gnunettransport.pc
+pkgconfig/gnunettun.pc
 pkgconfig/gnunetutil.pc
+pkgconfig/gnunetvpn.pc
 ])
 AC_OUTPUT
 

+ 31 - 5
pkgconfig/Makefile.am

@@ -1,22 +1,35 @@
 pcfiles = \
+       gnunetats.pc \
        gnunetarm.pc \
        gnunetblock.pc \
        gnunetcore.pc \
        gnunetdatacache.pc \
        gnunetdatastore.pc \
        gnunetdht.pc \
-       gnunetdhtlog.pc \
+       gnunetdns.pc \
+       gnunetdnsparser.pc \
        gnunetdv.pc \
        gnunetfragmentation.pc \
        gnunetfs.pc \
+       gnunetgns.pc \
        gnunethello.pc \
-       gnunetnse.pc \
+       gnunetlockmanager.pc \
+       gnunetmesh.pc \
+       gnunetmysql.pc \
+       gnunetnamestore.pc \
        gnunetnat.pc \
+       gnunetnse.pc \
        gnunetpeerinfo.pc \
+       gnunetpostgres.pc \
+       gnunetregex.pc \
        gnunetstatistics.pc \
+       gnunetstream.pc \
+       gnunettestbed.pc \
        gnunettesting.pc \
        gnunettransport.pc \
-       gnunetutil.pc
+       gnunettun.pc \
+       gnunetutil.pc \
+       gnunetvpn.pc 
 
 all-local: $(pcfiles)
 
@@ -32,23 +45,36 @@ pkgconfig_DATA = $(pcfiles)
 
 EXTRA_DIST = \
        gnunetarm.pc.in \
+       gnunetats.pc.in \
        gnunetblock.pc.in \
        gnunetcore.pc.in \
        gnunetdatacache.pc.in \
        gnunetdatastore.pc.in \
        gnunetdht.pc.in \
-       gnunetdhtlog.pc.in \
+       gnunetdns.pc.in \
+       gnunetdnsparser.pc.in \
        gnunetdv.pc.in \
        gnunetfragmentation.pc.in \
        gnunetfs.pc.in \
+       gnunetgns.pc.in \
        gnunethello.pc.in \
+       gnunetlockmanager.pc.in \
+       gnunetmesh.pc.in \
+       gnunetmysql.pc.in \
+       gnunetnamestore.pc.in \
        gnunetnat.pc.in \
        gnunetnse.pc.in \
        gnunetpeerinfo.pc.in \
+       gnunetpostgres.pc.in \
+       gnunetregex.pc.in \
        gnunetstatistics.pc.in \
+       gnunetstream.pc.in \
+       gnunettestbed.pc.in \
        gnunettesting.pc.in \
        gnunettransport.pc.in \
-       gnunetutil.pc.in
+       gnunettun.pc.in \
+       gnunetutil.pc.in \
+       gnunetvpn.pc.in 
 
 CLEANFILES = $(pcfiles)
 INCLUDES = -I$(top_srcdir)/src/include

+ 12 - 0
pkgconfig/gnunetats.pc.in

@@ -0,0 +1,12 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: GNUnet ATS
+Description: Provides API for allocating bandwidth, expressing preferences for certain peers and accessing allocation information
+URL: http://gnunet.org
+Version: @VERSION@
+Requires:
+Libs: -L${libdir} -lgnunetats
+Cflags: -I${includedir}

+ 1 - 1
pkgconfig/gnunetcore.pc.in

@@ -4,7 +4,7 @@ libdir=@libdir@
 includedir=@includedir@
 
 Name: GNUnet core
-Description: Provides API to access core service
+Description: Provides API for (encrypted) P2P communication
 URL: http://gnunet.org
 Version: @VERSION@
 Requires:

+ 1 - 1
pkgconfig/gnunetdatacache.pc.in

@@ -4,7 +4,7 @@ libdir=@libdir@
 includedir=@includedir@
 
 Name: GNUnet datacache
-Description: Provides datacache API implementation
+Description: Provides datacache API for temporary storage to disk
 URL: http://gnunet.org
 Version: @VERSION@
 Requires:

+ 1 - 1
pkgconfig/gnunetdatastore.pc.in

@@ -4,7 +4,7 @@ libdir=@libdir@
 includedir=@includedir@
 
 Name: GNUnet datastore
-Description: Management API for the datastore for files stored on a GNUnet node
+Description: Management API for the datastore for persistant storage to disk
 URL: http://gnunet.org
 Version: @VERSION@
 Requires:

+ 12 - 0
pkgconfig/gnunetdns.pc.in

@@ -0,0 +1,12 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: GNUnet DNS
+Description: Provides API to access GNUnet's DNS service (to intercept and manipulate DNS queries)
+URL: http://gnunet.org
+Version: @VERSION@
+Requires:
+Libs: -L${libdir} -lgnunetdns
+Cflags: -I${includedir}

+ 12 - 0
pkgconfig/gnunetdnsparser.pc.in

@@ -0,0 +1,12 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: GNUnet DNS parser
+Description: Provides API for parsing and serializing DNS packets
+URL: http://gnunet.org
+Version: @VERSION@
+Requires:
+Libs: -L${libdir} -lgnunetdnsparser
+Cflags: -I${includedir}

+ 3 - 3
pkgconfig/gnunetdhtlog.pc.in → pkgconfig/gnunetgns.pc.in

@@ -3,10 +3,10 @@ exec_prefix=@exec_prefix@
 libdir=@libdir@
 includedir=@includedir@
 
-Name: GNUnet dhtlog
-Description: Library for logging DHT operations via plugins
+Name: GNUnet GNS
+Description: Provides API to access the GNUnet Naming System
 URL: http://gnunet.org
 Version: @VERSION@
 Requires:
-Libs: -L${libdir} -lgnunetdhtlog
+Libs: -L${libdir} -lgnunetgns
 Cflags: -I${includedir}

+ 12 - 0
pkgconfig/gnunetlockmanager.pc.in

@@ -0,0 +1,12 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: GNUnet Lockmanager
+Description: Provides API for mutual exclusion between GNUnet services
+URL: http://gnunet.org
+Version: @VERSION@
+Requires:
+Libs: -L${libdir} -lgnunetlockmanager
+Cflags: -I${includedir}

+ 12 - 0
pkgconfig/gnunetmesh.pc.in

@@ -0,0 +1,12 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: GNUnet Mesh
+Description: API for multicast and multi-hop routing between GNUnet peers
+URL: http://gnunet.org
+Version: @VERSION@
+Requires:
+Libs: -L${libdir} -lgnunetmesh
+Cflags: -I${includedir}

+ 12 - 0
pkgconfig/gnunetmysql.pc.in

@@ -0,0 +1,12 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: GNUnet MySQL
+Description: Provides API for common interactions with libmysqlclient
+URL: http://gnunet.org
+Version: @VERSION@
+Requires:
+Libs: -L${libdir} -lgnunetmysql
+Cflags: -I${includedir}

+ 12 - 0
pkgconfig/gnunetnamestore.pc.in

@@ -0,0 +1,12 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: GNUnet Namestore
+Description: Provides API for storing GNS records to a database
+URL: http://gnunet.org
+Version: @VERSION@
+Requires:
+Libs: -L${libdir} -lgnunetnamestore
+Cflags: -I${includedir}

+ 12 - 0
pkgconfig/gnunetpostgres.pc.in

@@ -0,0 +1,12 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: GNUnet Postgres
+Description: API with common functions for interacting with libpq
+URL: http://gnunet.org
+Version: @VERSION@
+Requires:
+Libs: -L${libdir} -lgnunetpostgres
+Cflags: -I${includedir}

+ 12 - 0
pkgconfig/gnunetstream.pc.in

@@ -0,0 +1,12 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: GNUnet Stream
+Description: Provides API for reliable, in-order communcation between two peers
+URL: http://gnunet.org
+Version: @VERSION@
+Requires:
+Libs: -L${libdir} -lgnunetstream
+Cflags: -I${includedir}

+ 12 - 0
pkgconfig/gnunettestbed.pc.in

@@ -0,0 +1,12 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: GNUnet Testbed
+Description: Provides API for deploying and managing testbeds
+URL: http://gnunet.org
+Version: @VERSION@
+Requires:
+Libs: -L${libdir} -lgnunettestbed
+Cflags: -I${includedir}

+ 12 - 0
pkgconfig/gnunettun.pc.in

@@ -0,0 +1,12 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: GNUnet TUN
+Description: Provides API for parsing IP packets for Linux TUN interface interaction
+URL: http://gnunet.org
+Version: @VERSION@
+Requires:
+Libs: -L${libdir} -lgnunettun
+Cflags: -I${includedir}

+ 12 - 0
pkgconfig/gnunetvpn.pc.in

@@ -0,0 +1,12 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: GNUnet VPN
+Description: Provides API for accessing the GNUnet VPN
+URL: http://gnunet.org
+Version: @VERSION@
+Requires:
+Libs: -L${libdir} -lgnunetvpn
+Cflags: -I${includedir}

File diff suppressed because it is too large
+ 187 - 474
po/de.po


File diff suppressed because it is too large
+ 206 - 167
po/es.po


File diff suppressed because it is too large
+ 239 - 200
po/sv.po


File diff suppressed because it is too large
+ 206 - 167
po/vi.po


File diff suppressed because it is too large
+ 239 - 200
po/zh_CN.po


Some files were not shown because too many files changed in this diff