mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
Remove expired leaf ports:
2006-09-01 devel/linux_devtools 2006-09-10 graphics/pecl-imagick 2006-09-01 korean/linux_locale
This commit is contained in:
parent
da412d866a
commit
9ad3555003
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=172790
1
LEGAL
1
LEGAL
@ -382,7 +382,6 @@ LimeWireLinux.tgz net-p2p/limewire No redistribution allowed
|
||||
linunace* archivers/linux-unace Distribution is permitted within the
|
||||
original package only
|
||||
Linux-ACU-Driver-v* sysutils/linux-acu Redistribution not allowed
|
||||
linux_devtools devel/linux_devtools GPL binaries
|
||||
linux-gtk2 x11-toolkits/linux-gtk2 LGPL binary, no source
|
||||
linuxq3ademo-* games/linux-q3ademo Restrictive license by Loki Software
|
||||
l0phtcrack/* security/l0phtcrack Parts are under GPL, so
|
||||
|
3
MOVED
3
MOVED
@ -2461,3 +2461,6 @@ devel/p5-Linux-Pid||2006-09-03|Was a p5-Apache-SizeLimit dependency, now removed
|
||||
www/mozilla-devel|www/seamonkey|2006-09-03|Security vulnerabilities
|
||||
textproc/p5-Text-SwiftTemplate||2006-09-04|unfetchable, removed
|
||||
security/fpc-md5|security/fpc-hash|2006-09-07|Port was renamed
|
||||
devel/linux_devtools||2006-09-11|Has expired: the dependcy is deprecated, please use a linux_dist port instead
|
||||
graphics/pecl-imagick||2006-09-11|Has expired: Project is dead and does not work
|
||||
korean/linux_locale||2006-09-11|Has expired: the dependency is scheduled for removal and a recent glib does not need this
|
||||
|
@ -602,7 +602,6 @@
|
||||
SUBDIR += linux-libglade
|
||||
SUBDIR += linux-runrev
|
||||
SUBDIR += linux-sdl12
|
||||
SUBDIR += linux_devtools
|
||||
SUBDIR += linux_kdump
|
||||
SUBDIR += linuxthreads
|
||||
SUBDIR += lion
|
||||
|
@ -1,97 +0,0 @@
|
||||
# New ports collection makefile for: linux_devtools
|
||||
# Date created: Jul 9, 1999
|
||||
# Whom: marcel@FreeBSD.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= linux_devtools
|
||||
PORTVERSION= 8.0
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= devel emulators linux
|
||||
MASTER_SITES= ${MASTER_SITE_REDHAT_LINUX}
|
||||
MASTER_SITE_SUBDIR= ${PORTVERSION}/${LANG}/os/${ARCH}/RedHat/RPMS
|
||||
DISTFILES= glibc-devel-2.2.93-5.i386.rpm \
|
||||
compat-libstdc++-devel-7.3-2.96.110.i386.rpm \
|
||||
libstdc++-devel-3.2-7.i386.rpm \
|
||||
make-3.79.1-14.i386.rpm \
|
||||
binutils-2.13.90.0.2-2.i386.rpm \
|
||||
cpp-3.2-7.i386.rpm \
|
||||
gcc-3.2-7.i386.rpm \
|
||||
gcc-c++-3.2-7.i386.rpm \
|
||||
gcc-g77-3.2-7.i386.rpm \
|
||||
gdb-5.2.1-4.i386.rpm \
|
||||
rpm-build-4.1-1.06.i386.rpm \
|
||||
rpm-devel-4.1-1.06.i386.rpm \
|
||||
glibc-kernheaders-2.4-7.20.i386.rpm
|
||||
EXTRACT_ONLY=
|
||||
|
||||
PATCH_SITES= ${MASTER_SITE_REDHAT_LINUX}
|
||||
PATCH_SITE_SUBDIR= updates/${PORTVERSION}/${LANG}/os/${ARCH}
|
||||
PATCHFILES= ${UPDATES}
|
||||
|
||||
MAINTAINER= freebsd-emulation@FreeBSD.org
|
||||
COMMENT= Packages needed for doing development in Linux mode
|
||||
|
||||
BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm
|
||||
|
||||
DEPRECATED= the dependcy is deprecated, please use a linux_dist port instead
|
||||
EXPIRATION_DATE=2006-09-01
|
||||
|
||||
USE_LINUX= 8
|
||||
USE_LINUX_PREFIX= yes
|
||||
ONLY_FOR_ARCHS= i386 amd64
|
||||
CONFLICTS= linux_devtools-*
|
||||
DIST_SUBDIR= rpm/${ARCH}/${PORTVERSION}
|
||||
NO_BUILD= yes
|
||||
|
||||
# Let's avoid hardcoding 'en' as the language.
|
||||
LANG= en
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
UPDATES= XFree86-devel-4.2.1-23.i386.rpm
|
||||
|
||||
DBPATH= /var/lib/rpm
|
||||
RPM= LC_ALL=C rpm
|
||||
RPMFLAGS= --root ${PREFIX} --dbpath ${DBPATH} --nodeps \
|
||||
--replacepkgs --ignoreos
|
||||
RPMDIR= ${DISTDIR}/${DIST_SUBDIR}
|
||||
|
||||
REMOVE_DIRS= dev tmp var/tmp
|
||||
REMOVE_FILES=
|
||||
|
||||
.if (${ARCH} == "amd64")
|
||||
ARCH= i386
|
||||
RPMFLAGS+= --ignorearch
|
||||
.endif
|
||||
|
||||
do-patch:
|
||||
@${DO_NADA}
|
||||
|
||||
do-install:
|
||||
@${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
|
||||
@${MKDIR} ${PREFIX}/tmp
|
||||
@${MKDIR} ${PREFIX}/var/tmp
|
||||
#
|
||||
# Install all packages.
|
||||
@for R in ${DISTFILES}; do \
|
||||
${ECHO_MSG} $$R; \
|
||||
${RPM} -U ${RPMFLAGS} ${RPMDIR}/$$R; \
|
||||
done
|
||||
#
|
||||
# Install updates
|
||||
@for R in ${PATCHFILES}; do \
|
||||
${ECHO_MSG} $$R; \
|
||||
${RPM} -U ${RPMFLAGS} ${RPMDIR}/$$R; \
|
||||
done
|
||||
#
|
||||
# Finish
|
||||
@for D in ${REMOVE_DIRS}; do \
|
||||
${RM} -rf ${PREFIX}/$$D; \
|
||||
done
|
||||
@for F in ${REMOVE_FILES}; do \
|
||||
${RM} ${PREFIX}/$$F; \
|
||||
done
|
||||
|
||||
.include <bsd.port.post.mk>
|
@ -1,42 +0,0 @@
|
||||
MD5 (rpm/i386/8.0/glibc-devel-2.2.93-5.i386.rpm) = b6324ccb082d61fd8419a340c5e98307
|
||||
SHA256 (rpm/i386/8.0/glibc-devel-2.2.93-5.i386.rpm) = 1785960290f9280dcddb74be33862f891ff8029a341d339fee9f4c4f76454bc4
|
||||
SIZE (rpm/i386/8.0/glibc-devel-2.2.93-5.i386.rpm) = 2264199
|
||||
MD5 (rpm/i386/8.0/compat-libstdc++-devel-7.3-2.96.110.i386.rpm) = aef050b20d1ee7f4e4c3361a6f0d5af6
|
||||
SHA256 (rpm/i386/8.0/compat-libstdc++-devel-7.3-2.96.110.i386.rpm) = dd9bb16e71a98f749ba16613a98844e1e37e5f7ad83c4261aeb1ea292452f087
|
||||
SIZE (rpm/i386/8.0/compat-libstdc++-devel-7.3-2.96.110.i386.rpm) = 354733
|
||||
MD5 (rpm/i386/8.0/libstdc++-devel-3.2-7.i386.rpm) = 8eee18be94c23439282bebbc02cd4604
|
||||
SHA256 (rpm/i386/8.0/libstdc++-devel-3.2-7.i386.rpm) = 67ae31a5ed069e5c734f6e01d1d6039899cd7763a643532e92b481c6b7e14118
|
||||
SIZE (rpm/i386/8.0/libstdc++-devel-3.2-7.i386.rpm) = 3289385
|
||||
MD5 (rpm/i386/8.0/make-3.79.1-14.i386.rpm) = 1d31756f4f48f85c8ef4a7a861ffc6c5
|
||||
SHA256 (rpm/i386/8.0/make-3.79.1-14.i386.rpm) = 72d081959fd309d80e466fdf1486fbab704fc20679ec2342bbee78d9eae22ea5
|
||||
SIZE (rpm/i386/8.0/make-3.79.1-14.i386.rpm) = 311658
|
||||
MD5 (rpm/i386/8.0/binutils-2.13.90.0.2-2.i386.rpm) = 283b1eec57dbf332a3b262c4e6c70254
|
||||
SHA256 (rpm/i386/8.0/binutils-2.13.90.0.2-2.i386.rpm) = a67d27f6b13369826548892b9b4ebdb0598834eb2a7c761d123b4944679356f2
|
||||
SIZE (rpm/i386/8.0/binutils-2.13.90.0.2-2.i386.rpm) = 1968266
|
||||
MD5 (rpm/i386/8.0/cpp-3.2-7.i386.rpm) = 80ad54bc870510eee464a405f3383b1d
|
||||
SHA256 (rpm/i386/8.0/cpp-3.2-7.i386.rpm) = 16a94e115b4b2beca465a3a403ef58f57a3d7823e5278bc147c08f83c0bbeaea
|
||||
SIZE (rpm/i386/8.0/cpp-3.2-7.i386.rpm) = 222321
|
||||
MD5 (rpm/i386/8.0/gcc-3.2-7.i386.rpm) = b626e31beaef6135c172370cae61bd67
|
||||
SHA256 (rpm/i386/8.0/gcc-3.2-7.i386.rpm) = e88dd678ad48d421e4948107a0979bf750f12843ee1693b722a988a065369978
|
||||
SIZE (rpm/i386/8.0/gcc-3.2-7.i386.rpm) = 5609322
|
||||
MD5 (rpm/i386/8.0/gcc-c++-3.2-7.i386.rpm) = 4abf1c11fa2c4bd74dae94bd7d204f15
|
||||
SHA256 (rpm/i386/8.0/gcc-c++-3.2-7.i386.rpm) = a0a99baa09642e9dbcd6151d3eff2eb603883b01e930a9e89bf5642c79b336a1
|
||||
SIZE (rpm/i386/8.0/gcc-c++-3.2-7.i386.rpm) = 1882877
|
||||
MD5 (rpm/i386/8.0/gcc-g77-3.2-7.i386.rpm) = 59c850b758c1ce9dd6023e46dd9cddfe
|
||||
SHA256 (rpm/i386/8.0/gcc-g77-3.2-7.i386.rpm) = d041b174c5979ec8cb4f9d0def8f242653aace55da932b41c5e3d56cbcfc6f21
|
||||
SIZE (rpm/i386/8.0/gcc-g77-3.2-7.i386.rpm) = 1836987
|
||||
MD5 (rpm/i386/8.0/gdb-5.2.1-4.i386.rpm) = deac4ffa132cc71a2d3b162afdd9f18f
|
||||
SHA256 (rpm/i386/8.0/gdb-5.2.1-4.i386.rpm) = 2f884adabf725d4f2786d5e39a3c6ed2619876cf717165b2f3c0c42e0d6be001
|
||||
SIZE (rpm/i386/8.0/gdb-5.2.1-4.i386.rpm) = 1303349
|
||||
MD5 (rpm/i386/8.0/rpm-build-4.1-1.06.i386.rpm) = a6cc55182420e370ddbad6536e0297fe
|
||||
SHA256 (rpm/i386/8.0/rpm-build-4.1-1.06.i386.rpm) = 2cc266746aea45c9a9de11cf13095bb0aee12af4fc7f913dabe7db9b92133efe
|
||||
SIZE (rpm/i386/8.0/rpm-build-4.1-1.06.i386.rpm) = 79313
|
||||
MD5 (rpm/i386/8.0/rpm-devel-4.1-1.06.i386.rpm) = dc6385128ffc4057cffa5ac66da9ab7c
|
||||
SHA256 (rpm/i386/8.0/rpm-devel-4.1-1.06.i386.rpm) = 1ffb7909d934cbd6ee5c7aa6cbaa230010f5903563a94880988c8d5ed912bd32
|
||||
SIZE (rpm/i386/8.0/rpm-devel-4.1-1.06.i386.rpm) = 3255193
|
||||
MD5 (rpm/i386/8.0/glibc-kernheaders-2.4-7.20.i386.rpm) = d707704a0ec9af5e650001a591636279
|
||||
SHA256 (rpm/i386/8.0/glibc-kernheaders-2.4-7.20.i386.rpm) = 3b716f3118b874621a4cfe84a2070afd4e592be3ad1954190485aa930b7b4693
|
||||
SIZE (rpm/i386/8.0/glibc-kernheaders-2.4-7.20.i386.rpm) = 846425
|
||||
MD5 (rpm/i386/8.0/XFree86-devel-4.2.1-23.i386.rpm) = 845a3a2974ce06fc9df51b578dc1183a
|
||||
SHA256 (rpm/i386/8.0/XFree86-devel-4.2.1-23.i386.rpm) = 546bbfec42232663d5a900b4d01125da83deeb81695d4e5ce530275e1ead6e4c
|
||||
SIZE (rpm/i386/8.0/XFree86-devel-4.2.1-23.i386.rpm) = 4947673
|
@ -1,5 +0,0 @@
|
||||
The linux_devtools port contains a selection of packages necessary
|
||||
for doing development in Linux mode.
|
||||
|
||||
- Marcel
|
||||
marcel@FreeBSD.org
|
@ -1,18 +0,0 @@
|
||||
#!/bin/sh
|
||||
# installation script for linux_devtools
|
||||
|
||||
case "$2" in
|
||||
PRE-INSTALL)
|
||||
if [ -z "`kldstat -v | grep -E 'linux(aout|elf)'`" ]; then
|
||||
echo 'Linux mode is not enabled.'
|
||||
echo 'Loading Linux kernel module now...'
|
||||
if ! kldload linux; then
|
||||
echo 'The Linux kernel module could not be loaded.'
|
||||
echo 'Please enable Linux mode manually and retry.'
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
|
||||
exit 0
|
File diff suppressed because it is too large
Load Diff
@ -479,7 +479,6 @@
|
||||
SUBDIR += pear-Image_Canvas
|
||||
SUBDIR += pear-Image_Color
|
||||
SUBDIR += pear-Image_Graph
|
||||
SUBDIR += pecl-imagick
|
||||
SUBDIR += pecomato
|
||||
SUBDIR += peps
|
||||
SUBDIR += pgperl
|
||||
|
@ -1,46 +0,0 @@
|
||||
# New ports collection makefile for: pecl-imagick
|
||||
# Date created: 19 Jul 2004
|
||||
# Whom: Alex Dupre <ale@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= imagick
|
||||
PORTVERSION= 0.9.11
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= graphics pear
|
||||
MASTER_SITES= http://pecl.php.net/get/
|
||||
PKGNAMEPREFIX= pecl-
|
||||
EXTRACT_SUFX= .tgz
|
||||
DIST_SUBDIR= PECL
|
||||
|
||||
MAINTAINER= ale@FreeBSD.org
|
||||
COMMENT= A PECL extension to manipulate images
|
||||
|
||||
DEPRECATED= Project is dead and does not work
|
||||
EXPIRATION_DATE= 2006-09-10
|
||||
|
||||
USE_PHP= yes
|
||||
USE_PHPEXT= yes
|
||||
|
||||
CONFIGURE_ARGS= --with-imagick=${LOCALBASE}
|
||||
|
||||
OPTIONS= GM "Use GraphicsMagick backend" off
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITHOUT_GM)
|
||||
LIB_DEPENDS= Magick.10:${PORTSDIR}/graphics/ImageMagick
|
||||
.else
|
||||
LIB_DEPENDS= GraphicsMagick.1:${PORTSDIR}/graphics/GraphicsMagick
|
||||
CONFIGURE_ARGS+=--with-imagick-gm
|
||||
BROKEN= Does not build
|
||||
.endif
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
post-install:
|
||||
@${MKDIR} ${EXAMPLESDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
@ -1,3 +0,0 @@
|
||||
MD5 (PECL/imagick-0.9.11.tgz) = c8f78b063eb3fbdef1c8501190983c89
|
||||
SHA256 (PECL/imagick-0.9.11.tgz) = 03df8fb8f1ea5db5c21bee7029fb46af3621350f8987549faa24c4da9ae5fd59
|
||||
SIZE (PECL/imagick-0.9.11.tgz) = 69562
|
@ -1,7 +0,0 @@
|
||||
Imagick is a wrapper for the ImageMagick library to read, write, and
|
||||
manipulate an image in many image formats.
|
||||
|
||||
WWW: http://pecl.php.net/package/imagick/
|
||||
|
||||
- Alex Dupre
|
||||
ale@FreeBSD.org
|
@ -1,76 +0,0 @@
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/animated.gif
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/animatedgif2jpgs.php
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/annotate.php
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/arc.php
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/blob2image.php
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/blur.php
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/border.php
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/charcoal.php
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/chop.php
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/circle.php
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/clone_handle.php
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/composite.php
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/contrast.php
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/convert1.php
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/convert2.php
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/convert_and_resize.php
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/crop.php
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/despeckle.php
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/destroyhandle.php
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/edge.php
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/ellipse.php
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/emboss.php
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/enhance.php
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/equalize.php
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/first.php
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/flip.php
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/flop.php
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/gamma.php
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/gaussianblur.php
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/getcanvas.php
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/getimagedepth.php
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/getlistindex.php
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/getlistsize.php
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/getmimetype.php
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/getnumbercolors.php
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/goto.php
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/image.jpg
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/image2blob.php
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/implode.php
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/isgrayimage.php
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/ismonochromeimage.php
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/isopaqueimage.php
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/ispaletteimage.php
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/level.php
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/line.php
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/list1.php
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/list2.php
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/medianfilter.php
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/modulate.php
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/motionblur.php
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/negate.php
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/normalize.php
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/oilpaint.php
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/ordereddither.php
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/point.php
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/profile.php
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/raise.php
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/rectangle.php
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/reducenoise.php
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/resize.php
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/roll.php
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/rotate.php
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/sample.php
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/scale.php
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/setfillcolor.php
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/setfontface.php
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/shade.php
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/sharpen.php
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/shear.php
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/solarize.php
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/spread.php
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/swirl.php
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/threshold.php
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/unsharpmask.php
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/wave.php
|
||||
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
|
@ -39,7 +39,6 @@
|
||||
SUBDIR += johabfonts
|
||||
SUBDIR += kaistfonts
|
||||
SUBDIR += kde3-i18n
|
||||
SUBDIR += linux_locale
|
||||
SUBDIR += linuxdoc-sgml
|
||||
SUBDIR += man-doc
|
||||
SUBDIR += mizifont
|
||||
|
@ -1,36 +0,0 @@
|
||||
# New ports collection makefile for: linux_locale
|
||||
# Date created: Apr 20 1999
|
||||
# Whom: cjh@kr.freebsd.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= linux_locale
|
||||
PORTVERSION= 1.0
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= korean emulators linux
|
||||
MASTER_SITES= ftp://ftp.kr.freebsd.org/pub/FreeBSD-kr/distfiles/
|
||||
DISTNAME= ${PORTNAME}-${PKGNAMEPREFIX}${PORTVERSION}
|
||||
EXTRACT_ONLY= # empty
|
||||
|
||||
MAINTAINER= cjh@kr.freebsd.org
|
||||
COMMENT= Glibc 2.0 Korean locale for linux compatibility
|
||||
|
||||
BUILD_DEPENDS= ${LINUX_BASE_PORT}
|
||||
|
||||
ONLY_FOR_ARCHS= i386 amd64
|
||||
|
||||
CONFLICTS= linux_base-fc*
|
||||
|
||||
DEPRECATED= the dependency is scheduled for removal and a recent glib does not need this
|
||||
EXPIRATION_DATE=2006-09-01
|
||||
|
||||
USE_LINUX= 8
|
||||
USE_LINUX_PREFIX=yes
|
||||
NO_BUILD= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
do-install:
|
||||
@zcat ${DISTDIR}/${DISTNAME}.tar.gz |(cd ${PREFIX}; ${PAX} -r)
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,3 +0,0 @@
|
||||
MD5 (linux_locale-ko-1.0.tar.gz) = 39f52a9e246407be6ae6f625f2cf0beb
|
||||
SHA256 (linux_locale-ko-1.0.tar.gz) = 479a7b6e6704bbf01515f9ab6d1dbb3bcd58705e561653ce2685c7604ca1eaf8
|
||||
SIZE (linux_locale-ko-1.0.tar.gz) = 10976
|
@ -1,14 +0,0 @@
|
||||
Korean locale for linux_lib
|
||||
===========================
|
||||
|
||||
For running some linux-emulation program such as hanIM, you may
|
||||
need this for correctly working setlocale() for ko locale.
|
||||
|
||||
glibc(prior 2.1) have no true multilingual support, so this locale
|
||||
definition is broken but sufficient for running X11 applications.
|
||||
|
||||
This definition files(LC_CTYPE, LC_TIME, etc.) is from
|
||||
Alzza Linux distribution, a leading Linux distribution in Korea.
|
||||
|
||||
--
|
||||
Ports by CHOI Junho <cjh@kr.freebsd.org>
|
@ -1,6 +0,0 @@
|
||||
usr/share/locale/ko/LC_MESSAGES/SYS_LC_MESSAGES
|
||||
usr/share/locale/ko/LC_TIME
|
||||
usr/share/locale/ko/LC_NUMERIC
|
||||
usr/share/locale/ko/LC_MONETARY
|
||||
usr/share/locale/ko/LC_CTYPE
|
||||
usr/share/locale/ko/LC_COLLATE
|
Loading…
Reference in New Issue
Block a user