[Midnightbsd-cvs] mports: x11/xtrans: add xtrans-1.0.4

ctriv at midnightbsd.org ctriv at midnightbsd.org
Tue Oct 2 17:35:37 EDT 2007


Log Message:
-----------
add xtrans-1.0.4

Added Files:
-----------
    mports/x11/xtrans:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)
        pkg-plist (r1.1)

-------------- next part --------------
--- /dev/null
+++ x11/xtrans/pkg-descr
@@ -0,0 +1,6 @@
+This package contains xtrans, a library of code that is shared among X
+packages to handle network protocol transport in a modular fashion,
+allowing a single place to add new transport types.
+
+- Joel Dahl
+joel at FreeBSD.org
--- /dev/null
+++ x11/xtrans/pkg-plist
@@ -0,0 +1,13 @@
+include/X11/Xtrans/Xtrans.c
+include/X11/Xtrans/Xtrans.h
+include/X11/Xtrans/Xtransdnet.c
+include/X11/Xtrans/Xtransint.h
+include/X11/Xtrans/Xtranslcl.c
+include/X11/Xtrans/Xtransos2.c
+include/X11/Xtrans/Xtranssock.c
+include/X11/Xtrans/Xtranstli.c
+include/X11/Xtrans/Xtransutil.c
+include/X11/Xtrans/transport.c
+libdata/pkgconfig/xtrans.pc
+share/aclocal/xtrans.m4
+ at dirrm include/X11/Xtrans
--- /dev/null
+++ x11/xtrans/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for:	xtrans
+# Date Created:				08 Aug 2005
+# Whom:					Dejan Lesjak <lesi at FreeBSD.org>
+#
+# $FreeBSD: ports/x11/xtrans/Makefile,v 1.2 2007/09/13 19:45:07 flz Exp $
+# $MidnightBSD: mports/x11/xtrans/Makefile,v 1.1 2007/10/02 21:35:37 ctriv Exp $
+#
+
+PORTNAME=	xtrans
+PORTVERSION=	1.0.4
+CATEGORIES=	x11
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Abstract network code for X
+LICENSE=	x11
+
+XORG_CAT=	lib
+
+.include <bsd.port.mk>
--- /dev/null
+++ x11/xtrans/distinfo
@@ -0,0 +1,3 @@
+MD5 (xorg/lib/xtrans-1.0.4.tar.bz2) = 8b36cdf08df12be96615e3d550236626
+SHA256 (xorg/lib/xtrans-1.0.4.tar.bz2) = 765219fa822edeffb0650e93458e4ebf63c23176e58fce06806fb251fbfe7d8c
+SIZE (xorg/lib/xtrans-1.0.4.tar.bz2) = 103761


More information about the Midnightbsd-cvs mailing list