aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2003-02-13 01:53:09 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2003-02-13 01:53:09 +0000
commite852692922f2171a8ae932972a097c87e99123de (patch)
tree2a1faac8a119eb47a6bc4ed789769fac747a8576
parent40428dadd53e36eaf479f60d8d8f70070334f386 (diff)
downloadports-e852692922f2171a8ae932972a097c87e99123de.tar.gz
ports-e852692922f2171a8ae932972a097c87e99123de.zip
Switch over to MASTER_SITE_DEBIAN.
Also convert COMMENT while I'm here. List of candidate ports from PR: 47881 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Notes
Notes: svn path=/head/; revision=75426
-rw-r--r--audio/mp3rename/Makefile4
-rw-r--r--audio/mp3rename/pkg-comment1
-rw-r--r--devel/ecgi/Makefile4
-rw-r--r--devel/ecgi/pkg-comment1
-rw-r--r--editors/beav/Makefile4
-rw-r--r--editors/beav/pkg-comment1
-rw-r--r--games/xjump/Makefile5
-rw-r--r--graphics/panorama/Makefile4
-rw-r--r--graphics/panorama/pkg-comment1
-rw-r--r--japanese/skkfep/Makefile4
-rw-r--r--japanese/skkfep/pkg-comment1
-rw-r--r--japanese/truetypefonts/Makefile4
-rw-r--r--japanese/truetypefonts/pkg-comment1
-rw-r--r--math/xspread/Makefile4
-rw-r--r--math/xspread/pkg-comment1
-rw-r--r--multimedia/vcdtools/Makefile4
-rw-r--r--multimedia/vcdtools/pkg-comment1
-rw-r--r--x11/gvid/Makefile4
-rw-r--r--x11/gvid/pkg-comment1
19 files changed, 28 insertions, 22 deletions
diff --git a/audio/mp3rename/Makefile b/audio/mp3rename/Makefile
index c514e04912b7..622240e534be 100644
--- a/audio/mp3rename/Makefile
+++ b/audio/mp3rename/Makefile
@@ -8,10 +8,12 @@
PORTNAME= mp3rename
PORTVERSION= 0.6
CATEGORIES= audio
-MASTER_SITES= ftp://ftp.debian.org/debian/pool/main/m/mp3rename/
+MASTER_SITES= ${MASTER_SITES_DEBIAN}
+MASTER_SITE_SUBDIR= pool/main/m/mp3rename
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
MAINTAINER= ports@FreeBSD.org
+COMMENT= A renaming program for mp3 files based on their id3tag
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.orig
diff --git a/audio/mp3rename/pkg-comment b/audio/mp3rename/pkg-comment
deleted file mode 100644
index 813392877ae0..000000000000
--- a/audio/mp3rename/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A renaming program for mp3 files based on their id3tag
diff --git a/devel/ecgi/Makefile b/devel/ecgi/Makefile
index 8df00fb0cfda..a65d9fb0a5a6 100644
--- a/devel/ecgi/Makefile
+++ b/devel/ecgi/Makefile
@@ -9,10 +9,12 @@ PORTNAME= ecgi
PORTVERSION= 0.6.2
PORTREVISION= 1
CATEGORIES= devel
-MASTER_SITES= ftp://ftp.debian.org/debian/pool/main/libe/libecgi/
+MASTER_SITES= ${MASTER_SITE_DEBIAN}
+MASTER_SITE_SUBDIR= pool/main/libe/libecgi
DISTNAME= lib${PORTNAME}_${PORTVERSION}.orig
MAINTAINER= ports@FreeBSD.org
+COMMENT= A library for the creation of CGI-based Web applications
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
diff --git a/devel/ecgi/pkg-comment b/devel/ecgi/pkg-comment
deleted file mode 100644
index 403c9e7ae974..000000000000
--- a/devel/ecgi/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A library for the creation of CGI-based Web applications
diff --git a/editors/beav/Makefile b/editors/beav/Makefile
index c644e7ece119..f9cfd4a37146 100644
--- a/editors/beav/Makefile
+++ b/editors/beav/Makefile
@@ -8,10 +8,12 @@
PORTNAME= beav
PORTVERSION= 1.40.15
CATEGORIES= editors
-MASTER_SITES= ftp://ftp.debian.org/debian/pool/main/b/beav/
+MASTER_SITES= ${MASTER_SITE_DEBIAN}
+MASTER_SITE_SUBDIR= pool/main/b/beav
DISTNAME= ${PORTNAME}_${PORTVERSION:R}-${PORTVERSION:E}
MAINTAINER= ports@FreeBSD.org
+COMMENT= Binary Editor And Viewer, a full featured binary file editor
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
diff --git a/editors/beav/pkg-comment b/editors/beav/pkg-comment
deleted file mode 100644
index a3c0aabc9c7d..000000000000
--- a/editors/beav/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Binary Editor And Viewer, a full featured binary file editor
diff --git a/games/xjump/Makefile b/games/xjump/Makefile
index a2d125933bd9..d108e4151fad 100644
--- a/games/xjump/Makefile
+++ b/games/xjump/Makefile
@@ -8,10 +8,7 @@
PORTNAME= xjump
PORTVERSION= 2.7.5
CATEGORIES= games
-MASTER_SITES= ftp://ftp.jp.debian.org/debian/%SUBDIR%/ \
- ftp://ftp-linux.cc.gatech.edu/pub/linux/distributions/debian/%SUBDIR%/ \
- ftp://ftp.de.debian.org/debian/%SUBDIR%/ \
- ftp://ftp.debian.org/debian/%SUBDIR%/
+MASTER_SITES= ${MASTER_SITE_DEBIAN}
MASTER_SITE_SUBDIR= pool/main/x/xjump
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
diff --git a/graphics/panorama/Makefile b/graphics/panorama/Makefile
index 6f87dce1c919..6b84e0ba6f22 100644
--- a/graphics/panorama/Makefile
+++ b/graphics/panorama/Makefile
@@ -9,7 +9,8 @@ PORTNAME= panorama
PORTVERSION= 0.13.2
PORTREVISION= 1
CATEGORIES= graphics
-MASTER_SITES= ftp://ftp.debian.org/debian/pool/main/p/panorama/
+MASTER_SITES= ${MASTER_SITE_DEBIAN}
+MASTER_SITE_SUBDIR= pool/main/p/panorama
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
PATCH_SITES= ${MASTER_SITES}
@@ -17,6 +18,7 @@ PATCHFILES= ${PORTNAME}_${PORTVERSION}-2.1.diff.gz
PATCH_DIST_STRIP= -p1
MAINTAINER= ports@FreeBSD.org
+COMMENT= GNU framework for 3D graphics production
LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \
png:${PORTSDIR}/graphics/png \
diff --git a/graphics/panorama/pkg-comment b/graphics/panorama/pkg-comment
deleted file mode 100644
index 7c4af8ca2ab0..000000000000
--- a/graphics/panorama/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-GNU framework for 3D graphics production
diff --git a/japanese/skkfep/Makefile b/japanese/skkfep/Makefile
index 5aea5847392f..64903c4cfa74 100644
--- a/japanese/skkfep/Makefile
+++ b/japanese/skkfep/Makefile
@@ -8,10 +8,12 @@
PORTNAME= skkfep
PORTVERSION= 0.86c
CATEGORIES= japanese
-MASTER_SITES= ftp://ftp.debian.org/debian/pool/main/s/skkfep/
+MASTER_SITES= ${MASTER_SITE_DEBIAN}
+MASTER_SITE_SUBDIR= pool/main/s/skkfep
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
MAINTAINER= ports@FreeBSD.org
+COMMENT= SKK-like Kana-to-Kanji FrontEnd Processor
RUN_DEPENDS= ${LOCALBASE}/sbin/skkserv:${PORTSDIR}/japanese/skk
diff --git a/japanese/skkfep/pkg-comment b/japanese/skkfep/pkg-comment
deleted file mode 100644
index 74bddc8f2d0e..000000000000
--- a/japanese/skkfep/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-SKK-like Kana-to-Kanji FrontEnd Processor
diff --git a/japanese/truetypefonts/Makefile b/japanese/truetypefonts/Makefile
index 2df5e0c81314..05b5051715f7 100644
--- a/japanese/truetypefonts/Makefile
+++ b/japanese/truetypefonts/Makefile
@@ -8,10 +8,12 @@
PORTNAME= truetypefonts
PORTVERSION= 2001.08.18.5
CATEGORIES= japanese x11-fonts
-MASTER_SITES= ftp://ftp.debian.org/debian/pool/main/t/ttf-xtt/
+MASTER_SITES= ${MASTER_SITE_DEBIAN}
+MASTER_SITE_SUBDIR= pool/main/t/ttf-xtt
DISTNAME= ttf-xtt_0.${PORTVERSION:R:S/.//g}-${PORTVERSION:E}
MAINTAINER= ports@FreeBSD.org
+COMMENT= Japanese TrueType Fonts
USE_X_PREFIX= yes
diff --git a/japanese/truetypefonts/pkg-comment b/japanese/truetypefonts/pkg-comment
deleted file mode 100644
index 4e405f6f1abf..000000000000
--- a/japanese/truetypefonts/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Japanese TrueType Fonts
diff --git a/math/xspread/Makefile b/math/xspread/Makefile
index 43a3c81541a5..d5fad92788fb 100644
--- a/math/xspread/Makefile
+++ b/math/xspread/Makefile
@@ -8,10 +8,12 @@
PORTNAME= xspread
PORTVERSION= 3.1.1c
CATEGORIES= math
-MASTER_SITES= http://ftp.debian.org/debian/dists/potato/main/source/math/
+MASTER_SITES= ${MASTER_SITE_DEBIAN}
+MASTER_SITE_SUBDIR= dists/potato/main/source/math
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
MAINTAINER= ports@FreeBSD.org
+COMMENT= A spreadsheet program for X and terminals
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.orig
diff --git a/math/xspread/pkg-comment b/math/xspread/pkg-comment
deleted file mode 100644
index 0ba26d08f752..000000000000
--- a/math/xspread/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A spreadsheet program for X and terminals
diff --git a/multimedia/vcdtools/Makefile b/multimedia/vcdtools/Makefile
index 744b7651487e..b7476fa4c1c0 100644
--- a/multimedia/vcdtools/Makefile
+++ b/multimedia/vcdtools/Makefile
@@ -10,10 +10,12 @@ PORTNAME= vcdtools
PORTVERSION= 0.4
PORTREVISION= 1
CATEGORIES= multimedia
-MASTER_SITES= ftp://ftp.debian.org/debian/pool/main/v/vcdtools/
+MASTER_SITES= ${MASTER_SITE_DEBIAN}
+MASTER_SITE_SUBDIR= pool/main/v/vcdtools
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
MAINTAINER= ports@FreeBSD.org
+COMMENT= Create your own VCD
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.orig
diff --git a/multimedia/vcdtools/pkg-comment b/multimedia/vcdtools/pkg-comment
deleted file mode 100644
index b56a226c1808..000000000000
--- a/multimedia/vcdtools/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Create your own VCD
diff --git a/x11/gvid/Makefile b/x11/gvid/Makefile
index 35909a8d21d1..079b125135a8 100644
--- a/x11/gvid/Makefile
+++ b/x11/gvid/Makefile
@@ -8,10 +8,12 @@
PORTNAME= gvid
PORTVERSION= 0.3
CATEGORIES= x11 gnome
-MASTER_SITES= ftp://ftp.debian.org/debian/pool/main/g/gvid/
+MASTER_SITES= ${MASTER_SITE_DEBIAN}
+MASTER_SITE_SUBDIR= pool/main/g/gvid
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
MAINTAINER= ports@FreeBSD.org
+COMMENT= Gnome applet to change video resolution
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.orig
diff --git a/x11/gvid/pkg-comment b/x11/gvid/pkg-comment
deleted file mode 100644
index 2f42cfc98608..000000000000
--- a/x11/gvid/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Gnome applet to change video resolution