diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2011-04-08 09:03:39 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2011-04-08 09:03:39 +0000 |
commit | 19dfc4fb89c7ae15fd34c948df5bde43b0f1aa1f (patch) | |
tree | b8a8342341e69398fde5c60913009bfd161280e3 /graphics | |
parent | Improve description, remove defunct web address. (diff) |
- Give this port new maintainer and thus undeprecate
- Comment out MASTER_SITES as they do not carry the distfile
- Remove pkg-list in favor of PLIST_FILES
- Cleanup Makefile and drop MD5 hash while here
Notes
Notes:
svn path=/head/; revision=272380
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xli/Makefile | 27 | ||||
-rw-r--r-- | graphics/xli/distinfo | 1 | ||||
-rw-r--r-- | graphics/xli/pkg-plist | 5 |
3 files changed, 10 insertions, 23 deletions
diff --git a/graphics/xli/Makefile b/graphics/xli/Makefile index d47009eb7b82..9189e0ecccdf 100644 --- a/graphics/xli/Makefile +++ b/graphics/xli/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: xli -# Date created: 24 November 1994 -# Whom: asami +# Date created: 24 November 1994 +# Whom: Satoshi Asami <asami@FreeBSD.org> # # $FreeBSD$ # @@ -9,28 +9,21 @@ PORTNAME= xli PORTVERSION= 1.17.0 PORTREVISION= 10 CATEGORIES= graphics -MASTER_SITES= http://pantransit.reptiles.org/prog/xli/ \ - ${MASTER_SITE_XCONTRIB} -MASTER_SITE_SUBDIR= applications -DISTNAME= xli-${XLI_SNAPVER} +#MASTER_SITES= ${MASTER_SITE_XCONTRIB} +#MASTER_SITE_SUBDIR= applications +DISTNAME= xli-2005-09-04 -MAINTAINER= ports@FreeBSD.org -COMMENT= Xli, xsetbg, xview, xlito - utilities to display images on X11 - -DEPRECATED= Upstream disapear and distfile is no more available -EXPIRATION_DATE= 2011-05-01 +MAINTAINER= lichray@gmail.com +COMMENT= Utilities to display images in X11 LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png \ jpeg.11:${PORTSDIR}/graphics/jpeg -WRKSRC= ${WRKDIR}/xli-${XLI_SNAPVER} - USE_XORG= xi USE_IMAKE= yes -MAN1= xli.1 xlito.1 -MLINKS= xli.1 xview.1 \ - xli.1 xsetbg.1 -XLI_SNAPVER= 2005-09-04 +MAN1= xli.1 xlito.1 +MLINKS= xli.1 xview.1 xli.1 xsetbg.1 +PLIST_FILES= bin/xli bin/xlito bin/xview bin/xsetbg lib/X11/app-defaults/Xli .include <bsd.port.mk> diff --git a/graphics/xli/distinfo b/graphics/xli/distinfo index fbe812fff62f..b74d5e178f47 100644 --- a/graphics/xli/distinfo +++ b/graphics/xli/distinfo @@ -1,3 +1,2 @@ -MD5 (xli-2005-09-04.tar.gz) = 26894838a3e69a1e12f3c5b6b1bf7977 SHA256 (xli-2005-09-04.tar.gz) = 9f513165fb3bf3fdde813db82c8f529fff66290814ce602c9715f6f52e9309f0 SIZE (xli-2005-09-04.tar.gz) = 201219 diff --git a/graphics/xli/pkg-plist b/graphics/xli/pkg-plist deleted file mode 100644 index 506519490f02..000000000000 --- a/graphics/xli/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -bin/xli -bin/xlito -bin/xview -bin/xsetbg -lib/X11/app-defaults/Xli |