Add xorg-docs-1.7:
This package provides miscellaneous documentation for the X Window System that doesn't better fit into other packages.
This commit is contained in:
parent
d5200b1344
commit
9a10464776
5 changed files with 55 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.380 2012/06/01 06:12:47 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.381 2012/06/06 07:39:54 wiz Exp $
|
||||
#
|
||||
|
||||
COMMENT= Miscellaneous utilities
|
||||
|
@ -290,6 +290,7 @@ SUBDIR+= xchm
|
|||
SUBDIR+= xdg-utils
|
||||
SUBDIR+= xfce4-weather-plugin
|
||||
SUBDIR+= xjdic
|
||||
SUBDIR+= xorg-docs
|
||||
SUBDIR+= xrolodex
|
||||
SUBDIR+= xtail
|
||||
SUBDIR+= xtend
|
||||
|
|
2
misc/xorg-docs/DESCR
Normal file
2
misc/xorg-docs/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
This package provides miscellaneous documentation for the X Window System
|
||||
that doesn't better fit into other packages.
|
20
misc/xorg-docs/Makefile
Normal file
20
misc/xorg-docs/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# $NetBSD: Makefile,v 1.10 2012/06/06 07:39:55 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= xorg-docs-1.7
|
||||
CATEGORIES= devel x11
|
||||
MASTER_SITES= ${MASTER_SITE_XORG:=doc/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://xorg.freedesktop.org/
|
||||
COMMENT= Xorg documentation that does not fit anywhere else
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --with-xmlto=no
|
||||
CONFIGURE_ARGS+= --with-xsltproc=no
|
||||
CONFIGURE_ARGS+= --with-fop=no
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
26
misc/xorg-docs/PLIST
Normal file
26
misc/xorg-docs/PLIST
Normal file
|
@ -0,0 +1,26 @@
|
|||
@comment $NetBSD: PLIST,v 1.3 2012/06/06 07:39:55 wiz Exp $
|
||||
man/man7/Consortium.7
|
||||
man/man7/Standards.7
|
||||
man/man7/X.7
|
||||
man/man7/XOrgFoundation.7
|
||||
man/man7/XProjectTeam.7
|
||||
man/man7/Xsecurity.7
|
||||
share/doc/xorg-docs/License.xml
|
||||
share/doc/xorg-docs/MAINTAINERS
|
||||
share/doc/xorg-docs/README.xml
|
||||
share/doc/xorg-docs/ReleaseNotes.xml
|
||||
share/doc/xorg-docs/Versions.xml
|
||||
share/doc/xorg-docs/Xserver/XACE-Spec.xml
|
||||
share/doc/xorg-docs/Xserver/analysis.xml
|
||||
share/doc/xorg-docs/Xserver/appgroup.xml
|
||||
share/doc/xorg-docs/Xserver/secint.xml
|
||||
share/doc/xorg-docs/ctext/ctext.xml
|
||||
share/doc/xorg-docs/fonts/fonts.xml
|
||||
share/doc/xorg-docs/graphics/dps.xml
|
||||
share/doc/xorg-docs/icccm/icccm.xml
|
||||
share/doc/xorg-docs/input/XKB-Config.xml
|
||||
share/doc/xorg-docs/input/XKB-Enhancing.xml
|
||||
share/doc/xorg-docs/platforms/Darwin.xml
|
||||
share/doc/xorg-docs/platforms/Solaris.xml
|
||||
share/doc/xorg-docs/xext/lbxalg.xml
|
||||
share/doc/xorg-docs/xlfd/xlfd.xml
|
5
misc/xorg-docs/distinfo
Normal file
5
misc/xorg-docs/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.6 2012/06/06 07:39:55 wiz Exp $
|
||||
|
||||
SHA1 (xorg-docs-1.7.tar.bz2) = 565df5219a9d72d81a84f7e75294752ba2ea0cc8
|
||||
RMD160 (xorg-docs-1.7.tar.bz2) = a3ed3288160ec02fc6ef14b6bfa36259eff3f2e6
|
||||
Size (xorg-docs-1.7.tar.bz2) = 370482 bytes
|
Loading…
Reference in a new issue