remove ports that are included with 4.7 in base or X11
This commit is contained in:
parent
3304c7a5be
commit
75f527f3ca
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.773 2010/03/23 21:20:13 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.774 2010/03/24 16:19:56 naddy Exp $
|
||||
# $FreeBSD: Makefile,v 1.85 1997/11/20 05:22:14 asami Exp $
|
||||
|
||||
SUBDIR =
|
||||
@ -541,7 +541,6 @@
|
||||
SUBDIR += p5-Params-Util
|
||||
SUBDIR += p5-Params-Validate
|
||||
SUBDIR += p5-Paranoid
|
||||
SUBDIR += p5-Parse-CPAN-Meta
|
||||
SUBDIR += p5-Parse-Method-Signatures
|
||||
SUBDIR += p5-Parse-PlainConfig
|
||||
SUBDIR += p5-Parse-RecDescent
|
||||
@ -703,7 +702,6 @@
|
||||
SUBDIR += p5-libintl
|
||||
SUBDIR += p5-namespace-autoclean
|
||||
SUBDIR += p5-namespace-clean
|
||||
SUBDIR += p5-parent
|
||||
SUBDIR += p5-prefork
|
||||
SUBDIR += pango
|
||||
SUBDIR += pangomm
|
||||
|
@ -1,17 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2009/10/21 22:50:12 sthen Exp $
|
||||
|
||||
COMMENT = parse META.yml and other similar CPAN metadata files
|
||||
|
||||
MODULES = cpan
|
||||
DISTNAME = Parse-CPAN-Meta-1.39
|
||||
CATEGORIES = devel
|
||||
|
||||
COMES_WITH = 4.7
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM = Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,5 +0,0 @@
|
||||
MD5 (Parse-CPAN-Meta-1.39.tar.gz) = tcknCJswztRBrUZ3qLxNDQ==
|
||||
RMD160 (Parse-CPAN-Meta-1.39.tar.gz) = Td/Y1A6M6Jp07tpdGzZzfjenbw0=
|
||||
SHA1 (Parse-CPAN-Meta-1.39.tar.gz) = ryFvwS8+WusBCCUrlahTQa4V0+M=
|
||||
SHA256 (Parse-CPAN-Meta-1.39.tar.gz) = wy9X0uW1EwhcdPnzqlluS5uUPnyHCr4bLcjvCj3LQCk=
|
||||
SIZE (Parse-CPAN-Meta-1.39.tar.gz) = 25134
|
@ -1,7 +0,0 @@
|
||||
Parse::CPAN::Meta is a parser for META.yml files, based on the parser
|
||||
half of YAML::Tiny.
|
||||
It supports a basic subset of the full YAML specification, enough to
|
||||
implement parsing of typical META.yml files, and other similarly simple
|
||||
YAML files.
|
||||
If you need something with more power, move up to a full YAML parser
|
||||
such as YAML, YAML::Syck or YAML::LibYAML.
|
@ -1,5 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/06/18 18:08:12 simon Exp $
|
||||
${P5SITE}/Parse/
|
||||
${P5SITE}/Parse/CPAN/
|
||||
${P5SITE}/Parse/CPAN/Meta.pm
|
||||
@man man/man3p/Parse::CPAN::Meta.3p
|
@ -1,21 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2009/10/21 22:50:12 sthen Exp $
|
||||
|
||||
COMMENT = build ISA relationships with base classes at compile time
|
||||
|
||||
MODULES = cpan
|
||||
DISTNAME = parent-0.221
|
||||
CATEGORIES = devel
|
||||
|
||||
COMES_WITH = 4.7
|
||||
|
||||
MAINTAINER = Simon Bertrang <simon@openbsd.org>
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM =Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
CPAN_AUTHOR = CORION
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,5 +0,0 @@
|
||||
MD5 (parent-0.221.tar.gz) = S6y2gUegY+xHX9GmPJSddA==
|
||||
RMD160 (parent-0.221.tar.gz) = fuGBzMvVJF+VFljq3/R2FXk3nmk=
|
||||
SHA1 (parent-0.221.tar.gz) = nRvnJTf+g9aKzKBTLFAoaM4O76E=
|
||||
SHA256 (parent-0.221.tar.gz) = oEIR5vsr8SkTxj+QRINVBVQBNzftjhMC/Lrcoi7TUJ4=
|
||||
SIZE (parent-0.221.tar.gz) = 5061
|
@ -1,5 +0,0 @@
|
||||
This module allows you to both load one or more modules, while setting
|
||||
up inheritance from those modules at the same time.
|
||||
By default, every base class needs to live in a file of its own. If you
|
||||
want to have a subclass and its parent class in the same file, you can
|
||||
tell parent not to load any modules by using the -norequire switch.
|
@ -1,3 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/04/26 16:33:40 simon Exp $
|
||||
${P5SITE}/parent.pm
|
||||
@man man/man3p/parent.3p
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.409 2010/03/23 21:30:53 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.410 2010/03/24 16:19:56 naddy Exp $
|
||||
# $FreeBSD: Makefile,v 1.178 1997/11/24 05:32:52 fenner Exp $
|
||||
|
||||
SUBDIR =
|
||||
@ -37,7 +37,6 @@
|
||||
SUBDIR += dbus-glib
|
||||
SUBDIR += dbus-python
|
||||
SUBDIR += dclock
|
||||
SUBDIR += dejavu-fonts
|
||||
SUBDIR += devilspie
|
||||
SUBDIR += dmenu
|
||||
SUBDIR += driconf
|
||||
|
@ -1,42 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2010/01/17 11:39:04 ajacoutot Exp $
|
||||
|
||||
COMES_WITH = 4.7
|
||||
|
||||
COMMENT = TrueType fonts based on the Bitstream Vera fonts
|
||||
|
||||
DISTNAME = dejavu-fonts-ttf-2.30
|
||||
PKGNAME = ${DISTNAME:S,-ttf,,}
|
||||
|
||||
CATEGORIES = x11
|
||||
|
||||
HOMEPAGE = http://dejavu-fonts.org/
|
||||
|
||||
MAINTAINER = Tim van der Molen <tbvdm@xs4all.nl>
|
||||
|
||||
# see ${WRKDIST}/LICENSE
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM = Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=dejavu/}
|
||||
EXTRACT_SUFX = .tar.bz2
|
||||
|
||||
NO_BUILD = Yes
|
||||
NO_REGRESS = Yes
|
||||
|
||||
PKG_ARCH = *
|
||||
|
||||
FONTDIR = ${PREFIX}/lib/X11/fonts/dejavu
|
||||
EXAMPLEDIR = ${PREFIX}/share/examples/dejavu-fonts
|
||||
DOCDIR = ${PREFIX}/share/doc/dejavu-fonts
|
||||
DOCS = AUTHORS BUGS LICENSE NEWS README langcover.txt \
|
||||
status.txt unicover.txt
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${FONTDIR} ${EXAMPLEDIR} ${DOCDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/ttf/* ${FONTDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/fontconfig/* ${EXAMPLEDIR}
|
||||
${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${DOCDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,5 +0,0 @@
|
||||
MD5 (dejavu-fonts-ttf-2.30.tar.bz2) = VFs7/GmJMHWpCnxub0p+Zw==
|
||||
RMD160 (dejavu-fonts-ttf-2.30.tar.bz2) = kjFr53/4758q3shKDm7MeuFf6o0=
|
||||
SHA1 (dejavu-fonts-ttf-2.30.tar.bz2) = OgmDADP3S+bjcBVUEAkfdhk/VSg=
|
||||
SHA256 (dejavu-fonts-ttf-2.30.tar.bz2) = d4OFFrWk5ugdp5wOizf45BzTH0L49Pp9SMb5VCC9XD4=
|
||||
SIZE (dejavu-fonts-ttf-2.30.tar.bz2) = 4348431
|
@ -1,11 +0,0 @@
|
||||
The DejaVu fonts are a font family based on the Bitstream Vera fonts.
|
||||
Their purpose is to provide a wider range of characters while
|
||||
maintaining the original look and feel.
|
||||
|
||||
The DejaVu fonts family contains the following styles.
|
||||
|
||||
-- Sans: Book, Bold, Oblique, Bold Oblique, Condensed, Condensed
|
||||
Bold, Condensed Oblique and Condensed Bold Oblique
|
||||
-- Serif: Book, Bold, Italic, Bold Italic, Condensed, Condensed Bold,
|
||||
Condensed Italic and Condensed Bold Italic
|
||||
-- Mono: Book, Bold, Oblique, Bold Oblique
|
@ -1,14 +0,0 @@
|
||||
You may wish to create the following symbolic links:
|
||||
ln -fs \
|
||||
${PREFIX}/share/examples/dejavu-fonts/20-unhint-small-dejavu-sans-mono.conf \
|
||||
${PREFIX}/share/examples/dejavu-fonts/20-unhint-small-dejavu-sans.conf \
|
||||
${PREFIX}/share/examples/dejavu-fonts/20-unhint-small-dejavu-serif.conf \
|
||||
/etc/fonts/conf.d
|
||||
|
||||
If you wish to make the DejaVu fonts the default fontconfig fonts, then
|
||||
create the following symbolic links:
|
||||
ln -fs \
|
||||
${PREFIX}/share/examples/dejavu-fonts/57-dejavu-sans-mono.conf \
|
||||
${PREFIX}/share/examples/dejavu-fonts/57-dejavu-sans.conf \
|
||||
${PREFIX}/share/examples/dejavu-fonts/57-dejavu-serif.conf \
|
||||
/etc/fonts/conf.d
|
@ -1,40 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/01/29 16:09:57 sthen Exp $
|
||||
lib/X11/fonts/
|
||||
@fontdir lib/X11/fonts/dejavu/
|
||||
lib/X11/fonts/dejavu/DejaVuSans-Bold.ttf
|
||||
lib/X11/fonts/dejavu/DejaVuSans-BoldOblique.ttf
|
||||
lib/X11/fonts/dejavu/DejaVuSans-ExtraLight.ttf
|
||||
lib/X11/fonts/dejavu/DejaVuSans-Oblique.ttf
|
||||
lib/X11/fonts/dejavu/DejaVuSans.ttf
|
||||
lib/X11/fonts/dejavu/DejaVuSansCondensed-Bold.ttf
|
||||
lib/X11/fonts/dejavu/DejaVuSansCondensed-BoldOblique.ttf
|
||||
lib/X11/fonts/dejavu/DejaVuSansCondensed-Oblique.ttf
|
||||
lib/X11/fonts/dejavu/DejaVuSansCondensed.ttf
|
||||
lib/X11/fonts/dejavu/DejaVuSansMono-Bold.ttf
|
||||
lib/X11/fonts/dejavu/DejaVuSansMono-BoldOblique.ttf
|
||||
lib/X11/fonts/dejavu/DejaVuSansMono-Oblique.ttf
|
||||
lib/X11/fonts/dejavu/DejaVuSansMono.ttf
|
||||
lib/X11/fonts/dejavu/DejaVuSerif-Bold.ttf
|
||||
lib/X11/fonts/dejavu/DejaVuSerif-BoldItalic.ttf
|
||||
lib/X11/fonts/dejavu/DejaVuSerif-Italic.ttf
|
||||
lib/X11/fonts/dejavu/DejaVuSerif.ttf
|
||||
lib/X11/fonts/dejavu/DejaVuSerifCondensed-Bold.ttf
|
||||
lib/X11/fonts/dejavu/DejaVuSerifCondensed-BoldItalic.ttf
|
||||
lib/X11/fonts/dejavu/DejaVuSerifCondensed-Italic.ttf
|
||||
lib/X11/fonts/dejavu/DejaVuSerifCondensed.ttf
|
||||
share/doc/dejavu-fonts/
|
||||
share/doc/dejavu-fonts/AUTHORS
|
||||
share/doc/dejavu-fonts/BUGS
|
||||
share/doc/dejavu-fonts/LICENSE
|
||||
share/doc/dejavu-fonts/NEWS
|
||||
share/doc/dejavu-fonts/README
|
||||
share/doc/dejavu-fonts/langcover.txt
|
||||
share/doc/dejavu-fonts/status.txt
|
||||
share/doc/dejavu-fonts/unicover.txt
|
||||
share/examples/dejavu-fonts/
|
||||
share/examples/dejavu-fonts/20-unhint-small-dejavu-sans-mono.conf
|
||||
share/examples/dejavu-fonts/20-unhint-small-dejavu-sans.conf
|
||||
share/examples/dejavu-fonts/20-unhint-small-dejavu-serif.conf
|
||||
share/examples/dejavu-fonts/57-dejavu-sans-mono.conf
|
||||
share/examples/dejavu-fonts/57-dejavu-sans.conf
|
||||
share/examples/dejavu-fonts/57-dejavu-serif.conf
|
@ -1,8 +0,0 @@
|
||||
If you have created the following symbolic links, then don't forget to
|
||||
remove them:
|
||||
/etc/fonts/conf.d/20-unhint-small-dejavu-sans-mono.conf
|
||||
/etc/fonts/conf.d/20-unhint-small-dejavu-sans.conf
|
||||
/etc/fonts/conf.d/20-unhint-small-dejavu-serif.conf
|
||||
/etc/fonts/conf.d/57-dejavu-sans-mono.conf
|
||||
/etc/fonts/conf.d/57-dejavu-sans.conf
|
||||
/etc/fonts/conf.d/57-dejavu-serif.conf
|
Loading…
Reference in New Issue
Block a user