non port: comms/smstools3/Makefile |
SVNWeb
|
Number of commits found: 41 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 27 Jul 2022
|
[ 20:30 Guido Falsi (madpilot) ] 3109e75
comms/smstools3: Clean up and modernize port
- Remove unneeded pkg-install/pkg-deinstall scripts, and properly
use pkg-message to display uninstall message [1]
- Reorder some statements to silence some portlint warnings
- Properly use shebangfix on more files, replacing some REINPLACE_CMDs
- Remove unneeded REINPLACE_CMDs
- Use RLN in place of LN, to correctly create relative symlinks
Reported by: bapt [1]
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] 258a9884 (Only the first 10 of 126 ports in this commit are shown above. )
comms: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* 'Big Bad Bob' Frazier <bobf@mrp3.com>
* <mr@freebsd.org>
* Alex Samorukov <samm@freebsd.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Dolgov <fox@furry.spb.ru>
* Andrey Lykhin <lan31@inbox.ru>
* Anton Voronin <anton@urc.ac.ru>
* Brandon S. Allbery KF8NH <allbery@ece.cmu.edu> (Only the first 15 lines of the commit message are shown above )
|
Sun, 6 Feb 2022
|
[ 18:36 Stefan Eßer (se) ] bdd2d4a (Only the first 10 of 69 ports in this commit are shown above. )
Update CONFLICTS definitions in categories a* to c*
Update the CONFLICTS definitions of ports in the following categories:
- accessibility
- archivers
- audio
- benchmarks
- biology
- cad
- chinese
- comms
- converters
An attempt has been made to use generic conflicts patterns that do not
have to be updated whenever a new version of a conflicting port is
added to the ports system.
There is a misunderstanding that the port being built/installed has to
be omitted from the conflicts pattern. This is not true - the port
being built is implicitly non-conflicting due to logic in bsd.port.mk.
Approved by: portmgr (implicit)
|
Fri, 29 Oct 2021
|
[ 09:50 Stefan Eßer (se) ] 819f25b (Only the first 10 of 388 ports in this commit are shown above. )
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket)
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Tue, 25 Aug 2020
|
[ 13:53 madpilot ]
Add -fcommon to CFLAGS to allow building on clang 11 in recent head.
|
Fri, 5 May 2017
|
[ 19:07 madpilot ]
Update comms/smstools3 to 3.1.21
|
Wed, 12 Apr 2017
|
[ 22:20 madpilot ]
- Update comms/smstools3 to 3.1.20
- Convert to USES=localbase
|
Tue, 14 Mar 2017
|
[ 20:44 madpilot ]
- Update smstools3 to 3.1.19
- Don't clobber LDFLAGS
|
Mon, 27 Feb 2017
|
[ 18:59 madpilot ]
Update comms/smstools3 to 3.1.17
|
Thu, 23 Feb 2017
|
[ 14:25 madpilot ]
Update comms/smstools3 to 3.1.16
|
Wed, 2 Nov 2016
|
[ 11:29 madpilot ]
- Add UTF8 option [1]
- Patch sendsms script to correctly parse iconv command output [2]
While here:
- Add TIMESTAMP to distinfo
- Regenerate patches
- Unsilence post-install target
PR: 205973 [1], 205978 [2]
Submitted by: satorium77@gmail.com
|
Fri, 1 Apr 2016
|
[ 13:29 mat ] (Only the first 10 of 1009 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
|
Wed, 19 Aug 2015
|
[ 13:30 mat ] (Only the first 10 of 172 ports in this commit are shown above. )
Convert ports to use the options helpers in categories [abc]*, and minor fixes.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3412?
|
Wed, 8 Oct 2014
|
[ 07:14 bapt ]
Fix build with gmake 4.1
|
Tue, 2 Sep 2014
|
[ 14:22 bapt ]
Fix packaging as a user
|
Thu, 26 Jun 2014
|
[ 22:28 madpilot ]
- Modify startup script to let smsd change user by itself [1]
- Change the sample configuration file to have same behaviour as
old startup script did by default
While here:
- Make strip command silent
- Fix some staging glitches
- Use new @sample directive
PR: 191361 [1]
Submitted by: timp87@gmail.com
|
Thu, 30 Jan 2014
|
[ 09:14 madpilot ]
- Add note in rc script on how to log to syslog
Thanks to Dmitry Selivanov <sd@rlan.ru> for testing.
Reported by: Dmitry Selivanov <sd@rlan.ru> and a few others
|
Tue, 22 Oct 2013
|
[ 14:54 madpilot ]
- Convert to staging
- Convert to USES
- Use shebangfix where necessary
- Move most @exec/@unexec commands from plist to pkg-install/pkg-deinstall
scripts
- Make rclint somewhat happier
- Convert to new LIB_DEPENDS format
- Strip binaries
- Take maintainership
|
Fri, 20 Sep 2013
|
[ 16:03 bapt ] (Only the first 10 of 172 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
comms)
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Thu, 28 Mar 2013
|
[ 15:51 eadler ] (Only the first 10 of 53 ports in this commit are shown above. )
Drop support for old versions of FreeBSD from unmaintained ports
Reviewed by: miwi
|
Mon, 4 Mar 2013
|
[ 16:10 pawel ]
- Update to version 3.1.15
- Fix few portlint warnings
|
Wed, 26 Sep 2012
|
[ 09:14 bapt ]
Fix typo
|
[ 09:09 bapt ]
Convert to OptionsNG
|
Thu, 16 Aug 2012
|
[ 08:43 mm ]
Give up maintainership on comms/smstools3
|
Wed, 23 Mar 2011
|
[ 15:53 mm ] (Only the first 10 of 58 ports in this commit are shown above. )
- Add LICENSE knob(s)
|
Wed, 6 Oct 2010
|
[ 12:52 mm ]
- Update to 3.1.14
|
Wed, 22 Sep 2010
|
[ 21:10 mm ]
- Fix invalid shell
- Reorganize Makefile
|
Sat, 18 Sep 2010
|
[ 21:32 mm ]
- Update to 3.1.12
|
Tue, 6 Jul 2010
|
[ 20:18 mm ]
- Update to 3.1.11
Feature safe: yes
|
Fri, 21 May 2010
|
[ 13:34 mm ]
- Update to 3.1.8
|
Wed, 2 Dec 2009
|
[ 18:50 mm ]
- Use /dev/cuau0 as default COM port in FreeBSD 8 and higher
- Bump PORTREVISION
PR: ports/140914
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru>
|
Mon, 15 Jun 2009
|
[ 08:13 mm ]
- Update to 3.1.5
- Fix build and install with custom PREFIX [1]
Reported by: QAT [1]
|
Mon, 23 Mar 2009
|
[ 13:06 mm ]
- Add MAKE_JOBS_SAFE variable
|
Fri, 21 Nov 2008
|
[ 12:03 mm ]
- New RCNG script for smstools3
- Improved security (runas uucp:dialer)
- Some ideas imported from [1]
PR: ports/128681 [1]
Submitted by: Sean McAfee <smcafee at collaborativefusion.com> [1]
|
Fri, 14 Nov 2008
|
[ 10:27 pav ]
- Register conflicts between gnokii, smstools and sendsms
Reported by: ganbold of EFnet
|
[ 10:16 pav ]
- Register conflict with net/sendsms
PR: ports/128499
Reported by: yves guerin <yvesguerin@yahoo.ca>
|
Thu, 2 Oct 2008
|
[ 15:44 mm ]
- Update to 3.1.3
|
Sun, 18 May 2008
|
[ 09:23 mm ]
The SMS Server Tools 3 is a SMS Gateway software which can send and receive
short messages through GSM modems and mobile phones.
This is the enhanced version 3.x maintained by Mr. Keijo "Keke" Kasvi.
WWW: http://smstools3.kekekasvi.com
|
Number of commits found: 41 |