diff options
author | wiz <wiz@pkgsrc.org> | 2012-06-06 07:39:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-06-06 07:39:54 +0000 |
commit | 8517cc012f78d64db2872d1c27eb09ee98aa9430 (patch) | |
tree | 268d607697258fe49aeec09158145420592dcd12 /misc | |
parent | 0f930a3e40e51914292682cea005d39636ead620 (diff) | |
download | pkgsrc-8517cc012f78d64db2872d1c27eb09ee98aa9430.tar.gz |
Add xorg-docs-1.7:
This package provides miscellaneous documentation for the X Window System
that doesn't better fit into other packages.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 3 | ||||
-rw-r--r-- | misc/xorg-docs/DESCR | 2 | ||||
-rw-r--r-- | misc/xorg-docs/Makefile | 20 | ||||
-rw-r--r-- | misc/xorg-docs/PLIST | 26 | ||||
-rw-r--r-- | misc/xorg-docs/distinfo | 5 |
5 files changed, 55 insertions, 1 deletions
diff --git a/misc/Makefile b/misc/Makefile index e552b58c39a..5e6f76d5b07 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -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 diff --git a/misc/xorg-docs/DESCR b/misc/xorg-docs/DESCR new file mode 100644 index 00000000000..3e2dc53d908 --- /dev/null +++ b/misc/xorg-docs/DESCR @@ -0,0 +1,2 @@ +This package provides miscellaneous documentation for the X Window System +that doesn't better fit into other packages. diff --git a/misc/xorg-docs/Makefile b/misc/xorg-docs/Makefile new file mode 100644 index 00000000000..089749a5e4f --- /dev/null +++ b/misc/xorg-docs/Makefile @@ -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" diff --git a/misc/xorg-docs/PLIST b/misc/xorg-docs/PLIST new file mode 100644 index 00000000000..b5c3f3dcfe6 --- /dev/null +++ b/misc/xorg-docs/PLIST @@ -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 diff --git a/misc/xorg-docs/distinfo b/misc/xorg-docs/distinfo new file mode 100644 index 00000000000..1707127efe5 --- /dev/null +++ b/misc/xorg-docs/distinfo @@ -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 |