diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-10-10 02:14:26 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-10-10 02:14:26 +0000 |
commit | 1ef7f2ff45a631154f6d39e1634737e04a808233 (patch) | |
tree | 94f72f2ae67582c1997f60ccf9f007c210fc8a62 | |
parent | d7dc9dd769edd95edc3723516a808013d98078a0 (diff) | |
download | ports-1ef7f2ff45a631154f6d39e1634737e04a808233.tar.gz ports-1ef7f2ff45a631154f6d39e1634737e04a808233.zip |
japanese/p5-jcode.pl is a duplicate port of japanese/jcode.pl
Notes
Notes:
svn path=/head/; revision=262725
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | japanese/Makefile | 1 | ||||
-rw-r--r-- | japanese/p5-jcode.pl/Makefile | 37 | ||||
-rw-r--r-- | japanese/p5-jcode.pl/distinfo | 3 | ||||
-rw-r--r-- | japanese/p5-jcode.pl/pkg-descr | 9 | ||||
-rw-r--r-- | japanese/p5-jcode.pl/pkg-plist | 1 |
6 files changed, 1 insertions, 51 deletions
@@ -4624,3 +4624,4 @@ sysutils/rsyslog55-rfc3195|sysutils/rsyslog5-rfc3195|2010-10-05|Renamed sysutils/rsyslog55-snmpl|sysutils/rsyslog5-snmp|2010-10-05|Renamed devel/automake19||2010-10-07|No longer required by any port devel/automake110||2010-10-07|No longer required by any port +japanese/p5-jcode.pl|japanese/jcode.pl|2010-10-10|Duplicate port diff --git a/japanese/Makefile b/japanese/Makefile index 07846cf793ca..e7e764f8bd3b 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -254,7 +254,6 @@ SUBDIR += p5-Unicode-Japanese SUBDIR += p5-WWW-2ch SUBDIR += p5-WWW-MobileCarrierJP - SUBDIR += p5-jcode.pl SUBDIR += p5-manual SUBDIR += p5-nkf SUBDIR += paledit diff --git a/japanese/p5-jcode.pl/Makefile b/japanese/p5-jcode.pl/Makefile deleted file mode 100644 index cf8b6a7cad4b..000000000000 --- a/japanese/p5-jcode.pl/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: p5-jcode.pl -# Date created: 26 Jun 1998 -# Whom: SADA Kenji <sada@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= jcode.pl -PORTVERSION= 2.13 -CATEGORIES= japanese perl5 -MASTER_SITES= ftp://ftp.iij.ad.jp/pub/IIJ/dist/utashiro/perl/ \ - ftp://ftp.sra.co.jp/pub/lang/perl/sra-scripts/ -EXTRACT_SUFX= # none - -MAINTAINER= ports@FreeBSD.org -COMMENT= Perl5 library for Japanese character code conversion - -EXTRACT_CMD= ${CP} -EXTRACT_BEFORE_ARGS= -EXTRACT_AFTER_ARGS= ${WRKDIR} -NO_WRKSUBDIR= YES -NO_BUILD= YES -USE_PERL5= YES -PLIST_SUB= INSTALL_BASE=${INSTALL_BASE} - -INSTALL_BASE= ${SITE_PERL_REL} -INSTALL_DIR= ${PREFIX}/${INSTALL_BASE} - -.include <bsd.port.pre.mk> - -PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5- - -do-install: - ${MKDIR} ${INSTALL_DIR} - ${INSTALL_DATA} ${WRKDIR}/${DISTNAME} ${INSTALL_DIR}/jcode.pl - -.include <bsd.port.post.mk> diff --git a/japanese/p5-jcode.pl/distinfo b/japanese/p5-jcode.pl/distinfo deleted file mode 100644 index 69bd2c868c46..000000000000 --- a/japanese/p5-jcode.pl/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (jcode.pl-2.13) = 7d688306677b99ec34cf68ef93562381 -SHA256 (jcode.pl-2.13) = 43e1a230e78db67065fa4f39f05b7f4ae0cbaef3070125ad985288315765142d -SIZE (jcode.pl-2.13) = 21093 diff --git a/japanese/p5-jcode.pl/pkg-descr b/japanese/p5-jcode.pl/pkg-descr deleted file mode 100644 index 56540acc2518..000000000000 --- a/japanese/p5-jcode.pl/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -``jcode.pl-2.x'' is a perl library for japanese character code conversion. -It supports translation of each JIS, EUC, Shift JIS texts, and automatically -recognizes the encode-method of the target text files. - -To use this, your script should load this library as - -+ require "jcode.pl"; -or -+ require('jcode.pl'); diff --git a/japanese/p5-jcode.pl/pkg-plist b/japanese/p5-jcode.pl/pkg-plist deleted file mode 100644 index 17537ad7bf1b..000000000000 --- a/japanese/p5-jcode.pl/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -%%INSTALL_BASE%%/jcode.pl |