# $FreeBSD$ # SUBDIR += accessibility SUBDIR += arabic SUBDIR += archivers SUBDIR += astro SUBDIR += audio SUBDIR += benchmarks SUBDIR += biology SUBDIR += cad SUBDIR += chinese SUBDIR += comms SUBDIR += converters SUBDIR += databases SUBDIR += deskutils SUBDIR += devel SUBDIR += dns SUBDIR += editors SUBDIR += emulators SUBDIR += finance SUBDIR += french SUBDIR += ftp SUBDIR += games SUBDIR += german SUBDIR += graphics SUBDIR += hebrew SUBDIR += hungarian SUBDIR += irc SUBDIR += japanese SUBDIR += java SUBDIR += korean SUBDIR += lang SUBDIR += mail SUBDIR += math SUBDIR += mbone SUBDIR += misc SUBDIR += multimedia SUBDIR += net SUBDIR += net-im SUBDIR += net-mgmt SUBDIR += net-p2p SUBDIR += news SUBDIR += palm SUBDIR += polish SUBDIR += ports-mgmt SUBDIR += portuguese SUBDIR += print SUBDIR += russian SUBDIR += science SUBDIR += security SUBDIR += shells SUBDIR += sysutils SUBDIR += textproc SUBDIR += ukrainian SUBDIR += vietnamese SUBDIR += www SUBDIR += x11 SUBDIR += x11-clocks SUBDIR += x11-drivers SUBDIR += x11-fm SUBDIR += x11-fonts SUBDIR += x11-servers SUBDIR += x11-themes SUBDIR += x11-toolkits SUBDIR += x11-wm PORTSTOP= yes .include index: @rm -f ${INDEXDIR}/${INDEXFILE} @cd ${.CURDIR} && make ${INDEXDIR}/${INDEXFILE} fetchindex: ${INDEXDIR}/${INDEXFILE}.bz2 @bunzip2 < ${INDEXDIR}/${INDEXFILE}.bz2 > ${INDEXDIR}/${INDEXFILE} && \ chmod a+r ${INDEXDIR}/${INDEXFILE} && ${RM} -f ${INDEXDIR}/${INDEXFILE}.bz2 ${INDEXDIR}/${INDEXFILE}.bz2: .PHONY @${FETCHINDEX} ${INDEXDIR}/${INDEXFILE}.bz2 ${MASTER_SITE_INDEX}${INDEXFILE}.bz2 MASTER_SITE_INDEX?= http://www.FreeBSD.org/ports/ SETENV?= /usr/bin/env FETCHINDEX?= ${SETENV} ${FETCH_ENV} fetch -am -o INDEX_JOBS?= 2 .if !defined(INDEX_VERBOSE) INDEX_ECHO_MSG= true INDEX_ECHO_1ST= echo -n .else INDEX_ECHO_MSG= echo 1>&2 INDEX_ECHO_1ST= echo .endif # /rescue/sh is statically linked and much faster to execute than the # dynamically linked /bin/sh. This is significant for targets like # make index that execute the shell tens of thousands of times. .if exists(/rescue/sh) INDEX_SHELL= /rescue/sh .else INDEX_SHELL= /bin/sh .endif ${INDEXDIR}/${INDEXFILE}: @${INDEX_ECHO_1ST} "Generating ${INDEXFILE} - please wait.."; \ if [ "${INDEX_PRISTINE}" != "" ]; then \ export LOCALBASE=/nonexistentlocal; \ fi; \ tmpdir=`/usr/bin/mktemp -d -t index` || exit 1; \ trap "rm -rf $${tmpdir}; exit 1" 1 2 3 5 10 13 15; \ ( cd ${.CURDIR} && make -j${INDEX_JOBS} INDEX_TMPDIR=$${tmpdir} BUILDING_INDEX=1 \ __MAKE_SHELL=${INDEX_SHELL} \ ECHO_MSG="${INDEX_ECHO_MSG}" describe ) || \ (rm -rf $${tmpdir} ; \ if [ "${INDEX_QUIET}" = "" ]; then \ echo; \ echo "********************************************************************"; \ echo "Before reporting this error, verify that you are running a supported"; \ echo "version of FreeBSD (see http://www.FreeBSD.org/ports/) and that you"; \ echo "have a complete and up-to-date ports collection. (INDEX builds are"; \ echo "not supported with partial or out-of-date ports collections -- in"; \ echo "particular, if you are using cvsup, you must cvsup the \"ports-all\""; \ echo "collection, and have no \"refuse\" files.) If that is the case, then"; \ echo "report the failure to ports@FreeBSD.org together with relevant"; \ echo "details of your ports configuration (including FreeBSD version,"; \ echo "your architecture, your environment, and your /etc/make.conf"; \ echo "settings, especially compiler flags and WITH/WITHOUT settings)."; \ echo; \ echo "Note: the latest pre-generated version of INDEX may be fetched"; \ echo "automatically with \"make fetchindex\"."; \ echo "********************************************************************"; \ echo; \ fi; \ exit 1); \ cat $${tmpdir}/${INDEXFILE}.desc.* | (cd ${.CURDIR} ; perl ${.CURDIR}/Tools/make_index) | \ sed -e 's/ */ /g' -e 's/| */|/g' -e 's/ *|/|/g' -e 's./..g' | \ sort -t '|' +1 -2 | \ sed -e 's../.g' > ${INDEXDIR}/${INDEXFILE}.tmp; \ if [ "${INDEX_PRISTINE}" != "" ]; then \ sed -e "s,$${LOCALBASE},/usr/local," ${INDEXDIR}/${INDEXFILE}.tmp > ${INDEXDIR}/${INDEXFILE}; \ else \ mv ${INDEXDIR}/${INDEXFILE}.tmp ${INDEXDIR}/${INDEXFILE}; \ fi; \ rm -rf $${tmpdir}; \ echo " Done." print-index: ${INDEXDIR}/${INDEXFILE} @awk -F\| '{ printf("Port:\t%s\nPath:\t%s\nInfo:\t%s\nMaint:\t%s\nIndex:\t%s\nB-deps:\t%s\nR-deps:\t%s\nE-deps:\t%s\nP-deps:\t%s\nF-deps:\t%s\nWWW:\t%s\n\n", $$1, $$2, $$4, $$6, $$7, $$8, $$9, $$11, $$12, $$13, $$10); }' < ${INDEXDIR}/${INDEXFILE} CVS?= cvs .if ${OSVERSION} >= 601101 SUP?= csup .else SUP?= cvsup .endif PORTSNAP?= portsnap PORTSNAP_FLAGS?= -p ${.CURDIR} .if defined(SUPHOST) SUPFLAGS+= -h ${SUPHOST} .endif .if !target(update) update: .if defined(SUP_UPDATE) && defined(PORTSSUPFILE) @echo "--------------------------------------------------------------" @echo ">>> Running ${SUP}" @echo "--------------------------------------------------------------" @${SUP} ${SUPFLAGS} ${PORTSSUPFILE} .elif defined(CVS_UPDATE) @echo "--------------------------------------------------------------" @echo ">>> Updating ${.CURDIR} from cvs repository" ${CVSROOT} @echo "--------------------------------------------------------------" cd ${.CURDIR}; ${CVS} -R -q update -A -P -d -I! .else @echo "--------------------------------------------------------------" @echo ">>> Running ${PORTSNAP}" @echo "--------------------------------------------------------------" .if !exists(${PORTSDIR}/.portsnap.INDEX) @echo "Error: 'make update' uses portsnap(8) by default and" @echo "needs ${PORTSDIR} to be created by portsnap on its first run." @echo "Please run 'portsnap fetch extract' first." @echo "You can also define SUP_UPDATE and PORTSSUPFILE to use csup(1)" @echo "or CVS_UPDATE to use cvs(1) for updating." .else @${PORTSNAP} ${PORTSNAP_FLAGS} fetch @${PORTSNAP} ${PORTSNAP_FLAGS} update .endif .endif .endif me/stats/comms/gammu?h=mate-1.20'>stats
path: root/comms/gammu
Commit message (Expand)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* . update to 1.33.0;bsam2013-05-303-9/+13
* - Convert USE_GETTEXT to USES (part 4)ak2013-04-261-2/+1
* - convert USE_CMAKE to USESmakc2013-03-231-1/+1
* Use the standard option for bash completion scriptbsam2013-02-111-3/+2
* . convert to new options style; [1]bsam2012-10-061-27/+23
* . comms/gammu: update to version 1.32.0;bsam2012-06-283-6/+6
* Update to version 1.31.0. ChangeLog since 1.30.0:bsam2011-12-265-45/+45
* - Get rid FreeBSD 6.X supportmiwi2011-11-071-3/+0
* Create an OPTION to install a bash completion script (off by default).bsam2011-07-312-0/+24
* . update to version 1.30.0;bsam2011-07-307-271/+15
* 1. Incorporate a patch from the development repository to fix an error:bsam2011-05-232-1/+28
* Add following meta-variables:bsam2011-02-116-50/+324
* Update to version 1.29.0. Changes:bsam2011-01-284-10/+26
* This is a no-op change, just "make update-patches" (new patches pending).bsam2011-01-284-17/+17
* Update to version 1.28.0.bsam2010-07-123-6/+19
* . move *.pyc and *.pyo file creation to comms/gammu Makefilebsam2010-05-152-0/+12
* comms/gammu-python:bsam2010-05-151-0/+1
* . remove period from COMMENT;bsam2010-05-141-2/+4
* Return bsd.port.pre[post].mk back for the sake of OSVERSION.bsam2010-05-141-2/+5
* Switch back to base gcc at sparc, should be fine now.bsam2010-05-141-7/+1
* Here is a more descriptive pkg-descr. :-)bsam2010-05-131-7/+20
* Update to version 1.27.0. Main changes:bsam2009-12-222-4/+4
* . remove a version number from pkg-descr;bsam2009-12-031-2/+2
* Now gammu compiles with default compilers at FreeBSD-amd64bsam2009-11-171-1/+1
* . update to version 1.26.1;bsam2009-09-082-6/+6
* Version 1.26.0 is out! There is reduced memory usage, tons of bugfixes,bsam2009-09-042-4/+4
* Mark as needing specific version on sparc64 as well: default versionlinimon2009-08-171-1/+1
* Place an ARCH check after ".include <bsd.port.pre.mk>".bsam2009-07-251-4/+4
* Use GCC=4.3 to fix build at FreeBSD-amd64 (the port doesn'tbsam2009-07-251-0/+4
* Update to version 1.25.0.bsam2009-07-202-4/+4
* Update to version 1.24.0.bsam2009-04-264-45/+4
* bump PORTREVISION after cmake updatemakc2009-03-251-1/+1
* . fix build at FreeBSD-6.x (add a variable initialization,bsam2009-03-122-4/+12
* . mark BROKEN at 6.x -- does not compile; [1]bsam2009-03-112-5/+44
* . do not use NOPORTDOCS since after "documentation clarification" [1]bsam2009-03-053-43/+11
* Update to version 1.23.1.bsam2009-03-033-4/+5
* Update to version 1.23.0.bsam2009-03-026-17/+26
* Update to version 1.22.1.bsam2008-12-202-4/+4
* Update to version 1.21.0.bsam2008-10-062-4/+4
* - Add common code to support for cmake based ports.miwi2008-05-281-9/+3
* Update to 1.20.0.bsam2008-05-113-6/+6
* Add missing '$' (the wrong patch version has been committed).bsam2008-01-141-1/+1
* Make use of gammu-config script.bsam2008-01-131-0/+3
* Update to a bug-fix release 1.17.0:bsam2007-12-212-4/+4
* . update to version 1.16.0;bsam2007-12-176-99/+24
* . update to stable release 1.13.0;bsam2007-08-214-29/+12
* . the new developer switched from gmake to cmake, the port mainly rewritten;bsam2007-08-1210-232/+155
* . new release 1.10.0, library version bumpted, many changes (see ChangeLog);bsam2007-04-115-27/+28
* . mark BROKEN for 4.x (does not compile); [1]bsam2007-01-111-1/+5
* Update to new release 1.09.00. Changes since 1.08.00 (many):bsam2006-12-083-5/+9
* Update 1.07.00 -> 1.08.00. Changes (many):bsam2006-11-043-12/+12
* URL to the second master site changed.bsam2006-06-281-1/+1
* Update to 1.07.00itetcu2006-06-133-6/+6
* - Update to 1.06.00sem2006-05-123-7/+8
* remove USE_REINPLACE for all ports with categories starting with Cedwin2006-05-041-1/+0
* - Update to 1.05.00sem2006-04-203-13/+13
* Reset kirill@solaris.ru who has not responded to email asking aboutlinimon2006-04-051-1/+1
* Fix works on 4.x systems.anray2006-02-141-1/+10
* Update to 1.04.0anray2006-01-204-4/+25
* Update to 1.03.0lawrance2005-12-084-19/+10
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
* Fix bluetooth.h search path.jylefort2005-11-122-4/+7
* - Update to 1.02.0 [1]garga2005-09-214-43/+42