diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-12-20 02:53:52 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-12-20 02:53:52 +0000 |
commit | a9d0460425c014c218887e241c0fe59c56435846 (patch) | |
tree | 3861e68a6b45d3c93271cb44dc5995edc168c021 /japanese | |
parent | 8dba2b213ff8e6f1143a82f8b6a5c6caeac35a25 (diff) | |
download | ports-a9d0460425c014c218887e241c0fe59c56435846.tar.gz ports-a9d0460425c014c218887e241c0fe59c56435846.zip |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/Makefile | 1 | ||||
-rw-r--r-- | japanese/samba3/Makefile | 30 | ||||
-rw-r--r-- | japanese/samba3/distinfo | 4 | ||||
-rw-r--r-- | japanese/samba3/pkg-descr | 12 |
4 files changed, 47 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index 06f30189dc95..73f49281864c 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -332,6 +332,7 @@ SUBDIR += rxvt SUBDIR += ryaku-fpw SUBDIR += samba + SUBDIR += samba3 SUBDIR += sazanami-ttf SUBDIR += scim-tables SUBDIR += scim-uim diff --git a/japanese/samba3/Makefile b/japanese/samba3/Makefile new file mode 100644 index 000000000000..03342ba86d10 --- /dev/null +++ b/japanese/samba3/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: ja-samba +# Date created: 8 Nov 2004 +# Whom: Timur Bakeyev <timur@gnu.org> +# +# $FreeBSD$ +# + +PORTREVISION= 0 +PORTEPOCH= 0 +CATEGORIES= japanese net +PKGNAMEPREFIX= ja- + +PATCH_SITES= http://dist.bsdlab.org/ +PATCHFILES= samba-3.0.9-i18n-20041219.bz2 +PATCH_DIST_STRIP= -p0 + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Japanese Samba + +CONFLICTS= ja-samba-2.* samba-2.* samba-3.0.* sharity-light-1.* + +SAMBA_PORT= samba3 + +MASTERDIR= ${.CURDIR}/../../net/${SAMBA_PORT} +MD5_FILE= ${.CURDIR}/distinfo +DESCR= ${.CURDIR}/pkg-descr + +WITH_MULTIBYTE= yes + +.include "${MASTERDIR}/Makefile" diff --git a/japanese/samba3/distinfo b/japanese/samba3/distinfo new file mode 100644 index 000000000000..537c3301510c --- /dev/null +++ b/japanese/samba3/distinfo @@ -0,0 +1,4 @@ +MD5 (samba-3.0.9.tar.gz) = 9cf2bcef71509a81687dec8732545400 +SIZE (samba-3.0.9.tar.gz) = 15172821 +MD5 (samba-3.0.9-i18n-20041219.bz2) = 435d4b3f8f545678e9cd547ac35b0090 +SIZE (samba-3.0.9-i18n-20041219.bz2) = 19232 diff --git a/japanese/samba3/pkg-descr b/japanese/samba3/pkg-descr new file mode 100644 index 000000000000..28f431acf0f7 --- /dev/null +++ b/japanese/samba3/pkg-descr @@ -0,0 +1,12 @@ +The Samba suite is a set of programs which run under the FreeBSD +operating system. These programs deliver most of the important +functionality of a Microsoft Lan Manager server. That is, they support +remote access to FreeBSD filespace and FreeBSD printers from Lan Manager +compatible clients. In practical terms, this means that such clients can +connect to and use FreeBSD filespace as if it was a local disk drive, or +FreeBSD printers as if they were local printers. + +Some of the most popular Lan Manager compatible clients include Lan +Manager itself, Windows for Workgroups, OS/2 and Windows NT. + +WWW: http://www.samba.org/ |