Add pl-sms 1.8.9h, send SMS to cellular phones in Poland (Idea,
ERA, Plus). PR: 33123 Submitted by: Michal Pasternak <doc@lublin.t1.pl>
This commit is contained in:
parent
c1a3bd12af
commit
68ee588f22
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52172
@ -157,6 +157,7 @@
|
||||
SUBDIR += pg
|
||||
SUBDIR += pinfo
|
||||
SUBDIR += pkg_tarup
|
||||
SUBDIR += pl-sms
|
||||
SUBDIR += porteasy
|
||||
SUBDIR += projectionlib
|
||||
SUBDIR += proxyper
|
||||
|
28
misc/pl-sms/Makefile
Normal file
28
misc/pl-sms/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# Ports collection makefile for: sms
|
||||
# Date created: 23 dec 2001
|
||||
# Whom: Michal Pasternak <doc@lublin.t1.pl>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= sms
|
||||
PORTVERSION= 1.8.9h
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= http://www.ceti.pl/~miki/komputery/download/sms/
|
||||
PKGNAMEPREFIX= pl-
|
||||
|
||||
MAINTAINER= doc@lublin.t1.pl
|
||||
|
||||
LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm
|
||||
|
||||
WRKSRC= ${WRKDIR}/sms
|
||||
USE_GMAKE= yes
|
||||
MAKE_ARGS= CXX="${CXX}"
|
||||
.if defined(NOPORTDOCS)
|
||||
MAKE_ARGS+= NOPORTDOCS=1
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${PREFIX}/bin/sms
|
||||
|
||||
.include <bsd.port.mk>
|
1
misc/pl-sms/distinfo
Normal file
1
misc/pl-sms/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (sms-1.8.9h.tar.gz) = f521bd847222a89835be31881767698b
|
46
misc/pl-sms/files/patch-Makefile
Normal file
46
misc/pl-sms/files/patch-Makefile
Normal file
@ -0,0 +1,46 @@
|
||||
$FreeBSD$
|
||||
|
||||
--- Makefile.orig Tue Nov 13 07:43:24 2001
|
||||
+++ Makefile Tue Dec 25 15:45:31 2001
|
||||
@@ -17,7 +17,7 @@
|
||||
#
|
||||
# wszystkie ww opcje nalezy dodawac do zmiennej CFLAGS
|
||||
|
||||
-CFLAGS+=-O2
|
||||
+#CFLAGS+=-O2
|
||||
|
||||
# dla starszych wersji Solarisa (tam gdzie nie ma snprintf, getdomainname,
|
||||
# itd.) odkomentuj ponizsze dwie linie:
|
||||
@@ -38,15 +38,15 @@
|
||||
|
||||
# nw katalogi nie sa przeszukiwane automatycznie na FreeBSD, NetBSD i OpenBSD.
|
||||
# Odkomentuj ponizsze linie jesli kompilujesz program na tych systemach
|
||||
-# BSD_INC=-I/usr/local/include -I/usr/pkg/include
|
||||
-# BSD_LIB=-L/usr/local/lib -L/usr/pkg/lib
|
||||
+BSD_INC=-I/usr/local/include -I/usr/pkg/include
|
||||
+BSD_LIB=-L/usr/local/lib -L/usr/pkg/lib
|
||||
|
||||
# katalog pod ktorym program zostanie zainstalowany po make install - binaria
|
||||
# ida do $DIR/$BIN, reszta do $DIR/$DOC
|
||||
-PREFIX?=/usr/local
|
||||
+PREFIX?=/usr/local/
|
||||
INSTALL_PREFIX=$(PREFIX)
|
||||
INSTALL_BIN=$(INSTALL_PREFIX)/bin
|
||||
-INSTALL_DOC=$(INSTALL_PREFIX)/doc/sms
|
||||
+INSTALL_DOC=$(INSTALL_PREFIX)/share/doc/pl-sms
|
||||
|
||||
# ponizej juz nic nie powinno sie zmieniac
|
||||
|
||||
@@ -101,10 +101,12 @@
|
||||
install: all
|
||||
mkdir -p -m 755 $(INSTALL_BIN)
|
||||
install -s -m 755 $(TARGET) $(SMSADDR) $(INSTALL_BIN)
|
||||
+ifndef NOPORTDOCS
|
||||
mkdir -p $(INSTALL_DOC)/contrib
|
||||
install -m 644 README* $(INSTALL_DOC)
|
||||
install -m 644 contrib/* $(INSTALL_DOC)/contrib
|
||||
chmod -R a+rX $(INSTALL_DOC)
|
||||
+endif
|
||||
|
||||
archive: clean
|
||||
./make_archive
|
1
misc/pl-sms/pkg-comment
Normal file
1
misc/pl-sms/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Send SMS to cellular phones in Poland (Idea, ERA, Plus)
|
3
misc/pl-sms/pkg-descr
Normal file
3
misc/pl-sms/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
A program to send SMS to cellular phones in Poland (Idea, ERA, Plus).
|
||||
|
||||
WWW: http://www.ceti.pl/~miki/komputery/sms.html
|
12
misc/pl-sms/pkg-plist
Normal file
12
misc/pl-sms/pkg-plist
Normal file
@ -0,0 +1,12 @@
|
||||
bin/sms
|
||||
bin/smsaddr
|
||||
%%PORTDOCS%%share/doc/pl-sms/contrib/mimecut
|
||||
%%PORTDOCS%%share/doc/pl-sms/contrib/procmailrc
|
||||
%%PORTDOCS%%share/doc/pl-sms/contrib/sms-conf
|
||||
%%PORTDOCS%%share/doc/pl-sms/contrib/sms.cgi
|
||||
%%PORTDOCS%%share/doc/pl-sms/contrib/sms.html
|
||||
%%PORTDOCS%%share/doc/pl-sms/README
|
||||
%%PORTDOCS%%share/doc/pl-sms/README.first
|
||||
%%PORTDOCS%%share/doc/pl-sms/README.smsrc
|
||||
%%PORTDOCS%%@dirrm share/doc/pl-sms/contrib
|
||||
%%PORTDOCS%%@dirrm share/doc/pl-sms/
|
28
polish/sms/Makefile
Normal file
28
polish/sms/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# Ports collection makefile for: sms
|
||||
# Date created: 23 dec 2001
|
||||
# Whom: Michal Pasternak <doc@lublin.t1.pl>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= sms
|
||||
PORTVERSION= 1.8.9h
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= http://www.ceti.pl/~miki/komputery/download/sms/
|
||||
PKGNAMEPREFIX= pl-
|
||||
|
||||
MAINTAINER= doc@lublin.t1.pl
|
||||
|
||||
LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm
|
||||
|
||||
WRKSRC= ${WRKDIR}/sms
|
||||
USE_GMAKE= yes
|
||||
MAKE_ARGS= CXX="${CXX}"
|
||||
.if defined(NOPORTDOCS)
|
||||
MAKE_ARGS+= NOPORTDOCS=1
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${PREFIX}/bin/sms
|
||||
|
||||
.include <bsd.port.mk>
|
1
polish/sms/distinfo
Normal file
1
polish/sms/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (sms-1.8.9h.tar.gz) = f521bd847222a89835be31881767698b
|
46
polish/sms/files/patch-Makefile
Normal file
46
polish/sms/files/patch-Makefile
Normal file
@ -0,0 +1,46 @@
|
||||
$FreeBSD$
|
||||
|
||||
--- Makefile.orig Tue Nov 13 07:43:24 2001
|
||||
+++ Makefile Tue Dec 25 15:45:31 2001
|
||||
@@ -17,7 +17,7 @@
|
||||
#
|
||||
# wszystkie ww opcje nalezy dodawac do zmiennej CFLAGS
|
||||
|
||||
-CFLAGS+=-O2
|
||||
+#CFLAGS+=-O2
|
||||
|
||||
# dla starszych wersji Solarisa (tam gdzie nie ma snprintf, getdomainname,
|
||||
# itd.) odkomentuj ponizsze dwie linie:
|
||||
@@ -38,15 +38,15 @@
|
||||
|
||||
# nw katalogi nie sa przeszukiwane automatycznie na FreeBSD, NetBSD i OpenBSD.
|
||||
# Odkomentuj ponizsze linie jesli kompilujesz program na tych systemach
|
||||
-# BSD_INC=-I/usr/local/include -I/usr/pkg/include
|
||||
-# BSD_LIB=-L/usr/local/lib -L/usr/pkg/lib
|
||||
+BSD_INC=-I/usr/local/include -I/usr/pkg/include
|
||||
+BSD_LIB=-L/usr/local/lib -L/usr/pkg/lib
|
||||
|
||||
# katalog pod ktorym program zostanie zainstalowany po make install - binaria
|
||||
# ida do $DIR/$BIN, reszta do $DIR/$DOC
|
||||
-PREFIX?=/usr/local
|
||||
+PREFIX?=/usr/local/
|
||||
INSTALL_PREFIX=$(PREFIX)
|
||||
INSTALL_BIN=$(INSTALL_PREFIX)/bin
|
||||
-INSTALL_DOC=$(INSTALL_PREFIX)/doc/sms
|
||||
+INSTALL_DOC=$(INSTALL_PREFIX)/share/doc/pl-sms
|
||||
|
||||
# ponizej juz nic nie powinno sie zmieniac
|
||||
|
||||
@@ -101,10 +101,12 @@
|
||||
install: all
|
||||
mkdir -p -m 755 $(INSTALL_BIN)
|
||||
install -s -m 755 $(TARGET) $(SMSADDR) $(INSTALL_BIN)
|
||||
+ifndef NOPORTDOCS
|
||||
mkdir -p $(INSTALL_DOC)/contrib
|
||||
install -m 644 README* $(INSTALL_DOC)
|
||||
install -m 644 contrib/* $(INSTALL_DOC)/contrib
|
||||
chmod -R a+rX $(INSTALL_DOC)
|
||||
+endif
|
||||
|
||||
archive: clean
|
||||
./make_archive
|
1
polish/sms/pkg-comment
Normal file
1
polish/sms/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Send SMS to cellular phones in Poland (Idea, ERA, Plus)
|
3
polish/sms/pkg-descr
Normal file
3
polish/sms/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
A program to send SMS to cellular phones in Poland (Idea, ERA, Plus).
|
||||
|
||||
WWW: http://www.ceti.pl/~miki/komputery/sms.html
|
12
polish/sms/pkg-plist
Normal file
12
polish/sms/pkg-plist
Normal file
@ -0,0 +1,12 @@
|
||||
bin/sms
|
||||
bin/smsaddr
|
||||
%%PORTDOCS%%share/doc/pl-sms/contrib/mimecut
|
||||
%%PORTDOCS%%share/doc/pl-sms/contrib/procmailrc
|
||||
%%PORTDOCS%%share/doc/pl-sms/contrib/sms-conf
|
||||
%%PORTDOCS%%share/doc/pl-sms/contrib/sms.cgi
|
||||
%%PORTDOCS%%share/doc/pl-sms/contrib/sms.html
|
||||
%%PORTDOCS%%share/doc/pl-sms/README
|
||||
%%PORTDOCS%%share/doc/pl-sms/README.first
|
||||
%%PORTDOCS%%share/doc/pl-sms/README.smsrc
|
||||
%%PORTDOCS%%@dirrm share/doc/pl-sms/contrib
|
||||
%%PORTDOCS%%@dirrm share/doc/pl-sms/
|
28
polish/sms2/Makefile
Normal file
28
polish/sms2/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# Ports collection makefile for: sms
|
||||
# Date created: 23 dec 2001
|
||||
# Whom: Michal Pasternak <doc@lublin.t1.pl>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= sms
|
||||
PORTVERSION= 1.8.9h
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= http://www.ceti.pl/~miki/komputery/download/sms/
|
||||
PKGNAMEPREFIX= pl-
|
||||
|
||||
MAINTAINER= doc@lublin.t1.pl
|
||||
|
||||
LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm
|
||||
|
||||
WRKSRC= ${WRKDIR}/sms
|
||||
USE_GMAKE= yes
|
||||
MAKE_ARGS= CXX="${CXX}"
|
||||
.if defined(NOPORTDOCS)
|
||||
MAKE_ARGS+= NOPORTDOCS=1
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${PREFIX}/bin/sms
|
||||
|
||||
.include <bsd.port.mk>
|
1
polish/sms2/distinfo
Normal file
1
polish/sms2/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (sms-1.8.9h.tar.gz) = f521bd847222a89835be31881767698b
|
46
polish/sms2/files/patch-Makefile
Normal file
46
polish/sms2/files/patch-Makefile
Normal file
@ -0,0 +1,46 @@
|
||||
$FreeBSD$
|
||||
|
||||
--- Makefile.orig Tue Nov 13 07:43:24 2001
|
||||
+++ Makefile Tue Dec 25 15:45:31 2001
|
||||
@@ -17,7 +17,7 @@
|
||||
#
|
||||
# wszystkie ww opcje nalezy dodawac do zmiennej CFLAGS
|
||||
|
||||
-CFLAGS+=-O2
|
||||
+#CFLAGS+=-O2
|
||||
|
||||
# dla starszych wersji Solarisa (tam gdzie nie ma snprintf, getdomainname,
|
||||
# itd.) odkomentuj ponizsze dwie linie:
|
||||
@@ -38,15 +38,15 @@
|
||||
|
||||
# nw katalogi nie sa przeszukiwane automatycznie na FreeBSD, NetBSD i OpenBSD.
|
||||
# Odkomentuj ponizsze linie jesli kompilujesz program na tych systemach
|
||||
-# BSD_INC=-I/usr/local/include -I/usr/pkg/include
|
||||
-# BSD_LIB=-L/usr/local/lib -L/usr/pkg/lib
|
||||
+BSD_INC=-I/usr/local/include -I/usr/pkg/include
|
||||
+BSD_LIB=-L/usr/local/lib -L/usr/pkg/lib
|
||||
|
||||
# katalog pod ktorym program zostanie zainstalowany po make install - binaria
|
||||
# ida do $DIR/$BIN, reszta do $DIR/$DOC
|
||||
-PREFIX?=/usr/local
|
||||
+PREFIX?=/usr/local/
|
||||
INSTALL_PREFIX=$(PREFIX)
|
||||
INSTALL_BIN=$(INSTALL_PREFIX)/bin
|
||||
-INSTALL_DOC=$(INSTALL_PREFIX)/doc/sms
|
||||
+INSTALL_DOC=$(INSTALL_PREFIX)/share/doc/pl-sms
|
||||
|
||||
# ponizej juz nic nie powinno sie zmieniac
|
||||
|
||||
@@ -101,10 +101,12 @@
|
||||
install: all
|
||||
mkdir -p -m 755 $(INSTALL_BIN)
|
||||
install -s -m 755 $(TARGET) $(SMSADDR) $(INSTALL_BIN)
|
||||
+ifndef NOPORTDOCS
|
||||
mkdir -p $(INSTALL_DOC)/contrib
|
||||
install -m 644 README* $(INSTALL_DOC)
|
||||
install -m 644 contrib/* $(INSTALL_DOC)/contrib
|
||||
chmod -R a+rX $(INSTALL_DOC)
|
||||
+endif
|
||||
|
||||
archive: clean
|
||||
./make_archive
|
1
polish/sms2/pkg-comment
Normal file
1
polish/sms2/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Send SMS to cellular phones in Poland (Idea, ERA, Plus)
|
3
polish/sms2/pkg-descr
Normal file
3
polish/sms2/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
A program to send SMS to cellular phones in Poland (Idea, ERA, Plus).
|
||||
|
||||
WWW: http://www.ceti.pl/~miki/komputery/sms.html
|
12
polish/sms2/pkg-plist
Normal file
12
polish/sms2/pkg-plist
Normal file
@ -0,0 +1,12 @@
|
||||
bin/sms
|
||||
bin/smsaddr
|
||||
%%PORTDOCS%%share/doc/pl-sms/contrib/mimecut
|
||||
%%PORTDOCS%%share/doc/pl-sms/contrib/procmailrc
|
||||
%%PORTDOCS%%share/doc/pl-sms/contrib/sms-conf
|
||||
%%PORTDOCS%%share/doc/pl-sms/contrib/sms.cgi
|
||||
%%PORTDOCS%%share/doc/pl-sms/contrib/sms.html
|
||||
%%PORTDOCS%%share/doc/pl-sms/README
|
||||
%%PORTDOCS%%share/doc/pl-sms/README.first
|
||||
%%PORTDOCS%%share/doc/pl-sms/README.smsrc
|
||||
%%PORTDOCS%%@dirrm share/doc/pl-sms/contrib
|
||||
%%PORTDOCS%%@dirrm share/doc/pl-sms/
|
Loading…
Reference in New Issue
Block a user