summaryrefslogtreecommitdiff
path: root/print/pips800
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2005-02-27 10:36:36 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2005-02-27 10:36:36 +0000
commit844e6bd50434d320255f2432f11255adac43b675 (patch)
treed25f5ff916463cb4e19d0639a19ced92adccb211 /print/pips800
parent- Assign maintainership to apache@ (diff)
- master site was moved.
- most of the tarballs were rerolled. - preparation for adding EPSON Stylus C80 Series support.
Notes
Notes: svn path=/head/; revision=129877
Diffstat (limited to 'print/pips800')
-rw-r--r--print/pips800/Makefile1
-rw-r--r--print/pips800/Makefile.pips35
-rw-r--r--print/pips800/distinfo4
3 files changed, 11 insertions, 29 deletions
diff --git a/print/pips800/Makefile b/print/pips800/Makefile
index ce1ab14fc8bb..990dd43e7532 100644
--- a/print/pips800/Makefile
+++ b/print/pips800/Makefile
@@ -5,6 +5,7 @@
# $FreeBSD$
#
+PORTREVISION= 1
MASTERDIR= ${.CURDIR}/../pips800
COMMENT= Photo Image Print System for Linux --- EPSON PM-800C
diff --git a/print/pips800/Makefile.pips b/print/pips800/Makefile.pips
index 0a25e30aa3ec..5bea8aaf0278 100644
--- a/print/pips800/Makefile.pips
+++ b/print/pips800/Makefile.pips
@@ -7,9 +7,8 @@
PORTNAME= pips${PRTYPE}
PORTVERSION?= 1.3.2
-#PORTREVISION= 1
CATEGORIES?= print
-MASTER_SITES= http://www.epkowa3.on.arena.ne.jp/pips/data/%SUBDIR%/
+MASTER_SITES= http://www.epkowa1.on.arena.ne.jp/pips/%SUBDIR%/
PIPS_MAJOR= ${PORTVERSION:C|^([0-9]+).([0-9]+).([0-9]+)$|\1|}
PIPS_MINOR= ${PORTVERSION:C|^([0-9]+).([0-9]+).([0-9]+)$|\2|}
@@ -46,30 +45,12 @@ PRT_MODEL= PM${PRTYPE}C
.endif
.if !defined(MASTER_SITE_SUBDIR)
-.if ${PRTYPE} == -sc60s
-MASTER_SITE_SUBDIR= ${PRTYPE:C|^-(sc[0-9]+)s$|\1|}
-.elif ${PRTYPE} == -sc65_66s || ${PRTYPE} == -sc84_83s || \
- ${PRTYPE} == -sc85_86s || ${PRTYPE} == -sp2100_2200
-MASTER_SITE_SUBDIR= ${PRTYPE:C|^-(s[cp])([0-9]+)_([0-9]+)(s?)$|\1\2\4_\1\3\4|}lpr
+.if ${PRTYPE:C|^(...).+(.)$|\1\2|} == "-scs"
+MASTER_SITE_SUBDIR= ${PRTYPE:C|^-(sc.+)s$|\1|}${SUBDIR_SUFFIX}
.elif ${PRTYPE:C|^(.).*$|\1|} == "-"
-MASTER_SITE_SUBDIR= ${PRTYPE:S/^-//}lpr
-.elif ${PRTYPE} == 730
-MASTER_SITE_SUBDIR= ${PRTYPE}
-.elif ${PRTYPE} == "750_2000"
-MASTER_SITE_SUBDIR= pm750c_2000clpr
-.elif ${PRTYPE} == 780 || ${PRTYPE} == 880
-MASTER_SITE_SUBDIR= ${PRTYPE}_20
-.elif ${PRTYPE} == 970
-MASTER_SITE_SUBDIR= ${PRT_MODEL}
-.elif ${PIPS_LEVEL} == 201
-MASTER_SITE_SUBDIR= ${PRTYPE}_21
-.elif ${PIPS_MAJOR} >= 2 && (${DIST_TYPE} == cups || ${DIST_TYPE} == lpr) && \
- ${PRTYPE} != v700
-MASTER_SITE_SUBDIR= ${PRTYPE}C${DIST_TYPE}
-.elif ${DIST_TYPE} != cups && ${DIST_TYPE} != lpr
-MASTER_SITE_SUBDIR= ${PRT_MODEL:L}lpr
+MASTER_SITE_SUBDIR= ${PRTYPE:S/^-//}${SUBDIR_SUFFIX}
.else
-MASTER_SITE_SUBDIR= ${PRT_MODEL:L}${DIST_TYPE}
+MASTER_SITE_SUBDIR= ${PRT_MODEL:L}${SUBDIR_SUFFIX}
.endif
.endif
@@ -161,13 +142,13 @@ LIB_FILE= lib${PRT_MODEL:L}.so
MODEL_FILE= ek${PRT_MODEL:L}.ppd
.if ${PIPS_LEVEL} == 201 || (${PIPS_LEVEL} >= 205 && ${DIST_TYPE} == lpr)
-EKPNAVI_VER= 1.1.2
+EKPNAVI_VER?= 1.1.2
.endif
.if defined(EKPNAVI_VER) || ${DIST_TYPE} == cups
.if ${PRTYPE} == 970 || ${PRTYPE} == v700
-EKPSTM_VER= 1.1.2
+EKPSTM_VER?= 1.1.2
.else
-EKPSTM_VER= 1.0.2
+EKPSTM_VER?= 1.0.2
.endif
.endif
diff --git a/print/pips800/distinfo b/print/pips800/distinfo
index 8ba3db153e05..c012f3f0edb0 100644
--- a/print/pips800/distinfo
+++ b/print/pips800/distinfo
@@ -1,2 +1,2 @@
-MD5 (pips800-1.3.2.tar.gz) = dd23f135242386f1dd06771330be5f1e
-SIZE (pips800-1.3.2.tar.gz) = 1259738
+MD5 (pips800-1.3.2.tar.gz) = e659d7e6d016bf5a1c39b4d868ee09d1
+SIZE (pips800-1.3.2.tar.gz) = 1263997