diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
commit | d4f0d0048a8755106a4b0445221a19761e746984 (patch) | |
tree | c87184c5bfeaf942c827c5f706186ce9786a2588 /x11/scripts | |
parent | e82affd309fc2d8e5ea19b2e003f1296920bd825 (diff) |
Notes
Diffstat (limited to 'x11/scripts')
-rw-r--r-- | x11/scripts/Makefile | 20 | ||||
-rw-r--r-- | x11/scripts/distinfo | 3 | ||||
-rw-r--r-- | x11/scripts/pkg-descr | 1 | ||||
-rw-r--r-- | x11/scripts/pkg-plist | 4 |
4 files changed, 28 insertions, 0 deletions
diff --git a/x11/scripts/Makefile b/x11/scripts/Makefile new file mode 100644 index 000000000000..e6342c364759 --- /dev/null +++ b/x11/scripts/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: scripts +# Date Created: 17 Feb 2006 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= scripts +PORTVERSION= 1.0.1 +CATEGORIES= x11 + +MAINTAINER= x11@FreeBSD.org +COMMENT= Various X related scripts + +XORG_CAT= app +USE_XORG= x11 + +MAN1= xon.1 + +.include <bsd.port.mk> diff --git a/x11/scripts/distinfo b/x11/scripts/distinfo new file mode 100644 index 000000000000..2a6dde2a2289 --- /dev/null +++ b/x11/scripts/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/app/scripts-1.0.1.tar.bz2) = 08c7f078fc351196c21db3a8206d482d +SHA256 (xorg/app/scripts-1.0.1.tar.bz2) = 1b154b4359302ca499818c45396325aef9ff364d6ff4ce5c3769e4803994a136 +SIZE (xorg/app/scripts-1.0.1.tar.bz2) = 72301 diff --git a/x11/scripts/pkg-descr b/x11/scripts/pkg-descr new file mode 100644 index 000000000000..b93ee760df89 --- /dev/null +++ b/x11/scripts/pkg-descr @@ -0,0 +1 @@ +This package contains scripts, a collection of various X related scripts. diff --git a/x11/scripts/pkg-plist b/x11/scripts/pkg-plist new file mode 100644 index 000000000000..1135a62d4315 --- /dev/null +++ b/x11/scripts/pkg-plist @@ -0,0 +1,4 @@ +bin/xauth_switch_to_sun-des-1 +bin/fontname.sh +bin/fontprop.sh +bin/xon |