[Midnightbsd-cvs] mports [24443] trunk/devel/libixp: tweak urls
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Mon Oct 8 20:27:01 EDT 2018
Revision: 24443
http://svnweb.midnightbsd.org/mports/?rev=24443
Author: laffer1
Date: 2018-10-08 20:25:53 -0400 (Mon, 08 Oct 2018)
Log Message:
-----------
tweak urls
Modified Paths:
--------------
trunk/devel/libixp/Makefile
trunk/devel/libixp/distinfo
trunk/devel/libixp/pkg-descr
Modified: trunk/devel/libixp/Makefile
===================================================================
--- trunk/devel/libixp/Makefile 2018-10-09 00:24:16 UTC (rev 24442)
+++ trunk/devel/libixp/Makefile 2018-10-09 00:25:53 UTC (rev 24443)
@@ -11,7 +11,8 @@
MASTER_SITES= http://dl.suckless.org/libs/
MAINTAINER= ports at MidnightBSD.org
-COMMENT= A stand-alone client/server 9P library
+COMMENT= Standalone client/server 9P library
+
LICENSE= unknown
USE_LDCONFIG= yes
@@ -32,7 +33,7 @@
${WRKSRC}/cmd/ixpc.c
do-build:
- cd ${WRKSRC}; ${MAKE};
+ cd ${WRKSRC}; ${MAKE_ENV} ${MAKE};
do-install:
@${INSTALL_DATA} ${WRKSRC}/include/ixp.h ${PREFIX}/include
Modified: trunk/devel/libixp/distinfo
===================================================================
--- trunk/devel/libixp/distinfo 2018-10-09 00:24:16 UTC (rev 24442)
+++ trunk/devel/libixp/distinfo 2018-10-09 00:25:53 UTC (rev 24443)
@@ -1,4 +1,2 @@
-MD5 (libixp-0.5.tar.gz) = 2a394310c209605ba54ecf5eab518bff
SHA256 (libixp-0.5.tar.gz) = 65f4f0bb67e83cbd1414f297e22648c867f914e2498bdbae3afdc0f83be21e4b
-RMD160 (libixp-0.5.tar.gz) = 83670f829a1ff185f2df744fd33d56649b2b2b35
SIZE (libixp-0.5.tar.gz) = 142064
Modified: trunk/devel/libixp/pkg-descr
===================================================================
--- trunk/devel/libixp/pkg-descr 2018-10-09 00:24:16 UTC (rev 24442)
+++ trunk/devel/libixp/pkg-descr 2018-10-09 00:25:53 UTC (rev 24443)
@@ -1,5 +1,8 @@
-libixp is a stand-alone client/server 9P library including ixpc client which
-behaves like wmiir in the past. It consists of less than 2000 lines of code
-(including ixpc).
+libixp is a stand-alone client/server 9P library including ixpc client
+which behaves like wmiir in the past. It consists of less than 2000
+lines of code (including ixpc).
-WWW: http://www.suckless.org/
+libixp's server API is based heavily on that of Plan 9's lib9p, and the
+two libraries export virtually identical data structures.
+
+WWW: http://libs.suckless.org/libixp
More information about the Midnightbsd-cvs
mailing list