summaryrefslogtreecommitdiff
path: root/comms/scmxx
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2002-11-21 19:13:49 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2002-11-21 19:13:49 +0000
commitfac16aaf89d26ff603a2a30014ff768d354e3521 (patch)
tree11b8e8393b631fb109026af0a5977ffb1622f053 /comms/scmxx
parentFix the WWW site. (diff)
Update to 0.6.3.1. Notable changes in this release:
- Now uses libiconv to generalize the charset handling. It can also decode UCS2-encoded SMS, localize the date format, and add the status report request bit to outgoing SMSes. - SL45 also handled. PR: 45519 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
Notes
Notes: svn path=/head/; revision=70695
Diffstat (limited to 'comms/scmxx')
-rw-r--r--comms/scmxx/Makefile11
-rw-r--r--comms/scmxx/distinfo2
-rw-r--r--comms/scmxx/files/patch-Makefile.in46
-rw-r--r--comms/scmxx/pkg-plist9
4 files changed, 38 insertions, 30 deletions
diff --git a/comms/scmxx/Makefile b/comms/scmxx/Makefile
index 36d527f038fe..b98c5b01a5d1 100644
--- a/comms/scmxx/Makefile
+++ b/comms/scmxx/Makefile
@@ -6,17 +6,20 @@
#
PORTNAME= scmxx
-PORTVERSION= 0.6.1.6
+PORTVERSION= 0.6.3.1
CATEGORIES= comms
MASTER_SITES= http://ma2geo.mathematik.uni-karlsruhe.de/~hendrik/scmxx/download/
MAINTAINER= janos.mohacsi@bsd.hu
-LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
+LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \
+ iconv.3:${PORTSDIR}/converters/libiconv
USE_BZIP2= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ CFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
USE_GMAKE= yes
MAN1= scmxx.1
@@ -27,7 +30,7 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/docs/*.txt ${DOCSDIR}
@${MKDIR} ${EXAMPLESDIR}
-.for file in phonebook sms vCalendar
+.for file in phonebook sms.txt vCalendar.vcs vCard.vcf
${INSTALL_DATA} ${WRKSRC}/examples/${file} ${EXAMPLESDIR}
.endfor
.endif
diff --git a/comms/scmxx/distinfo b/comms/scmxx/distinfo
index 95c1c33c93b2..c7063b9d89ad 100644
--- a/comms/scmxx/distinfo
+++ b/comms/scmxx/distinfo
@@ -1 +1 @@
-MD5 (scmxx-0.6.1.6.tar.bz2) = 6ea4abb48f05399ecd88e04175a1ffe7
+MD5 (scmxx-0.6.3.1.tar.bz2) = bf6ee43e0bf5ed8c64784207d3d6a242
diff --git a/comms/scmxx/files/patch-Makefile.in b/comms/scmxx/files/patch-Makefile.in
index 241d014d3ed9..0614d261fa4f 100644
--- a/comms/scmxx/files/patch-Makefile.in
+++ b/comms/scmxx/files/patch-Makefile.in
@@ -1,21 +1,25 @@
-*** Makefile.in.orig Sun May 26 16:04:19 2002
---- Makefile.in Wed May 29 15:14:31 2002
-***************
-*** 5,12 ****
- bindir=@bindir@
- mandir=@mandir@
-
-! COMPILER=@CC@
-! CFLAGS= @CCADD@
- LDFLAGS=@LDADD@
- INSTALL=@INSTALL@
- VERSION=`cat VERSION`
---- 5,12 ----
- bindir=@bindir@
- mandir=@mandir@
-
-! COMPILER=@CC@
-! CFLAGS= @CCADD@ -I${LOCALBASE}/include
- LDFLAGS=@LDADD@
- INSTALL=@INSTALL@
- VERSION=`cat VERSION`
+--- Makefile.in.orig Wed Nov 20 10:50:12 2002
++++ Makefile.in Wed Nov 20 10:51:01 2002
+@@ -7,7 +7,7 @@
+ BINARY=scmxx@EXEEXT@
+
+ all:
+- make -C src all
++ $(MAKE) -C src all
+
+ install: all
+ $(INSTALL) -d $(DESTDIR)$(bindir)
+@@ -16,11 +16,11 @@
+ $(INSTALL) docs/scmxx.1 $(DESTDIR)$(mandir)/man1/$(BINARY).1
+
+ clean:
+- make -C src clean
++ $(MAKE) -C src clean
+ rm -rf $(BINARY)
+
+ dist-clean:
+- make -C src dist-clean
++ $(MAKE) -C src dist-clean
+ rm -rf $(BINARY) Makefile config.cache config.log config.status config.h
+
+ maintainer-clean: dist-clean
diff --git a/comms/scmxx/pkg-plist b/comms/scmxx/pkg-plist
index 84b99bdda954..859f357b906d 100644
--- a/comms/scmxx/pkg-plist
+++ b/comms/scmxx/pkg-plist
@@ -1,11 +1,12 @@
+@comment $FreeBSD$
bin/scmxx
%%PORTDOCS%%share/doc/scmxx/README
-%%PORTDOCS%%share/doc/scmxx/greekchars.txt
%%PORTDOCS%%share/doc/scmxx/gsmcharset.txt
-%%PORTDOCS%%share/doc/scmxx/specialchars.txt
+%%PORTDOCS%%share/doc/scmxx/gsm0338.txt
%%PORTDOCS%%share/doc/scmxx/doc_sources.txt
%%PORTDOCS%%share/examples/scmxx/phonebook
-%%PORTDOCS%%share/examples/scmxx/sms
-%%PORTDOCS%%share/examples/scmxx/vCalendar
+%%PORTDOCS%%share/examples/scmxx/sms.txt
+%%PORTDOCS%%share/examples/scmxx/vCalendar.vcs
+%%PORTDOCS%%share/examples/scmxx/vCard.vcf
%%PORTDOCS%%@dirrm share/doc/scmxx
%%PORTDOCS%%@dirrm share/examples/scmxx