diff options
author | jhale <jhale@FreeBSD.org> | 2012-10-18 17:49:35 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2012-10-18 17:49:35 +0800 |
commit | a620d08ae086b7b71e75843fc9c9e156c2901f69 (patch) | |
tree | 00c997df36fe7e29620b149d59d6643dfb9e3b12 /x11 | |
parent | ab3265549c110eac8714907120305922461bac37 (diff) | |
download | freebsd-ports-gnome-a620d08ae086b7b71e75843fc9c9e156c2901f69.tar.gz freebsd-ports-gnome-a620d08ae086b7b71e75843fc9c9e156c2901f69.tar.zst freebsd-ports-gnome-a620d08ae086b7b71e75843fc9c9e156c2901f69.zip |
- Update MASTER_SITES
- Add LICENSE (MIT)
- Trim Makefile header
- Remove indefinite article from COMMENT
- Convert 2-line pkg-plist to PLIST_FILES
- Update WWW
PR: ports/172512
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Approved by: makc, avilla (mentors, implicit)
Feature safe: yes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xcb/Makefile | 17 | ||||
-rw-r--r-- | x11/xcb/pkg-descr | 2 | ||||
-rw-r--r-- | x11/xcb/pkg-plist | 2 |
3 files changed, 11 insertions, 10 deletions
diff --git a/x11/xcb/Makefile b/x11/xcb/Makefile index 957316513e94..aa1fc49fccdb 100644 --- a/x11/xcb/Makefile +++ b/x11/xcb/Makefile @@ -1,21 +1,24 @@ -# New ports collection makefile for: xcb -# Date created: 1 August 1995 -# Whom: jkh -# +# Created by: jkh # $FreeBSD$ -# PORTNAME= xcb PORTVERSION= 2.4 PORTREVISION= 2 CATEGORIES= x11 -MASTER_SITES= http://oldhome.schmorp.de/marc/data/ +MASTER_SITES= http://oldhome.schmorp.de/marc/data/ \ + http://ftp.lyx.org/pub/pcg/marc/ \ + http://fossies.org/unix/misc/old/ MAINTAINER= ports@FreeBSD.org -COMMENT= A tool for managing x11 cut-buffers +COMMENT= Tool for managing x11 cut-buffers + +LICENSE= MIT USE_IMAKE= yes USE_XORG= ice sm x11 xaw xext xmu xt + MAN1= xcb.1 +PLIST_FILES= bin/xcb \ + lib/X11/app-defaults/Xcb .include <bsd.port.mk> diff --git a/x11/xcb/pkg-descr b/x11/xcb/pkg-descr index 53b903288347..46e15ae74277 100644 --- a/x11/xcb/pkg-descr +++ b/x11/xcb/pkg-descr @@ -13,4 +13,4 @@ used as holding pens to store and retrieve arbitrary data fragments, so any number of different pieces of data can be saved and recalled later. The program is designed primarily for use with textual data. -WWW: http://www.goof.com/pcg/marc/xcb.html +WWW: http://oldhome.schmorp.de/marc/xcb.html diff --git a/x11/xcb/pkg-plist b/x11/xcb/pkg-plist deleted file mode 100644 index 4514c7183817..000000000000 --- a/x11/xcb/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/xcb -lib/X11/app-defaults/Xcb |