summaryrefslogtreecommitdiff
path: root/devel/libdsp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-141-1/+1
| | | | | | | - these include comms/ converters/ databases/ devel/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
* Conversion to a single libtool environment.Ade Lovett2006-02-232-1/+2
| | | | Approved by: portmgr (kris)
* - Add some SHA256 checksumsPav Lucistnik2005-11-241-0/+1
|
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* - Whitespace, kill attributionPav Lucistnik2005-11-011-4/+1
|
* Change WWWMarcus Alves Grando2005-11-011-1/+1
| | | | | PR: 88373 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
* change the libtool version to use from 1.3 to 1.5Oliver Lehmann2005-05-312-2/+1
|
* Sync with new bsd.autotools.mkAde Lovett2004-06-041-3/+1
|
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | (Part 2)
* SIZEify.Trevor Johnson2004-01-291-0/+1
|
* libtool uber-patchAde Lovett2003-06-261-3/+6
| | | | | | | | | | | * kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5 * upgrade repo-copied devel/libtool14 to 1.4.3 * break out libltdl into its own separate port * move to version-numbered binaries/scripts (ie: there is *no* 'libtool' any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends) Approved by: portmgr (kris) - for the bsd.port.mk hooks Tested by: bento 4-exp builds (repeatedly)
* Update to version 4.6.0Erwin Lansing2003-06-224-9/+42
| | | | | PR: 53387 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
|
* Fix PORTCOMMENTs that were killing INDEX builds.Adam Weinberger2002-11-072-2/+1
| | | | | 105 pointy hats to: me Approved by: pat
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | Approved by: pat
* upgrade to 4.4.2Ying-Chieh Liao2002-05-252-2/+2
|
* upgrade to 4.4.1Ying-Chieh Liao2002-04-204-7/+13
| | | | | PR: 37273 Submitted by: Ports Fury
* upgrade to 4.3.0Ying-Chieh Liao2001-12-304-8/+8
| | | | | PR: 33335 Submitted by: Ports Fury
* upgrade to 4.2.0Ying-Chieh Liao2001-12-174-19/+82
| | | | | PR: 32852 Submitted by: Ports Fury
* upgrade to 4.1.1Ying-Chieh Liao2001-09-095-18/+28
| | | | drop maintainership
* upgrade to 4.0.0Ying-Chieh Liao2001-07-095-31/+27
| | | | Submitted by: bento error log
* upgrade to 3.3.8Ying-Chieh Liao2001-04-232-2/+2
|
* upgrade to 3.3.7Ying-Chieh Liao2001-04-023-11/+12
| | | | add missing ISNTALLS_SHLIB=yes
* upgrade to 3.3.6Ying-Chieh Liao2001-03-164-11/+11
|
* fix plistYing-Chieh Liao2001-03-011-1/+0
| | | | Noted by: ports fenner
* upgrade to 3.3.5Ying-Chieh Liao2001-02-234-7/+12
|
* add libdsp, a C++ class library of common digital signal processing functionsYing-Chieh Liao2001-01-226-0/+68
PR: 24373 Approved by: clive (my mentor)